Changeset 1378
- Timestamp:
- 07/27/09 10:39:28 (16 years ago)
- Location:
- issm/trunk
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/Makefile.in
r1 r1378 1 # Makefile.in generated by automake 1.10 .2from Makefile.am.1 # Makefile.in generated by automake 1.10 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 92 92 CXXFLAGS = @CXXFLAGS@ 93 93 CYGPATH_W = @CYGPATH_W@ 94 DAKOTAINCL = @DAKOTAINCL@ 95 DAKOTALIB = @DAKOTALIB@ 94 96 DEFS = @DEFS@ 95 97 DEPDIR = @DEPDIR@ … … 101 103 FFLAGS = @FFLAGS@ 102 104 FLIBS = @FLIBS@ 105 FORTRANLIB = @FORTRANLIB@ 103 106 INSTALL = @INSTALL@ 104 107 INSTALL_DATA = @INSTALL_DATA@ … … 111 114 LTLIBOBJS = @LTLIBOBJS@ 112 115 MAKEINFO = @MAKEINFO@ 116 MATHLIB = @MATHLIB@ 113 117 MATLAB = @MATLAB@ 114 118 MATLABINCL = @MATLABINCL@ … … 123 127 MEXLINK = @MEXLINK@ 124 128 MKDIR_P = @MKDIR_P@ 129 MKLINCL = @MKLINCL@ 130 MKLLIB = @MKLLIB@ 125 131 MPIINCL = @MPIINCL@ 126 132 MPILIB = @MPILIB@ … … 207 213 target_os = @target_os@ 208 214 target_vendor = @target_vendor@ 209 top_build_prefix = @top_build_prefix@210 215 top_builddir = @top_builddir@ 211 216 top_srcdir = @top_srcdir@ … … 342 347 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 343 348 done | \ 344 $(AWK) ' { files[$$0] = 1; nonempty= 1; } \345 END { if (nonempty) { for (i in files) print i; }; }'`; \349 $(AWK) ' { files[$$0] = 1; } \ 350 END { for (i in files) print i; }'`; \ 346 351 mkid -fID $$unique 347 352 tags: TAGS … … 368 373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 369 374 done | \ 370 $(AWK) ' { files[$$0] = 1; nonempty= 1; } \371 END { if (nonempty) { for (i in files) print i; }; }'`; \375 $(AWK) ' { files[$$0] = 1; } \ 376 END { for (i in files) print i; }'`; \ 372 377 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 373 378 test -n "$$unique" || unique=$$empty_fix; \ … … 379 384 $(TAGS_FILES) $(LISP) 380 385 tags=; \ 386 here=`pwd`; \ 381 387 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 382 388 unique=`for i in $$list; do \ 383 389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 384 390 done | \ 385 $(AWK) ' { files[$$0] = 1; nonempty= 1; } \386 END { if (nonempty) { for (i in files) print i; }; }'`; \391 $(AWK) ' { files[$$0] = 1; } \ 392 END { for (i in files) print i; }'`; \ 387 393 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 388 394 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 455 461 $(am__remove_distdir) 456 462 457 dist-lzma: distdir458 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma459 $(am__remove_distdir)460 461 463 dist-tarZ: distdir 462 464 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z … … 485 487 *.tar.bz2*) \ 486 488 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 487 *.tar.lzma*) \488 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\489 489 *.tar.Z*) \ 490 490 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ … … 637 637 all all-am am--refresh check check-am clean clean-generic \ 638 638 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 639 dist- lzma dist-shar dist-tarZ dist-zip distcheck distclean \639 dist-shar dist-tarZ dist-zip distcheck distclean \ 640 640 distclean-generic distclean-hdr distclean-tags distcleancheck \ 641 641 distdir distuninstallcheck dvi dvi-am html html-am info \ -
issm/trunk/aclocal.m4
r1 r1378 1 # generated automatically by aclocal 1.10 .2-*- Autoconf -*-1 # generated automatically by aclocal 1.10 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005, 2006 , 2007, 2008Free Software Foundation, Inc.4 # 2005, 2006 Free Software Foundation, Inc. 5 5 # This file is free software; the Free Software Foundation 6 6 # gives unlimited permission to copy and/or distribute it, … … 12 12 # PARTICULAR PURPOSE. 13 13 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, 17 [m4_warning([this file was generated for autoconf 2.63. 18 You have another version of autoconf. It may work, but is not guaranteed to. 19 If you have problems, you may need to regenerate the build system entirely. 20 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 14 m4_if(m4_PACKAGE_VERSION, [2.61],, 15 [m4_fatal([this file was generated for autoconf 2.61. 16 You have another version of autoconf. If you want to use that, 17 you should regenerate the build system entirely.], [63])]) 18 19 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. 23 20 # 24 21 # This file is free software; the Free Software Foundation … … 35 32 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 33 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.10 .2], [],34 m4_if([$1], [1.10], [], 38 35 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 36 ]) … … 49 46 # ------------------------------- 50 47 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 51 # This function is AC_REQUIREd by A M_INIT_AUTOMAKE.48 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 52 49 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.10.2])dnl 54 m4_ifndef([AC_AUTOCONF_VERSION], 55 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 56 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 50 [AM_AUTOMAKE_VERSION([1.10])dnl 51 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 57 52 58 53 # AM_AUX_DIR_EXPAND -*- Autoconf -*- … … 304 299 # Generate code to set up dependency tracking. -*- Autoconf -*- 305 300 306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 , 2008301 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 307 302 # Free Software Foundation, Inc. 308 303 # … … 311 306 # with or without modifications, as long as this notice is preserved. 312 307 313 #serial 4308 #serial 3 314 309 315 310 # _AM_OUTPUT_DEPENDENCY_COMMANDS 316 311 # ------------------------------ 317 312 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 318 [# Autoconf 2.62 quotes --file arguments for eval, but not when files 319 # are listed without --file. Let's play safe and only enable the eval 320 # if we detect the quoting. 321 case $CONFIG_FILES in 322 *\'*) eval set x "$CONFIG_FILES" ;; 323 *) set x $CONFIG_FILES ;; 324 esac 325 shift 326 for mf 327 do 313 [for mf in $CONFIG_FILES; do 328 314 # Strip MF so we end up with the name of the file. 329 315 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 335 321 # Grep'ing the whole file is not good either: AIX grep has a line 336 322 # limit of 2048, but all sed's we know have understand at least 4000. 337 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then323 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 338 324 dirpart=`AS_DIRNAME("$mf")` 339 325 else … … 395 381 396 382 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 397 # 2005, 2006 , 2008Free Software Foundation, Inc.398 # 399 # This file is free software; the Free Software Foundation 400 # gives unlimited permission to copy and/or distribute it, 401 # with or without modifications, as long as this notice is preserved. 402 403 # serial 1 3383 # 2005, 2006 Free Software Foundation, Inc. 384 # 385 # This file is free software; the Free Software Foundation 386 # gives unlimited permission to copy and/or distribute it, 387 # with or without modifications, as long as this notice is preserved. 388 389 # serial 12 404 390 405 391 # This macro actually does too much. Some checks are only needed if … … 506 492 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 507 493 [# Compute $1's index in $config_headers. 508 _am_arg=$1509 494 _am_stamp_count=1 510 495 for _am_header in $config_headers :; do 511 496 case $_am_header in 512 $ _am_arg | $_am_arg:* )497 $1 | $1:* ) 513 498 break ;; 514 499 * ) … … 516 501 esac 517 502 done 518 echo "timestamp for $ _am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])503 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 519 504 520 505 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. … … 605 590 ]) 606 591 607 # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 , 2008592 # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 608 593 # Free Software Foundation, Inc. 609 594 # … … 612 597 # with or without modifications, as long as this notice is preserved. 613 598 614 # serial 6599 # serial 5 615 600 616 601 # AM_PROG_CC_C_O … … 624 609 # there is no other way. 625 610 set dummy $CC 626 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 627 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 628 if test "$am_t" != yes; then 611 ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 612 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 629 613 # Losing compiler, so override with the script. 630 614 # FIXME: It is wrong to rewrite CC. … … 704 688 # Helper functions for option handling. -*- Autoconf -*- 705 689 706 # Copyright (C) 2001, 2002, 2003, 2005 , 2008Free Software Foundation, Inc.707 # 708 # This file is free software; the Free Software Foundation 709 # gives unlimited permission to copy and/or distribute it, 710 # with or without modifications, as long as this notice is preserved. 711 712 # serial 4690 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. 691 # 692 # This file is free software; the Free Software Foundation 693 # gives unlimited permission to copy and/or distribute it, 694 # with or without modifications, as long as this notice is preserved. 695 696 # serial 3 713 697 714 698 # _AM_MANGLE_OPTION(NAME) … … 727 711 # OPTIONS is a space-separated list of Automake options. 728 712 AC_DEFUN([_AM_SET_OPTIONS], 729 [ m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])713 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 730 714 731 715 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) … … 823 807 # _AM_SUBST_NOTMAKE(VARIABLE) 824 808 # --------------------------- 825 # Prevent Automake from output ting VARIABLE = @VARIABLE@ in Makefile.in.809 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. 826 810 # This macro is traced by Automake. 827 811 AC_DEFUN([_AM_SUBST_NOTMAKE]) -
issm/trunk/autom4te.cache/output.0
r1 r1378 1 1 @%:@! /bin/sh 2 2 @%:@ Guess values for system-dependent variables and create Makefiles. 3 @%:@ Generated by GNU Autoconf 2.6 3for ISSM 1.0.3 @%:@ Generated by GNU Autoconf 2.61 for ISSM 1.0. 4 4 @%:@ 5 5 @%:@ Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>. 6 6 @%:@ 7 7 @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 @%:@ 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 @%:@ This configure script is free software; the Free Software Foundation 10 10 @%:@ gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 366 367 368 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 601 579 PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>' 602 580 603 ac_subst_vars='LTLIBOBJS 581 ac_subst_vars='SHELL 582 PATH_SEPARATOR 583 PACKAGE_NAME 584 PACKAGE_TARNAME 585 PACKAGE_VERSION 586 PACKAGE_STRING 587 PACKAGE_BUGREPORT 588 exec_prefix 589 prefix 590 program_transform_name 591 bindir 592 sbindir 593 libexecdir 594 datarootdir 595 datadir 596 sysconfdir 597 sharedstatedir 598 localstatedir 599 includedir 600 oldincludedir 601 docdir 602 infodir 603 htmldir 604 dvidir 605 pdfdir 606 psdir 607 libdir 608 localedir 609 mandir 610 DEFS 611 ECHO_C 612 ECHO_N 613 ECHO_T 614 LIBS 615 build_alias 616 host_alias 617 target_alias 618 build 619 build_cpu 620 build_vendor 621 build_os 622 host 623 host_cpu 624 host_vendor 625 host_os 626 target 627 target_cpu 628 target_vendor 629 target_os 630 INSTALL_PROGRAM 631 INSTALL_SCRIPT 632 INSTALL_DATA 633 am__isrc 634 CYGPATH_W 635 PACKAGE 636 VERSION 637 ACLOCAL 638 AUTOCONF 639 AUTOMAKE 640 AUTOHEADER 641 MAKEINFO 642 install_sh 643 STRIP 644 INSTALL_STRIP_PROGRAM 645 mkdir_p 646 AWK 647 SET_MAKE 648 am__leading_dot 649 AMTAR 650 am__tar 651 am__untar 652 RANLIB 653 CC 654 CFLAGS 655 LDFLAGS 656 CPPFLAGS 657 ac_ct_CC 658 EXEEXT 659 OBJEXT 660 DEPDIR 661 am__include 662 am__quote 663 AMDEP_TRUE 664 AMDEP_FALSE 665 AMDEPBACKSLASH 666 CCDEPMODE 667 am__fastdepCC_TRUE 668 am__fastdepCC_FALSE 669 CXX 670 CXXFLAGS 671 ac_ct_CXX 672 CXXDEPMODE 673 am__fastdepCXX_TRUE 674 am__fastdepCXX_FALSE 675 F77 676 FFLAGS 677 ac_ct_F77 678 FLIBS 679 XMKMF 680 CPP 681 X_CFLAGS 682 X_PRE_LIBS 683 X_LIBS 684 X_EXTRA_LIBS 685 NOSERIAL_TRUE 686 NOSERIAL_FALSE 687 NOPARALLEL_TRUE 688 NOPARALLEL_FALSE 689 MATLABINCL 690 MEX 691 MEXEXT 692 MEXLIB 693 MEXLINK 694 MATLAB 695 MATLAB_VERSION 696 MATLAB_MAJOR 697 MATLAB_MINOR 698 LARGEARRAYS_TRUE 699 LARGEARRAYS_FALSE 700 TRIANGLEINCL 701 TRIANGLELIB 702 DAKOTAINCL 703 DAKOTALIB 704 METISINCL 705 METISLIB 706 MPIINCL 707 MPILIB 708 PETSCINCL 709 PETSCLIB 710 SLEPCINCL 711 SLEPCLIB 712 SCALAPACKLIB 713 BLASLAPACKLIB 714 BLASLAPACKINCL 715 MKLLIB 716 MKLINCL 717 PLAPACKINCL 718 PLAPACKLIB 719 MUMPSINCL 720 MUMPSLIB 721 BLACSINCL 722 BLACSLIB 723 MATHLIB 724 FORTRANLIB 604 725 LIB@&t@OBJS 605 BLACSLIB 606 BLACSINCL 607 MUMPSLIB 608 MUMPSINCL 609 PLAPACKLIB 610 PLAPACKINCL 611 BLASLAPACKINCL 612 BLASLAPACKLIB 613 SCALAPACKLIB 614 SLEPCLIB 615 SLEPCINCL 616 PETSCLIB 617 PETSCINCL 618 MPILIB 619 MPIINCL 620 METISLIB 621 METISINCL 622 TRIANGLELIB 623 TRIANGLEINCL 624 LARGEARRAYS_FALSE 625 LARGEARRAYS_TRUE 626 MATLAB_MINOR 627 MATLAB_MAJOR 628 MATLAB_VERSION 629 MATLAB 630 MEXLINK 631 MEXLIB 632 MEXEXT 633 MEX 634 MATLABINCL 635 NOPARALLEL_FALSE 636 NOPARALLEL_TRUE 637 NOSERIAL_FALSE 638 NOSERIAL_TRUE 639 X_EXTRA_LIBS 640 X_LIBS 641 X_PRE_LIBS 642 X_CFLAGS 643 CPP 644 XMKMF 645 FLIBS 646 ac_ct_F77 647 FFLAGS 648 F77 649 am__fastdepCXX_FALSE 650 am__fastdepCXX_TRUE 651 CXXDEPMODE 652 ac_ct_CXX 653 CXXFLAGS 654 CXX 655 am__fastdepCC_FALSE 656 am__fastdepCC_TRUE 657 CCDEPMODE 658 AMDEPBACKSLASH 659 AMDEP_FALSE 660 AMDEP_TRUE 661 am__quote 662 am__include 663 DEPDIR 664 OBJEXT 665 EXEEXT 666 ac_ct_CC 667 CPPFLAGS 668 LDFLAGS 669 CFLAGS 670 CC 671 RANLIB 672 am__untar 673 am__tar 674 AMTAR 675 am__leading_dot 676 SET_MAKE 677 AWK 678 mkdir_p 679 MKDIR_P 680 INSTALL_STRIP_PROGRAM 681 STRIP 682 install_sh 683 MAKEINFO 684 AUTOHEADER 685 AUTOMAKE 686 AUTOCONF 687 ACLOCAL 688 VERSION 689 PACKAGE 690 CYGPATH_W 691 am__isrc 692 INSTALL_DATA 693 INSTALL_SCRIPT 694 INSTALL_PROGRAM 695 target_os 696 target_vendor 697 target_cpu 698 target 699 host_os 700 host_vendor 701 host_cpu 702 host 703 build_os 704 build_vendor 705 build_cpu 706 build 707 target_alias 708 host_alias 709 build_alias 710 LIBS 711 ECHO_T 712 ECHO_N 713 ECHO_C 714 DEFS 715 mandir 716 localedir 717 libdir 718 psdir 719 pdfdir 720 dvidir 721 htmldir 722 infodir 723 docdir 724 oldincludedir 725 includedir 726 localstatedir 727 sharedstatedir 728 sysconfdir 729 datadir 730 datarootdir 731 libexecdir 732 sbindir 733 bindir 734 program_transform_name 735 prefix 736 exec_prefix 737 PACKAGE_BUGREPORT 738 PACKAGE_STRING 739 PACKAGE_VERSION 740 PACKAGE_TARNAME 741 PACKAGE_NAME 742 PATH_SEPARATOR 743 SHELL' 726 LTLIBOBJS' 744 727 ac_subst_files='' 745 ac_user_opts='746 enable_option_checking747 enable_dependency_tracking748 with_x749 enable_debugging750 with_serial751 with_parallel752 with_matlab_dir753 with_triangle_dir754 with_metis_dir755 with_mpi_lib756 with_mpi_include757 with_petsc_dir758 with_petsc_arch759 with_slepc_dir760 with_scalapack_dir761 with_blas_lapack_dir762 with_plapack_dir763 with_mumps_dir764 with_blacs_dir765 '766 728 ac_precious_vars='build_alias 767 729 host_alias … … 784 746 ac_init_help= 785 747 ac_init_version=false 786 ac_unrecognized_opts=787 ac_unrecognized_sep=788 748 # The variables have the same names as the options, with 789 749 # dashes changed to underlines. … … 884 844 885 845 -disable-* | --disable-*) 886 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`846 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 887 847 # Reject names that are not valid shell variable names. 888 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&889 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2848 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 849 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 890 850 { (exit 1); exit 1; }; } 891 ac_useropt_orig=$ac_useropt 892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 893 case $ac_user_opts in 894 *" 895 "enable_$ac_useropt" 896 "*) ;; 897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 898 ac_unrecognized_sep=', ';; 899 esac 900 eval enable_$ac_useropt=no ;; 851 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 852 eval enable_$ac_feature=no ;; 901 853 902 854 -docdir | --docdir | --docdi | --doc | --do) … … 911 863 912 864 -enable-* | --enable-*) 913 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`865 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 914 866 # Reject names that are not valid shell variable names. 915 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&916 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2867 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 868 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 917 869 { (exit 1); exit 1; }; } 918 ac_useropt_orig=$ac_useropt 919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 920 case $ac_user_opts in 921 *" 922 "enable_$ac_useropt" 923 "*) ;; 924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 925 ac_unrecognized_sep=', ';; 926 esac 927 eval enable_$ac_useropt=\$ac_optarg ;; 870 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 871 eval enable_$ac_feature=\$ac_optarg ;; 928 872 929 873 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1116 1060 1117 1061 -with-* | --with-*) 1118 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1062 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1119 1063 # Reject names that are not valid shell variable names. 1120 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1121 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21064 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1065 { echo "$as_me: error: invalid package name: $ac_package" >&2 1122 1066 { (exit 1); exit 1; }; } 1123 ac_useropt_orig=$ac_useropt 1124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1125 case $ac_user_opts in 1126 *" 1127 "with_$ac_useropt" 1128 "*) ;; 1129 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1130 ac_unrecognized_sep=', ';; 1131 esac 1132 eval with_$ac_useropt=\$ac_optarg ;; 1067 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1068 eval with_$ac_package=\$ac_optarg ;; 1133 1069 1134 1070 -without-* | --without-*) 1135 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1071 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1136 1072 # Reject names that are not valid shell variable names. 1137 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1138 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21073 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1074 { echo "$as_me: error: invalid package name: $ac_package" >&2 1139 1075 { (exit 1); exit 1; }; } 1140 ac_useropt_orig=$ac_useropt 1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1142 case $ac_user_opts in 1143 *" 1144 "with_$ac_useropt" 1145 "*) ;; 1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1147 ac_unrecognized_sep=', ';; 1148 esac 1149 eval with_$ac_useropt=no ;; 1076 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1077 eval with_$ac_package=no ;; 1150 1078 1151 1079 --x) … … 1167 1095 x_libraries=$ac_optarg ;; 1168 1096 1169 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1097 -*) { echo "$as_me: error: unrecognized option: $ac_option 1170 1098 Try \`$0 --help' for more information." >&2 1171 1099 { (exit 1); exit 1; }; } … … 1176 1104 # Reject names that are not valid shell variable names. 1177 1105 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1178 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21106 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1179 1107 { (exit 1); exit 1; }; } 1180 1108 eval $ac_envvar=\$ac_optarg … … 1183 1111 *) 1184 1112 # FIXME: should be removed in autoconf 3.0. 1185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21113 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1186 1114 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21115 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1188 1116 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1189 1117 ;; … … 1194 1122 if test -n "$ac_prev"; then 1195 1123 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1196 { $as_echo "$as_me: error: missing argument to $ac_option" >&21124 { echo "$as_me: error: missing argument to $ac_option" >&2 1197 1125 { (exit 1); exit 1; }; } 1198 1126 fi 1199 1127 1200 if test -n "$ac_unrecognized_opts"; then 1201 case $enable_option_checking in 1202 no) ;; 1203 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1204 { (exit 1); exit 1; }; } ;; 1205 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1206 esac 1207 fi 1208 1209 # Check all directory arguments for consistency. 1128 # Be sure to have absolute directory names. 1210 1129 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1211 1130 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1214 1133 do 1215 1134 eval ac_val=\$$ac_var 1216 # Remove trailing slashes.1217 case $ac_val in1218 */ )1219 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1220 eval $ac_var=\$ac_val;;1221 esac1222 # Be sure to have absolute directory names.1223 1135 case $ac_val in 1224 1136 [\\/$]* | ?:[\\/]* ) continue;; 1225 1137 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1226 1138 esac 1227 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21139 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1228 1140 { (exit 1); exit 1; }; } 1229 1141 done … … 1240 1152 if test "x$build_alias" = x; then 1241 1153 cross_compiling=maybe 1242 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1154 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1243 1155 If a cross compiler is detected then cross compile mode will be used." >&2 1244 1156 elif test "x$build_alias" != "x$host_alias"; then … … 1256 1168 ac_ls_di=`ls -di .` && 1257 1169 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1258 { $as_echo "$as_me: error: working directory cannot be determined" >&21170 { echo "$as_me: error: Working directory cannot be determined" >&2 1259 1171 { (exit 1); exit 1; }; } 1260 1172 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1261 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21173 { echo "$as_me: error: pwd does not report name of working directory" >&2 1262 1174 { (exit 1); exit 1; }; } 1263 1175 … … 1267 1179 ac_srcdir_defaulted=yes 1268 1180 # Try the directory containing this script, then the parent directory. 1269 ac_confdir=`$as_dirname -- "$ as_myself" ||1270 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1271 X"$ as_myself" : 'X\(//\)[^/]' \| \1272 X"$ as_myself" : 'X\(//\)$' \| \1273 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1274 $as_echo X"$as_myself" |1181 ac_confdir=`$as_dirname -- "$0" || 1182 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1183 X"$0" : 'X\(//\)[^/]' \| \ 1184 X"$0" : 'X\(//\)$' \| \ 1185 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1186 echo X"$0" | 1275 1187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1276 1188 s//\1/ … … 1299 1211 if test ! -r "$srcdir/$ac_unique_file"; then 1300 1212 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1301 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21213 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1302 1214 { (exit 1); exit 1; }; } 1303 1215 fi 1304 1216 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1305 1217 ac_abs_confdir=`( 1306 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21218 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1307 1219 { (exit 1); exit 1; }; } 1308 1220 pwd)` … … 1353 1265 Installation directories: 1354 1266 --prefix=PREFIX install architecture-independent files in PREFIX 1355 1267 [$ac_default_prefix] 1356 1268 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1357 1269 [PREFIX] 1358 1270 1359 1271 By default, \`make install' will install all the files in … … 1365 1277 1366 1278 Fine tuning of the installation directories: 1367 --bindir=DIR 1368 --sbindir=DIR 1369 --libexecdir=DIR 1370 --sysconfdir=DIR 1371 --sharedstatedir=DIR 1372 --localstatedir=DIR 1373 --libdir=DIR 1374 --includedir=DIR 1375 --oldincludedir=DIR 1376 --datarootdir=DIR 1377 --datadir=DIR 1378 --infodir=DIR 1379 --localedir=DIR 1380 --mandir=DIR 1381 --docdir=DIR 1382 --htmldir=DIR 1383 --dvidir=DIR 1384 --pdfdir=DIR 1385 --psdir=DIR 1279 --bindir=DIR user executables [EPREFIX/bin] 1280 --sbindir=DIR system admin executables [EPREFIX/sbin] 1281 --libexecdir=DIR program executables [EPREFIX/libexec] 1282 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1283 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1284 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1285 --libdir=DIR object code libraries [EPREFIX/lib] 1286 --includedir=DIR C header files [PREFIX/include] 1287 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1288 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1289 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1290 --infodir=DIR info documentation [DATAROOTDIR/info] 1291 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1292 --mandir=DIR man documentation [DATAROOTDIR/man] 1293 --docdir=DIR documentation root @<:@DATAROOTDIR/doc/issm@:>@ 1294 --htmldir=DIR html documentation [DOCDIR] 1295 --dvidir=DIR dvi documentation [DOCDIR] 1296 --pdfdir=DIR pdf documentation [DOCDIR] 1297 --psdir=DIR ps documentation [DOCDIR] 1386 1298 _ACEOF 1387 1299 … … 1411 1323 1412 1324 Optional Features: 1413 --disable-option-checking ignore unrecognized --enable/--with options1414 1325 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1415 1326 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1428 1339 --with-triangle-dir = DIR 1429 1340 triangle root directory. necessary for serial build 1341 --with-dakota-dir = DIR dakota root directory. necessary for serial build 1430 1342 --with-metis-dir = DIR metis root directory. necessary for serial build 1431 1343 --with-mpi-lib = otions mpi options, for ex: "-L$MPIROOT -lmpich … … 1439 1351 --with-blas-lapack-dir = DIR 1440 1352 blas-lapack root directory 1353 --with-mkl-dir = DIR mkl root directory 1441 1354 --with-plapack-dir = DIR 1442 1355 plapack root directory 1443 1356 --with-mumps-dir = DIR mumps root directory 1444 1357 --with-blacs-dir = DIR blacs root directory 1358 --with-math-lib = otions 1359 math options, for ex: "/usr/lib/libm.a 1360 --with-fortran-lib = options 1361 fortran options, for ex: "/usr/lib/gfortran.a 1445 1362 1446 1363 Some influential environment variables: … … 1470 1387 # If there are subdirs, report their specific --help. 1471 1388 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1472 test -d "$ac_dir" || 1473 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1474 continue 1389 test -d "$ac_dir" || continue 1475 1390 ac_builddir=. 1476 1391 … … 1478 1393 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1479 1394 *) 1480 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1395 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1481 1396 # A ".." for each directory in $ac_dir_suffix. 1482 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1397 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1483 1398 case $ac_top_builddir_sub in 1484 1399 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1516 1431 $SHELL "$ac_srcdir/configure" --help=recursive 1517 1432 else 1518 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21433 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1519 1434 fi || ac_status=$? 1520 1435 cd "$ac_pwd" || { ac_status=$?; break; } … … 1526 1441 cat <<\_ACEOF 1527 1442 ISSM configure 1.0 1528 generated by GNU Autoconf 2.6 31443 generated by GNU Autoconf 2.61 1529 1444 1530 1445 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1531 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1446 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1532 1447 This configure script is free software; the Free Software Foundation 1533 1448 gives unlimited permission to copy, distribute and modify it. … … 1540 1455 1541 1456 It was created by ISSM $as_me 1.0, which was 1542 generated by GNU Autoconf 2.6 3. Invocation command line was1457 generated by GNU Autoconf 2.61. Invocation command line was 1543 1458 1544 1459 $ $0 $@ … … 1576 1491 IFS=$as_save_IFS 1577 1492 test -z "$as_dir" && as_dir=. 1578 $as_echo "PATH: $as_dir"1493 echo "PATH: $as_dir" 1579 1494 done 1580 1495 IFS=$as_save_IFS … … 1611 1526 continue ;; 1612 1527 *\'*) 1613 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1528 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1614 1529 esac 1615 1530 case $ac_pass in … … 1663 1578 *${as_nl}*) 1664 1579 case $ac_var in #( 1665 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51666 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1580 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1581 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1667 1582 esac 1668 1583 case $ac_var in #( 1669 1584 _ | IFS | as_nl) ;; #( 1670 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1671 1585 *) $as_unset $ac_var ;; 1672 1586 esac ;; … … 1698 1612 eval ac_val=\$$ac_var 1699 1613 case $ac_val in 1700 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1614 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1701 1615 esac 1702 $as_echo "$ac_var='\''$ac_val'\''"1616 echo "$ac_var='\''$ac_val'\''" 1703 1617 done | sort 1704 1618 echo … … 1715 1629 eval ac_val=\$$ac_var 1716 1630 case $ac_val in 1717 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1631 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1718 1632 esac 1719 $as_echo "$ac_var='\''$ac_val'\''"1633 echo "$ac_var='\''$ac_val'\''" 1720 1634 done | sort 1721 1635 echo … … 1733 1647 fi 1734 1648 test "$ac_signal" != 0 && 1735 $as_echo "$as_me: caught signal $ac_signal"1736 $as_echo "$as_me: exit $exit_status"1649 echo "$as_me: caught signal $ac_signal" 1650 echo "$as_me: exit $exit_status" 1737 1651 } >&5 1738 1652 rm -f core *.core core.conftest.* && … … 1776 1690 1777 1691 # Let the site file select an alternate cache file if it wants to. 1778 # Prefer an explicitly selected file to automatically selected ones. 1779 ac_site_file1=NONE 1780 ac_site_file2=NONE 1692 # Prefer explicitly selected file to automatically selected ones. 1781 1693 if test -n "$CONFIG_SITE"; then 1782 ac_site_file1=$CONFIG_SITE1694 set x "$CONFIG_SITE" 1783 1695 elif test "x$prefix" != xNONE; then 1784 ac_site_file1=$prefix/share/config.site1785 ac_site_file2=$prefix/etc/config.site1786 else 1787 ac_site_file1=$ac_default_prefix/share/config.site 1788 ac_site_file2=$ac_default_prefix/etc/config.site 1789 fi 1790 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1696 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1697 else 1698 set x "$ac_default_prefix/share/config.site" \ 1699 "$ac_default_prefix/etc/config.site" 1700 fi 1701 shift 1702 for ac_site_file 1791 1703 do 1792 test "x$ac_site_file" = xNONE && continue1793 1704 if test -r "$ac_site_file"; then 1794 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51795 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1705 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1706 echo "$as_me: loading site script $ac_site_file" >&6;} 1796 1707 sed 's/^/| /' "$ac_site_file" >&5 1797 1708 . "$ac_site_file" … … 1803 1714 # files actually), so we avoid doing that. 1804 1715 if test -f "$cache_file"; then 1805 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51806 $as_echo "$as_me: loading cache $cache_file" >&6;}1716 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1717 echo "$as_me: loading cache $cache_file" >&6;} 1807 1718 case $cache_file in 1808 1719 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1811 1722 fi 1812 1723 else 1813 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51814 $as_echo "$as_me: creating cache $cache_file" >&6;}1724 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1725 echo "$as_me: creating cache $cache_file" >&6;} 1815 1726 >$cache_file 1816 1727 fi … … 1826 1737 case $ac_old_set,$ac_new_set in 1827 1738 set,) 1828 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51829 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1739 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1740 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1830 1741 ac_cache_corrupted=: ;; 1831 1742 ,set) 1832 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51833 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1743 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1744 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1834 1745 ac_cache_corrupted=: ;; 1835 1746 ,);; 1836 1747 *) 1837 1748 if test "x$ac_old_val" != "x$ac_new_val"; then 1838 # differences in whitespace do not lead to failure. 1839 ac_old_val_w=`echo x $ac_old_val` 1840 ac_new_val_w=`echo x $ac_new_val` 1841 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1842 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1843 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1844 ac_cache_corrupted=: 1845 else 1846 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1847 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1848 eval $ac_var=\$ac_old_val 1849 fi 1850 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1851 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1852 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1853 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1749 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1750 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1751 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1752 echo "$as_me: former value: $ac_old_val" >&2;} 1753 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1754 echo "$as_me: current value: $ac_new_val" >&2;} 1755 ac_cache_corrupted=: 1854 1756 fi;; 1855 1757 esac … … 1857 1759 if test "$ac_new_set" = set; then 1858 1760 case $ac_new_val in 1859 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1761 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1860 1762 *) ac_arg=$ac_var=$ac_new_val ;; 1861 1763 esac … … 1867 1769 done 1868 1770 if $ac_cache_corrupted; then 1869 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1871 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1872 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1873 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1874 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1771 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1772 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1773 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1774 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1875 1775 { (exit 1); exit 1; }; } 1876 1776 fi … … 1926 1826 done 1927 1827 if test -z "$ac_aux_dir"; then 1928 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51929 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1828 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1829 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1930 1830 { (exit 1); exit 1; }; } 1931 1831 fi … … 1942 1842 # Make sure we can run config.sub. 1943 1843 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1944 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&51945 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}1844 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1845 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1946 1846 { (exit 1); exit 1; }; } 1947 1847 1948 { $as_echo "$as_me:$LINENO: checking build system type" >&51949 $as_echo_n "checking build system type..." >&6; }1848 { echo "$as_me:$LINENO: checking build system type" >&5 1849 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1950 1850 if test "${ac_cv_build+set}" = set; then 1951 $as_echo_n "(cached)" >&61851 echo $ECHO_N "(cached) $ECHO_C" >&6 1952 1852 else 1953 1853 ac_build_alias=$build_alias … … 1955 1855 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1956 1856 test "x$ac_build_alias" = x && 1957 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&51958 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}1857 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1858 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1959 1859 { (exit 1); exit 1; }; } 1960 1860 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1961 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&51962 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}1861 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1862 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1963 1863 { (exit 1); exit 1; }; } 1964 1864 1965 1865 fi 1966 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&51967 $as_echo "$ac_cv_build" >&6; }1866 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1867 echo "${ECHO_T}$ac_cv_build" >&6; } 1968 1868 case $ac_cv_build in 1969 1869 *-*-*) ;; 1970 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&51971 $as_echo "$as_me: error: invalid value of canonical build" >&2;}1870 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1871 echo "$as_me: error: invalid value of canonical build" >&2;} 1972 1872 { (exit 1); exit 1; }; };; 1973 1873 esac … … 1986 1886 1987 1887 1988 { $as_echo "$as_me:$LINENO: checking host system type" >&51989 $as_echo_n "checking host system type..." >&6; }1888 { echo "$as_me:$LINENO: checking host system type" >&5 1889 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1990 1890 if test "${ac_cv_host+set}" = set; then 1991 $as_echo_n "(cached)" >&61891 echo $ECHO_N "(cached) $ECHO_C" >&6 1992 1892 else 1993 1893 if test "x$host_alias" = x; then … … 1995 1895 else 1996 1896 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1997 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&51998 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}1897 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1898 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1999 1899 { (exit 1); exit 1; }; } 2000 1900 fi 2001 1901 2002 1902 fi 2003 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&52004 $as_echo "$ac_cv_host" >&6; }1903 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1904 echo "${ECHO_T}$ac_cv_host" >&6; } 2005 1905 case $ac_cv_host in 2006 1906 *-*-*) ;; 2007 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&52008 $as_echo "$as_me: error: invalid value of canonical host" >&2;}1907 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1908 echo "$as_me: error: invalid value of canonical host" >&2;} 2009 1909 { (exit 1); exit 1; }; };; 2010 1910 esac … … 2023 1923 2024 1924 2025 { $as_echo "$as_me:$LINENO: checking target system type" >&52026 $as_echo_n "checking target system type..." >&6; }1925 { echo "$as_me:$LINENO: checking target system type" >&5 1926 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 2027 1927 if test "${ac_cv_target+set}" = set; then 2028 $as_echo_n "(cached)" >&61928 echo $ECHO_N "(cached) $ECHO_C" >&6 2029 1929 else 2030 1930 if test "x$target_alias" = x; then … … 2032 1932 else 2033 1933 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2034 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&52035 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}1934 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1935 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 2036 1936 { (exit 1); exit 1; }; } 2037 1937 fi 2038 1938 2039 1939 fi 2040 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&52041 $as_echo "$ac_cv_target" >&6; }1940 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1941 echo "${ECHO_T}$ac_cv_target" >&6; } 2042 1942 case $ac_cv_target in 2043 1943 *-*-*) ;; 2044 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&52045 $as_echo "$as_me: error: invalid value of canonical target" >&2;}1944 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1945 echo "$as_me: error: invalid value of canonical target" >&2;} 2046 1946 { (exit 1); exit 1; }; };; 2047 1947 esac … … 2081 1981 # OS/2's system install, which has a completely different semantic 2082 1982 # ./install, which can be erroneously created by make from ./install.sh. 2083 # Reject install programs that cannot install multiple files. 2084 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2085 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1983 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1984 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2086 1985 if test -z "$INSTALL"; then 2087 1986 if test "${ac_cv_path_install+set}" = set; then 2088 $as_echo_n "(cached)" >&61987 echo $ECHO_N "(cached) $ECHO_C" >&6 2089 1988 else 2090 1989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2115 2014 : 2116 2015 else 2117 rm -rf conftest.one conftest.two conftest.dir 2118 echo one > conftest.one 2119 echo two > conftest.two 2120 mkdir conftest.dir 2121 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2122 test -s conftest.one && test -s conftest.two && 2123 test -s conftest.dir/conftest.one && 2124 test -s conftest.dir/conftest.two 2125 then 2126 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2127 break 3 2128 fi 2016 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2017 break 3 2129 2018 fi 2130 2019 fi … … 2133 2022 ;; 2134 2023 esac 2135 2136 2024 done 2137 2025 IFS=$as_save_IFS 2138 2026 2139 rm -rf conftest.one conftest.two conftest.dir2140 2027 2141 2028 fi … … 2150 2037 fi 2151 2038 fi 2152 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&52153 $as_echo "$INSTALL" >&6; }2039 { echo "$as_me:$LINENO: result: $INSTALL" >&5 2040 echo "${ECHO_T}$INSTALL" >&6; } 2154 2041 2155 2042 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2161 2048 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2162 2049 2163 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&52164 $as_echo_n "checking whether build environment is sane..." >&6; }2050 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 2051 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 2165 2052 # Just in case 2166 2053 sleep 1 … … 2185 2072 # broken ls alias from the environment. This has actually 2186 2073 # happened. Such a system could not be considered "sane". 2187 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken2074 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2188 2075 alias in your environment" >&5 2189 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken2076 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2190 2077 alias in your environment" >&2;} 2191 2078 { (exit 1); exit 1; }; } … … 2198 2085 : 2199 2086 else 2200 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!2087 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2201 2088 Check your system clock" >&5 2202 $as_echo "$as_me: error: newly created file is older than distributed files!2089 echo "$as_me: error: newly created file is older than distributed files! 2203 2090 Check your system clock" >&2;} 2204 2091 { (exit 1); exit 1; }; } 2205 2092 fi 2206 { $as_echo "$as_me:$LINENO: result: yes" >&52207 $as_echo "yes" >&6; }2093 { echo "$as_me:$LINENO: result: yes" >&5 2094 echo "${ECHO_T}yes" >&6; } 2208 2095 test "$program_prefix" != NONE && 2209 2096 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2211 2098 test "$program_suffix" != NONE && 2212 2099 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2213 # Double any \ or $. 2100 # Double any \ or $. echo might interpret backslashes. 2214 2101 # By default was `s,x,x', remove it if useless. 2215 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2216 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2102 cat <<\_ACEOF >conftest.sed 2103 s/[\\$]/&&/g;s/;s,x,x,$// 2104 _ACEOF 2105 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 2106 rm -f conftest.sed 2217 2107 2218 2108 # expand $ac_aux_dir to an absolute path … … 2225 2115 else 2226 2116 am_missing_run= 2227 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&52228 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2229 fi 2230 2231 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&52232 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }2117 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 2118 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2119 fi 2120 2121 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2122 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2233 2123 if test -z "$MKDIR_P"; then 2234 2124 if test "${ac_cv_path_mkdir+set}" = set; then 2235 $as_echo_n "(cached)" >&62125 echo $ECHO_N "(cached) $ECHO_C" >&6 2236 2126 else 2237 2127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2268 2158 fi 2269 2159 fi 2270 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&52271 $as_echo "$MKDIR_P" >&6; }2160 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2161 echo "${ECHO_T}$MKDIR_P" >&6; } 2272 2162 2273 2163 mkdir_p="$MKDIR_P" … … 2281 2171 # Extract the first word of "$ac_prog", so it can be a program name with args. 2282 2172 set dummy $ac_prog; ac_word=$2 2283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52284 $as_echo_n "checking for $ac_word..." >&6; }2173 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2285 2175 if test "${ac_cv_prog_AWK+set}" = set; then 2286 $as_echo_n "(cached)" >&62176 echo $ECHO_N "(cached) $ECHO_C" >&6 2287 2177 else 2288 2178 if test -n "$AWK"; then … … 2297 2187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2298 2188 ac_cv_prog_AWK="$ac_prog" 2299 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2300 2190 break 2 2301 2191 fi … … 2308 2198 AWK=$ac_cv_prog_AWK 2309 2199 if test -n "$AWK"; then 2310 { $as_echo "$as_me:$LINENO: result: $AWK" >&52311 $as_echo "$AWK" >&6; }2312 else 2313 { $as_echo "$as_me:$LINENO: result: no" >&52314 $as_echo "no" >&6; }2200 { echo "$as_me:$LINENO: result: $AWK" >&5 2201 echo "${ECHO_T}$AWK" >&6; } 2202 else 2203 { echo "$as_me:$LINENO: result: no" >&5 2204 echo "${ECHO_T}no" >&6; } 2315 2205 fi 2316 2206 … … 2319 2209 done 2320 2210 2321 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2322 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2323 set x ${MAKE-make} 2324 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2211 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2212 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2213 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2325 2214 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2326 $as_echo_n "(cached)" >&62215 echo $ECHO_N "(cached) $ECHO_C" >&6 2327 2216 else 2328 2217 cat >conftest.make <<\_ACEOF … … 2341 2230 fi 2342 2231 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2343 { $as_echo "$as_me:$LINENO: result: yes" >&52344 $as_echo "yes" >&6; }2232 { echo "$as_me:$LINENO: result: yes" >&5 2233 echo "${ECHO_T}yes" >&6; } 2345 2234 SET_MAKE= 2346 2235 else 2347 { $as_echo "$as_me:$LINENO: result: no" >&52348 $as_echo "no" >&6; }2236 { echo "$as_me:$LINENO: result: no" >&5 2237 echo "${ECHO_T}no" >&6; } 2349 2238 SET_MAKE="MAKE=${MAKE-make}" 2350 2239 fi … … 2365 2254 # test to see if srcdir already configured 2366 2255 if test -f $srcdir/config.status; then 2367 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52368 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}2256 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2257 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2369 2258 { (exit 1); exit 1; }; } 2370 2259 fi … … 2421 2310 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2422 2311 set dummy ${ac_tool_prefix}strip; ac_word=$2 2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52424 $as_echo_n "checking for $ac_word..." >&6; }2312 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2425 2314 if test "${ac_cv_prog_STRIP+set}" = set; then 2426 $as_echo_n "(cached)" >&62315 echo $ECHO_N "(cached) $ECHO_C" >&6 2427 2316 else 2428 2317 if test -n "$STRIP"; then … … 2437 2326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2438 2327 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2440 2329 break 2 2441 2330 fi … … 2448 2337 STRIP=$ac_cv_prog_STRIP 2449 2338 if test -n "$STRIP"; then 2450 { $as_echo "$as_me:$LINENO: result: $STRIP" >&52451 $as_echo "$STRIP" >&6; }2452 else 2453 { $as_echo "$as_me:$LINENO: result: no" >&52454 $as_echo "no" >&6; }2339 { echo "$as_me:$LINENO: result: $STRIP" >&5 2340 echo "${ECHO_T}$STRIP" >&6; } 2341 else 2342 { echo "$as_me:$LINENO: result: no" >&5 2343 echo "${ECHO_T}no" >&6; } 2455 2344 fi 2456 2345 … … 2461 2350 # Extract the first word of "strip", so it can be a program name with args. 2462 2351 set dummy strip; ac_word=$2 2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52464 $as_echo_n "checking for $ac_word..." >&6; }2352 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2465 2354 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2466 $as_echo_n "(cached)" >&62355 echo $ECHO_N "(cached) $ECHO_C" >&6 2467 2356 else 2468 2357 if test -n "$ac_ct_STRIP"; then … … 2477 2366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2478 2367 ac_cv_prog_ac_ct_STRIP="strip" 2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52368 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2480 2369 break 2 2481 2370 fi … … 2488 2377 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2489 2378 if test -n "$ac_ct_STRIP"; then 2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52491 $as_echo "$ac_ct_STRIP" >&6; }2492 else 2493 { $as_echo "$as_me:$LINENO: result: no" >&52494 $as_echo "no" >&6; }2379 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2380 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 2381 else 2382 { echo "$as_me:$LINENO: result: no" >&5 2383 echo "${ECHO_T}no" >&6; } 2495 2384 fi 2496 2385 … … 2500 2389 case $cross_compiling:$ac_tool_warned in 2501 2390 yes:) 2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2391 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2392 whose name does not start with the host triplet. If you think this 2393 configuration is useful to you, please write to autoconf@gnu.org." >&5 2394 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2395 whose name does not start with the host triplet. If you think this 2396 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2504 2397 ac_tool_warned=yes ;; 2505 2398 esac … … 2528 2421 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2529 2422 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52531 $as_echo_n "checking for $ac_word..." >&6; }2423 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2532 2425 if test "${ac_cv_prog_RANLIB+set}" = set; then 2533 $as_echo_n "(cached)" >&62426 echo $ECHO_N "(cached) $ECHO_C" >&6 2534 2427 else 2535 2428 if test -n "$RANLIB"; then … … 2544 2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2545 2438 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2546 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2547 2440 break 2 2548 2441 fi … … 2555 2448 RANLIB=$ac_cv_prog_RANLIB 2556 2449 if test -n "$RANLIB"; then 2557 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&52558 $as_echo "$RANLIB" >&6; }2559 else 2560 { $as_echo "$as_me:$LINENO: result: no" >&52561 $as_echo "no" >&6; }2450 { echo "$as_me:$LINENO: result: $RANLIB" >&5 2451 echo "${ECHO_T}$RANLIB" >&6; } 2452 else 2453 { echo "$as_me:$LINENO: result: no" >&5 2454 echo "${ECHO_T}no" >&6; } 2562 2455 fi 2563 2456 … … 2568 2461 # Extract the first word of "ranlib", so it can be a program name with args. 2569 2462 set dummy ranlib; ac_word=$2 2570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52571 $as_echo_n "checking for $ac_word..." >&6; }2463 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2572 2465 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2573 $as_echo_n "(cached)" >&62466 echo $ECHO_N "(cached) $ECHO_C" >&6 2574 2467 else 2575 2468 if test -n "$ac_ct_RANLIB"; then … … 2584 2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2585 2478 ac_cv_prog_ac_ct_RANLIB="ranlib" 2586 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2587 2480 break 2 2588 2481 fi … … 2595 2488 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2596 2489 if test -n "$ac_ct_RANLIB"; then 2597 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&52598 $as_echo "$ac_ct_RANLIB" >&6; }2599 else 2600 { $as_echo "$as_me:$LINENO: result: no" >&52601 $as_echo "no" >&6; }2490 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2491 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 2492 else 2493 { echo "$as_me:$LINENO: result: no" >&5 2494 echo "${ECHO_T}no" >&6; } 2602 2495 fi 2603 2496 … … 2607 2500 case $cross_compiling:$ac_tool_warned in 2608 2501 yes:) 2609 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2502 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2503 whose name does not start with the host triplet. If you think this 2504 configuration is useful to you, please write to autoconf@gnu.org." >&5 2505 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2506 whose name does not start with the host triplet. If you think this 2507 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2611 2508 ac_tool_warned=yes ;; 2612 2509 esac … … 2625 2522 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2626 2523 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2627 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52628 $as_echo_n "checking for $ac_word..." >&6; }2524 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2629 2526 if test "${ac_cv_prog_CC+set}" = set; then 2630 $as_echo_n "(cached)" >&62527 echo $ECHO_N "(cached) $ECHO_C" >&6 2631 2528 else 2632 2529 if test -n "$CC"; then … … 2641 2538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2642 2539 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2643 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2644 2541 break 2 2645 2542 fi … … 2652 2549 CC=$ac_cv_prog_CC 2653 2550 if test -n "$CC"; then 2654 { $as_echo "$as_me:$LINENO: result: $CC" >&52655 $as_echo "$CC" >&6; }2656 else 2657 { $as_echo "$as_me:$LINENO: result: no" >&52658 $as_echo "no" >&6; }2551 { echo "$as_me:$LINENO: result: $CC" >&5 2552 echo "${ECHO_T}$CC" >&6; } 2553 else 2554 { echo "$as_me:$LINENO: result: no" >&5 2555 echo "${ECHO_T}no" >&6; } 2659 2556 fi 2660 2557 … … 2665 2562 # Extract the first word of "gcc", so it can be a program name with args. 2666 2563 set dummy gcc; ac_word=$2 2667 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52668 $as_echo_n "checking for $ac_word..." >&6; }2564 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2669 2566 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2670 $as_echo_n "(cached)" >&62567 echo $ECHO_N "(cached) $ECHO_C" >&6 2671 2568 else 2672 2569 if test -n "$ac_ct_CC"; then … … 2681 2578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2682 2579 ac_cv_prog_ac_ct_CC="gcc" 2683 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2684 2581 break 2 2685 2582 fi … … 2692 2589 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2693 2590 if test -n "$ac_ct_CC"; then 2694 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52695 $as_echo "$ac_ct_CC" >&6; }2696 else 2697 { $as_echo "$as_me:$LINENO: result: no" >&52698 $as_echo "no" >&6; }2591 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2592 echo "${ECHO_T}$ac_ct_CC" >&6; } 2593 else 2594 { echo "$as_me:$LINENO: result: no" >&5 2595 echo "${ECHO_T}no" >&6; } 2699 2596 fi 2700 2597 … … 2704 2601 case $cross_compiling:$ac_tool_warned in 2705 2602 yes:) 2706 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2603 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2604 whose name does not start with the host triplet. If you think this 2605 configuration is useful to you, please write to autoconf@gnu.org." >&5 2606 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2607 whose name does not start with the host triplet. If you think this 2608 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2708 2609 ac_tool_warned=yes ;; 2709 2610 esac … … 2718 2619 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2719 2620 set dummy ${ac_tool_prefix}cc; ac_word=$2 2720 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52721 $as_echo_n "checking for $ac_word..." >&6; }2621 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2722 2623 if test "${ac_cv_prog_CC+set}" = set; then 2723 $as_echo_n "(cached)" >&62624 echo $ECHO_N "(cached) $ECHO_C" >&6 2724 2625 else 2725 2626 if test -n "$CC"; then … … 2734 2635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2735 2636 ac_cv_prog_CC="${ac_tool_prefix}cc" 2736 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2737 2638 break 2 2738 2639 fi … … 2745 2646 CC=$ac_cv_prog_CC 2746 2647 if test -n "$CC"; then 2747 { $as_echo "$as_me:$LINENO: result: $CC" >&52748 $as_echo "$CC" >&6; }2749 else 2750 { $as_echo "$as_me:$LINENO: result: no" >&52751 $as_echo "no" >&6; }2648 { echo "$as_me:$LINENO: result: $CC" >&5 2649 echo "${ECHO_T}$CC" >&6; } 2650 else 2651 { echo "$as_me:$LINENO: result: no" >&5 2652 echo "${ECHO_T}no" >&6; } 2752 2653 fi 2753 2654 … … 2758 2659 # Extract the first word of "cc", so it can be a program name with args. 2759 2660 set dummy cc; ac_word=$2 2760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52761 $as_echo_n "checking for $ac_word..." >&6; }2661 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2762 2663 if test "${ac_cv_prog_CC+set}" = set; then 2763 $as_echo_n "(cached)" >&62664 echo $ECHO_N "(cached) $ECHO_C" >&6 2764 2665 else 2765 2666 if test -n "$CC"; then … … 2779 2680 fi 2780 2681 ac_cv_prog_CC="cc" 2781 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2782 2683 break 2 2783 2684 fi … … 2802 2703 CC=$ac_cv_prog_CC 2803 2704 if test -n "$CC"; then 2804 { $as_echo "$as_me:$LINENO: result: $CC" >&52805 $as_echo "$CC" >&6; }2806 else 2807 { $as_echo "$as_me:$LINENO: result: no" >&52808 $as_echo "no" >&6; }2705 { echo "$as_me:$LINENO: result: $CC" >&5 2706 echo "${ECHO_T}$CC" >&6; } 2707 else 2708 { echo "$as_me:$LINENO: result: no" >&5 2709 echo "${ECHO_T}no" >&6; } 2809 2710 fi 2810 2711 … … 2817 2718 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2818 2719 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2819 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52820 $as_echo_n "checking for $ac_word..." >&6; }2720 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2721 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2821 2722 if test "${ac_cv_prog_CC+set}" = set; then 2822 $as_echo_n "(cached)" >&62723 echo $ECHO_N "(cached) $ECHO_C" >&6 2823 2724 else 2824 2725 if test -n "$CC"; then … … 2833 2734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2834 2735 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2835 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52736 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2836 2737 break 2 2837 2738 fi … … 2844 2745 CC=$ac_cv_prog_CC 2845 2746 if test -n "$CC"; then 2846 { $as_echo "$as_me:$LINENO: result: $CC" >&52847 $as_echo "$CC" >&6; }2848 else 2849 { $as_echo "$as_me:$LINENO: result: no" >&52850 $as_echo "no" >&6; }2747 { echo "$as_me:$LINENO: result: $CC" >&5 2748 echo "${ECHO_T}$CC" >&6; } 2749 else 2750 { echo "$as_me:$LINENO: result: no" >&5 2751 echo "${ECHO_T}no" >&6; } 2851 2752 fi 2852 2753 … … 2861 2762 # Extract the first word of "$ac_prog", so it can be a program name with args. 2862 2763 set dummy $ac_prog; ac_word=$2 2863 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52864 $as_echo_n "checking for $ac_word..." >&6; }2764 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2865 2766 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2866 $as_echo_n "(cached)" >&62767 echo $ECHO_N "(cached) $ECHO_C" >&6 2867 2768 else 2868 2769 if test -n "$ac_ct_CC"; then … … 2877 2778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2878 2779 ac_cv_prog_ac_ct_CC="$ac_prog" 2879 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2880 2781 break 2 2881 2782 fi … … 2888 2789 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2889 2790 if test -n "$ac_ct_CC"; then 2890 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52891 $as_echo "$ac_ct_CC" >&6; }2892 else 2893 { $as_echo "$as_me:$LINENO: result: no" >&52894 $as_echo "no" >&6; }2791 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2792 echo "${ECHO_T}$ac_ct_CC" >&6; } 2793 else 2794 { echo "$as_me:$LINENO: result: no" >&5 2795 echo "${ECHO_T}no" >&6; } 2895 2796 fi 2896 2797 … … 2904 2805 case $cross_compiling:$ac_tool_warned in 2905 2806 yes:) 2906 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2907 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2807 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2808 whose name does not start with the host triplet. If you think this 2809 configuration is useful to you, please write to autoconf@gnu.org." >&5 2810 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2811 whose name does not start with the host triplet. If you think this 2812 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2908 2813 ac_tool_warned=yes ;; 2909 2814 esac … … 2915 2820 2916 2821 2917 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2919 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2822 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2920 2823 See \`config.log' for more details." >&5 2921 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2824 echo "$as_me: error: no acceptable C compiler found in \$PATH 2922 2825 See \`config.log' for more details." >&2;} 2923 { (exit 1); exit 1; }; } ; }2826 { (exit 1); exit 1; }; } 2924 2827 2925 2828 # Provide some information about the compiler. 2926 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2927 set X $ac_compile 2928 ac_compiler=$2 2829 echo "$as_me:$LINENO: checking for C compiler version" >&5 2830 ac_compiler=`set X $ac_compile; echo $2` 2929 2831 { (ac_try="$ac_compiler --version >&5" 2930 2832 case "(($ac_try" in … … 2932 2834 *) ac_try_echo=$ac_try;; 2933 2835 esac 2934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2935 $as_echo "$ac_try_echo") >&5 2836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2936 2837 (eval "$ac_compiler --version >&5") 2>&5 2937 2838 ac_status=$? 2938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2939 2840 (exit $ac_status); } 2940 2841 { (ac_try="$ac_compiler -v >&5" … … 2943 2844 *) ac_try_echo=$ac_try;; 2944 2845 esac 2945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2946 $as_echo "$ac_try_echo") >&5 2846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2947 2847 (eval "$ac_compiler -v >&5") 2>&5 2948 2848 ac_status=$? 2949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2950 2850 (exit $ac_status); } 2951 2851 { (ac_try="$ac_compiler -V >&5" … … 2954 2854 *) ac_try_echo=$ac_try;; 2955 2855 esac 2956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2957 $as_echo "$ac_try_echo") >&5 2856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2958 2857 (eval "$ac_compiler -V >&5") 2>&5 2959 2858 ac_status=$? 2960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2961 2860 (exit $ac_status); } 2962 2861 … … 2977 2876 _ACEOF 2978 2877 ac_clean_files_save=$ac_clean_files 2979 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2878 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2980 2879 # Try to create an executable without -o first, disregard a.out. 2981 2880 # It will help us diagnose broken compilers, and finding out an intuition 2982 2881 # of exeext. 2983 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2984 $as_echo_n "checking for C compiler default output file name... " >&6; } 2985 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2986 2987 # The possible output files: 2988 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2989 2882 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2883 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2884 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2885 # 2886 # List of possible output files, starting from the most likely. 2887 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2888 # only as a last resort. b.out is created by i960 compilers. 2889 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2890 # 2891 # The IRIX 6 linker writes into existing files which may not be 2892 # executable, retaining their permissions. Remove them first so a 2893 # subsequent execution test works. 2990 2894 ac_rmfiles= 2991 2895 for ac_file in $ac_files 2992 2896 do 2993 2897 case $ac_file in 2994 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2995 2899 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2996 2900 esac … … 3003 2907 *) ac_try_echo=$ac_try;; 3004 2908 esac 3005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3006 $as_echo "$ac_try_echo") >&5 2909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3007 2910 (eval "$ac_link_default") 2>&5 3008 2911 ac_status=$? 3009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3010 2913 (exit $ac_status); }; then 3011 2914 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 3018 2921 test -f "$ac_file" || continue 3019 2922 case $ac_file in 3020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3021 2924 ;; 3022 2925 [ab].out ) … … 3045 2948 fi 3046 2949 3047 { $as_echo "$as_me:$LINENO: result: $ac_file" >&53048 $as_echo "$ac_file" >&6; }2950 { echo "$as_me:$LINENO: result: $ac_file" >&5 2951 echo "${ECHO_T}$ac_file" >&6; } 3049 2952 if test -z "$ac_file"; then 3050 $as_echo "$as_me: failed program was:" >&52953 echo "$as_me: failed program was:" >&5 3051 2954 sed 's/^/| /' conftest.$ac_ext >&5 3052 2955 3053 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3055 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2956 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 3056 2957 See \`config.log' for more details." >&5 3057 $as_echo "$as_me: error: C compiler cannot create executables2958 echo "$as_me: error: C compiler cannot create executables 3058 2959 See \`config.log' for more details." >&2;} 3059 { (exit 77); exit 77; }; } ; }2960 { (exit 77); exit 77; }; } 3060 2961 fi 3061 2962 … … 3064 2965 # Check that the compiler produces executables we can run. If not, either 3065 2966 # the compiler is broken, or we cross compile. 3066 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&53067 $as_echo_n "checking whether the C compiler works..." >&6; }2967 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2968 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 3068 2969 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 3069 2970 # If not cross compiling, check that we can run a simple program. … … 3074 2975 *) ac_try_echo=$ac_try;; 3075 2976 esac 3076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3077 $as_echo "$ac_try_echo") >&5 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3078 2978 (eval "$ac_try") 2>&5 3079 2979 ac_status=$? 3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3081 2981 (exit $ac_status); }; }; then 3082 2982 cross_compiling=no … … 3085 2985 cross_compiling=yes 3086 2986 else 3087 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3089 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2987 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3090 2988 If you meant to cross compile, use \`--host'. 3091 2989 See \`config.log' for more details." >&5 3092 $as_echo "$as_me: error: cannot run C compiled programs.2990 echo "$as_me: error: cannot run C compiled programs. 3093 2991 If you meant to cross compile, use \`--host'. 3094 2992 See \`config.log' for more details." >&2;} 3095 { (exit 1); exit 1; }; } ; }2993 { (exit 1); exit 1; }; } 3096 2994 fi 3097 2995 fi 3098 2996 fi 3099 { $as_echo "$as_me:$LINENO: result: yes" >&53100 $as_echo "yes" >&6; }3101 3102 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2997 { echo "$as_me:$LINENO: result: yes" >&5 2998 echo "${ECHO_T}yes" >&6; } 2999 3000 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3103 3001 ac_clean_files=$ac_clean_files_save 3104 3002 # Check that the compiler produces executables we can run. If not, either 3105 3003 # the compiler is broken, or we cross compile. 3106 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&53107 $as_echo_n "checking whether we are cross compiling..." >&6; }3108 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&53109 $as_echo "$cross_compiling" >&6; }3110 3111 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&53112 $as_echo_n "checking for suffix of executables..." >&6; }3004 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 3005 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 3006 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 3007 echo "${ECHO_T}$cross_compiling" >&6; } 3008 3009 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 3010 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3113 3011 if { (ac_try="$ac_link" 3114 3012 case "(($ac_try" in … … 3116 3014 *) ac_try_echo=$ac_try;; 3117 3015 esac 3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3119 $as_echo "$ac_try_echo") >&5 3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3120 3017 (eval "$ac_link") 2>&5 3121 3018 ac_status=$? 3122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3123 3020 (exit $ac_status); }; then 3124 3021 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 3129 3026 test -f "$ac_file" || continue 3130 3027 case $ac_file in 3131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3132 3029 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3133 3030 break;; … … 3136 3033 done 3137 3034 else 3138 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3139 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3140 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3035 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3141 3036 See \`config.log' for more details." >&5 3142 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link3037 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3143 3038 See \`config.log' for more details." >&2;} 3144 { (exit 1); exit 1; }; } ; }3039 { (exit 1); exit 1; }; } 3145 3040 fi 3146 3041 3147 3042 rm -f conftest$ac_cv_exeext 3148 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&53149 $as_echo "$ac_cv_exeext" >&6; }3043 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3044 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3150 3045 3151 3046 rm -f conftest.$ac_ext 3152 3047 EXEEXT=$ac_cv_exeext 3153 3048 ac_exeext=$EXEEXT 3154 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&53155 $as_echo_n "checking for suffix of object files..." >&6; }3049 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 3050 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 3156 3051 if test "${ac_cv_objext+set}" = set; then 3157 $as_echo_n "(cached)" >&63052 echo $ECHO_N "(cached) $ECHO_C" >&6 3158 3053 else 3159 3054 cat >conftest.$ac_ext <<_ACEOF … … 3178 3073 *) ac_try_echo=$ac_try;; 3179 3074 esac 3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3181 $as_echo "$ac_try_echo") >&5 3075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3182 3076 (eval "$ac_compile") 2>&5 3183 3077 ac_status=$? 3184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3185 3079 (exit $ac_status); }; then 3186 3080 for ac_file in conftest.o conftest.obj conftest.*; do 3187 3081 test -f "$ac_file" || continue; 3188 3082 case $ac_file in 3189 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;3083 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3190 3084 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3191 3085 break;; … … 3193 3087 done 3194 3088 else 3195 $as_echo "$as_me: failed program was:" >&53089 echo "$as_me: failed program was:" >&5 3196 3090 sed 's/^/| /' conftest.$ac_ext >&5 3197 3091 3198 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3200 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3092 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3201 3093 See \`config.log' for more details." >&5 3202 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile3094 echo "$as_me: error: cannot compute suffix of object files: cannot compile 3203 3095 See \`config.log' for more details." >&2;} 3204 { (exit 1); exit 1; }; } ; }3096 { (exit 1); exit 1; }; } 3205 3097 fi 3206 3098 3207 3099 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3208 3100 fi 3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&53210 $as_echo "$ac_cv_objext" >&6; }3101 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3102 echo "${ECHO_T}$ac_cv_objext" >&6; } 3211 3103 OBJEXT=$ac_cv_objext 3212 3104 ac_objext=$OBJEXT 3213 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&53214 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }3105 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3106 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 3215 3107 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3216 $as_echo_n "(cached)" >&63108 echo $ECHO_N "(cached) $ECHO_C" >&6 3217 3109 else 3218 3110 cat >conftest.$ac_ext <<_ACEOF … … 3240 3132 *) ac_try_echo=$ac_try;; 3241 3133 esac 3242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3243 $as_echo "$ac_try_echo") >&5 3134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3244 3135 (eval "$ac_compile") 2>conftest.er1 3245 3136 ac_status=$? … … 3247 3138 rm -f conftest.er1 3248 3139 cat conftest.err >&5 3249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3250 3141 (exit $ac_status); } && { 3251 3142 test -z "$ac_c_werror_flag" || … … 3254 3145 ac_compiler_gnu=yes 3255 3146 else 3256 $as_echo "$as_me: failed program was:" >&53147 echo "$as_me: failed program was:" >&5 3257 3148 sed 's/^/| /' conftest.$ac_ext >&5 3258 3149 … … 3264 3155 3265 3156 fi 3266 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3267 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3268 if test $ac_compiler_gnu = yes; then 3269 GCC=yes 3270 else 3271 GCC= 3272 fi 3157 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3158 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 3159 GCC=`test $ac_compiler_gnu = yes && echo yes` 3273 3160 ac_test_CFLAGS=${CFLAGS+set} 3274 3161 ac_save_CFLAGS=$CFLAGS 3275 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&53276 $as_echo_n "checking whether $CC accepts -g..." >&6; }3162 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3163 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3277 3164 if test "${ac_cv_prog_cc_g+set}" = set; then 3278 $as_echo_n "(cached)" >&63165 echo $ECHO_N "(cached) $ECHO_C" >&6 3279 3166 else 3280 3167 ac_save_c_werror_flag=$ac_c_werror_flag … … 3303 3190 *) ac_try_echo=$ac_try;; 3304 3191 esac 3305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3306 $as_echo "$ac_try_echo") >&5 3192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3307 3193 (eval "$ac_compile") 2>conftest.er1 3308 3194 ac_status=$? … … 3310 3196 rm -f conftest.er1 3311 3197 cat conftest.err >&5 3312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3313 3199 (exit $ac_status); } && { 3314 3200 test -z "$ac_c_werror_flag" || … … 3317 3203 ac_cv_prog_cc_g=yes 3318 3204 else 3319 $as_echo "$as_me: failed program was:" >&53205 echo "$as_me: failed program was:" >&5 3320 3206 sed 's/^/| /' conftest.$ac_ext >&5 3321 3207 … … 3342 3228 *) ac_try_echo=$ac_try;; 3343 3229 esac 3344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3345 $as_echo "$ac_try_echo") >&5 3230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3346 3231 (eval "$ac_compile") 2>conftest.er1 3347 3232 ac_status=$? … … 3349 3234 rm -f conftest.er1 3350 3235 cat conftest.err >&5 3351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3352 3237 (exit $ac_status); } && { 3353 3238 test -z "$ac_c_werror_flag" || … … 3356 3241 : 3357 3242 else 3358 $as_echo "$as_me: failed program was:" >&53243 echo "$as_me: failed program was:" >&5 3359 3244 sed 's/^/| /' conftest.$ac_ext >&5 3360 3245 … … 3382 3267 *) ac_try_echo=$ac_try;; 3383 3268 esac 3384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3385 $as_echo "$ac_try_echo") >&5 3269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3386 3270 (eval "$ac_compile") 2>conftest.er1 3387 3271 ac_status=$? … … 3389 3273 rm -f conftest.er1 3390 3274 cat conftest.err >&5 3391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3392 3276 (exit $ac_status); } && { 3393 3277 test -z "$ac_c_werror_flag" || … … 3396 3280 ac_cv_prog_cc_g=yes 3397 3281 else 3398 $as_echo "$as_me: failed program was:" >&53282 echo "$as_me: failed program was:" >&5 3399 3283 sed 's/^/| /' conftest.$ac_ext >&5 3400 3284 … … 3411 3295 ac_c_werror_flag=$ac_save_c_werror_flag 3412 3296 fi 3413 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53414 $as_echo "$ac_cv_prog_cc_g" >&6; }3297 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3298 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3415 3299 if test "$ac_test_CFLAGS" = set; then 3416 3300 CFLAGS=$ac_save_CFLAGS … … 3428 3312 fi 3429 3313 fi 3430 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53431 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3314 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3315 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3432 3316 if test "${ac_cv_prog_cc_c89+set}" = set; then 3433 $as_echo_n "(cached)" >&63317 echo $ECHO_N "(cached) $ECHO_C" >&6 3434 3318 else 3435 3319 ac_cv_prog_cc_c89=no … … 3502 3386 *) ac_try_echo=$ac_try;; 3503 3387 esac 3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3505 $as_echo "$ac_try_echo") >&5 3388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3506 3389 (eval "$ac_compile") 2>conftest.er1 3507 3390 ac_status=$? … … 3509 3392 rm -f conftest.er1 3510 3393 cat conftest.err >&5 3511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3512 3395 (exit $ac_status); } && { 3513 3396 test -z "$ac_c_werror_flag" || … … 3516 3399 ac_cv_prog_cc_c89=$ac_arg 3517 3400 else 3518 $as_echo "$as_me: failed program was:" >&53401 echo "$as_me: failed program was:" >&5 3519 3402 sed 's/^/| /' conftest.$ac_ext >&5 3520 3403 … … 3532 3415 case "x$ac_cv_prog_cc_c89" in 3533 3416 x) 3534 { $as_echo "$as_me:$LINENO: result: none needed" >&53535 $as_echo "none needed" >&6; } ;;3417 { echo "$as_me:$LINENO: result: none needed" >&5 3418 echo "${ECHO_T}none needed" >&6; } ;; 3536 3419 xno) 3537 { $as_echo "$as_me:$LINENO: result: unsupported" >&53538 $as_echo "unsupported" >&6; } ;;3420 { echo "$as_me:$LINENO: result: unsupported" >&5 3421 echo "${ECHO_T}unsupported" >&6; } ;; 3539 3422 *) 3540 3423 CC="$CC $ac_cv_prog_cc_c89" 3541 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53542 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3424 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3425 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3543 3426 esac 3544 3427 … … 3561 3444 END 3562 3445 # If we don't find an include directive, just comment out the code. 3563 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53564 $as_echo_n "checking for style of include used by $am_make..." >&6; }3446 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3447 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 3565 3448 am__include="#" 3566 3449 am__quote= … … 3589 3472 3590 3473 3591 { $as_echo "$as_me:$LINENO: result: $_am_result" >&53592 $as_echo "$_am_result" >&6; }3474 { echo "$as_me:$LINENO: result: $_am_result" >&5 3475 echo "${ECHO_T}$_am_result" >&6; } 3593 3476 rm -f confinc confmf 3594 3477 3595 @%:@Check whether --enable-dependency-tracking was given.3478 # Check whether --enable-dependency-tracking was given. 3596 3479 if test "${enable_dependency_tracking+set}" = set; then 3597 3480 enableval=$enable_dependency_tracking; … … 3614 3497 depcc="$CC" am_compiler_list= 3615 3498 3616 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&53617 $as_echo_n "checking dependency style of $depcc..." >&6; }3499 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3500 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3618 3501 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3619 $as_echo_n "(cached)" >&63502 echo $ECHO_N "(cached) $ECHO_C" >&6 3620 3503 else 3621 3504 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3705 3588 3706 3589 fi 3707 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53708 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }3590 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3591 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3709 3592 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3710 3593 … … 3734 3617 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3735 3618 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53737 $as_echo_n "checking for $ac_word..." >&6; }3619 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3738 3621 if test "${ac_cv_prog_CXX+set}" = set; then 3739 $as_echo_n "(cached)" >&63622 echo $ECHO_N "(cached) $ECHO_C" >&6 3740 3623 else 3741 3624 if test -n "$CXX"; then … … 3750 3633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3751 3634 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3752 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3753 3636 break 2 3754 3637 fi … … 3761 3644 CXX=$ac_cv_prog_CXX 3762 3645 if test -n "$CXX"; then 3763 { $as_echo "$as_me:$LINENO: result: $CXX" >&53764 $as_echo "$CXX" >&6; }3765 else 3766 { $as_echo "$as_me:$LINENO: result: no" >&53767 $as_echo "no" >&6; }3646 { echo "$as_me:$LINENO: result: $CXX" >&5 3647 echo "${ECHO_T}$CXX" >&6; } 3648 else 3649 { echo "$as_me:$LINENO: result: no" >&5 3650 echo "${ECHO_T}no" >&6; } 3768 3651 fi 3769 3652 … … 3778 3661 # Extract the first word of "$ac_prog", so it can be a program name with args. 3779 3662 set dummy $ac_prog; ac_word=$2 3780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53781 $as_echo_n "checking for $ac_word..." >&6; }3663 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3782 3665 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3783 $as_echo_n "(cached)" >&63666 echo $ECHO_N "(cached) $ECHO_C" >&6 3784 3667 else 3785 3668 if test -n "$ac_ct_CXX"; then … … 3794 3677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3795 3678 ac_cv_prog_ac_ct_CXX="$ac_prog" 3796 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3797 3680 break 2 3798 3681 fi … … 3805 3688 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3806 3689 if test -n "$ac_ct_CXX"; then 3807 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53808 $as_echo "$ac_ct_CXX" >&6; }3809 else 3810 { $as_echo "$as_me:$LINENO: result: no" >&53811 $as_echo "no" >&6; }3690 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3691 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3692 else 3693 { echo "$as_me:$LINENO: result: no" >&5 3694 echo "${ECHO_T}no" >&6; } 3812 3695 fi 3813 3696 … … 3821 3704 case $cross_compiling:$ac_tool_warned in 3822 3705 yes:) 3823 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3706 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3707 whose name does not start with the host triplet. If you think this 3708 configuration is useful to you, please write to autoconf@gnu.org." >&5 3709 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3710 whose name does not start with the host triplet. If you think this 3711 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3825 3712 ac_tool_warned=yes ;; 3826 3713 esac … … 3832 3719 fi 3833 3720 # Provide some information about the compiler. 3834 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3835 set X $ac_compile 3836 ac_compiler=$2 3721 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3722 ac_compiler=`set X $ac_compile; echo $2` 3837 3723 { (ac_try="$ac_compiler --version >&5" 3838 3724 case "(($ac_try" in … … 3840 3726 *) ac_try_echo=$ac_try;; 3841 3727 esac 3842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3843 $as_echo "$ac_try_echo") >&5 3728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3844 3729 (eval "$ac_compiler --version >&5") 2>&5 3845 3730 ac_status=$? 3846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3847 3732 (exit $ac_status); } 3848 3733 { (ac_try="$ac_compiler -v >&5" … … 3851 3736 *) ac_try_echo=$ac_try;; 3852 3737 esac 3853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3854 $as_echo "$ac_try_echo") >&5 3738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3855 3739 (eval "$ac_compiler -v >&5") 2>&5 3856 3740 ac_status=$? 3857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3858 3742 (exit $ac_status); } 3859 3743 { (ac_try="$ac_compiler -V >&5" … … 3862 3746 *) ac_try_echo=$ac_try;; 3863 3747 esac 3864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3865 $as_echo "$ac_try_echo") >&5 3748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3866 3749 (eval "$ac_compiler -V >&5") 2>&5 3867 3750 ac_status=$? 3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3869 3752 (exit $ac_status); } 3870 3753 3871 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53872 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3754 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3755 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3873 3756 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3874 $as_echo_n "(cached)" >&63757 echo $ECHO_N "(cached) $ECHO_C" >&6 3875 3758 else 3876 3759 cat >conftest.$ac_ext <<_ACEOF … … 3898 3781 *) ac_try_echo=$ac_try;; 3899 3782 esac 3900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3901 $as_echo "$ac_try_echo") >&5 3783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3902 3784 (eval "$ac_compile") 2>conftest.er1 3903 3785 ac_status=$? … … 3905 3787 rm -f conftest.er1 3906 3788 cat conftest.err >&5 3907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3908 3790 (exit $ac_status); } && { 3909 3791 test -z "$ac_cxx_werror_flag" || … … 3912 3794 ac_compiler_gnu=yes 3913 3795 else 3914 $as_echo "$as_me: failed program was:" >&53796 echo "$as_me: failed program was:" >&5 3915 3797 sed 's/^/| /' conftest.$ac_ext >&5 3916 3798 … … 3922 3804 3923 3805 fi 3924 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3925 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3926 if test $ac_compiler_gnu = yes; then 3927 GXX=yes 3928 else 3929 GXX= 3930 fi 3806 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3807 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3808 GXX=`test $ac_compiler_gnu = yes && echo yes` 3931 3809 ac_test_CXXFLAGS=${CXXFLAGS+set} 3932 3810 ac_save_CXXFLAGS=$CXXFLAGS 3933 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53934 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3811 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3812 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3935 3813 if test "${ac_cv_prog_cxx_g+set}" = set; then 3936 $as_echo_n "(cached)" >&63814 echo $ECHO_N "(cached) $ECHO_C" >&6 3937 3815 else 3938 3816 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3961 3839 *) ac_try_echo=$ac_try;; 3962 3840 esac 3963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3964 $as_echo "$ac_try_echo") >&5 3841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3965 3842 (eval "$ac_compile") 2>conftest.er1 3966 3843 ac_status=$? … … 3968 3845 rm -f conftest.er1 3969 3846 cat conftest.err >&5 3970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3971 3848 (exit $ac_status); } && { 3972 3849 test -z "$ac_cxx_werror_flag" || … … 3975 3852 ac_cv_prog_cxx_g=yes 3976 3853 else 3977 $as_echo "$as_me: failed program was:" >&53854 echo "$as_me: failed program was:" >&5 3978 3855 sed 's/^/| /' conftest.$ac_ext >&5 3979 3856 … … 4000 3877 *) ac_try_echo=$ac_try;; 4001 3878 esac 4002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4003 $as_echo "$ac_try_echo") >&5 3879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4004 3880 (eval "$ac_compile") 2>conftest.er1 4005 3881 ac_status=$? … … 4007 3883 rm -f conftest.er1 4008 3884 cat conftest.err >&5 4009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4010 3886 (exit $ac_status); } && { 4011 3887 test -z "$ac_cxx_werror_flag" || … … 4014 3890 : 4015 3891 else 4016 $as_echo "$as_me: failed program was:" >&53892 echo "$as_me: failed program was:" >&5 4017 3893 sed 's/^/| /' conftest.$ac_ext >&5 4018 3894 … … 4040 3916 *) ac_try_echo=$ac_try;; 4041 3917 esac 4042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4043 $as_echo "$ac_try_echo") >&5 3918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4044 3919 (eval "$ac_compile") 2>conftest.er1 4045 3920 ac_status=$? … … 4047 3922 rm -f conftest.er1 4048 3923 cat conftest.err >&5 4049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53924 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4050 3925 (exit $ac_status); } && { 4051 3926 test -z "$ac_cxx_werror_flag" || … … 4054 3929 ac_cv_prog_cxx_g=yes 4055 3930 else 4056 $as_echo "$as_me: failed program was:" >&53931 echo "$as_me: failed program was:" >&5 4057 3932 sed 's/^/| /' conftest.$ac_ext >&5 4058 3933 … … 4069 3944 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4070 3945 fi 4071 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54072 $as_echo "$ac_cv_prog_cxx_g" >&6; }3946 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3947 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4073 3948 if test "$ac_test_CXXFLAGS" = set; then 4074 3949 CXXFLAGS=$ac_save_CXXFLAGS … … 4094 3969 depcc="$CXX" am_compiler_list= 4095 3970 4096 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&54097 $as_echo_n "checking dependency style of $depcc..." >&6; }3971 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3972 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 4098 3973 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 4099 $as_echo_n "(cached)" >&63974 echo $ECHO_N "(cached) $ECHO_C" >&6 4100 3975 else 4101 3976 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 4185 4060 4186 4061 fi 4187 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&54188 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }4062 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 4063 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } 4189 4064 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 4190 4065 … … 4209 4084 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4210 4085 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54212 $as_echo_n "checking for $ac_word..." >&6; }4086 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4213 4088 if test "${ac_cv_prog_F77+set}" = set; then 4214 $as_echo_n "(cached)" >&64089 echo $ECHO_N "(cached) $ECHO_C" >&6 4215 4090 else 4216 4091 if test -n "$F77"; then … … 4225 4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4226 4101 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4227 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4228 4103 break 2 4229 4104 fi … … 4236 4111 F77=$ac_cv_prog_F77 4237 4112 if test -n "$F77"; then 4238 { $as_echo "$as_me:$LINENO: result: $F77" >&54239 $as_echo "$F77" >&6; }4240 else 4241 { $as_echo "$as_me:$LINENO: result: no" >&54242 $as_echo "no" >&6; }4113 { echo "$as_me:$LINENO: result: $F77" >&5 4114 echo "${ECHO_T}$F77" >&6; } 4115 else 4116 { echo "$as_me:$LINENO: result: no" >&5 4117 echo "${ECHO_T}no" >&6; } 4243 4118 fi 4244 4119 … … 4253 4128 # Extract the first word of "$ac_prog", so it can be a program name with args. 4254 4129 set dummy $ac_prog; ac_word=$2 4255 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54256 $as_echo_n "checking for $ac_word..." >&6; }4130 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4257 4132 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 4258 $as_echo_n "(cached)" >&64133 echo $ECHO_N "(cached) $ECHO_C" >&6 4259 4134 else 4260 4135 if test -n "$ac_ct_F77"; then … … 4269 4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4270 4145 ac_cv_prog_ac_ct_F77="$ac_prog" 4271 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4272 4147 break 2 4273 4148 fi … … 4280 4155 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4281 4156 if test -n "$ac_ct_F77"; then 4282 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&54283 $as_echo "$ac_ct_F77" >&6; }4284 else 4285 { $as_echo "$as_me:$LINENO: result: no" >&54286 $as_echo "no" >&6; }4157 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4158 echo "${ECHO_T}$ac_ct_F77" >&6; } 4159 else 4160 { echo "$as_me:$LINENO: result: no" >&5 4161 echo "${ECHO_T}no" >&6; } 4287 4162 fi 4288 4163 … … 4296 4171 case $cross_compiling:$ac_tool_warned in 4297 4172 yes:) 4298 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4173 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4174 whose name does not start with the host triplet. If you think this 4175 configuration is useful to you, please write to autoconf@gnu.org." >&5 4176 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4177 whose name does not start with the host triplet. If you think this 4178 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4300 4179 ac_tool_warned=yes ;; 4301 4180 esac … … 4306 4185 4307 4186 # Provide some information about the compiler. 4308 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4309 set X $ac_compile 4310 ac_compiler=$2 4187 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4188 ac_compiler=`set X $ac_compile; echo $2` 4311 4189 { (ac_try="$ac_compiler --version >&5" 4312 4190 case "(($ac_try" in … … 4314 4192 *) ac_try_echo=$ac_try;; 4315 4193 esac 4316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4317 $as_echo "$ac_try_echo") >&5 4194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4318 4195 (eval "$ac_compiler --version >&5") 2>&5 4319 4196 ac_status=$? 4320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4321 4198 (exit $ac_status); } 4322 4199 { (ac_try="$ac_compiler -v >&5" … … 4325 4202 *) ac_try_echo=$ac_try;; 4326 4203 esac 4327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4328 $as_echo "$ac_try_echo") >&5 4204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4329 4205 (eval "$ac_compiler -v >&5") 2>&5 4330 4206 ac_status=$? 4331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4332 4208 (exit $ac_status); } 4333 4209 { (ac_try="$ac_compiler -V >&5" … … 4336 4212 *) ac_try_echo=$ac_try;; 4337 4213 esac 4338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4339 $as_echo "$ac_try_echo") >&5 4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4340 4215 (eval "$ac_compiler -V >&5") 2>&5 4341 4216 ac_status=$? 4342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54217 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4343 4218 (exit $ac_status); } 4344 4219 rm -f a.out … … 4348 4223 ac_save_ext=$ac_ext 4349 4224 ac_ext=F 4350 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&54351 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }4225 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 4226 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 4352 4227 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 4353 $as_echo_n "(cached)" >&64228 echo $ECHO_N "(cached) $ECHO_C" >&6 4354 4229 else 4355 4230 cat >conftest.$ac_ext <<_ACEOF … … 4367 4242 *) ac_try_echo=$ac_try;; 4368 4243 esac 4369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4370 $as_echo "$ac_try_echo") >&5 4244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4371 4245 (eval "$ac_compile") 2>conftest.er1 4372 4246 ac_status=$? … … 4374 4248 rm -f conftest.er1 4375 4249 cat conftest.err >&5 4376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54250 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4377 4251 (exit $ac_status); } && { 4378 4252 test -z "$ac_f77_werror_flag" || … … 4381 4255 ac_compiler_gnu=yes 4382 4256 else 4383 $as_echo "$as_me: failed program was:" >&54257 echo "$as_me: failed program was:" >&5 4384 4258 sed 's/^/| /' conftest.$ac_ext >&5 4385 4259 … … 4391 4265 4392 4266 fi 4393 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&54394 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }4267 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 4268 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 4395 4269 ac_ext=$ac_save_ext 4396 4270 ac_test_FFLAGS=${FFLAGS+set} 4397 4271 ac_save_FFLAGS=$FFLAGS 4398 4272 FFLAGS= 4399 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&54400 $as_echo_n "checking whether $F77 accepts -g..." >&6; }4273 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 4274 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 4401 4275 if test "${ac_cv_prog_f77_g+set}" = set; then 4402 $as_echo_n "(cached)" >&64276 echo $ECHO_N "(cached) $ECHO_C" >&6 4403 4277 else 4404 4278 FFLAGS=-g … … 4414 4288 *) ac_try_echo=$ac_try;; 4415 4289 esac 4416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4417 $as_echo "$ac_try_echo") >&5 4290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4418 4291 (eval "$ac_compile") 2>conftest.er1 4419 4292 ac_status=$? … … 4421 4294 rm -f conftest.er1 4422 4295 cat conftest.err >&5 4423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4424 4297 (exit $ac_status); } && { 4425 4298 test -z "$ac_f77_werror_flag" || … … 4428 4301 ac_cv_prog_f77_g=yes 4429 4302 else 4430 $as_echo "$as_me: failed program was:" >&54303 echo "$as_me: failed program was:" >&5 4431 4304 sed 's/^/| /' conftest.$ac_ext >&5 4432 4305 … … 4437 4310 4438 4311 fi 4439 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&54440 $as_echo "$ac_cv_prog_f77_g" >&6; }4312 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4313 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 4441 4314 if test "$ac_test_FFLAGS" = set; then 4442 4315 FFLAGS=$ac_save_FFLAGS … … 4455 4328 fi 4456 4329 4457 if test $ac_compiler_gnu = yes; then 4458 G77=yes 4459 else 4460 G77= 4461 fi 4330 G77=`test $ac_compiler_gnu = yes && echo yes` 4462 4331 ac_ext=c 4463 4332 ac_cpp='$CPP $CPPFLAGS' … … 4471 4340 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4472 4341 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 4473 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&54474 $as_echo_n "checking how to get verbose linking output from $F77..." >&6; }4342 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5 4343 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; } 4475 4344 if test "${ac_cv_prog_f77_v+set}" = set; then 4476 $as_echo_n "(cached)" >&64345 echo $ECHO_N "(cached) $ECHO_C" >&6 4477 4346 else 4478 4347 cat >conftest.$ac_ext <<_ACEOF … … 4487 4356 *) ac_try_echo=$ac_try;; 4488 4357 esac 4489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4490 $as_echo "$ac_try_echo") >&5 4358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4491 4359 (eval "$ac_compile") 2>conftest.er1 4492 4360 ac_status=$? … … 4494 4362 rm -f conftest.er1 4495 4363 cat conftest.err >&5 4496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4497 4365 (exit $ac_status); } && { 4498 4366 test -z "$ac_f77_werror_flag" || … … 4516 4384 eval "set x $ac_link" 4517 4385 shift 4518 $as_echo "$as_me:$LINENO: $*" >&5 4519 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4520 # LIBRARY_PATH; skip all such settings. 4521 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4522 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4523 $as_echo "$ac_f77_v_output" >&5 4386 echo "$as_me:$LINENO: $*" >&5 4387 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4388 echo "$ac_f77_v_output" >&5 4524 4389 FFLAGS=$ac_save_FFLAGS 4525 4390 4526 rm - rf conftest*4391 rm -f conftest* 4527 4392 4528 4393 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4531 4396 ac_f77_v_output="`echo $ac_f77_v_output | 4532 4397 grep 'LPATH is:' | 4533 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4398 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4534 4399 4535 4400 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4571 4436 done 4572 4437 if test -z "$ac_cv_prog_f77_v"; then 4573 { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&54574 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}4575 fi 4576 else 4577 $as_echo "$as_me: failed program was:" >&54438 { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5 4439 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;} 4440 fi 4441 else 4442 echo "$as_me: failed program was:" >&5 4578 4443 sed 's/^/| /' conftest.$ac_ext >&5 4579 4444 4580 { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&54581 $as_echo "$as_me: WARNING: compilation failed" >&2;}4445 { echo "$as_me:$LINENO: WARNING: compilation failed" >&5 4446 echo "$as_me: WARNING: compilation failed" >&2;} 4582 4447 fi 4583 4448 … … 4585 4450 4586 4451 fi 4587 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&54588 $as_echo "$ac_cv_prog_f77_v" >&6; }4589 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&54590 $as_echo_n "checking for Fortran 77 libraries of $F77..." >&6; }4452 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5 4453 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; } 4454 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5 4455 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; } 4591 4456 if test "${ac_cv_f77_libs+set}" = set; then 4592 $as_echo_n "(cached)" >&64457 echo $ECHO_N "(cached) $ECHO_C" >&6 4593 4458 else 4594 4459 if test "x$FLIBS" != "x"; then … … 4610 4475 eval "set x $ac_link" 4611 4476 shift 4612 $as_echo "$as_me:$LINENO: $*" >&5 4613 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4614 # LIBRARY_PATH; skip all such settings. 4615 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4616 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4617 $as_echo "$ac_f77_v_output" >&5 4477 echo "$as_me:$LINENO: $*" >&5 4478 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4479 echo "$ac_f77_v_output" >&5 4618 4480 FFLAGS=$ac_save_FFLAGS 4619 4481 4620 rm - rf conftest*4482 rm -f conftest* 4621 4483 4622 4484 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4625 4487 ac_f77_v_output="`echo $ac_f77_v_output | 4626 4488 grep 'LPATH is:' | 4627 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4489 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4628 4490 4629 4491 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4724 4586 ;; 4725 4587 -YP,*) 4726 for ac_j in ` $as_echo "$ac_arg"| sed -e 's/-YP,/-L/;s/:/ -L/g'`; do4588 for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do 4727 4589 ac_exists=false 4728 4590 for ac_i in $ac_cv_f77_libs; do … … 4772 4634 case `(uname -sr) 2>/dev/null` in 4773 4635 "SunOS 5"*) 4774 ac_ld_run_path=` $as_echo "$ac_f77_v_output"|4636 ac_ld_run_path=`echo $ac_f77_v_output | 4775 4637 sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'` 4776 4638 test "x$ac_ld_run_path" != x && … … 4787 4649 4788 4650 fi 4789 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&54790 $as_echo "$ac_cv_f77_libs" >&6; }4651 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5 4652 echo "${ECHO_T}$ac_cv_f77_libs" >&6; } 4791 4653 FLIBS="$ac_cv_f77_libs" 4792 4654 … … 4799 4661 4800 4662 if test "x$CC" != xcc; then 4801 { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&54802 $as_echo_n "checking whether $CC and cc understand -c and -o together..." >&6; }4803 else 4804 { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&54805 $as_echo_n "checking whether cc understands -c and -o together..." >&6; }4806 fi 4807 set dummy $CC; ac_cc=` $as_echo "$2"|4663 { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 4664 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } 4665 else 4666 { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 4667 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } 4668 fi 4669 set dummy $CC; ac_cc=`echo $2 | 4808 4670 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4809 4671 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then 4810 $as_echo_n "(cached)" >&64672 echo $ECHO_N "(cached) $ECHO_C" >&6 4811 4673 else 4812 4674 cat >conftest.$ac_ext <<_ACEOF … … 4834 4696 *) ac_try_echo=$ac_try;; 4835 4697 esac 4836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4837 $as_echo "$ac_try_echo") >&5 4698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4838 4699 (eval "$ac_try") 2>&5 4839 4700 ac_status=$? 4840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4841 4702 (exit $ac_status); } && 4842 4703 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4844 4705 *) ac_try_echo=$ac_try;; 4845 4706 esac 4846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4847 $as_echo "$ac_try_echo") >&5 4707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4848 4708 (eval "$ac_try") 2>&5 4849 4709 ac_status=$? 4850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4851 4711 (exit $ac_status); }; 4852 4712 then … … 4859 4719 *) ac_try_echo=$ac_try;; 4860 4720 esac 4861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4862 $as_echo "$ac_try_echo") >&5 4721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4863 4722 (eval "$ac_try") 2>&5 4864 4723 ac_status=$? 4865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4866 4725 (exit $ac_status); }; }; then 4867 4726 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' … … 4871 4730 *) ac_try_echo=$ac_try;; 4872 4731 esac 4873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4874 $as_echo "$ac_try_echo") >&5 4732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4875 4733 (eval "$ac_try") 2>&5 4876 4734 ac_status=$? 4877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4878 4736 (exit $ac_status); } && 4879 4737 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4881 4739 *) ac_try_echo=$ac_try;; 4882 4740 esac 4883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4884 $as_echo "$ac_try_echo") >&5 4741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4885 4742 (eval "$ac_try") 2>&5 4886 4743 ac_status=$? 4887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4888 4745 (exit $ac_status); }; 4889 4746 then … … 4903 4760 fi 4904 4761 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then 4905 { $as_echo "$as_me:$LINENO: result: yes" >&54906 $as_echo "yes" >&6; }4907 else 4908 { $as_echo "$as_me:$LINENO: result: no" >&54909 $as_echo "no" >&6; }4762 { echo "$as_me:$LINENO: result: yes" >&5 4763 echo "${ECHO_T}yes" >&6; } 4764 else 4765 { echo "$as_me:$LINENO: result: no" >&5 4766 echo "${ECHO_T}no" >&6; } 4910 4767 4911 4768 cat >>confdefs.h <<\_ACEOF … … 4918 4775 # there is no other way. 4919 4776 set dummy $CC 4920 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4921 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 4922 if test "$am_t" != yes; then 4777 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4778 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 4923 4779 # Losing compiler, so override with the script. 4924 4780 # FIXME: It is wrong to rewrite CC. … … 4936 4792 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4937 4793 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4938 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&54939 $as_echo_n "checking how to run the C preprocessor..." >&6; }4794 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4795 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4940 4796 # On Suns, sometimes $CPP names a directory. 4941 4797 if test -n "$CPP" && test -d "$CPP"; then … … 4944 4800 if test -z "$CPP"; then 4945 4801 if test "${ac_cv_prog_CPP+set}" = set; then 4946 $as_echo_n "(cached)" >&64802 echo $ECHO_N "(cached) $ECHO_C" >&6 4947 4803 else 4948 4804 # Double quotes because CPP needs to be expanded … … 4976 4832 *) ac_try_echo=$ac_try;; 4977 4833 esac 4978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4979 $as_echo "$ac_try_echo") >&5 4834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4980 4835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4981 4836 ac_status=$? … … 4983 4838 rm -f conftest.er1 4984 4839 cat conftest.err >&5 4985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4986 4841 (exit $ac_status); } >/dev/null && { 4987 4842 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4990 4845 : 4991 4846 else 4992 $as_echo "$as_me: failed program was:" >&54847 echo "$as_me: failed program was:" >&5 4993 4848 sed 's/^/| /' conftest.$ac_ext >&5 4994 4849 … … 5014 4869 *) ac_try_echo=$ac_try;; 5015 4870 esac 5016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5017 $as_echo "$ac_try_echo") >&5 4871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5018 4872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5019 4873 ac_status=$? … … 5021 4875 rm -f conftest.er1 5022 4876 cat conftest.err >&5 5023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5024 4878 (exit $ac_status); } >/dev/null && { 5025 4879 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5029 4883 continue 5030 4884 else 5031 $as_echo "$as_me: failed program was:" >&54885 echo "$as_me: failed program was:" >&5 5032 4886 sed 's/^/| /' conftest.$ac_ext >&5 5033 4887 … … 5054 4908 ac_cv_prog_CPP=$CPP 5055 4909 fi 5056 { $as_echo "$as_me:$LINENO: result: $CPP" >&55057 $as_echo "$CPP" >&6; }4910 { echo "$as_me:$LINENO: result: $CPP" >&5 4911 echo "${ECHO_T}$CPP" >&6; } 5058 4912 ac_preproc_ok=false 5059 4913 for ac_c_preproc_warn_flag in '' yes … … 5083 4937 *) ac_try_echo=$ac_try;; 5084 4938 esac 5085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5086 $as_echo "$ac_try_echo") >&5 4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5087 4940 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5088 4941 ac_status=$? … … 5090 4943 rm -f conftest.er1 5091 4944 cat conftest.err >&5 5092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5093 4946 (exit $ac_status); } >/dev/null && { 5094 4947 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5097 4950 : 5098 4951 else 5099 $as_echo "$as_me: failed program was:" >&54952 echo "$as_me: failed program was:" >&5 5100 4953 sed 's/^/| /' conftest.$ac_ext >&5 5101 4954 … … 5121 4974 *) ac_try_echo=$ac_try;; 5122 4975 esac 5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5124 $as_echo "$ac_try_echo") >&5 4976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5125 4977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5126 4978 ac_status=$? … … 5128 4980 rm -f conftest.er1 5129 4981 cat conftest.err >&5 5130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5131 4983 (exit $ac_status); } >/dev/null && { 5132 4984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5136 4988 continue 5137 4989 else 5138 $as_echo "$as_me: failed program was:" >&54990 echo "$as_me: failed program was:" >&5 5139 4991 sed 's/^/| /' conftest.$ac_ext >&5 5140 4992 … … 5152 5004 : 5153 5005 else 5154 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 5155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5156 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5006 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5157 5007 See \`config.log' for more details." >&5 5158 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check5008 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5159 5009 See \`config.log' for more details." >&2;} 5160 { (exit 1); exit 1; }; } ; }5010 { (exit 1); exit 1; }; } 5161 5011 fi 5162 5012 … … 5168 5018 5169 5019 5170 { $as_echo "$as_me:$LINENO: checking for X" >&55171 $as_echo_n "checking for X..." >&6; }5172 5173 5174 @%:@Check whether --with-x was given.5020 { echo "$as_me:$LINENO: checking for X" >&5 5021 echo $ECHO_N "checking for X... $ECHO_C" >&6; } 5022 5023 5024 # Check whether --with-x was given. 5175 5025 if test "${with_x+set}" = set; then 5176 5026 withval=$with_x; … … 5183 5033 else 5184 5034 case $x_includes,$x_libraries in #( 5185 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&55186 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}5035 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 5036 echo "$as_me: error: Cannot use X directory names containing '" >&2;} 5187 5037 { (exit 1); exit 1; }; };; #( 5188 5038 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 5189 $as_echo_n "(cached)" >&65039 echo $ECHO_N "(cached) $ECHO_C" >&6 5190 5040 else 5191 5041 # One or both of the vars are not set, and there is no cached value. … … 5208 5058 done 5209 5059 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 5210 for ac_extension in a so sl dylib la dll; do5060 for ac_extension in a so sl; do 5211 5061 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 5212 5062 test -f "$ac_im_libdir/libX11.$ac_extension"; then … … 5222 5072 esac 5223 5073 case $ac_im_usrlibdir in 5224 /usr/lib | / usr/lib64 | /lib | /lib64) ;;5074 /usr/lib | /lib) ;; 5225 5075 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 5226 5076 esac … … 5283 5133 *) ac_try_echo=$ac_try;; 5284 5134 esac 5285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5286 $as_echo "$ac_try_echo") >&5 5135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5287 5136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5288 5137 ac_status=$? … … 5290 5139 rm -f conftest.er1 5291 5140 cat conftest.err >&5 5292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55141 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5293 5142 (exit $ac_status); } >/dev/null && { 5294 5143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5298 5147 ac_x_includes= 5299 5148 else 5300 $as_echo "$as_me: failed program was:" >&55149 echo "$as_me: failed program was:" >&5 5301 5150 sed 's/^/| /' conftest.$ac_ext >&5 5302 5151 … … 5339 5188 *) ac_try_echo=$ac_try;; 5340 5189 esac 5341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5342 $as_echo "$ac_try_echo") >&5 5190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5343 5191 (eval "$ac_link") 2>conftest.er1 5344 5192 ac_status=$? … … 5346 5194 rm -f conftest.er1 5347 5195 cat conftest.err >&5 5348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5349 5197 (exit $ac_status); } && { 5350 5198 test -z "$ac_c_werror_flag" || 5351 5199 test ! -s conftest.err 5352 } && test -s conftest$ac_exeext && { 5353 test "$cross_compiling" = yes || 5354 $as_test_x conftest$ac_exeext 5355 }; then 5200 } && test -s conftest$ac_exeext && 5201 $as_test_x conftest$ac_exeext; then 5356 5202 LIBS=$ac_save_LIBS 5357 5203 # We can link X programs with no special library path. 5358 5204 ac_x_libraries= 5359 5205 else 5360 $as_echo "$as_me: failed program was:" >&55206 echo "$as_me: failed program was:" >&5 5361 5207 sed 's/^/| /' conftest.$ac_ext >&5 5362 5208 5363 5209 LIBS=$ac_save_LIBS 5364 for ac_dir in ` $as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`5210 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5365 5211 do 5366 5212 # Don't even attempt the hair of trying to link an X program! 5367 for ac_extension in a so sl dylib la dll; do5213 for ac_extension in a so sl; do 5368 5214 if test -r "$ac_dir/libX11.$ac_extension"; then 5369 5215 ac_x_libraries=$ac_dir … … 5374 5220 fi 5375 5221 5376 rm -rf conftest.dSYM5377 5222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5378 5223 conftest$ac_exeext conftest.$ac_ext … … 5397 5242 5398 5243 if test "$have_x" != yes; then 5399 { $as_echo "$as_me:$LINENO: result: $have_x" >&55400 $as_echo "$have_x" >&6; }5244 { echo "$as_me:$LINENO: result: $have_x" >&5 5245 echo "${ECHO_T}$have_x" >&6; } 5401 5246 no_x=yes 5402 5247 else … … 5408 5253 ac_x_includes='$x_includes'\ 5409 5254 ac_x_libraries='$x_libraries'" 5410 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&55411 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }5255 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 5256 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 5412 5257 fi 5413 5258 … … 5430 5275 # For Solaris; some versions of Sun CC require a space after -R and 5431 5276 # others require no space. Words are not sufficient . . . . 5432 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&55433 $as_echo_n "checking whether -R must be followed by a space..." >&6; }5277 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 5278 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 5434 5279 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 5435 5280 ac_xsave_c_werror_flag=$ac_c_werror_flag … … 5456 5301 *) ac_try_echo=$ac_try;; 5457 5302 esac 5458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5459 $as_echo "$ac_try_echo") >&5 5303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5460 5304 (eval "$ac_link") 2>conftest.er1 5461 5305 ac_status=$? … … 5463 5307 rm -f conftest.er1 5464 5308 cat conftest.err >&5 5465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5466 5310 (exit $ac_status); } && { 5467 5311 test -z "$ac_c_werror_flag" || 5468 5312 test ! -s conftest.err 5469 } && test -s conftest$ac_exeext && { 5470 test "$cross_compiling" = yes || 5471 $as_test_x conftest$ac_exeext 5472 }; then 5473 { $as_echo "$as_me:$LINENO: result: no" >&5 5474 $as_echo "no" >&6; } 5313 } && test -s conftest$ac_exeext && 5314 $as_test_x conftest$ac_exeext; then 5315 { echo "$as_me:$LINENO: result: no" >&5 5316 echo "${ECHO_T}no" >&6; } 5475 5317 X_LIBS="$X_LIBS -R$x_libraries" 5476 5318 else 5477 $as_echo "$as_me: failed program was:" >&55319 echo "$as_me: failed program was:" >&5 5478 5320 sed 's/^/| /' conftest.$ac_ext >&5 5479 5321 … … 5500 5342 *) ac_try_echo=$ac_try;; 5501 5343 esac 5502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5503 $as_echo "$ac_try_echo") >&5 5344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5504 5345 (eval "$ac_link") 2>conftest.er1 5505 5346 ac_status=$? … … 5507 5348 rm -f conftest.er1 5508 5349 cat conftest.err >&5 5509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5510 5351 (exit $ac_status); } && { 5511 5352 test -z "$ac_c_werror_flag" || 5512 5353 test ! -s conftest.err 5513 } && test -s conftest$ac_exeext && { 5514 test "$cross_compiling" = yes || 5515 $as_test_x conftest$ac_exeext 5516 }; then 5517 { $as_echo "$as_me:$LINENO: result: yes" >&5 5518 $as_echo "yes" >&6; } 5354 } && test -s conftest$ac_exeext && 5355 $as_test_x conftest$ac_exeext; then 5356 { echo "$as_me:$LINENO: result: yes" >&5 5357 echo "${ECHO_T}yes" >&6; } 5519 5358 X_LIBS="$X_LIBS -R $x_libraries" 5520 5359 else 5521 $as_echo "$as_me: failed program was:" >&55360 echo "$as_me: failed program was:" >&5 5522 5361 sed 's/^/| /' conftest.$ac_ext >&5 5523 5362 5524 { $as_echo "$as_me:$LINENO: result: neither works" >&5 5525 $as_echo "neither works" >&6; } 5526 fi 5527 5528 rm -rf conftest.dSYM 5363 { echo "$as_me:$LINENO: result: neither works" >&5 5364 echo "${ECHO_T}neither works" >&6; } 5365 fi 5366 5529 5367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5530 5368 conftest$ac_exeext conftest.$ac_ext 5531 5369 fi 5532 5370 5533 rm -rf conftest.dSYM5534 5371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5535 5372 conftest$ac_exeext conftest.$ac_ext … … 5577 5414 *) ac_try_echo=$ac_try;; 5578 5415 esac 5579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5580 $as_echo "$ac_try_echo") >&5 5416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5581 5417 (eval "$ac_link") 2>conftest.er1 5582 5418 ac_status=$? … … 5584 5420 rm -f conftest.er1 5585 5421 cat conftest.err >&5 5586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5587 5423 (exit $ac_status); } && { 5588 5424 test -z "$ac_c_werror_flag" || 5589 5425 test ! -s conftest.err 5590 } && test -s conftest$ac_exeext && { 5591 test "$cross_compiling" = yes || 5592 $as_test_x conftest$ac_exeext 5593 }; then 5426 } && test -s conftest$ac_exeext && 5427 $as_test_x conftest$ac_exeext; then 5594 5428 : 5595 5429 else 5596 $as_echo "$as_me: failed program was:" >&55430 echo "$as_me: failed program was:" >&5 5597 5431 sed 's/^/| /' conftest.$ac_ext >&5 5598 5432 5599 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&55600 $as_echo_n "checking for dnet_ntoa in -ldnet..." >&6; }5433 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5434 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5601 5435 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5602 $as_echo_n "(cached)" >&65436 echo $ECHO_N "(cached) $ECHO_C" >&6 5603 5437 else 5604 5438 ac_check_lib_save_LIBS=$LIBS … … 5632 5466 *) ac_try_echo=$ac_try;; 5633 5467 esac 5634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5635 $as_echo "$ac_try_echo") >&5 5468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5636 5469 (eval "$ac_link") 2>conftest.er1 5637 5470 ac_status=$? … … 5639 5472 rm -f conftest.er1 5640 5473 cat conftest.err >&5 5641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5642 5475 (exit $ac_status); } && { 5643 5476 test -z "$ac_c_werror_flag" || 5644 5477 test ! -s conftest.err 5645 } && test -s conftest$ac_exeext && { 5646 test "$cross_compiling" = yes || 5647 $as_test_x conftest$ac_exeext 5648 }; then 5478 } && test -s conftest$ac_exeext && 5479 $as_test_x conftest$ac_exeext; then 5649 5480 ac_cv_lib_dnet_dnet_ntoa=yes 5650 5481 else 5651 $as_echo "$as_me: failed program was:" >&55482 echo "$as_me: failed program was:" >&5 5652 5483 sed 's/^/| /' conftest.$ac_ext >&5 5653 5484 … … 5655 5486 fi 5656 5487 5657 rm -rf conftest.dSYM5658 5488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5659 5489 conftest$ac_exeext conftest.$ac_ext 5660 5490 LIBS=$ac_check_lib_save_LIBS 5661 5491 fi 5662 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&55663 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }5664 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then5492 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5493 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5494 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5665 5495 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5666 5496 fi 5667 5497 5668 5498 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5669 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&55670 $as_echo_n "checking for dnet_ntoa in -ldnet_stub..." >&6; }5499 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 5500 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 5671 5501 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5672 $as_echo_n "(cached)" >&65502 echo $ECHO_N "(cached) $ECHO_C" >&6 5673 5503 else 5674 5504 ac_check_lib_save_LIBS=$LIBS … … 5702 5532 *) ac_try_echo=$ac_try;; 5703 5533 esac 5704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5705 $as_echo "$ac_try_echo") >&5 5534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5706 5535 (eval "$ac_link") 2>conftest.er1 5707 5536 ac_status=$? … … 5709 5538 rm -f conftest.er1 5710 5539 cat conftest.err >&5 5711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5712 5541 (exit $ac_status); } && { 5713 5542 test -z "$ac_c_werror_flag" || 5714 5543 test ! -s conftest.err 5715 } && test -s conftest$ac_exeext && { 5716 test "$cross_compiling" = yes || 5717 $as_test_x conftest$ac_exeext 5718 }; then 5544 } && test -s conftest$ac_exeext && 5545 $as_test_x conftest$ac_exeext; then 5719 5546 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5720 5547 else 5721 $as_echo "$as_me: failed program was:" >&55548 echo "$as_me: failed program was:" >&5 5722 5549 sed 's/^/| /' conftest.$ac_ext >&5 5723 5550 … … 5725 5552 fi 5726 5553 5727 rm -rf conftest.dSYM5728 5554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5729 5555 conftest$ac_exeext conftest.$ac_ext 5730 5556 LIBS=$ac_check_lib_save_LIBS 5731 5557 fi 5732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&55733 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }5734 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then5558 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5559 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5560 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5735 5561 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5736 5562 fi … … 5739 5565 fi 5740 5566 5741 rm -rf conftest.dSYM5742 5567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5743 5568 conftest$ac_exeext conftest.$ac_ext … … 5752 5577 # The functions gethostbyname, getservbyname, and inet_addr are 5753 5578 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5754 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&55755 $as_echo_n "checking for gethostbyname..." >&6; }5579 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5580 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5756 5581 if test "${ac_cv_func_gethostbyname+set}" = set; then 5757 $as_echo_n "(cached)" >&65582 echo $ECHO_N "(cached) $ECHO_C" >&6 5758 5583 else 5759 5584 cat >conftest.$ac_ext <<_ACEOF … … 5808 5633 *) ac_try_echo=$ac_try;; 5809 5634 esac 5810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5811 $as_echo "$ac_try_echo") >&5 5635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5812 5636 (eval "$ac_link") 2>conftest.er1 5813 5637 ac_status=$? … … 5815 5639 rm -f conftest.er1 5816 5640 cat conftest.err >&5 5817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5818 5642 (exit $ac_status); } && { 5819 5643 test -z "$ac_c_werror_flag" || 5820 5644 test ! -s conftest.err 5821 } && test -s conftest$ac_exeext && { 5822 test "$cross_compiling" = yes || 5823 $as_test_x conftest$ac_exeext 5824 }; then 5645 } && test -s conftest$ac_exeext && 5646 $as_test_x conftest$ac_exeext; then 5825 5647 ac_cv_func_gethostbyname=yes 5826 5648 else 5827 $as_echo "$as_me: failed program was:" >&55649 echo "$as_me: failed program was:" >&5 5828 5650 sed 's/^/| /' conftest.$ac_ext >&5 5829 5651 … … 5831 5653 fi 5832 5654 5833 rm -rf conftest.dSYM5834 5655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5835 5656 conftest$ac_exeext conftest.$ac_ext 5836 5657 fi 5837 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&55838 $as_echo "$ac_cv_func_gethostbyname" >&6; }5658 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5659 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5839 5660 5840 5661 if test $ac_cv_func_gethostbyname = no; then 5841 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&55842 $as_echo_n "checking for gethostbyname in -lnsl..." >&6; }5662 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5663 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5843 5664 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5844 $as_echo_n "(cached)" >&65665 echo $ECHO_N "(cached) $ECHO_C" >&6 5845 5666 else 5846 5667 ac_check_lib_save_LIBS=$LIBS … … 5874 5695 *) ac_try_echo=$ac_try;; 5875 5696 esac 5876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5877 $as_echo "$ac_try_echo") >&5 5697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5878 5698 (eval "$ac_link") 2>conftest.er1 5879 5699 ac_status=$? … … 5881 5701 rm -f conftest.er1 5882 5702 cat conftest.err >&5 5883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5884 5704 (exit $ac_status); } && { 5885 5705 test -z "$ac_c_werror_flag" || 5886 5706 test ! -s conftest.err 5887 } && test -s conftest$ac_exeext && { 5888 test "$cross_compiling" = yes || 5889 $as_test_x conftest$ac_exeext 5890 }; then 5707 } && test -s conftest$ac_exeext && 5708 $as_test_x conftest$ac_exeext; then 5891 5709 ac_cv_lib_nsl_gethostbyname=yes 5892 5710 else 5893 $as_echo "$as_me: failed program was:" >&55711 echo "$as_me: failed program was:" >&5 5894 5712 sed 's/^/| /' conftest.$ac_ext >&5 5895 5713 … … 5897 5715 fi 5898 5716 5899 rm -rf conftest.dSYM5900 5717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5901 5718 conftest$ac_exeext conftest.$ac_ext 5902 5719 LIBS=$ac_check_lib_save_LIBS 5903 5720 fi 5904 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&55905 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }5906 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then5721 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5722 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5723 if test $ac_cv_lib_nsl_gethostbyname = yes; then 5907 5724 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5908 5725 fi 5909 5726 5910 5727 if test $ac_cv_lib_nsl_gethostbyname = no; then 5911 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&55912 $as_echo_n "checking for gethostbyname in -lbsd..." >&6; }5728 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5729 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5913 5730 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5914 $as_echo_n "(cached)" >&65731 echo $ECHO_N "(cached) $ECHO_C" >&6 5915 5732 else 5916 5733 ac_check_lib_save_LIBS=$LIBS … … 5944 5761 *) ac_try_echo=$ac_try;; 5945 5762 esac 5946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5947 $as_echo "$ac_try_echo") >&5 5763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5948 5764 (eval "$ac_link") 2>conftest.er1 5949 5765 ac_status=$? … … 5951 5767 rm -f conftest.er1 5952 5768 cat conftest.err >&5 5953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5954 5770 (exit $ac_status); } && { 5955 5771 test -z "$ac_c_werror_flag" || 5956 5772 test ! -s conftest.err 5957 } && test -s conftest$ac_exeext && { 5958 test "$cross_compiling" = yes || 5959 $as_test_x conftest$ac_exeext 5960 }; then 5773 } && test -s conftest$ac_exeext && 5774 $as_test_x conftest$ac_exeext; then 5961 5775 ac_cv_lib_bsd_gethostbyname=yes 5962 5776 else 5963 $as_echo "$as_me: failed program was:" >&55777 echo "$as_me: failed program was:" >&5 5964 5778 sed 's/^/| /' conftest.$ac_ext >&5 5965 5779 … … 5967 5781 fi 5968 5782 5969 rm -rf conftest.dSYM5970 5783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5971 5784 conftest$ac_exeext conftest.$ac_ext 5972 5785 LIBS=$ac_check_lib_save_LIBS 5973 5786 fi 5974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&55975 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }5976 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then5787 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5788 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5789 if test $ac_cv_lib_bsd_gethostbyname = yes; then 5977 5790 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5978 5791 fi … … 5988 5801 # must be given before -lnsl if both are needed. We assume that 5989 5802 # if connect needs -lnsl, so does gethostbyname. 5990 { $as_echo "$as_me:$LINENO: checking for connect" >&55991 $as_echo_n "checking for connect..." >&6; }5803 { echo "$as_me:$LINENO: checking for connect" >&5 5804 echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 5992 5805 if test "${ac_cv_func_connect+set}" = set; then 5993 $as_echo_n "(cached)" >&65806 echo $ECHO_N "(cached) $ECHO_C" >&6 5994 5807 else 5995 5808 cat >conftest.$ac_ext <<_ACEOF … … 6044 5857 *) ac_try_echo=$ac_try;; 6045 5858 esac 6046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6047 $as_echo "$ac_try_echo") >&5 5859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6048 5860 (eval "$ac_link") 2>conftest.er1 6049 5861 ac_status=$? … … 6051 5863 rm -f conftest.er1 6052 5864 cat conftest.err >&5 6053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6054 5866 (exit $ac_status); } && { 6055 5867 test -z "$ac_c_werror_flag" || 6056 5868 test ! -s conftest.err 6057 } && test -s conftest$ac_exeext && { 6058 test "$cross_compiling" = yes || 6059 $as_test_x conftest$ac_exeext 6060 }; then 5869 } && test -s conftest$ac_exeext && 5870 $as_test_x conftest$ac_exeext; then 6061 5871 ac_cv_func_connect=yes 6062 5872 else 6063 $as_echo "$as_me: failed program was:" >&55873 echo "$as_me: failed program was:" >&5 6064 5874 sed 's/^/| /' conftest.$ac_ext >&5 6065 5875 … … 6067 5877 fi 6068 5878 6069 rm -rf conftest.dSYM6070 5879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6071 5880 conftest$ac_exeext conftest.$ac_ext 6072 5881 fi 6073 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&56074 $as_echo "$ac_cv_func_connect" >&6; }5882 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5883 echo "${ECHO_T}$ac_cv_func_connect" >&6; } 6075 5884 6076 5885 if test $ac_cv_func_connect = no; then 6077 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&56078 $as_echo_n "checking for connect in -lsocket..." >&6; }5886 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5887 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 6079 5888 if test "${ac_cv_lib_socket_connect+set}" = set; then 6080 $as_echo_n "(cached)" >&65889 echo $ECHO_N "(cached) $ECHO_C" >&6 6081 5890 else 6082 5891 ac_check_lib_save_LIBS=$LIBS … … 6110 5919 *) ac_try_echo=$ac_try;; 6111 5920 esac 6112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6113 $as_echo "$ac_try_echo") >&5 5921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6114 5922 (eval "$ac_link") 2>conftest.er1 6115 5923 ac_status=$? … … 6117 5925 rm -f conftest.er1 6118 5926 cat conftest.err >&5 6119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6120 5928 (exit $ac_status); } && { 6121 5929 test -z "$ac_c_werror_flag" || 6122 5930 test ! -s conftest.err 6123 } && test -s conftest$ac_exeext && { 6124 test "$cross_compiling" = yes || 6125 $as_test_x conftest$ac_exeext 6126 }; then 5931 } && test -s conftest$ac_exeext && 5932 $as_test_x conftest$ac_exeext; then 6127 5933 ac_cv_lib_socket_connect=yes 6128 5934 else 6129 $as_echo "$as_me: failed program was:" >&55935 echo "$as_me: failed program was:" >&5 6130 5936 sed 's/^/| /' conftest.$ac_ext >&5 6131 5937 … … 6133 5939 fi 6134 5940 6135 rm -rf conftest.dSYM6136 5941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6137 5942 conftest$ac_exeext conftest.$ac_ext 6138 5943 LIBS=$ac_check_lib_save_LIBS 6139 5944 fi 6140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&56141 $as_echo "$ac_cv_lib_socket_connect" >&6; }6142 if test "x$ac_cv_lib_socket_connect" = x""yes; then5945 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5946 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5947 if test $ac_cv_lib_socket_connect = yes; then 6143 5948 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6144 5949 fi … … 6147 5952 6148 5953 # Guillermo Gomez says -lposix is necessary on A/UX. 6149 { $as_echo "$as_me:$LINENO: checking for remove" >&56150 $as_echo_n "checking for remove..." >&6; }5954 { echo "$as_me:$LINENO: checking for remove" >&5 5955 echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 6151 5956 if test "${ac_cv_func_remove+set}" = set; then 6152 $as_echo_n "(cached)" >&65957 echo $ECHO_N "(cached) $ECHO_C" >&6 6153 5958 else 6154 5959 cat >conftest.$ac_ext <<_ACEOF … … 6203 6008 *) ac_try_echo=$ac_try;; 6204 6009 esac 6205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6206 $as_echo "$ac_try_echo") >&5 6010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6207 6011 (eval "$ac_link") 2>conftest.er1 6208 6012 ac_status=$? … … 6210 6014 rm -f conftest.er1 6211 6015 cat conftest.err >&5 6212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6213 6017 (exit $ac_status); } && { 6214 6018 test -z "$ac_c_werror_flag" || 6215 6019 test ! -s conftest.err 6216 } && test -s conftest$ac_exeext && { 6217 test "$cross_compiling" = yes || 6218 $as_test_x conftest$ac_exeext 6219 }; then 6020 } && test -s conftest$ac_exeext && 6021 $as_test_x conftest$ac_exeext; then 6220 6022 ac_cv_func_remove=yes 6221 6023 else 6222 $as_echo "$as_me: failed program was:" >&56024 echo "$as_me: failed program was:" >&5 6223 6025 sed 's/^/| /' conftest.$ac_ext >&5 6224 6026 … … 6226 6028 fi 6227 6029 6228 rm -rf conftest.dSYM6229 6030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6230 6031 conftest$ac_exeext conftest.$ac_ext 6231 6032 fi 6232 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&56233 $as_echo "$ac_cv_func_remove" >&6; }6033 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 6034 echo "${ECHO_T}$ac_cv_func_remove" >&6; } 6234 6035 6235 6036 if test $ac_cv_func_remove = no; then 6236 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&56237 $as_echo_n "checking for remove in -lposix..." >&6; }6037 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 6038 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 6238 6039 if test "${ac_cv_lib_posix_remove+set}" = set; then 6239 $as_echo_n "(cached)" >&66040 echo $ECHO_N "(cached) $ECHO_C" >&6 6240 6041 else 6241 6042 ac_check_lib_save_LIBS=$LIBS … … 6269 6070 *) ac_try_echo=$ac_try;; 6270 6071 esac 6271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6272 $as_echo "$ac_try_echo") >&5 6072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6273 6073 (eval "$ac_link") 2>conftest.er1 6274 6074 ac_status=$? … … 6276 6076 rm -f conftest.er1 6277 6077 cat conftest.err >&5 6278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6279 6079 (exit $ac_status); } && { 6280 6080 test -z "$ac_c_werror_flag" || 6281 6081 test ! -s conftest.err 6282 } && test -s conftest$ac_exeext && { 6283 test "$cross_compiling" = yes || 6284 $as_test_x conftest$ac_exeext 6285 }; then 6082 } && test -s conftest$ac_exeext && 6083 $as_test_x conftest$ac_exeext; then 6286 6084 ac_cv_lib_posix_remove=yes 6287 6085 else 6288 $as_echo "$as_me: failed program was:" >&56086 echo "$as_me: failed program was:" >&5 6289 6087 sed 's/^/| /' conftest.$ac_ext >&5 6290 6088 … … 6292 6090 fi 6293 6091 6294 rm -rf conftest.dSYM6295 6092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6296 6093 conftest$ac_exeext conftest.$ac_ext 6297 6094 LIBS=$ac_check_lib_save_LIBS 6298 6095 fi 6299 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&56300 $as_echo "$ac_cv_lib_posix_remove" >&6; }6301 if test "x$ac_cv_lib_posix_remove" = x""yes; then6096 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 6097 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 6098 if test $ac_cv_lib_posix_remove = yes; then 6302 6099 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 6303 6100 fi … … 6306 6103 6307 6104 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 6308 { $as_echo "$as_me:$LINENO: checking for shmat" >&56309 $as_echo_n "checking for shmat..." >&6; }6105 { echo "$as_me:$LINENO: checking for shmat" >&5 6106 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 6310 6107 if test "${ac_cv_func_shmat+set}" = set; then 6311 $as_echo_n "(cached)" >&66108 echo $ECHO_N "(cached) $ECHO_C" >&6 6312 6109 else 6313 6110 cat >conftest.$ac_ext <<_ACEOF … … 6362 6159 *) ac_try_echo=$ac_try;; 6363 6160 esac 6364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6365 $as_echo "$ac_try_echo") >&5 6161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6366 6162 (eval "$ac_link") 2>conftest.er1 6367 6163 ac_status=$? … … 6369 6165 rm -f conftest.er1 6370 6166 cat conftest.err >&5 6371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6372 6168 (exit $ac_status); } && { 6373 6169 test -z "$ac_c_werror_flag" || 6374 6170 test ! -s conftest.err 6375 } && test -s conftest$ac_exeext && { 6376 test "$cross_compiling" = yes || 6377 $as_test_x conftest$ac_exeext 6378 }; then 6171 } && test -s conftest$ac_exeext && 6172 $as_test_x conftest$ac_exeext; then 6379 6173 ac_cv_func_shmat=yes 6380 6174 else 6381 $as_echo "$as_me: failed program was:" >&56175 echo "$as_me: failed program was:" >&5 6382 6176 sed 's/^/| /' conftest.$ac_ext >&5 6383 6177 … … 6385 6179 fi 6386 6180 6387 rm -rf conftest.dSYM6388 6181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6389 6182 conftest$ac_exeext conftest.$ac_ext 6390 6183 fi 6391 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&56392 $as_echo "$ac_cv_func_shmat" >&6; }6184 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 6185 echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 6393 6186 6394 6187 if test $ac_cv_func_shmat = no; then 6395 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&56396 $as_echo_n "checking for shmat in -lipc..." >&6; }6188 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 6189 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 6397 6190 if test "${ac_cv_lib_ipc_shmat+set}" = set; then 6398 $as_echo_n "(cached)" >&66191 echo $ECHO_N "(cached) $ECHO_C" >&6 6399 6192 else 6400 6193 ac_check_lib_save_LIBS=$LIBS … … 6428 6221 *) ac_try_echo=$ac_try;; 6429 6222 esac 6430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6431 $as_echo "$ac_try_echo") >&5 6223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6432 6224 (eval "$ac_link") 2>conftest.er1 6433 6225 ac_status=$? … … 6435 6227 rm -f conftest.er1 6436 6228 cat conftest.err >&5 6437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6438 6230 (exit $ac_status); } && { 6439 6231 test -z "$ac_c_werror_flag" || 6440 6232 test ! -s conftest.err 6441 } && test -s conftest$ac_exeext && { 6442 test "$cross_compiling" = yes || 6443 $as_test_x conftest$ac_exeext 6444 }; then 6233 } && test -s conftest$ac_exeext && 6234 $as_test_x conftest$ac_exeext; then 6445 6235 ac_cv_lib_ipc_shmat=yes 6446 6236 else 6447 $as_echo "$as_me: failed program was:" >&56237 echo "$as_me: failed program was:" >&5 6448 6238 sed 's/^/| /' conftest.$ac_ext >&5 6449 6239 … … 6451 6241 fi 6452 6242 6453 rm -rf conftest.dSYM6454 6243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6455 6244 conftest$ac_exeext conftest.$ac_ext 6456 6245 LIBS=$ac_check_lib_save_LIBS 6457 6246 fi 6458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&56459 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }6460 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then6247 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 6248 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 6249 if test $ac_cv_lib_ipc_shmat = yes; then 6461 6250 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6462 6251 fi … … 6474 6263 # libraries we check for below, so use a different variable. 6475 6264 # John Interrante, Karl Berry 6476 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&56477 $as_echo_n "checking for IceConnectionNumber in -lICE..." >&6; }6265 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 6266 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 6478 6267 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 6479 $as_echo_n "(cached)" >&66268 echo $ECHO_N "(cached) $ECHO_C" >&6 6480 6269 else 6481 6270 ac_check_lib_save_LIBS=$LIBS … … 6509 6298 *) ac_try_echo=$ac_try;; 6510 6299 esac 6511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6512 $as_echo "$ac_try_echo") >&5 6300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6513 6301 (eval "$ac_link") 2>conftest.er1 6514 6302 ac_status=$? … … 6516 6304 rm -f conftest.er1 6517 6305 cat conftest.err >&5 6518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6519 6307 (exit $ac_status); } && { 6520 6308 test -z "$ac_c_werror_flag" || 6521 6309 test ! -s conftest.err 6522 } && test -s conftest$ac_exeext && { 6523 test "$cross_compiling" = yes || 6524 $as_test_x conftest$ac_exeext 6525 }; then 6310 } && test -s conftest$ac_exeext && 6311 $as_test_x conftest$ac_exeext; then 6526 6312 ac_cv_lib_ICE_IceConnectionNumber=yes 6527 6313 else 6528 $as_echo "$as_me: failed program was:" >&56314 echo "$as_me: failed program was:" >&5 6529 6315 sed 's/^/| /' conftest.$ac_ext >&5 6530 6316 … … 6532 6318 fi 6533 6319 6534 rm -rf conftest.dSYM6535 6320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6536 6321 conftest$ac_exeext conftest.$ac_ext 6537 6322 LIBS=$ac_check_lib_save_LIBS 6538 6323 fi 6539 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&56540 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }6541 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then6324 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6325 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6326 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 6542 6327 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6543 6328 fi … … 6550 6335 ax_enable_matlab= 6551 6336 6552 @%:@Check whether --with-matlab-dir was given.6337 # Check whether --with-matlab-dir was given. 6553 6338 if test "${with_matlab_dir+set}" = set; then 6554 6339 withval=$with_matlab_dir; case $withval in … … 6564 6349 MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd` 6565 6350 if test -z "$MATLAB" ; then 6566 { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&56567 $as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}6351 { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5 6352 echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;} 6568 6353 { (exit 1); exit 1; }; } 6569 6354 fi … … 6573 6358 6574 6359 if test x$ax_enable_matlab != xno ; then 6575 { $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&56576 $as_echo_n "checking for Matlab prefix..." >&6; }6360 { echo "$as_me:$LINENO: checking for Matlab prefix" >&5 6361 echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; } 6577 6362 if test "${ax_cv_matlab+set}" = set; then 6578 $as_echo_n "(cached)" >&66363 echo $ECHO_N "(cached) $ECHO_C" >&6 6579 6364 else 6580 6365 if test "${MATLAB+set}" = set ; then … … 6602 6387 fi 6603 6388 fi 6604 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&56605 $as_echo "$ax_cv_matlab" >&6; }6389 { echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5 6390 echo "${ECHO_T}$ax_cv_matlab" >&6; } 6606 6391 if test "$ax_cv_matlab" = "not found" ; then 6607 6392 unset MATLAB … … 6610 6395 MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'` 6611 6396 fi 6612 { $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&56613 $as_echo_n "checking whether to enable Matlab support..." >&6; }6397 { echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5 6398 echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; } 6614 6399 if test x$ax_enable_matlab != xno ; then 6615 6400 if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then … … 6619 6404 else 6620 6405 # Fail if Matlab was explicitly enabled. 6621 { $as_echo "$as_me:$LINENO: result: failure" >&56622 $as_echo "failure" >&6; }6623 { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&56624 $as_echo "$as_me: error: check your Matlab setup" >&2;}6406 { echo "$as_me:$LINENO: result: failure" >&5 6407 echo "${ECHO_T}failure" >&6; } 6408 { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5 6409 echo "$as_me: error: check your Matlab setup" >&2;} 6625 6410 { (exit 1); exit 1; }; } 6626 6411 fi 6627 6412 fi 6628 { $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&56629 $as_echo "$ax_enable_matlab" >&6; }6413 { echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5 6414 echo "${ECHO_T}$ax_enable_matlab" >&6; } 6630 6415 if test x$ax_enable_matlab = xyes ; then 6631 6416 … … 6639 6424 6640 6425 6641 @%:@Check whether --enable-debugging was given.6426 # Check whether --enable-debugging was given. 6642 6427 if test "${enable_debugging+set}" = set; then 6643 6428 enableval=$enable_debugging; enable_debugging=$enableval … … 6655 6440 6656 6441 6657 @%:@Check whether --with-serial was given.6442 # Check whether --with-serial was given. 6658 6443 if test "${with_serial+set}" = set; then 6659 6444 withval=$with_serial; SERIAL_VALUE=$withval … … 6662 6447 fi 6663 6448 6664 { $as_echo "$as_me:$LINENO: checking for serial compilation" >&56665 $as_echo_n "checking for serial compilation..." >&6; }6449 { echo "$as_me:$LINENO: checking for serial compilation" >&5 6450 echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; } 6666 6451 if test $SERIAL_VALUE = no; then 6667 6452 NOSERIAL_TRUE= … … 6672 6457 fi 6673 6458 6674 { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&56675 $as_echo "$SERIAL_VALUE" >&6; }6459 { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5 6460 echo "${ECHO_T}$SERIAL_VALUE" >&6; } 6676 6461 6677 6462 6678 6463 6679 @%:@Check whether --with-parallel was given.6464 # Check whether --with-parallel was given. 6680 6465 if test "${with_parallel+set}" = set; then 6681 6466 withval=$with_parallel; PARALLEL_VALUE=$withval … … 6684 6469 fi 6685 6470 6686 { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&56687 $as_echo_n "checking for parallel compilation..." >&6; }6471 { echo "$as_me:$LINENO: checking for parallel compilation" >&5 6472 echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; } 6688 6473 if test $PARALLEL_VALUE = no; then 6689 6474 NOPARALLEL_TRUE= … … 6694 6479 fi 6695 6480 6696 { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&56697 $as_echo "$PARALLEL_VALUE" >&6; }6481 { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5 6482 echo "${ECHO_T}$PARALLEL_VALUE" >&6; } 6698 6483 6699 6484 if test "$SERIAL_VALUE" != "yes" ; then 6700 6485 if test "$PARALLEL_VALUE" != "yes"; then 6701 { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&56702 $as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}6486 { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5 6487 echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;} 6703 6488 { (exit 1); exit 1; }; } 6704 6489 fi … … 6707 6492 6708 6493 6709 @%:@Check whether --with-matlab-dir was given.6494 # Check whether --with-matlab-dir was given. 6710 6495 if test "${with_matlab_dir+set}" = set; then 6711 6496 withval=$with_matlab_dir; MATLAB_ROOT=$withval … … 6717 6502 if test -d "$MATLAB_ROOT"; then 6718 6503 6719 { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&56720 $as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT..." >&6; }6504 { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5 6505 echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; } 6721 6506 6722 6507 HAVE_MATLAB=yes … … 6737 6522 fi 6738 6523 ;; 6524 *darwin9.6.0*) 6525 MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx" 6526 MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map" 6527 ;; 6528 6739 6529 esac 6740 6530 … … 6750 6540 6751 6541 6752 { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&56753 $as_echo "$HAVE_MATLAB" >&6; }6542 { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5 6543 echo "${ECHO_T}$HAVE_MATLAB" >&6; } 6754 6544 else 6755 6545 HAVE_MATLAB=no … … 6759 6549 if test $HAVE_MATLAB = no; then 6760 6550 if test "$SERIAL_VALUE" = "yes" ; then 6761 { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&56762 $as_echo "$as_me: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&2;}6551 { { echo "$as_me:$LINENO: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&5 6552 echo "$as_me: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&2;} 6763 6553 { (exit 1); exit 1; }; } 6764 6554 fi … … 6770 6560 6771 6561 6772 { $as_echo "$as_me:$LINENO: checking for Matlab version" >&56773 $as_echo_n "checking for Matlab version..." >&6; }6562 { echo "$as_me:$LINENO: checking for Matlab version" >&5 6563 echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; } 6774 6564 if test "${ax_cv_matlab_version+set}" = set; then 6775 $as_echo_n "(cached)" >&66565 echo $ECHO_N "(cached) $ECHO_C" >&6 6776 6566 else 6777 6567 if test "${MATLAB_VERSION+set}" = set ; then … … 6811 6601 fi 6812 6602 fi 6813 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&56814 $as_echo "$ax_cv_matlab_version" >&6; }6603 { echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5 6604 echo "${ECHO_T}$ax_cv_matlab_version" >&6; } 6815 6605 case $ax_cv_matlab_version in 6816 6606 @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@) … … 6821 6611 *) 6822 6612 if test x$ax_enable_matlab = xyes ; then 6823 { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&56824 $as_echo "$as_me: error: can not determine Matlab version number" >&2;}6613 { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5 6614 echo "$as_me: error: can not determine Matlab version number" >&2;} 6825 6615 { (exit 1); exit 1; }; } 6826 6616 fi … … 6866 6656 6867 6657 6868 @%:@Check whether --with-triangle-dir was given.6658 # Check whether --with-triangle-dir was given. 6869 6659 if test "${with_triangle_dir+set}" = set; then 6870 6660 withval=$with_triangle_dir; TRIANGLE_ROOT=$withval … … 6873 6663 fi 6874 6664 6875 { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&56876 $as_echo_n "checking for Triangle headers and libraries ..." >&6; }6665 { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5 6666 echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; } 6877 6667 if test -d "$TRIANGLE_ROOT"; then 6878 6668 … … 6893 6683 HAVE_TRIANGLE=no 6894 6684 fi 6895 { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&56896 $as_echo "$HAVE_TRIANGLE" >&6; }6897 6898 { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&56899 $as_echo_n "checking for triangle and parallel status..." >&6; }6685 { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5 6686 echo "${ECHO_T}$HAVE_TRIANGLE" >&6; } 6687 6688 { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5 6689 echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; } 6900 6690 if test $HAVE_TRIANGLE = no; then 6901 6691 if test "$SERIAL_VALUE" = "yes" ; then 6902 { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&56903 $as_echo "$as_me: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&2;}6692 { { echo "$as_me:$LINENO: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&5 6693 echo "$as_me: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&2;} 6904 6694 { (exit 1); exit 1; }; } 6905 6695 fi 6906 6696 fi 6907 { $as_echo "$as_me:$LINENO: result: ok" >&5 6908 $as_echo "ok" >&6; } 6697 { echo "$as_me:$LINENO: result: ok" >&5 6698 echo "${ECHO_T}ok" >&6; } 6699 6700 6701 # Check whether --with-dakota-dir was given. 6702 if test "${with_dakota_dir+set}" = set; then 6703 withval=$with_dakota_dir; DAKOTA_ROOT=$withval 6704 else 6705 DAKOTA_ROOT="" 6706 fi 6707 6708 { echo "$as_me:$LINENO: checking for Dakota " >&5 6709 echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; } 6909 6710 6711 if test -d "$DAKOTA_ROOT"; then 6712 6713 HAVE_DAKOTA=yes 6714 DAKOTAINCL=-I$DAKOTA_ROOT/include 6715 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs -levidence -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -lopt -lpsuade -lnewmat -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver " 6716 6717 6718 cat >>confdefs.h <<\_ACEOF 6719 @%:@define _HAVE_DAKOTA_ 1 6720 _ACEOF 6721 6910 6722 6911 6723 6912 @%:@ Check whether --with-metis-dir was given. 6724 6725 else 6726 HAVE_DAKOTA=no 6727 fi 6728 { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5 6729 echo "${ECHO_T}$HAVE_DAKOTA" >&6; } 6730 6731 6732 6733 # Check whether --with-metis-dir was given. 6913 6734 if test "${with_metis_dir+set}" = set; then 6914 6735 withval=$with_metis_dir; METIS_ROOT=$withval … … 6920 6741 if test -d "$METIS_ROOT"; then 6921 6742 6922 { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&56923 $as_echo_n "checking for Metis headers and libraries in $METIS_ROOT..." >&6; }6743 { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5 6744 echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; } 6924 6745 6925 6746 HAVE_METIS=yes … … 6939 6760 6940 6761 if test $HAVE_METIS = no; then 6941 { { $as_echo "$as_me:$LINENO: error: --with-metis-dir missing. Metis is needed to run ISSM" >&56942 $as_echo "$as_me: error: --with-metis-dir missing. Metis is needed to run ISSM" >&2;}6762 { { echo "$as_me:$LINENO: error: --with-metis-dir missing. Metis is needed to run ISSM" >&5 6763 echo "$as_me: error: --with-metis-dir missing. Metis is needed to run ISSM" >&2;} 6943 6764 { (exit 1); exit 1; }; }; 6944 6765 else 6945 { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&56946 $as_echo "$HAVE_METIS" >&6; }6766 { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5 6767 echo "${ECHO_T}$HAVE_METIS" >&6; } 6947 6768 fi 6948 6769 6949 { $as_echo "$as_me:$LINENO: checking for mpi..." >&56950 $as_echo_n "checking for mpi......" >&6; }6770 { echo "$as_me:$LINENO: checking for mpi..." >&5 6771 echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; } 6951 6772 6952 @%:@Check whether --with-mpi-lib was given.6773 # Check whether --with-mpi-lib was given. 6953 6774 if test "${with_mpi_lib+set}" = set; then 6954 6775 withval=$with_mpi_lib; MPILIB=$withval … … 6959 6780 6960 6781 6961 @%:@Check whether --with-mpi-include was given.6782 # Check whether --with-mpi-include was given. 6962 6783 if test "${with_mpi_include+set}" = set; then 6963 6784 withval=$with_mpi_include; MPI_INCLUDE=$withval … … 6969 6790 if test -z "$MPILIB" ; then 6970 6791 if test "$PARALLEL_VALUE" = "yes" ; then 6971 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&56972 $as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}6792 { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5 6793 echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;} 6973 6794 { (exit 1); exit 1; }; } 6974 6795 fi … … 6976 6797 if test -z "$MPI_INCLUDE" ; then 6977 6798 if test "$PARALLEL_VALUE" = "yes" ; then 6978 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&56979 $as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}6799 { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5 6800 echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;} 6980 6801 { (exit 1); exit 1; }; } 6981 6802 fi … … 6990 6811 6991 6812 6813 cat >>confdefs.h <<\_ACEOF 6814 @%:@define HAVE_MPI 1 6815 _ACEOF 6816 6817 6992 6818 6993 6819 fi 6994 6820 fi 6995 { $as_echo "$as_me:$LINENO: result: done" >&56996 $as_echo "done" >&6; }6821 { echo "$as_me:$LINENO: result: done" >&5 6822 echo "${ECHO_T}done" >&6; } 6997 6823 6998 6824 6999 @%:@Check whether --with-petsc-dir was given.6825 # Check whether --with-petsc-dir was given. 7000 6826 if test "${with_petsc_dir+set}" = set; then 7001 6827 withval=$with_petsc_dir; PETSC_ROOT=$withval … … 7007 6833 if test "$PARALLEL_VALUE" = "yes" ; then 7008 6834 if test "$PETSC_ROOT" = "" ; then 7009 { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&57010 $as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}6835 { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5 6836 echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;} 7011 6837 { (exit 1); exit 1; }; } 7012 6838 fi … … 7014 6840 7015 6841 7016 @%:@Check whether --with-petsc-arch was given.6842 # Check whether --with-petsc-arch was given. 7017 6843 if test "${with_petsc_arch+set}" = set; then 7018 6844 withval=$with_petsc_arch; PETSC_ARCH=$withval … … 7024 6850 if test "$PARALLEL_VALUE" = "yes" ; then 7025 6851 if test "$PETSC_ARCH" = "" ; then 7026 { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&57027 $as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}6852 { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5 6853 echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;} 7028 6854 { (exit 1); exit 1; }; } 7029 6855 fi 7030 6856 fi 7031 6857 7032 { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&57033 $as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH..." >&6; }6858 { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5 6859 echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; } 7034 6860 7035 6861 if test -d "$PETSC_ROOT"; then … … 7060 6886 if test $HAVE_PETSC = no; then 7061 6887 if test "$PARALLEL_VALUE" = "yes" ; then 7062 { { $as_echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&57063 $as_echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;}6888 { { echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&5 6889 echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;} 7064 6890 { (exit 1); exit 1; }; } 7065 6891 fi 7066 6892 else 7067 { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&57068 $as_echo "$HAVE_PETSC" >&6; }6893 { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5 6894 echo "${ECHO_T}$HAVE_PETSC" >&6; } 7069 6895 fi 7070 6896 7071 6897 7072 6898 7073 @%:@Check whether --with-slepc-dir was given.6899 # Check whether --with-slepc-dir was given. 7074 6900 if test "${with_slepc_dir+set}" = set; then 7075 6901 withval=$with_slepc_dir; SLEPC_ROOT=$withval … … 7079 6905 7080 6906 7081 { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&57082 $as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT..." >&6; }6907 { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5 6908 echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; } 7083 6909 if test -d "$SLEPC_ROOT"; then 7084 6910 … … 7098 6924 HAVE_SLEPC=no 7099 6925 fi 7100 { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&57101 $as_echo "$HAVE_SLEPC" >&6; }6926 { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5 6927 echo "${ECHO_T}$HAVE_SLEPC" >&6; } 7102 6928 7103 6929 7104 @%:@Check whether --with-scalapack-dir was given.6930 # Check whether --with-scalapack-dir was given. 7105 6931 if test "${with_scalapack_dir+set}" = set; then 7106 6932 withval=$with_scalapack_dir; SCALAPACK_ROOT=$withval … … 7110 6936 7111 6937 7112 { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&57113 $as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT..." >&6; }6938 { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5 6939 echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; } 7114 6940 if test -d "$SCALAPACK_ROOT"; then 7115 6941 … … 7127 6953 HAVE_SCALAPACK=no 7128 6954 fi 7129 { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&57130 $as_echo "$HAVE_SCALAPACK" >&6; }6955 { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5 6956 echo "${ECHO_T}$HAVE_SCALAPACK" >&6; } 7131 6957 7132 6958 7133 @%:@Check whether --with-blas-lapack-dir was given.6959 # Check whether --with-blas-lapack-dir was given. 7134 6960 if test "${with_blas_lapack_dir+set}" = set; then 7135 6961 withval=$with_blas_lapack_dir; BLASLAPACK_ROOT=$withval … … 7139 6965 7140 6966 7141 { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&57142 $as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT..." >&6; }6967 { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5 6968 echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; } 7143 6969 if test -d "$BLASLAPACK_ROOT"; then 7144 6970 … … 7146 6972 HAVE_BLASLAPACK=yes 7147 6973 BLASLAPACKINCL="" 7148 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"6974 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack" 7149 6975 7150 6976 … … 7158 6984 HAVE_BLASLAPACK=no 7159 6985 fi 7160 { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5 7161 $as_echo "$HAVE_BLASLAPACK" >&6; } 7162 6986 { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5 6987 echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; } 7163 6988 7164 6989 7165 @%:@ Check whether --with-plapack-dir was given. 6990 # Check whether --with-mkl-dir was given. 6991 if test "${with_mkl_dir+set}" = set; then 6992 withval=$with_mkl_dir; MKL_ROOT=$withval 6993 else 6994 MKL_ROOT="" 6995 fi 6996 6997 6998 { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5 6999 echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; } 7000 if test -d "$MKL_ROOT"; then 7001 7002 HAVE_MKL=yes 7003 MKLINCL="" 7004 MKLLIB=-L"$MKL_ROOT -lmkl_lapack -lmkl -lguide" 7005 7006 7007 cat >>confdefs.h <<\_ACEOF 7008 @%:@define _HAVE_MKL_ 1 7009 _ACEOF 7010 7011 7012 7013 else 7014 HAVE_MKL=no 7015 fi 7016 { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5 7017 echo "${ECHO_T}$HAVE_MKL" >&6; } 7018 7019 7020 # Check whether --with-plapack-dir was given. 7166 7021 if test "${with_plapack_dir+set}" = set; then 7167 7022 withval=$with_plapack_dir; PLAPACK_ROOT=$withval … … 7171 7026 7172 7027 7173 { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&57174 $as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT..." >&6; }7028 { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5 7029 echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; } 7175 7030 if test -d "$PLAPACK_ROOT"; then 7176 7031 … … 7190 7045 HAVE_PLAPACK=no 7191 7046 fi 7192 { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&57193 $as_echo "$HAVE_PLAPACK" >&6; }7047 { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5 7048 echo "${ECHO_T}$HAVE_PLAPACK" >&6; } 7194 7049 7195 7050 7196 @%:@Check whether --with-mumps-dir was given.7051 # Check whether --with-mumps-dir was given. 7197 7052 if test "${with_mumps_dir+set}" = set; then 7198 7053 withval=$with_mumps_dir; MUMPS_ROOT=$withval … … 7202 7057 7203 7058 7204 { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&57205 $as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT..." >&6; }7059 { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5 7060 echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; } 7206 7061 if test -d "$MUMPS_ROOT"; then 7207 7062 … … 7220 7075 HAVE_MUMPS=no 7221 7076 fi 7222 { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&57223 $as_echo "$HAVE_MUMPS" >&6; }7077 { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5 7078 echo "${ECHO_T}$HAVE_MUMPS" >&6; } 7224 7079 7225 7080 7226 @%:@Check whether --with-blacs-dir was given.7081 # Check whether --with-blacs-dir was given. 7227 7082 if test "${with_blacs_dir+set}" = set; then 7228 7083 withval=$with_blacs_dir; BLACS_ROOT=$withval … … 7232 7087 7233 7088 7234 { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&57235 $as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT..." >&6; }7089 { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5 7090 echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; } 7236 7091 if test -d "$BLACS_ROOT"; then 7237 7092 … … 7250 7105 HAVE_BLACS=no 7251 7106 fi 7252 { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5 7253 $as_echo "$HAVE_BLACS" >&6; } 7254 7255 7256 7107 { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5 7108 echo "${ECHO_T}$HAVE_BLACS" >&6; } 7109 7110 { echo "$as_me:$LINENO: checking for math library..." >&5 7111 echo $ECHO_N "checking for math library...... $ECHO_C" >&6; } 7112 7113 # Check whether --with-math-lib was given. 7114 if test "${with_math_lib+set}" = set; then 7115 withval=$with_math_lib; MATH_LIB=$withval 7116 else 7117 MATH_LIB="" 7118 fi 7119 7120 7121 if test -n "$MATH_LIB" ; then 7122 HAVE_MATH=yes 7123 MATHLIB="$MATH_LIB" 7124 7125 7126 cat >>confdefs.h <<\_ACEOF 7127 @%:@define _HAVE_MATH_ 1 7128 _ACEOF 7129 7130 7131 fi 7132 { echo "$as_me:$LINENO: result: done" >&5 7133 echo "${ECHO_T}done" >&6; } 7134 7135 { echo "$as_me:$LINENO: checking for fortran library..." >&5 7136 echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; } 7137 7138 # Check whether --with-fortran-lib was given. 7139 if test "${with_fortran_lib+set}" = set; then 7140 withval=$with_fortran_lib; FORTRAN_LIB=$withval 7141 else 7142 FORTRAN_LIB="" 7143 fi 7144 7145 7146 if test -n "$FORTRAN_LIB" ; then 7147 HAVE_FORTRAN=yes 7148 FORTRANLIB="$FORTRAN_LIB" 7149 7150 7151 cat >>confdefs.h <<\_ACEOF 7152 @%:@define _HAVE_FORTRAN_ 1 7153 _ACEOF 7154 7155 7156 fi 7157 { echo "$as_me:$LINENO: result: done" >&5 7158 echo "${ECHO_T}done" >&6; } 7257 7159 7258 7160 … … 7286 7188 *${as_nl}*) 7287 7189 case $ac_var in #( 7288 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&57289 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;7190 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 7191 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 7290 7192 esac 7291 7193 case $ac_var in #( 7292 7194 _ | IFS | as_nl) ;; #( 7293 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(7294 7195 *) $as_unset $ac_var ;; 7295 7196 esac ;; … … 7324 7225 if test -w "$cache_file"; then 7325 7226 test "x$cache_file" != "x/dev/null" && 7326 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&57327 $as_echo "$as_me: updating cache $cache_file" >&6;}7227 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 7228 echo "$as_me: updating cache $cache_file" >&6;} 7328 7229 cat confcache >$cache_file 7329 7230 else 7330 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&57331 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}7231 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 7232 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 7332 7233 fi 7333 7234 fi … … 7345 7246 # 1. Remove the extension, and $U if already installed. 7346 7247 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 7347 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`7248 ac_i=`echo "$ac_i" | sed "$ac_script"` 7348 7249 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 7349 7250 # will be set to the directory where LIBOBJS objects are built. … … 7357 7258 7358 7259 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 7359 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.7260 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 7360 7261 Usually this means the macro was only invoked conditionally." >&5 7361 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.7262 echo "$as_me: error: conditional \"AMDEP\" was never defined. 7362 7263 Usually this means the macro was only invoked conditionally." >&2;} 7363 7264 { (exit 1); exit 1; }; } 7364 7265 fi 7365 7266 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 7366 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.7267 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 7367 7268 Usually this means the macro was only invoked conditionally." >&5 7368 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.7269 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 7369 7270 Usually this means the macro was only invoked conditionally." >&2;} 7370 7271 { (exit 1); exit 1; }; } 7371 7272 fi 7372 7273 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 7373 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.7274 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 7374 7275 Usually this means the macro was only invoked conditionally." >&5 7375 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.7276 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 7376 7277 Usually this means the macro was only invoked conditionally." >&2;} 7377 7278 { (exit 1); exit 1; }; } 7378 7279 fi 7379 7280 if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then 7380 { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.7281 { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined. 7381 7282 Usually this means the macro was only invoked conditionally." >&5 7382 $as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.7283 echo "$as_me: error: conditional \"NOSERIAL\" was never defined. 7383 7284 Usually this means the macro was only invoked conditionally." >&2;} 7384 7285 { (exit 1); exit 1; }; } 7385 7286 fi 7386 7287 if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then 7387 { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.7288 { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined. 7388 7289 Usually this means the macro was only invoked conditionally." >&5 7389 $as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.7290 echo "$as_me: error: conditional \"NOPARALLEL\" was never defined. 7390 7291 Usually this means the macro was only invoked conditionally." >&2;} 7391 7292 { (exit 1); exit 1; }; } 7392 7293 fi 7393 7294 if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then 7394 { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.7295 { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined. 7395 7296 Usually this means the macro was only invoked conditionally." >&5 7396 $as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.7297 echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined. 7397 7298 Usually this means the macro was only invoked conditionally." >&2;} 7398 7299 { (exit 1); exit 1; }; } … … 7400 7301 7401 7302 : ${CONFIG_STATUS=./config.status} 7402 ac_write_fail=07403 7303 ac_clean_files_save=$ac_clean_files 7404 7304 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 7405 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&57406 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}7407 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=17305 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 7306 echo "$as_me: creating $CONFIG_STATUS" >&6;} 7307 cat >$CONFIG_STATUS <<_ACEOF 7408 7308 #! $SHELL 7409 7309 # Generated by $as_me. … … 7418 7318 _ACEOF 7419 7319 7420 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17320 cat >>$CONFIG_STATUS <<\_ACEOF 7421 7321 ## --------------------- ## 7422 7322 ## M4sh Initialization. ## … … 7428 7328 emulate sh 7429 7329 NULLCMD=: 7430 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which7330 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 7431 7331 # is contrary to our usage. Disable this feature. 7432 7332 alias -g '${1+"$@"}'='"$@"' … … 7450 7350 as_cr_alnum=$as_cr_Letters$as_cr_digits 7451 7351 7452 as_nl='7453 '7454 export as_nl7455 # Printing a long string crashes Solaris 7 /usr/bin/printf.7456 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'7457 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo7458 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo7459 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then7460 as_echo='printf %s\n'7461 as_echo_n='printf %s'7462 else7463 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then7464 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'7465 as_echo_n='/usr/ucb/echo -n'7466 else7467 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'7468 as_echo_n_body='eval7469 arg=$1;7470 case $arg in7471 *"$as_nl"*)7472 expr "X$arg" : "X\\(.*\\)$as_nl";7473 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;7474 esac;7475 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"7476 '7477 export as_echo_n_body7478 as_echo_n='sh -c $as_echo_n_body as_echo'7479 fi7480 export as_echo_body7481 as_echo='sh -c $as_echo_body as_echo'7482 fi7483 7484 7352 # The user is always right. 7485 7353 if test "${PATH_SEPARATOR+set}" != set; then 7486 PATH_SEPARATOR=: 7487 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 7488 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 7489 PATH_SEPARATOR=';' 7490 } 7354 echo "#! /bin/sh" >conf$$.sh 7355 echo "exit 0" >>conf$$.sh 7356 chmod +x conf$$.sh 7357 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 7358 PATH_SEPARATOR=';' 7359 else 7360 PATH_SEPARATOR=: 7361 fi 7362 rm -f conf$$.sh 7491 7363 fi 7492 7364 … … 7504 7376 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 7505 7377 # splitting by setting IFS to empty value.) 7378 as_nl=' 7379 ' 7506 7380 IFS=" "" $as_nl" 7507 7381 … … 7526 7400 fi 7527 7401 if test ! -f "$as_myself"; then 7528 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&27402 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 7529 7403 { (exit 1); exit 1; } 7530 7404 fi … … 7539 7413 7540 7414 # NLS nuisances. 7541 LC_ALL=C 7542 export LC_ALL 7543 LANGUAGE=C 7544 export LANGUAGE 7415 for as_var in \ 7416 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 7417 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 7418 LC_TELEPHONE LC_TIME 7419 do 7420 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 7421 eval $as_var=C; export $as_var 7422 else 7423 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 7424 fi 7425 done 7545 7426 7546 7427 # Required to use basename. … … 7564 7445 X"$0" : 'X\(//\)$' \| \ 7565 7446 X"$0" : 'X\(/\)' \| . 2>/dev/null || 7566 $as_echo X/"$0" |7447 echo X/"$0" | 7567 7448 sed '/^.*\/\([^/][^/]*\)\/*$/{ 7568 7449 s//\1/ … … 7615 7496 ' >$as_me.lineno && 7616 7497 chmod +x "$as_me.lineno" || 7617 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&27498 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 7618 7499 { (exit 1); exit 1; }; } 7619 7500 … … 7643 7524 ECHO_N='-n';; 7644 7525 esac 7526 7645 7527 if expr a : '\(a\)' >/dev/null 2>&1 && 7646 7528 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 7655 7537 else 7656 7538 rm -f conf$$.dir 7657 mkdir conf$$.dir 2>/dev/null 7658 fi 7659 if (echo >conf$$.file) 2>/dev/null; then 7660 if ln -s conf$$.file conf$$ 2>/dev/null; then 7661 as_ln_s='ln -s' 7662 # ... but there are two gotchas: 7663 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7664 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7665 # In both cases, we have to default to `cp -p'. 7666 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7667 as_ln_s='cp -p' 7668 elif ln conf$$.file conf$$ 2>/dev/null; then 7669 as_ln_s=ln 7670 else 7539 mkdir conf$$.dir 7540 fi 7541 echo >conf$$.file 7542 if ln -s conf$$.file conf$$ 2>/dev/null; then 7543 as_ln_s='ln -s' 7544 # ... but there are two gotchas: 7545 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7546 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7547 # In both cases, we have to default to `cp -p'. 7548 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7671 7549 as_ln_s='cp -p' 7672 fi 7550 elif ln conf$$.file conf$$ 2>/dev/null; then 7551 as_ln_s=ln 7673 7552 else 7674 7553 as_ln_s='cp -p' … … 7695 7574 eval sh -c '\'' 7696 7575 if test -d "$1"; then 7697 7576 test -d "$1/."; 7698 7577 else 7699 7578 case $1 in 7700 7579 -*)set "./$1";; 7701 7580 esac; 7702 7581 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 7721 7600 ac_log=" 7722 7601 This file was extended by ISSM $as_me 1.0, which was 7723 generated by GNU Autoconf 2.6 3. Invocation command line was7602 generated by GNU Autoconf 2.61. Invocation command line was 7724 7603 7725 7604 CONFIG_FILES = $CONFIG_FILES … … 7734 7613 _ACEOF 7735 7614 7736 case $ac_config_files in *" 7737 "*) set x $ac_config_files; shift; ac_config_files=$*;; 7738 esac 7739 7740 case $ac_config_headers in *" 7741 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 7742 esac 7743 7744 7745 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7615 cat >>$CONFIG_STATUS <<_ACEOF 7746 7616 # Files that config.status was made for. 7747 7617 config_files="$ac_config_files" … … 7751 7621 _ACEOF 7752 7622 7753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17623 cat >>$CONFIG_STATUS <<\_ACEOF 7754 7624 ac_cs_usage="\ 7755 7625 \`$as_me' instantiates files from templates according to the 7756 7626 current configuration. 7757 7627 7758 Usage: $0 [OPTION ]...[FILE]...7628 Usage: $0 [OPTIONS] [FILE]... 7759 7629 7760 7630 -h, --help print this help, then exit 7761 7631 -V, --version print version number and configuration settings, then exit 7762 -q, --quiet, --silent 7763 do not print progress messages 7632 -q, --quiet do not print progress messages 7764 7633 -d, --debug don't remove temporary files 7765 7634 --recheck update $as_me by reconfiguring in the same conditions 7766 --file=FILE[:TEMPLATE]7767 7768 --header=FILE[:TEMPLATE]7769 7635 --file=FILE[:TEMPLATE] 7636 instantiate the configuration file FILE 7637 --header=FILE[:TEMPLATE] 7638 instantiate the configuration header FILE 7770 7639 7771 7640 Configuration files: … … 7781 7650 7782 7651 _ACEOF 7783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17652 cat >>$CONFIG_STATUS <<_ACEOF 7784 7653 ac_cs_version="\\ 7785 7654 ISSM config.status 1.0 7786 configured by $0, generated by GNU Autoconf 2.6 3,7787 with options \\"` $as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"7788 7789 Copyright (C) 200 8Free Software Foundation, Inc.7655 configured by $0, generated by GNU Autoconf 2.61, 7656 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 7657 7658 Copyright (C) 2006 Free Software Foundation, Inc. 7790 7659 This config.status script is free software; the Free Software Foundation 7791 7660 gives unlimited permission to copy, distribute and modify it." … … 7795 7664 INSTALL='$INSTALL' 7796 7665 MKDIR_P='$MKDIR_P' 7797 AWK='$AWK' 7798 test -n "\$AWK" || AWK=awk 7799 _ACEOF 7800 7801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 7802 # The default lists apply if the user does not specify any file. 7666 _ACEOF 7667 7668 cat >>$CONFIG_STATUS <<\_ACEOF 7669 # If no file are specified by the user, then we need to provide default 7670 # value. By we need to know if files were specified by the user. 7803 7671 ac_need_defaults=: 7804 7672 while test $# != 0 … … 7822 7690 ac_cs_recheck=: ;; 7823 7691 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 7824 $as_echo "$ac_cs_version"; exit ;;7692 echo "$ac_cs_version"; exit ;; 7825 7693 --debug | --debu | --deb | --de | --d | -d ) 7826 7694 debug=: ;; 7827 7695 --file | --fil | --fi | --f ) 7828 7696 $ac_shift 7829 case $ac_optarg in 7830 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 7831 esac 7832 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 7697 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 7833 7698 ac_need_defaults=false;; 7834 7699 --header | --heade | --head | --hea ) 7835 7700 $ac_shift 7836 case $ac_optarg in 7837 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 7838 esac 7839 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 7701 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 7840 7702 ac_need_defaults=false;; 7841 7703 --he | --h) 7842 7704 # Conflict between --help and --header 7843 { $as_echo "$as_me: error: ambiguous option: $17705 { echo "$as_me: error: ambiguous option: $1 7844 7706 Try \`$0 --help' for more information." >&2 7845 7707 { (exit 1); exit 1; }; };; 7846 7708 --help | --hel | -h ) 7847 $as_echo "$ac_cs_usage"; exit ;;7709 echo "$ac_cs_usage"; exit ;; 7848 7710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 7849 7711 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 7851 7713 7852 7714 # This is an error. 7853 -*) { $as_echo "$as_me: error: unrecognized option: $17715 -*) { echo "$as_me: error: unrecognized option: $1 7854 7716 Try \`$0 --help' for more information." >&2 7855 7717 { (exit 1); exit 1; }; } ;; … … 7870 7732 7871 7733 _ACEOF 7872 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17734 cat >>$CONFIG_STATUS <<_ACEOF 7873 7735 if \$ac_cs_recheck; then 7874 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7875 shift 7876 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 7877 CONFIG_SHELL='$SHELL' 7736 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 7737 CONFIG_SHELL=$SHELL 7878 7738 export CONFIG_SHELL 7879 exec "\$@"7880 fi 7881 7882 _ACEOF 7883 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17739 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7740 fi 7741 7742 _ACEOF 7743 cat >>$CONFIG_STATUS <<\_ACEOF 7884 7744 exec 5>>config.log 7885 7745 { … … 7888 7748 @%:@@%:@ Running $as_me. @%:@@%:@ 7889 7749 _ASBOX 7890 $as_echo "$ac_log"7750 echo "$ac_log" 7891 7751 } >&5 7892 7752 7893 7753 _ACEOF 7894 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17754 cat >>$CONFIG_STATUS <<_ACEOF 7895 7755 # 7896 7756 # INIT-COMMANDS … … 7900 7760 _ACEOF 7901 7761 7902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17762 cat >>$CONFIG_STATUS <<\_ACEOF 7903 7763 7904 7764 # Handling of arguments. … … 7914 7774 "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; 7915 7775 7916 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&57917 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}7776 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 7777 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 7918 7778 { (exit 1); exit 1; }; };; 7919 7779 esac … … 7956 7816 } || 7957 7817 { 7958 $as_echo "$as_me: cannot create a temporary directory in ." >&27818 echo "$me: cannot create a temporary directory in ." >&2 7959 7819 { (exit 1); exit 1; } 7960 7820 } 7961 7821 7962 # Set up the scripts for CONFIG_FILES section. 7963 # No need to generate them if there are no CONFIG_FILES. 7964 # This happens for instance with `./config.status config.h'. 7822 # 7823 # Set up the sed scripts for CONFIG_FILES section. 7824 # 7825 7826 # No need to generate the scripts if there are no CONFIG_FILES. 7827 # This happens for instance when ./config.status config.h 7965 7828 if test -n "$CONFIG_FILES"; then 7966 7829 7967 7968 ac_cr=' 7969 ' 7970 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 7971 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 7972 ac_cs_awk_cr='\\r' 7973 else 7974 ac_cs_awk_cr=$ac_cr 7975 fi 7976 7977 echo 'BEGIN {' >"$tmp/subs1.awk" && 7978 _ACEOF 7979 7980 7981 { 7982 echo "cat >conf$$subs.awk <<_ACEOF" && 7983 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 7984 echo "_ACEOF" 7985 } >conf$$subs.sh || 7986 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7987 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 7988 { (exit 1); exit 1; }; } 7989 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 7830 _ACEOF 7831 7832 7833 7990 7834 ac_delim='%!_!# ' 7991 7835 for ac_last_try in false false false false false :; do 7992 . ./conf$$subs.sh || 7993 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7994 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 7995 { (exit 1); exit 1; }; } 7996 7997 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 7998 if test $ac_delim_n = $ac_delim_num; then 7836 cat >conf$$subs.sed <<_ACEOF 7837 SHELL!$SHELL$ac_delim 7838 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 7839 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 7840 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 7841 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 7842 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 7843 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 7844 exec_prefix!$exec_prefix$ac_delim 7845 prefix!$prefix$ac_delim 7846 program_transform_name!$program_transform_name$ac_delim 7847 bindir!$bindir$ac_delim 7848 sbindir!$sbindir$ac_delim 7849 libexecdir!$libexecdir$ac_delim 7850 datarootdir!$datarootdir$ac_delim 7851 datadir!$datadir$ac_delim 7852 sysconfdir!$sysconfdir$ac_delim 7853 sharedstatedir!$sharedstatedir$ac_delim 7854 localstatedir!$localstatedir$ac_delim 7855 includedir!$includedir$ac_delim 7856 oldincludedir!$oldincludedir$ac_delim 7857 docdir!$docdir$ac_delim 7858 infodir!$infodir$ac_delim 7859 htmldir!$htmldir$ac_delim 7860 dvidir!$dvidir$ac_delim 7861 pdfdir!$pdfdir$ac_delim 7862 psdir!$psdir$ac_delim 7863 libdir!$libdir$ac_delim 7864 localedir!$localedir$ac_delim 7865 mandir!$mandir$ac_delim 7866 DEFS!$DEFS$ac_delim 7867 ECHO_C!$ECHO_C$ac_delim 7868 ECHO_N!$ECHO_N$ac_delim 7869 ECHO_T!$ECHO_T$ac_delim 7870 LIBS!$LIBS$ac_delim 7871 build_alias!$build_alias$ac_delim 7872 host_alias!$host_alias$ac_delim 7873 target_alias!$target_alias$ac_delim 7874 build!$build$ac_delim 7875 build_cpu!$build_cpu$ac_delim 7876 build_vendor!$build_vendor$ac_delim 7877 build_os!$build_os$ac_delim 7878 host!$host$ac_delim 7879 host_cpu!$host_cpu$ac_delim 7880 host_vendor!$host_vendor$ac_delim 7881 host_os!$host_os$ac_delim 7882 target!$target$ac_delim 7883 target_cpu!$target_cpu$ac_delim 7884 target_vendor!$target_vendor$ac_delim 7885 target_os!$target_os$ac_delim 7886 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 7887 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 7888 INSTALL_DATA!$INSTALL_DATA$ac_delim 7889 am__isrc!$am__isrc$ac_delim 7890 CYGPATH_W!$CYGPATH_W$ac_delim 7891 PACKAGE!$PACKAGE$ac_delim 7892 VERSION!$VERSION$ac_delim 7893 ACLOCAL!$ACLOCAL$ac_delim 7894 AUTOCONF!$AUTOCONF$ac_delim 7895 AUTOMAKE!$AUTOMAKE$ac_delim 7896 AUTOHEADER!$AUTOHEADER$ac_delim 7897 MAKEINFO!$MAKEINFO$ac_delim 7898 install_sh!$install_sh$ac_delim 7899 STRIP!$STRIP$ac_delim 7900 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 7901 mkdir_p!$mkdir_p$ac_delim 7902 AWK!$AWK$ac_delim 7903 SET_MAKE!$SET_MAKE$ac_delim 7904 am__leading_dot!$am__leading_dot$ac_delim 7905 AMTAR!$AMTAR$ac_delim 7906 am__tar!$am__tar$ac_delim 7907 am__untar!$am__untar$ac_delim 7908 RANLIB!$RANLIB$ac_delim 7909 CC!$CC$ac_delim 7910 CFLAGS!$CFLAGS$ac_delim 7911 LDFLAGS!$LDFLAGS$ac_delim 7912 CPPFLAGS!$CPPFLAGS$ac_delim 7913 ac_ct_CC!$ac_ct_CC$ac_delim 7914 EXEEXT!$EXEEXT$ac_delim 7915 OBJEXT!$OBJEXT$ac_delim 7916 DEPDIR!$DEPDIR$ac_delim 7917 am__include!$am__include$ac_delim 7918 am__quote!$am__quote$ac_delim 7919 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 7920 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 7921 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 7922 CCDEPMODE!$CCDEPMODE$ac_delim 7923 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 7924 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 7925 CXX!$CXX$ac_delim 7926 CXXFLAGS!$CXXFLAGS$ac_delim 7927 ac_ct_CXX!$ac_ct_CXX$ac_delim 7928 CXXDEPMODE!$CXXDEPMODE$ac_delim 7929 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 7930 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 7931 F77!$F77$ac_delim 7932 FFLAGS!$FFLAGS$ac_delim 7933 ac_ct_F77!$ac_ct_F77$ac_delim 7934 _ACEOF 7935 7936 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 7999 7937 break 8000 7938 elif $ac_last_try; then 8001 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&58002 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}7939 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7940 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8003 7941 { (exit 1); exit 1; }; } 8004 7942 else … … 8006 7944 fi 8007 7945 done 8008 rm -f conf$$subs.sh 8009 8010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8011 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 8012 _ACEOF 8013 sed -n ' 8014 h 8015 s/^/S["/; s/!.*/"]=/ 8016 p 8017 g 8018 s/^[^!]*!// 8019 :repl 8020 t repl 8021 s/'"$ac_delim"'$// 8022 t delim 8023 :nl 8024 h 8025 s/\(.\{148\}\).*/\1/ 8026 t more1 8027 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 8028 p 8029 n 8030 b repl 8031 :more1 8032 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 8033 p 8034 g 8035 s/.\{148\}// 8036 t nl 8037 :delim 8038 h 8039 s/\(.\{148\}\).*/\1/ 8040 t more2 8041 s/["\\]/\\&/g; s/^/"/; s/$/"/ 8042 p 8043 b 8044 :more2 8045 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 8046 p 8047 g 8048 s/.\{148\}// 8049 t delim 8050 ' <conf$$subs.awk | sed ' 8051 /^[^""]/{ 8052 N 8053 s/\n// 8054 } 8055 ' >>$CONFIG_STATUS || ac_write_fail=1 8056 rm -f conf$$subs.awk 8057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8058 _ACAWK 8059 cat >>"\$tmp/subs1.awk" <<_ACAWK && 8060 for (key in S) S_is_set[key] = 1 8061 FS = "" 8062 8063 } 8064 { 8065 line = $ 0 8066 nfields = split(line, field, "@") 8067 substed = 0 8068 len = length(field[1]) 8069 for (i = 2; i < nfields; i++) { 8070 key = field[i] 8071 keylen = length(key) 8072 if (S_is_set[key]) { 8073 value = S[key] 8074 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 8075 len += length(value) + length(field[++i]) 8076 substed = 1 8077 } else 8078 len += 1 + keylen 8079 } 8080 8081 print line 8082 } 8083 8084 _ACAWK 8085 _ACEOF 8086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8087 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8088 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8089 else 8090 cat 8091 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 8092 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 8093 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 7946 7947 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 7948 if test -n "$ac_eof"; then 7949 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 7950 ac_eof=`expr $ac_eof + 1` 7951 fi 7952 7953 cat >>$CONFIG_STATUS <<_ACEOF 7954 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 7955 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7956 _ACEOF 7957 sed ' 7958 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 7959 s/^/s,@/; s/!/@,|#_!!_#|/ 7960 :n 7961 t n 7962 s/'"$ac_delim"'$/,g/; t 7963 s/$/\\/; p 7964 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 7965 ' >>$CONFIG_STATUS <conf$$subs.sed 7966 rm -f conf$$subs.sed 7967 cat >>$CONFIG_STATUS <<_ACEOF 7968 CEOF$ac_eof 7969 _ACEOF 7970 7971 7972 ac_delim='%!_!# ' 7973 for ac_last_try in false false false false false :; do 7974 cat >conf$$subs.sed <<_ACEOF 7975 FLIBS!$FLIBS$ac_delim 7976 XMKMF!$XMKMF$ac_delim 7977 CPP!$CPP$ac_delim 7978 X_CFLAGS!$X_CFLAGS$ac_delim 7979 X_PRE_LIBS!$X_PRE_LIBS$ac_delim 7980 X_LIBS!$X_LIBS$ac_delim 7981 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 7982 NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim 7983 NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim 7984 NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim 7985 NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim 7986 MATLABINCL!$MATLABINCL$ac_delim 7987 MEX!$MEX$ac_delim 7988 MEXEXT!$MEXEXT$ac_delim 7989 MEXLIB!$MEXLIB$ac_delim 7990 MEXLINK!$MEXLINK$ac_delim 7991 MATLAB!$MATLAB$ac_delim 7992 MATLAB_VERSION!$MATLAB_VERSION$ac_delim 7993 MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim 7994 MATLAB_MINOR!$MATLAB_MINOR$ac_delim 7995 LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim 7996 LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim 7997 TRIANGLEINCL!$TRIANGLEINCL$ac_delim 7998 TRIANGLELIB!$TRIANGLELIB$ac_delim 7999 DAKOTAINCL!$DAKOTAINCL$ac_delim 8000 DAKOTALIB!$DAKOTALIB$ac_delim 8001 METISINCL!$METISINCL$ac_delim 8002 METISLIB!$METISLIB$ac_delim 8003 MPIINCL!$MPIINCL$ac_delim 8004 MPILIB!$MPILIB$ac_delim 8005 PETSCINCL!$PETSCINCL$ac_delim 8006 PETSCLIB!$PETSCLIB$ac_delim 8007 SLEPCINCL!$SLEPCINCL$ac_delim 8008 SLEPCLIB!$SLEPCLIB$ac_delim 8009 SCALAPACKLIB!$SCALAPACKLIB$ac_delim 8010 BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim 8011 BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim 8012 MKLLIB!$MKLLIB$ac_delim 8013 MKLINCL!$MKLINCL$ac_delim 8014 PLAPACKINCL!$PLAPACKINCL$ac_delim 8015 PLAPACKLIB!$PLAPACKLIB$ac_delim 8016 MUMPSINCL!$MUMPSINCL$ac_delim 8017 MUMPSLIB!$MUMPSLIB$ac_delim 8018 BLACSINCL!$BLACSINCL$ac_delim 8019 BLACSLIB!$BLACSLIB$ac_delim 8020 MATHLIB!$MATHLIB$ac_delim 8021 FORTRANLIB!$FORTRANLIB$ac_delim 8022 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim 8023 LTLIBOBJS!$LTLIBOBJS$ac_delim 8024 _ACEOF 8025 8026 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then 8027 break 8028 elif $ac_last_try; then 8029 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 8030 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8094 8031 { (exit 1); exit 1; }; } 8095 _ACEOF 8032 else 8033 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8034 fi 8035 done 8036 8037 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 8038 if test -n "$ac_eof"; then 8039 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 8040 ac_eof=`expr $ac_eof + 1` 8041 fi 8042 8043 cat >>$CONFIG_STATUS <<_ACEOF 8044 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 8045 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 8046 _ACEOF 8047 sed ' 8048 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 8049 s/^/s,@/; s/!/@,|#_!!_#|/ 8050 :n 8051 t n 8052 s/'"$ac_delim"'$/,g/; t 8053 s/$/\\/; p 8054 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 8055 ' >>$CONFIG_STATUS <conf$$subs.sed 8056 rm -f conf$$subs.sed 8057 cat >>$CONFIG_STATUS <<_ACEOF 8058 :end 8059 s/|#_!!_#|//g 8060 CEOF$ac_eof 8061 _ACEOF 8062 8096 8063 8097 8064 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 8110 8077 fi 8111 8078 8112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18079 cat >>$CONFIG_STATUS <<\_ACEOF 8113 8080 fi # test -n "$CONFIG_FILES" 8114 8081 8115 # Set up the scripts for CONFIG_HEADERS section. 8116 # No need to generate them if there are no CONFIG_HEADERS. 8117 # This happens for instance with `./config.status Makefile'. 8118 if test -n "$CONFIG_HEADERS"; then 8119 cat >"$tmp/defines.awk" <<\_ACAWK || 8120 BEGIN { 8121 _ACEOF 8122 8123 # Transform confdefs.h into an awk script `defines.awk', embedded as 8124 # here-document in config.status, that substitutes the proper values into 8125 # config.h.in to produce config.h. 8126 8127 # Create a delimiter string that does not exist in confdefs.h, to ease 8128 # handling of long lines. 8129 ac_delim='%!_!# ' 8130 for ac_last_try in false false :; do 8131 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 8132 if test -z "$ac_t"; then 8133 break 8134 elif $ac_last_try; then 8135 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 8136 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 8137 { (exit 1); exit 1; }; } 8138 else 8139 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8140 fi 8141 done 8142 8143 # For the awk script, D is an array of macro values keyed by name, 8144 # likewise P contains macro parameters if any. Preserve backslash 8145 # newline sequences. 8146 8147 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8148 sed -n ' 8149 s/.\{148\}/&'"$ac_delim"'/g 8150 t rset 8151 :rset 8152 s/^[ ]*#[ ]*define[ ][ ]*/ / 8153 t def 8154 d 8155 :def 8156 s/\\$// 8157 t bsnl 8158 s/["\\]/\\&/g 8159 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 8160 D["\1"]=" \3"/p 8161 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 8162 d 8163 :bsnl 8164 s/["\\]/\\&/g 8165 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 8166 D["\1"]=" \3\\\\\\n"\\/p 8167 t cont 8168 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 8169 t cont 8170 d 8171 :cont 8172 n 8173 s/.\{148\}/&'"$ac_delim"'/g 8174 t clear 8175 :clear 8176 s/\\$// 8177 t bsnlc 8178 s/["\\]/\\&/g; s/^/"/; s/$/"/p 8179 d 8180 :bsnlc 8181 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 8182 b cont 8183 ' <confdefs.h | sed ' 8184 s/'"$ac_delim"'/"\\\ 8185 "/g' >>$CONFIG_STATUS || ac_write_fail=1 8186 8187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8188 for (key in D) D_is_set[key] = 1 8189 FS = "" 8190 } 8191 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 8192 line = \$ 0 8193 split(line, arg, " ") 8194 if (arg[1] == "#") { 8195 defundef = arg[2] 8196 mac1 = arg[3] 8197 } else { 8198 defundef = substr(arg[1], 2) 8199 mac1 = arg[2] 8200 } 8201 split(mac1, mac2, "(") #) 8202 macro = mac2[1] 8203 prefix = substr(line, 1, index(line, defundef) - 1) 8204 if (D_is_set[macro]) { 8205 # Preserve the white space surrounding the "#". 8206 print prefix "define", macro P[macro] D[macro] 8207 next 8208 } else { 8209 # Replace #undef with comments. This is necessary, for example, 8210 # in the case of _POSIX_SOURCE, which is predefined and required 8211 # on some systems where configure will not decide to define it. 8212 if (defundef == "undef") { 8213 print "/*", prefix defundef, macro, "*/" 8214 next 8215 } 8216 } 8217 } 8218 { print } 8219 _ACAWK 8220 _ACEOF 8221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8222 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 8223 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 8224 { (exit 1); exit 1; }; } 8225 fi # test -n "$CONFIG_HEADERS" 8226 8227 8228 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 8229 shift 8230 for ac_tag 8082 8083 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 8231 8084 do 8232 8085 case $ac_tag in … … 8235 8088 case $ac_mode$ac_tag in 8236 8089 :[FHL]*:*);; 8237 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&58238 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}8090 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 8091 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 8239 8092 { (exit 1); exit 1; }; };; 8240 8093 :[FH]-) ac_tag=-:-;; … … 8265 8118 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8266 8119 esac || 8267 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&58268 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}8120 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 8121 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 8269 8122 { (exit 1); exit 1; }; };; 8270 8123 esac 8271 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 8272 ac_file_inputs="$ac_file_inputs '$ac_f'" 8124 ac_file_inputs="$ac_file_inputs $ac_f" 8273 8125 done 8274 8126 … … 8276 8128 # use $as_me), people would be surprised to read: 8277 8129 # /* config.h. Generated by config.status. */ 8278 configure_input='Generated from '` 8279 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 8280 `' by configure.' 8130 configure_input="Generated from "`IFS=: 8131 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 8281 8132 if test x"$ac_file" != x-; then 8282 8133 configure_input="$ac_file. $configure_input" 8283 { $as_echo "$as_me:$LINENO: creating $ac_file" >&58284 $as_echo "$as_me: creating $ac_file" >&6;}8134 { echo "$as_me:$LINENO: creating $ac_file" >&5 8135 echo "$as_me: creating $ac_file" >&6;} 8285 8136 fi 8286 # Neutralize special characters interpreted by sed in replacement strings.8287 case $configure_input in #(8288 *\&* | *\|* | *\\* )8289 ac_sed_conf_input=`$as_echo "$configure_input" |8290 sed 's/[\\\\&|]/\\\\&/g'`;; #(8291 *) ac_sed_conf_input=$configure_input;;8292 esac8293 8137 8294 8138 case $ac_tag in 8295 *:-:* | *:-) cat >"$tmp/stdin" \ 8296 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8297 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8298 { (exit 1); exit 1; }; } ;; 8139 *:-:* | *:-) cat >"$tmp/stdin";; 8299 8140 esac 8300 8141 ;; … … 8306 8147 X"$ac_file" : 'X\(//\)$' \| \ 8307 8148 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 8308 $as_echo X"$ac_file" |8149 echo X"$ac_file" | 8309 8150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8310 8151 s//\1/ … … 8332 8173 while :; do 8333 8174 case $as_dir in #( 8334 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(8175 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8335 8176 *) as_qdir=$as_dir;; 8336 8177 esac … … 8341 8182 X"$as_dir" : 'X\(//\)$' \| \ 8342 8183 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8343 $as_echo X"$as_dir" |8184 echo X"$as_dir" | 8344 8185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8345 8186 s//\1/ … … 8362 8203 done 8363 8204 test -z "$as_dirs" || eval "mkdir $as_dirs" 8364 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&58365 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}8205 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8206 echo "$as_me: error: cannot create directory $as_dir" >&2;} 8366 8207 { (exit 1); exit 1; }; }; } 8367 8208 ac_builddir=. … … 8370 8211 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 8371 8212 *) 8372 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`8213 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8373 8214 # A ".." for each directory in $ac_dir_suffix. 8374 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`8215 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 8375 8216 case $ac_top_builddir_sub in 8376 8217 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 8417 8258 _ACEOF 8418 8259 8419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18260 cat >>$CONFIG_STATUS <<\_ACEOF 8420 8261 # If the template does not know about datarootdir, expand it. 8421 8262 # FIXME: This hack should be removed a few years after 2.60. 8422 8263 ac_datarootdir_hack=; ac_datarootdir_seen= 8423 8264 8424 ac_sed_dataroot=' 8425 /datarootdir/ { 8265 case `sed -n '/datarootdir/ { 8426 8266 p 8427 8267 q … … 8432 8272 /@localedir@/p 8433 8273 /@mandir@/p 8434 ' 8435 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 8274 ' $ac_file_inputs` in 8436 8275 *datarootdir*) ac_datarootdir_seen=yes;; 8437 8276 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 8438 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&58439 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}8440 _ACEOF 8441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=18277 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 8278 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 8279 _ACEOF 8280 cat >>$CONFIG_STATUS <<_ACEOF 8442 8281 ac_datarootdir_hack=' 8443 8282 s&@datadir@&$datadir&g … … 8453 8292 # Shell code in configure.ac might set extrasub. 8454 8293 # FIXME: do we really want to maintain this feature? 8455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=18456 ac_sed_extra="$ac_vpsub8294 cat >>$CONFIG_STATUS <<_ACEOF 8295 sed "$ac_vpsub 8457 8296 $extrasub 8458 8297 _ACEOF 8459 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18298 cat >>$CONFIG_STATUS <<\_ACEOF 8460 8299 :t 8461 8300 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 8462 s |@configure_input@|$ac_sed_conf_input|;t t8301 s&@configure_input@&$configure_input&;t t 8463 8302 s&@top_builddir@&$ac_top_builddir_sub&;t t 8464 s&@top_build_prefix@&$ac_top_build_prefix&;t t8465 8303 s&@srcdir@&$ac_srcdir&;t t 8466 8304 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 8473 8311 s&@MKDIR_P@&$ac_MKDIR_P&;t t 8474 8312 $ac_datarootdir_hack 8475 " 8476 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 8477 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8478 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8479 { (exit 1); exit 1; }; } 8313 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 8480 8314 8481 8315 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8482 8316 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8483 8317 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8484 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'8318 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8485 8319 which seems to be undefined. Please make sure it is defined." >&5 8486 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'8320 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8487 8321 which seems to be undefined. Please make sure it is defined." >&2;} 8488 8322 8489 8323 rm -f "$tmp/stdin" 8490 8324 case $ac_file in 8491 -) cat "$tmp/out" && rm -f "$tmp/out";; 8492 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 8493 esac \ 8494 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8495 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8496 { (exit 1); exit 1; }; } 8325 -) cat "$tmp/out"; rm -f "$tmp/out";; 8326 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 8327 esac 8497 8328 ;; 8498 8329 :H) … … 8500 8331 # CONFIG_HEADER 8501 8332 # 8333 _ACEOF 8334 8335 # Transform confdefs.h into a sed script `conftest.defines', that 8336 # substitutes the proper values into config.h.in to produce config.h. 8337 rm -f conftest.defines conftest.tail 8338 # First, append a space to every undef/define line, to ease matching. 8339 echo 's/$/ /' >conftest.defines 8340 # Then, protect against being on the right side of a sed subst, or in 8341 # an unquoted here document, in config.status. If some macros were 8342 # called several times there might be several #defines for the same 8343 # symbol, which is useless. But do not sort them, since the last 8344 # AC_DEFINE must be honored. 8345 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8346 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 8347 # NAME is the cpp macro being defined, VALUE is the value it is being given. 8348 # PARAMS is the parameter list in the macro definition--in most cases, it's 8349 # just an empty string. 8350 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 8351 ac_dB='\\)[ (].*,\\1define\\2' 8352 ac_dC=' ' 8353 ac_dD=' ,' 8354 8355 uniq confdefs.h | 8356 sed -n ' 8357 t rset 8358 :rset 8359 s/^[ ]*#[ ]*define[ ][ ]*// 8360 t ok 8361 d 8362 :ok 8363 s/[\\&,]/\\&/g 8364 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 8365 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 8366 ' >>conftest.defines 8367 8368 # Remove the space that was appended to ease matching. 8369 # Then replace #undef with comments. This is necessary, for 8370 # example, in the case of _POSIX_SOURCE, which is predefined and required 8371 # on some systems where configure will not decide to define it. 8372 # (The regexp can be short, since the line contains either #define or #undef.) 8373 echo 's/ $// 8374 s,^[ #]*u.*,/* & */,' >>conftest.defines 8375 8376 # Break up conftest.defines: 8377 ac_max_sed_lines=50 8378 8379 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 8380 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 8381 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 8382 # et cetera. 8383 ac_in='$ac_file_inputs' 8384 ac_out='"$tmp/out1"' 8385 ac_nxt='"$tmp/out2"' 8386 8387 while : 8388 do 8389 # Write a here document: 8390 cat >>$CONFIG_STATUS <<_ACEOF 8391 # First, check the format of the line: 8392 cat >"\$tmp/defines.sed" <<\\CEOF 8393 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 8394 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 8395 b 8396 :def 8397 _ACEOF 8398 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 8399 echo 'CEOF 8400 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 8401 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 8402 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 8403 grep . conftest.tail >/dev/null || break 8404 rm -f conftest.defines 8405 mv conftest.tail conftest.defines 8406 done 8407 rm -f conftest.defines conftest.tail 8408 8409 echo "ac_result=$ac_in" >>$CONFIG_STATUS 8410 cat >>$CONFIG_STATUS <<\_ACEOF 8502 8411 if test x"$ac_file" != x-; then 8503 { 8504 $as_echo "/* $configure_input */" \ 8505 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 8506 } >"$tmp/config.h" \ 8507 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8508 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8509 { (exit 1); exit 1; }; } 8510 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 8511 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8512 $as_echo "$as_me: $ac_file is unchanged" >&6;} 8412 echo "/* $configure_input */" >"$tmp/config.h" 8413 cat "$ac_result" >>"$tmp/config.h" 8414 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 8415 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8416 echo "$as_me: $ac_file is unchanged" >&6;} 8513 8417 else 8514 rm -f "$ac_file" 8515 mv "$tmp/config.h" "$ac_file" \ 8516 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8517 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8518 { (exit 1); exit 1; }; } 8418 rm -f $ac_file 8419 mv "$tmp/config.h" $ac_file 8519 8420 fi 8520 8421 else 8521 $as_echo "/* $configure_input */" \ 8522 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 8523 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 8524 $as_echo "$as_me: error: could not create -" >&2;} 8525 { (exit 1); exit 1; }; } 8422 echo "/* $configure_input */" 8423 cat "$ac_result" 8526 8424 fi 8527 # Compute "$ac_file"'s index in $config_headers. 8528 _am_arg="$ac_file" 8425 rm -f "$tmp/out12" 8426 # Compute $ac_file's index in $config_headers. 8529 8427 _am_stamp_count=1 8530 8428 for _am_header in $config_headers :; do 8531 8429 case $_am_header in 8532 $ _am_arg | $_am_arg:* )8430 $ac_file | $ac_file:* ) 8533 8431 break ;; 8534 8432 * ) … … 8536 8434 esac 8537 8435 done 8538 echo "timestamp for $ _am_arg" >`$as_dirname -- "$_am_arg"||8539 $as_expr X "$_am_arg": 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \8540 X "$_am_arg": 'X\(//\)[^/]' \| \8541 X "$_am_arg": 'X\(//\)$' \| \8542 X "$_am_arg": 'X\(/\)' \| . 2>/dev/null ||8543 $as_echo X"$_am_arg"|8436 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 8437 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8438 X$ac_file : 'X\(//\)[^/]' \| \ 8439 X$ac_file : 'X\(//\)$' \| \ 8440 X$ac_file : 'X\(/\)' \| . 2>/dev/null || 8441 echo X$ac_file | 8544 8442 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8545 8443 s//\1/ … … 8561 8459 ;; 8562 8460 8563 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&58564 $as_echo "$as_me: executing $ac_file commands" >&6;}8461 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 8462 echo "$as_me: executing $ac_file commands" >&6;} 8565 8463 ;; 8566 8464 esac … … 8568 8466 8569 8467 case $ac_file$ac_mode in 8570 "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 8571 # are listed without --file. Let's play safe and only enable the eval 8572 # if we detect the quoting. 8573 case $CONFIG_FILES in 8574 *\'*) eval set x "$CONFIG_FILES" ;; 8575 *) set x $CONFIG_FILES ;; 8576 esac 8577 shift 8578 for mf 8579 do 8468 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 8580 8469 # Strip MF so we end up with the name of the file. 8581 8470 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 8587 8476 # Grep'ing the whole file is not good either: AIX grep has a line 8588 8477 # limit of 2048, but all sed's we know have understand at least 4000. 8589 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then8478 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 8590 8479 dirpart=`$as_dirname -- "$mf" || 8591 8480 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ … … 8593 8482 X"$mf" : 'X\(//\)$' \| \ 8594 8483 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 8595 $as_echo X"$mf" |8484 echo X"$mf" | 8596 8485 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8597 8486 s//\1/ … … 8637 8526 X"$file" : 'X\(//\)$' \| \ 8638 8527 X"$file" : 'X\(/\)' \| . 2>/dev/null || 8639 $as_echo X"$file" |8528 echo X"$file" | 8640 8529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8641 8530 s//\1/ … … 8663 8552 while :; do 8664 8553 case $as_dir in #( 8665 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(8554 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8666 8555 *) as_qdir=$as_dir;; 8667 8556 esac … … 8672 8561 X"$as_dir" : 'X\(//\)$' \| \ 8673 8562 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8674 $as_echo X"$as_dir" |8563 echo X"$as_dir" | 8675 8564 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8676 8565 s//\1/ … … 8693 8582 done 8694 8583 test -z "$as_dirs" || eval "mkdir $as_dirs" 8695 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&58696 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}8584 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8585 echo "$as_me: error: cannot create directory $as_dir" >&2;} 8697 8586 { (exit 1); exit 1; }; }; } 8698 8587 # echo "creating $dirpart/$file" … … 8710 8599 chmod +x $CONFIG_STATUS 8711 8600 ac_clean_files=$ac_clean_files_save 8712 8713 test $ac_write_fail = 0 ||8714 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&58715 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}8716 { (exit 1); exit 1; }; }8717 8601 8718 8602 … … 8737 8621 $ac_cs_success || { (exit 1); exit 1; } 8738 8622 fi 8739 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 8740 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 8741 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8742 fi 8743 8744 8623 8624 -
issm/trunk/autom4te.cache/output.1
r1 r1378 1 1 @%:@! /bin/sh 2 2 @%:@ Guess values for system-dependent variables and create Makefiles. 3 @%:@ Generated by GNU Autoconf 2.6 3for ISSM 1.0.3 @%:@ Generated by GNU Autoconf 2.61 for ISSM 1.0. 4 4 @%:@ 5 5 @%:@ Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>. 6 6 @%:@ 7 7 @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 @%:@ 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 @%:@ This configure script is free software; the Free Software Foundation 10 10 @%:@ gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 366 367 368 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 601 579 PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>' 602 580 603 ac_subst_vars='LTLIBOBJS 581 ac_subst_vars='SHELL 582 PATH_SEPARATOR 583 PACKAGE_NAME 584 PACKAGE_TARNAME 585 PACKAGE_VERSION 586 PACKAGE_STRING 587 PACKAGE_BUGREPORT 588 exec_prefix 589 prefix 590 program_transform_name 591 bindir 592 sbindir 593 libexecdir 594 datarootdir 595 datadir 596 sysconfdir 597 sharedstatedir 598 localstatedir 599 includedir 600 oldincludedir 601 docdir 602 infodir 603 htmldir 604 dvidir 605 pdfdir 606 psdir 607 libdir 608 localedir 609 mandir 610 DEFS 611 ECHO_C 612 ECHO_N 613 ECHO_T 614 LIBS 615 build_alias 616 host_alias 617 target_alias 618 build 619 build_cpu 620 build_vendor 621 build_os 622 host 623 host_cpu 624 host_vendor 625 host_os 626 target 627 target_cpu 628 target_vendor 629 target_os 630 INSTALL_PROGRAM 631 INSTALL_SCRIPT 632 INSTALL_DATA 633 am__isrc 634 CYGPATH_W 635 PACKAGE 636 VERSION 637 ACLOCAL 638 AUTOCONF 639 AUTOMAKE 640 AUTOHEADER 641 MAKEINFO 642 install_sh 643 STRIP 644 INSTALL_STRIP_PROGRAM 645 mkdir_p 646 AWK 647 SET_MAKE 648 am__leading_dot 649 AMTAR 650 am__tar 651 am__untar 652 RANLIB 653 CC 654 CFLAGS 655 LDFLAGS 656 CPPFLAGS 657 ac_ct_CC 658 EXEEXT 659 OBJEXT 660 DEPDIR 661 am__include 662 am__quote 663 AMDEP_TRUE 664 AMDEP_FALSE 665 AMDEPBACKSLASH 666 CCDEPMODE 667 am__fastdepCC_TRUE 668 am__fastdepCC_FALSE 669 CXX 670 CXXFLAGS 671 ac_ct_CXX 672 CXXDEPMODE 673 am__fastdepCXX_TRUE 674 am__fastdepCXX_FALSE 675 F77 676 FFLAGS 677 ac_ct_F77 678 FLIBS 679 XMKMF 680 CPP 681 X_CFLAGS 682 X_PRE_LIBS 683 X_LIBS 684 X_EXTRA_LIBS 685 NOSERIAL_TRUE 686 NOSERIAL_FALSE 687 NOPARALLEL_TRUE 688 NOPARALLEL_FALSE 689 MATLABINCL 690 MEX 691 MEXEXT 692 MEXLIB 693 MEXLINK 694 MATLAB 695 MATLAB_VERSION 696 MATLAB_MAJOR 697 MATLAB_MINOR 698 LARGEARRAYS_TRUE 699 LARGEARRAYS_FALSE 700 TRIANGLEINCL 701 TRIANGLELIB 702 DAKOTAINCL 703 DAKOTALIB 704 METISINCL 705 METISLIB 706 MPIINCL 707 MPILIB 708 PETSCINCL 709 PETSCLIB 710 SLEPCINCL 711 SLEPCLIB 712 SCALAPACKLIB 713 BLASLAPACKLIB 714 BLASLAPACKINCL 715 MKLLIB 716 MKLINCL 717 PLAPACKINCL 718 PLAPACKLIB 719 MUMPSINCL 720 MUMPSLIB 721 BLACSINCL 722 BLACSLIB 723 MATHLIB 724 FORTRANLIB 604 725 LIB@&t@OBJS 605 BLACSLIB 606 BLACSINCL 607 MUMPSLIB 608 MUMPSINCL 609 PLAPACKLIB 610 PLAPACKINCL 611 BLASLAPACKINCL 612 BLASLAPACKLIB 613 SCALAPACKLIB 614 SLEPCLIB 615 SLEPCINCL 616 PETSCLIB 617 PETSCINCL 618 MPILIB 619 MPIINCL 620 METISLIB 621 METISINCL 622 TRIANGLELIB 623 TRIANGLEINCL 624 LARGEARRAYS_FALSE 625 LARGEARRAYS_TRUE 626 MATLAB_MINOR 627 MATLAB_MAJOR 628 MATLAB_VERSION 629 MATLAB 630 MEXLINK 631 MEXLIB 632 MEXEXT 633 MEX 634 MATLABINCL 635 NOPARALLEL_FALSE 636 NOPARALLEL_TRUE 637 NOSERIAL_FALSE 638 NOSERIAL_TRUE 639 X_EXTRA_LIBS 640 X_LIBS 641 X_PRE_LIBS 642 X_CFLAGS 643 CPP 644 XMKMF 645 FLIBS 646 ac_ct_F77 647 FFLAGS 648 F77 649 am__fastdepCXX_FALSE 650 am__fastdepCXX_TRUE 651 CXXDEPMODE 652 ac_ct_CXX 653 CXXFLAGS 654 CXX 655 am__fastdepCC_FALSE 656 am__fastdepCC_TRUE 657 CCDEPMODE 658 AMDEPBACKSLASH 659 AMDEP_FALSE 660 AMDEP_TRUE 661 am__quote 662 am__include 663 DEPDIR 664 OBJEXT 665 EXEEXT 666 ac_ct_CC 667 CPPFLAGS 668 LDFLAGS 669 CFLAGS 670 CC 671 RANLIB 672 am__untar 673 am__tar 674 AMTAR 675 am__leading_dot 676 SET_MAKE 677 AWK 678 mkdir_p 679 MKDIR_P 680 INSTALL_STRIP_PROGRAM 681 STRIP 682 install_sh 683 MAKEINFO 684 AUTOHEADER 685 AUTOMAKE 686 AUTOCONF 687 ACLOCAL 688 VERSION 689 PACKAGE 690 CYGPATH_W 691 am__isrc 692 INSTALL_DATA 693 INSTALL_SCRIPT 694 INSTALL_PROGRAM 695 target_os 696 target_vendor 697 target_cpu 698 target 699 host_os 700 host_vendor 701 host_cpu 702 host 703 build_os 704 build_vendor 705 build_cpu 706 build 707 target_alias 708 host_alias 709 build_alias 710 LIBS 711 ECHO_T 712 ECHO_N 713 ECHO_C 714 DEFS 715 mandir 716 localedir 717 libdir 718 psdir 719 pdfdir 720 dvidir 721 htmldir 722 infodir 723 docdir 724 oldincludedir 725 includedir 726 localstatedir 727 sharedstatedir 728 sysconfdir 729 datadir 730 datarootdir 731 libexecdir 732 sbindir 733 bindir 734 program_transform_name 735 prefix 736 exec_prefix 737 PACKAGE_BUGREPORT 738 PACKAGE_STRING 739 PACKAGE_VERSION 740 PACKAGE_TARNAME 741 PACKAGE_NAME 742 PATH_SEPARATOR 743 SHELL' 726 LTLIBOBJS' 744 727 ac_subst_files='' 745 ac_user_opts='746 enable_option_checking747 enable_dependency_tracking748 with_x749 enable_debugging750 with_serial751 with_parallel752 with_matlab_dir753 with_triangle_dir754 with_metis_dir755 with_mpi_lib756 with_mpi_include757 with_petsc_dir758 with_petsc_arch759 with_slepc_dir760 with_scalapack_dir761 with_blas_lapack_dir762 with_plapack_dir763 with_mumps_dir764 with_blacs_dir765 '766 728 ac_precious_vars='build_alias 767 729 host_alias … … 784 746 ac_init_help= 785 747 ac_init_version=false 786 ac_unrecognized_opts=787 ac_unrecognized_sep=788 748 # The variables have the same names as the options, with 789 749 # dashes changed to underlines. … … 884 844 885 845 -disable-* | --disable-*) 886 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`846 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 887 847 # Reject names that are not valid shell variable names. 888 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&889 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2848 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 849 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 890 850 { (exit 1); exit 1; }; } 891 ac_useropt_orig=$ac_useropt 892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 893 case $ac_user_opts in 894 *" 895 "enable_$ac_useropt" 896 "*) ;; 897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 898 ac_unrecognized_sep=', ';; 899 esac 900 eval enable_$ac_useropt=no ;; 851 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 852 eval enable_$ac_feature=no ;; 901 853 902 854 -docdir | --docdir | --docdi | --doc | --do) … … 911 863 912 864 -enable-* | --enable-*) 913 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`865 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 914 866 # Reject names that are not valid shell variable names. 915 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&916 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2867 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 868 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 917 869 { (exit 1); exit 1; }; } 918 ac_useropt_orig=$ac_useropt 919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 920 case $ac_user_opts in 921 *" 922 "enable_$ac_useropt" 923 "*) ;; 924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 925 ac_unrecognized_sep=', ';; 926 esac 927 eval enable_$ac_useropt=\$ac_optarg ;; 870 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 871 eval enable_$ac_feature=\$ac_optarg ;; 928 872 929 873 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1116 1060 1117 1061 -with-* | --with-*) 1118 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1062 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1119 1063 # Reject names that are not valid shell variable names. 1120 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1121 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21064 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1065 { echo "$as_me: error: invalid package name: $ac_package" >&2 1122 1066 { (exit 1); exit 1; }; } 1123 ac_useropt_orig=$ac_useropt 1124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1125 case $ac_user_opts in 1126 *" 1127 "with_$ac_useropt" 1128 "*) ;; 1129 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1130 ac_unrecognized_sep=', ';; 1131 esac 1132 eval with_$ac_useropt=\$ac_optarg ;; 1067 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1068 eval with_$ac_package=\$ac_optarg ;; 1133 1069 1134 1070 -without-* | --without-*) 1135 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1071 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1136 1072 # Reject names that are not valid shell variable names. 1137 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1138 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21073 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1074 { echo "$as_me: error: invalid package name: $ac_package" >&2 1139 1075 { (exit 1); exit 1; }; } 1140 ac_useropt_orig=$ac_useropt 1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1142 case $ac_user_opts in 1143 *" 1144 "with_$ac_useropt" 1145 "*) ;; 1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1147 ac_unrecognized_sep=', ';; 1148 esac 1149 eval with_$ac_useropt=no ;; 1076 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1077 eval with_$ac_package=no ;; 1150 1078 1151 1079 --x) … … 1167 1095 x_libraries=$ac_optarg ;; 1168 1096 1169 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1097 -*) { echo "$as_me: error: unrecognized option: $ac_option 1170 1098 Try \`$0 --help' for more information." >&2 1171 1099 { (exit 1); exit 1; }; } … … 1176 1104 # Reject names that are not valid shell variable names. 1177 1105 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1178 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21106 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1179 1107 { (exit 1); exit 1; }; } 1180 1108 eval $ac_envvar=\$ac_optarg … … 1183 1111 *) 1184 1112 # FIXME: should be removed in autoconf 3.0. 1185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21113 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1186 1114 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21115 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1188 1116 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1189 1117 ;; … … 1194 1122 if test -n "$ac_prev"; then 1195 1123 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1196 { $as_echo "$as_me: error: missing argument to $ac_option" >&21124 { echo "$as_me: error: missing argument to $ac_option" >&2 1197 1125 { (exit 1); exit 1; }; } 1198 1126 fi 1199 1127 1200 if test -n "$ac_unrecognized_opts"; then 1201 case $enable_option_checking in 1202 no) ;; 1203 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1204 { (exit 1); exit 1; }; } ;; 1205 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1206 esac 1207 fi 1208 1209 # Check all directory arguments for consistency. 1128 # Be sure to have absolute directory names. 1210 1129 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1211 1130 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1214 1133 do 1215 1134 eval ac_val=\$$ac_var 1216 # Remove trailing slashes.1217 case $ac_val in1218 */ )1219 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1220 eval $ac_var=\$ac_val;;1221 esac1222 # Be sure to have absolute directory names.1223 1135 case $ac_val in 1224 1136 [\\/$]* | ?:[\\/]* ) continue;; 1225 1137 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1226 1138 esac 1227 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21139 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1228 1140 { (exit 1); exit 1; }; } 1229 1141 done … … 1240 1152 if test "x$build_alias" = x; then 1241 1153 cross_compiling=maybe 1242 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1154 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1243 1155 If a cross compiler is detected then cross compile mode will be used." >&2 1244 1156 elif test "x$build_alias" != "x$host_alias"; then … … 1256 1168 ac_ls_di=`ls -di .` && 1257 1169 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1258 { $as_echo "$as_me: error: working directory cannot be determined" >&21170 { echo "$as_me: error: Working directory cannot be determined" >&2 1259 1171 { (exit 1); exit 1; }; } 1260 1172 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1261 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21173 { echo "$as_me: error: pwd does not report name of working directory" >&2 1262 1174 { (exit 1); exit 1; }; } 1263 1175 … … 1267 1179 ac_srcdir_defaulted=yes 1268 1180 # Try the directory containing this script, then the parent directory. 1269 ac_confdir=`$as_dirname -- "$ as_myself" ||1270 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1271 X"$ as_myself" : 'X\(//\)[^/]' \| \1272 X"$ as_myself" : 'X\(//\)$' \| \1273 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1274 $as_echo X"$as_myself" |1181 ac_confdir=`$as_dirname -- "$0" || 1182 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1183 X"$0" : 'X\(//\)[^/]' \| \ 1184 X"$0" : 'X\(//\)$' \| \ 1185 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1186 echo X"$0" | 1275 1187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1276 1188 s//\1/ … … 1299 1211 if test ! -r "$srcdir/$ac_unique_file"; then 1300 1212 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1301 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21213 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1302 1214 { (exit 1); exit 1; }; } 1303 1215 fi 1304 1216 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1305 1217 ac_abs_confdir=`( 1306 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21218 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1307 1219 { (exit 1); exit 1; }; } 1308 1220 pwd)` … … 1353 1265 Installation directories: 1354 1266 --prefix=PREFIX install architecture-independent files in PREFIX 1355 1267 [$ac_default_prefix] 1356 1268 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1357 1269 [PREFIX] 1358 1270 1359 1271 By default, \`make install' will install all the files in … … 1365 1277 1366 1278 Fine tuning of the installation directories: 1367 --bindir=DIR 1368 --sbindir=DIR 1369 --libexecdir=DIR 1370 --sysconfdir=DIR 1371 --sharedstatedir=DIR 1372 --localstatedir=DIR 1373 --libdir=DIR 1374 --includedir=DIR 1375 --oldincludedir=DIR 1376 --datarootdir=DIR 1377 --datadir=DIR 1378 --infodir=DIR 1379 --localedir=DIR 1380 --mandir=DIR 1381 --docdir=DIR 1382 --htmldir=DIR 1383 --dvidir=DIR 1384 --pdfdir=DIR 1385 --psdir=DIR 1279 --bindir=DIR user executables [EPREFIX/bin] 1280 --sbindir=DIR system admin executables [EPREFIX/sbin] 1281 --libexecdir=DIR program executables [EPREFIX/libexec] 1282 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1283 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1284 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1285 --libdir=DIR object code libraries [EPREFIX/lib] 1286 --includedir=DIR C header files [PREFIX/include] 1287 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1288 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1289 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1290 --infodir=DIR info documentation [DATAROOTDIR/info] 1291 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1292 --mandir=DIR man documentation [DATAROOTDIR/man] 1293 --docdir=DIR documentation root @<:@DATAROOTDIR/doc/issm@:>@ 1294 --htmldir=DIR html documentation [DOCDIR] 1295 --dvidir=DIR dvi documentation [DOCDIR] 1296 --pdfdir=DIR pdf documentation [DOCDIR] 1297 --psdir=DIR ps documentation [DOCDIR] 1386 1298 _ACEOF 1387 1299 … … 1411 1323 1412 1324 Optional Features: 1413 --disable-option-checking ignore unrecognized --enable/--with options1414 1325 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1415 1326 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1428 1339 --with-triangle-dir = DIR 1429 1340 triangle root directory. necessary for serial build 1341 --with-dakota-dir = DIR dakota root directory. necessary for serial build 1430 1342 --with-metis-dir = DIR metis root directory. necessary for serial build 1431 1343 --with-mpi-lib = otions mpi options, for ex: "-L$MPIROOT -lmpich … … 1439 1351 --with-blas-lapack-dir = DIR 1440 1352 blas-lapack root directory 1353 --with-mkl-dir = DIR mkl root directory 1441 1354 --with-plapack-dir = DIR 1442 1355 plapack root directory 1443 1356 --with-mumps-dir = DIR mumps root directory 1444 1357 --with-blacs-dir = DIR blacs root directory 1358 --with-math-lib = otions 1359 math options, for ex: "/usr/lib/libm.a 1360 --with-fortran-lib = options 1361 fortran options, for ex: "/usr/lib/gfortran.a 1445 1362 1446 1363 Some influential environment variables: … … 1470 1387 # If there are subdirs, report their specific --help. 1471 1388 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1472 test -d "$ac_dir" || 1473 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1474 continue 1389 test -d "$ac_dir" || continue 1475 1390 ac_builddir=. 1476 1391 … … 1478 1393 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1479 1394 *) 1480 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1395 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1481 1396 # A ".." for each directory in $ac_dir_suffix. 1482 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1397 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1483 1398 case $ac_top_builddir_sub in 1484 1399 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1516 1431 $SHELL "$ac_srcdir/configure" --help=recursive 1517 1432 else 1518 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21433 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1519 1434 fi || ac_status=$? 1520 1435 cd "$ac_pwd" || { ac_status=$?; break; } … … 1526 1441 cat <<\_ACEOF 1527 1442 ISSM configure 1.0 1528 generated by GNU Autoconf 2.6 31443 generated by GNU Autoconf 2.61 1529 1444 1530 1445 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1531 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1446 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1532 1447 This configure script is free software; the Free Software Foundation 1533 1448 gives unlimited permission to copy, distribute and modify it. … … 1540 1455 1541 1456 It was created by ISSM $as_me 1.0, which was 1542 generated by GNU Autoconf 2.6 3. Invocation command line was1457 generated by GNU Autoconf 2.61. Invocation command line was 1543 1458 1544 1459 $ $0 $@ … … 1576 1491 IFS=$as_save_IFS 1577 1492 test -z "$as_dir" && as_dir=. 1578 $as_echo "PATH: $as_dir"1493 echo "PATH: $as_dir" 1579 1494 done 1580 1495 IFS=$as_save_IFS … … 1611 1526 continue ;; 1612 1527 *\'*) 1613 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1528 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1614 1529 esac 1615 1530 case $ac_pass in … … 1663 1578 *${as_nl}*) 1664 1579 case $ac_var in #( 1665 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51666 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1580 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1581 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1667 1582 esac 1668 1583 case $ac_var in #( 1669 1584 _ | IFS | as_nl) ;; #( 1670 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1671 1585 *) $as_unset $ac_var ;; 1672 1586 esac ;; … … 1698 1612 eval ac_val=\$$ac_var 1699 1613 case $ac_val in 1700 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1614 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1701 1615 esac 1702 $as_echo "$ac_var='\''$ac_val'\''"1616 echo "$ac_var='\''$ac_val'\''" 1703 1617 done | sort 1704 1618 echo … … 1715 1629 eval ac_val=\$$ac_var 1716 1630 case $ac_val in 1717 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1631 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1718 1632 esac 1719 $as_echo "$ac_var='\''$ac_val'\''"1633 echo "$ac_var='\''$ac_val'\''" 1720 1634 done | sort 1721 1635 echo … … 1733 1647 fi 1734 1648 test "$ac_signal" != 0 && 1735 $as_echo "$as_me: caught signal $ac_signal"1736 $as_echo "$as_me: exit $exit_status"1649 echo "$as_me: caught signal $ac_signal" 1650 echo "$as_me: exit $exit_status" 1737 1651 } >&5 1738 1652 rm -f core *.core core.conftest.* && … … 1776 1690 1777 1691 # Let the site file select an alternate cache file if it wants to. 1778 # Prefer an explicitly selected file to automatically selected ones. 1779 ac_site_file1=NONE 1780 ac_site_file2=NONE 1692 # Prefer explicitly selected file to automatically selected ones. 1781 1693 if test -n "$CONFIG_SITE"; then 1782 ac_site_file1=$CONFIG_SITE1694 set x "$CONFIG_SITE" 1783 1695 elif test "x$prefix" != xNONE; then 1784 ac_site_file1=$prefix/share/config.site1785 ac_site_file2=$prefix/etc/config.site1786 else 1787 ac_site_file1=$ac_default_prefix/share/config.site 1788 ac_site_file2=$ac_default_prefix/etc/config.site 1789 fi 1790 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1696 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1697 else 1698 set x "$ac_default_prefix/share/config.site" \ 1699 "$ac_default_prefix/etc/config.site" 1700 fi 1701 shift 1702 for ac_site_file 1791 1703 do 1792 test "x$ac_site_file" = xNONE && continue1793 1704 if test -r "$ac_site_file"; then 1794 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51795 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1705 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1706 echo "$as_me: loading site script $ac_site_file" >&6;} 1796 1707 sed 's/^/| /' "$ac_site_file" >&5 1797 1708 . "$ac_site_file" … … 1803 1714 # files actually), so we avoid doing that. 1804 1715 if test -f "$cache_file"; then 1805 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51806 $as_echo "$as_me: loading cache $cache_file" >&6;}1716 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1717 echo "$as_me: loading cache $cache_file" >&6;} 1807 1718 case $cache_file in 1808 1719 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1811 1722 fi 1812 1723 else 1813 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51814 $as_echo "$as_me: creating cache $cache_file" >&6;}1724 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1725 echo "$as_me: creating cache $cache_file" >&6;} 1815 1726 >$cache_file 1816 1727 fi … … 1826 1737 case $ac_old_set,$ac_new_set in 1827 1738 set,) 1828 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51829 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1739 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1740 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1830 1741 ac_cache_corrupted=: ;; 1831 1742 ,set) 1832 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51833 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1743 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1744 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1834 1745 ac_cache_corrupted=: ;; 1835 1746 ,);; 1836 1747 *) 1837 1748 if test "x$ac_old_val" != "x$ac_new_val"; then 1838 # differences in whitespace do not lead to failure. 1839 ac_old_val_w=`echo x $ac_old_val` 1840 ac_new_val_w=`echo x $ac_new_val` 1841 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1842 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1843 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1844 ac_cache_corrupted=: 1845 else 1846 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1847 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1848 eval $ac_var=\$ac_old_val 1849 fi 1850 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1851 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1852 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1853 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1749 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1750 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1751 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1752 echo "$as_me: former value: $ac_old_val" >&2;} 1753 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1754 echo "$as_me: current value: $ac_new_val" >&2;} 1755 ac_cache_corrupted=: 1854 1756 fi;; 1855 1757 esac … … 1857 1759 if test "$ac_new_set" = set; then 1858 1760 case $ac_new_val in 1859 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1761 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1860 1762 *) ac_arg=$ac_var=$ac_new_val ;; 1861 1763 esac … … 1867 1769 done 1868 1770 if $ac_cache_corrupted; then 1869 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1871 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1872 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1873 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1874 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1771 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1772 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1773 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1774 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1875 1775 { (exit 1); exit 1; }; } 1876 1776 fi … … 1926 1826 done 1927 1827 if test -z "$ac_aux_dir"; then 1928 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51929 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1828 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1829 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1930 1830 { (exit 1); exit 1; }; } 1931 1831 fi … … 1942 1842 # Make sure we can run config.sub. 1943 1843 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1944 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&51945 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}1844 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1845 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1946 1846 { (exit 1); exit 1; }; } 1947 1847 1948 { $as_echo "$as_me:$LINENO: checking build system type" >&51949 $as_echo_n "checking build system type..." >&6; }1848 { echo "$as_me:$LINENO: checking build system type" >&5 1849 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1950 1850 if test "${ac_cv_build+set}" = set; then 1951 $as_echo_n "(cached)" >&61851 echo $ECHO_N "(cached) $ECHO_C" >&6 1952 1852 else 1953 1853 ac_build_alias=$build_alias … … 1955 1855 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1956 1856 test "x$ac_build_alias" = x && 1957 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&51958 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}1857 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1858 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1959 1859 { (exit 1); exit 1; }; } 1960 1860 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1961 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&51962 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}1861 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1862 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1963 1863 { (exit 1); exit 1; }; } 1964 1864 1965 1865 fi 1966 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&51967 $as_echo "$ac_cv_build" >&6; }1866 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1867 echo "${ECHO_T}$ac_cv_build" >&6; } 1968 1868 case $ac_cv_build in 1969 1869 *-*-*) ;; 1970 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&51971 $as_echo "$as_me: error: invalid value of canonical build" >&2;}1870 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1871 echo "$as_me: error: invalid value of canonical build" >&2;} 1972 1872 { (exit 1); exit 1; }; };; 1973 1873 esac … … 1986 1886 1987 1887 1988 { $as_echo "$as_me:$LINENO: checking host system type" >&51989 $as_echo_n "checking host system type..." >&6; }1888 { echo "$as_me:$LINENO: checking host system type" >&5 1889 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1990 1890 if test "${ac_cv_host+set}" = set; then 1991 $as_echo_n "(cached)" >&61891 echo $ECHO_N "(cached) $ECHO_C" >&6 1992 1892 else 1993 1893 if test "x$host_alias" = x; then … … 1995 1895 else 1996 1896 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1997 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&51998 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}1897 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1898 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1999 1899 { (exit 1); exit 1; }; } 2000 1900 fi 2001 1901 2002 1902 fi 2003 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&52004 $as_echo "$ac_cv_host" >&6; }1903 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1904 echo "${ECHO_T}$ac_cv_host" >&6; } 2005 1905 case $ac_cv_host in 2006 1906 *-*-*) ;; 2007 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&52008 $as_echo "$as_me: error: invalid value of canonical host" >&2;}1907 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1908 echo "$as_me: error: invalid value of canonical host" >&2;} 2009 1909 { (exit 1); exit 1; }; };; 2010 1910 esac … … 2023 1923 2024 1924 2025 { $as_echo "$as_me:$LINENO: checking target system type" >&52026 $as_echo_n "checking target system type..." >&6; }1925 { echo "$as_me:$LINENO: checking target system type" >&5 1926 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 2027 1927 if test "${ac_cv_target+set}" = set; then 2028 $as_echo_n "(cached)" >&61928 echo $ECHO_N "(cached) $ECHO_C" >&6 2029 1929 else 2030 1930 if test "x$target_alias" = x; then … … 2032 1932 else 2033 1933 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2034 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&52035 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}1934 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1935 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 2036 1936 { (exit 1); exit 1; }; } 2037 1937 fi 2038 1938 2039 1939 fi 2040 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&52041 $as_echo "$ac_cv_target" >&6; }1940 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1941 echo "${ECHO_T}$ac_cv_target" >&6; } 2042 1942 case $ac_cv_target in 2043 1943 *-*-*) ;; 2044 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&52045 $as_echo "$as_me: error: invalid value of canonical target" >&2;}1944 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1945 echo "$as_me: error: invalid value of canonical target" >&2;} 2046 1946 { (exit 1); exit 1; }; };; 2047 1947 esac … … 2081 1981 # OS/2's system install, which has a completely different semantic 2082 1982 # ./install, which can be erroneously created by make from ./install.sh. 2083 # Reject install programs that cannot install multiple files. 2084 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2085 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1983 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1984 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2086 1985 if test -z "$INSTALL"; then 2087 1986 if test "${ac_cv_path_install+set}" = set; then 2088 $as_echo_n "(cached)" >&61987 echo $ECHO_N "(cached) $ECHO_C" >&6 2089 1988 else 2090 1989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2115 2014 : 2116 2015 else 2117 rm -rf conftest.one conftest.two conftest.dir 2118 echo one > conftest.one 2119 echo two > conftest.two 2120 mkdir conftest.dir 2121 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2122 test -s conftest.one && test -s conftest.two && 2123 test -s conftest.dir/conftest.one && 2124 test -s conftest.dir/conftest.two 2125 then 2126 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2127 break 3 2128 fi 2016 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2017 break 3 2129 2018 fi 2130 2019 fi … … 2133 2022 ;; 2134 2023 esac 2135 2136 2024 done 2137 2025 IFS=$as_save_IFS 2138 2026 2139 rm -rf conftest.one conftest.two conftest.dir2140 2027 2141 2028 fi … … 2150 2037 fi 2151 2038 fi 2152 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&52153 $as_echo "$INSTALL" >&6; }2039 { echo "$as_me:$LINENO: result: $INSTALL" >&5 2040 echo "${ECHO_T}$INSTALL" >&6; } 2154 2041 2155 2042 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2161 2048 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2162 2049 2163 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&52164 $as_echo_n "checking whether build environment is sane..." >&6; }2050 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 2051 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 2165 2052 # Just in case 2166 2053 sleep 1 … … 2185 2072 # broken ls alias from the environment. This has actually 2186 2073 # happened. Such a system could not be considered "sane". 2187 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken2074 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2188 2075 alias in your environment" >&5 2189 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken2076 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2190 2077 alias in your environment" >&2;} 2191 2078 { (exit 1); exit 1; }; } … … 2198 2085 : 2199 2086 else 2200 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!2087 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2201 2088 Check your system clock" >&5 2202 $as_echo "$as_me: error: newly created file is older than distributed files!2089 echo "$as_me: error: newly created file is older than distributed files! 2203 2090 Check your system clock" >&2;} 2204 2091 { (exit 1); exit 1; }; } 2205 2092 fi 2206 { $as_echo "$as_me:$LINENO: result: yes" >&52207 $as_echo "yes" >&6; }2093 { echo "$as_me:$LINENO: result: yes" >&5 2094 echo "${ECHO_T}yes" >&6; } 2208 2095 test "$program_prefix" != NONE && 2209 2096 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2211 2098 test "$program_suffix" != NONE && 2212 2099 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2213 # Double any \ or $. 2100 # Double any \ or $. echo might interpret backslashes. 2214 2101 # By default was `s,x,x', remove it if useless. 2215 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2216 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2102 cat <<\_ACEOF >conftest.sed 2103 s/[\\$]/&&/g;s/;s,x,x,$// 2104 _ACEOF 2105 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 2106 rm -f conftest.sed 2217 2107 2218 2108 # expand $ac_aux_dir to an absolute path … … 2225 2115 else 2226 2116 am_missing_run= 2227 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&52228 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2229 fi 2230 2231 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&52232 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }2117 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 2118 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2119 fi 2120 2121 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2122 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2233 2123 if test -z "$MKDIR_P"; then 2234 2124 if test "${ac_cv_path_mkdir+set}" = set; then 2235 $as_echo_n "(cached)" >&62125 echo $ECHO_N "(cached) $ECHO_C" >&6 2236 2126 else 2237 2127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2268 2158 fi 2269 2159 fi 2270 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&52271 $as_echo "$MKDIR_P" >&6; }2160 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2161 echo "${ECHO_T}$MKDIR_P" >&6; } 2272 2162 2273 2163 mkdir_p="$MKDIR_P" … … 2281 2171 # Extract the first word of "$ac_prog", so it can be a program name with args. 2282 2172 set dummy $ac_prog; ac_word=$2 2283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52284 $as_echo_n "checking for $ac_word..." >&6; }2173 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2285 2175 if test "${ac_cv_prog_AWK+set}" = set; then 2286 $as_echo_n "(cached)" >&62176 echo $ECHO_N "(cached) $ECHO_C" >&6 2287 2177 else 2288 2178 if test -n "$AWK"; then … … 2297 2187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2298 2188 ac_cv_prog_AWK="$ac_prog" 2299 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2300 2190 break 2 2301 2191 fi … … 2308 2198 AWK=$ac_cv_prog_AWK 2309 2199 if test -n "$AWK"; then 2310 { $as_echo "$as_me:$LINENO: result: $AWK" >&52311 $as_echo "$AWK" >&6; }2312 else 2313 { $as_echo "$as_me:$LINENO: result: no" >&52314 $as_echo "no" >&6; }2200 { echo "$as_me:$LINENO: result: $AWK" >&5 2201 echo "${ECHO_T}$AWK" >&6; } 2202 else 2203 { echo "$as_me:$LINENO: result: no" >&5 2204 echo "${ECHO_T}no" >&6; } 2315 2205 fi 2316 2206 … … 2319 2209 done 2320 2210 2321 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2322 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2323 set x ${MAKE-make} 2324 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2211 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2212 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2213 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2325 2214 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2326 $as_echo_n "(cached)" >&62215 echo $ECHO_N "(cached) $ECHO_C" >&6 2327 2216 else 2328 2217 cat >conftest.make <<\_ACEOF … … 2341 2230 fi 2342 2231 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2343 { $as_echo "$as_me:$LINENO: result: yes" >&52344 $as_echo "yes" >&6; }2232 { echo "$as_me:$LINENO: result: yes" >&5 2233 echo "${ECHO_T}yes" >&6; } 2345 2234 SET_MAKE= 2346 2235 else 2347 { $as_echo "$as_me:$LINENO: result: no" >&52348 $as_echo "no" >&6; }2236 { echo "$as_me:$LINENO: result: no" >&5 2237 echo "${ECHO_T}no" >&6; } 2349 2238 SET_MAKE="MAKE=${MAKE-make}" 2350 2239 fi … … 2365 2254 # test to see if srcdir already configured 2366 2255 if test -f $srcdir/config.status; then 2367 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52368 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}2256 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2257 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2369 2258 { (exit 1); exit 1; }; } 2370 2259 fi … … 2421 2310 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2422 2311 set dummy ${ac_tool_prefix}strip; ac_word=$2 2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52424 $as_echo_n "checking for $ac_word..." >&6; }2312 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2425 2314 if test "${ac_cv_prog_STRIP+set}" = set; then 2426 $as_echo_n "(cached)" >&62315 echo $ECHO_N "(cached) $ECHO_C" >&6 2427 2316 else 2428 2317 if test -n "$STRIP"; then … … 2437 2326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2438 2327 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2440 2329 break 2 2441 2330 fi … … 2448 2337 STRIP=$ac_cv_prog_STRIP 2449 2338 if test -n "$STRIP"; then 2450 { $as_echo "$as_me:$LINENO: result: $STRIP" >&52451 $as_echo "$STRIP" >&6; }2452 else 2453 { $as_echo "$as_me:$LINENO: result: no" >&52454 $as_echo "no" >&6; }2339 { echo "$as_me:$LINENO: result: $STRIP" >&5 2340 echo "${ECHO_T}$STRIP" >&6; } 2341 else 2342 { echo "$as_me:$LINENO: result: no" >&5 2343 echo "${ECHO_T}no" >&6; } 2455 2344 fi 2456 2345 … … 2461 2350 # Extract the first word of "strip", so it can be a program name with args. 2462 2351 set dummy strip; ac_word=$2 2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52464 $as_echo_n "checking for $ac_word..." >&6; }2352 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2465 2354 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2466 $as_echo_n "(cached)" >&62355 echo $ECHO_N "(cached) $ECHO_C" >&6 2467 2356 else 2468 2357 if test -n "$ac_ct_STRIP"; then … … 2477 2366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2478 2367 ac_cv_prog_ac_ct_STRIP="strip" 2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52368 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2480 2369 break 2 2481 2370 fi … … 2488 2377 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2489 2378 if test -n "$ac_ct_STRIP"; then 2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52491 $as_echo "$ac_ct_STRIP" >&6; }2492 else 2493 { $as_echo "$as_me:$LINENO: result: no" >&52494 $as_echo "no" >&6; }2379 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2380 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 2381 else 2382 { echo "$as_me:$LINENO: result: no" >&5 2383 echo "${ECHO_T}no" >&6; } 2495 2384 fi 2496 2385 … … 2500 2389 case $cross_compiling:$ac_tool_warned in 2501 2390 yes:) 2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2391 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2392 whose name does not start with the host triplet. If you think this 2393 configuration is useful to you, please write to autoconf@gnu.org." >&5 2394 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2395 whose name does not start with the host triplet. If you think this 2396 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2504 2397 ac_tool_warned=yes ;; 2505 2398 esac … … 2528 2421 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2529 2422 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52531 $as_echo_n "checking for $ac_word..." >&6; }2423 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2532 2425 if test "${ac_cv_prog_RANLIB+set}" = set; then 2533 $as_echo_n "(cached)" >&62426 echo $ECHO_N "(cached) $ECHO_C" >&6 2534 2427 else 2535 2428 if test -n "$RANLIB"; then … … 2544 2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2545 2438 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2546 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2547 2440 break 2 2548 2441 fi … … 2555 2448 RANLIB=$ac_cv_prog_RANLIB 2556 2449 if test -n "$RANLIB"; then 2557 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&52558 $as_echo "$RANLIB" >&6; }2559 else 2560 { $as_echo "$as_me:$LINENO: result: no" >&52561 $as_echo "no" >&6; }2450 { echo "$as_me:$LINENO: result: $RANLIB" >&5 2451 echo "${ECHO_T}$RANLIB" >&6; } 2452 else 2453 { echo "$as_me:$LINENO: result: no" >&5 2454 echo "${ECHO_T}no" >&6; } 2562 2455 fi 2563 2456 … … 2568 2461 # Extract the first word of "ranlib", so it can be a program name with args. 2569 2462 set dummy ranlib; ac_word=$2 2570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52571 $as_echo_n "checking for $ac_word..." >&6; }2463 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2572 2465 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2573 $as_echo_n "(cached)" >&62466 echo $ECHO_N "(cached) $ECHO_C" >&6 2574 2467 else 2575 2468 if test -n "$ac_ct_RANLIB"; then … … 2584 2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2585 2478 ac_cv_prog_ac_ct_RANLIB="ranlib" 2586 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2587 2480 break 2 2588 2481 fi … … 2595 2488 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2596 2489 if test -n "$ac_ct_RANLIB"; then 2597 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&52598 $as_echo "$ac_ct_RANLIB" >&6; }2599 else 2600 { $as_echo "$as_me:$LINENO: result: no" >&52601 $as_echo "no" >&6; }2490 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2491 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 2492 else 2493 { echo "$as_me:$LINENO: result: no" >&5 2494 echo "${ECHO_T}no" >&6; } 2602 2495 fi 2603 2496 … … 2607 2500 case $cross_compiling:$ac_tool_warned in 2608 2501 yes:) 2609 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2502 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2503 whose name does not start with the host triplet. If you think this 2504 configuration is useful to you, please write to autoconf@gnu.org." >&5 2505 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2506 whose name does not start with the host triplet. If you think this 2507 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2611 2508 ac_tool_warned=yes ;; 2612 2509 esac … … 2625 2522 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2626 2523 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2627 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52628 $as_echo_n "checking for $ac_word..." >&6; }2524 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2629 2526 if test "${ac_cv_prog_CC+set}" = set; then 2630 $as_echo_n "(cached)" >&62527 echo $ECHO_N "(cached) $ECHO_C" >&6 2631 2528 else 2632 2529 if test -n "$CC"; then … … 2641 2538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2642 2539 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2643 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2644 2541 break 2 2645 2542 fi … … 2652 2549 CC=$ac_cv_prog_CC 2653 2550 if test -n "$CC"; then 2654 { $as_echo "$as_me:$LINENO: result: $CC" >&52655 $as_echo "$CC" >&6; }2656 else 2657 { $as_echo "$as_me:$LINENO: result: no" >&52658 $as_echo "no" >&6; }2551 { echo "$as_me:$LINENO: result: $CC" >&5 2552 echo "${ECHO_T}$CC" >&6; } 2553 else 2554 { echo "$as_me:$LINENO: result: no" >&5 2555 echo "${ECHO_T}no" >&6; } 2659 2556 fi 2660 2557 … … 2665 2562 # Extract the first word of "gcc", so it can be a program name with args. 2666 2563 set dummy gcc; ac_word=$2 2667 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52668 $as_echo_n "checking for $ac_word..." >&6; }2564 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2669 2566 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2670 $as_echo_n "(cached)" >&62567 echo $ECHO_N "(cached) $ECHO_C" >&6 2671 2568 else 2672 2569 if test -n "$ac_ct_CC"; then … … 2681 2578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2682 2579 ac_cv_prog_ac_ct_CC="gcc" 2683 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2684 2581 break 2 2685 2582 fi … … 2692 2589 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2693 2590 if test -n "$ac_ct_CC"; then 2694 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52695 $as_echo "$ac_ct_CC" >&6; }2696 else 2697 { $as_echo "$as_me:$LINENO: result: no" >&52698 $as_echo "no" >&6; }2591 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2592 echo "${ECHO_T}$ac_ct_CC" >&6; } 2593 else 2594 { echo "$as_me:$LINENO: result: no" >&5 2595 echo "${ECHO_T}no" >&6; } 2699 2596 fi 2700 2597 … … 2704 2601 case $cross_compiling:$ac_tool_warned in 2705 2602 yes:) 2706 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2603 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2604 whose name does not start with the host triplet. If you think this 2605 configuration is useful to you, please write to autoconf@gnu.org." >&5 2606 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2607 whose name does not start with the host triplet. If you think this 2608 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2708 2609 ac_tool_warned=yes ;; 2709 2610 esac … … 2718 2619 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2719 2620 set dummy ${ac_tool_prefix}cc; ac_word=$2 2720 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52721 $as_echo_n "checking for $ac_word..." >&6; }2621 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2722 2623 if test "${ac_cv_prog_CC+set}" = set; then 2723 $as_echo_n "(cached)" >&62624 echo $ECHO_N "(cached) $ECHO_C" >&6 2724 2625 else 2725 2626 if test -n "$CC"; then … … 2734 2635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2735 2636 ac_cv_prog_CC="${ac_tool_prefix}cc" 2736 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2737 2638 break 2 2738 2639 fi … … 2745 2646 CC=$ac_cv_prog_CC 2746 2647 if test -n "$CC"; then 2747 { $as_echo "$as_me:$LINENO: result: $CC" >&52748 $as_echo "$CC" >&6; }2749 else 2750 { $as_echo "$as_me:$LINENO: result: no" >&52751 $as_echo "no" >&6; }2648 { echo "$as_me:$LINENO: result: $CC" >&5 2649 echo "${ECHO_T}$CC" >&6; } 2650 else 2651 { echo "$as_me:$LINENO: result: no" >&5 2652 echo "${ECHO_T}no" >&6; } 2752 2653 fi 2753 2654 … … 2758 2659 # Extract the first word of "cc", so it can be a program name with args. 2759 2660 set dummy cc; ac_word=$2 2760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52761 $as_echo_n "checking for $ac_word..." >&6; }2661 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2762 2663 if test "${ac_cv_prog_CC+set}" = set; then 2763 $as_echo_n "(cached)" >&62664 echo $ECHO_N "(cached) $ECHO_C" >&6 2764 2665 else 2765 2666 if test -n "$CC"; then … … 2779 2680 fi 2780 2681 ac_cv_prog_CC="cc" 2781 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2782 2683 break 2 2783 2684 fi … … 2802 2703 CC=$ac_cv_prog_CC 2803 2704 if test -n "$CC"; then 2804 { $as_echo "$as_me:$LINENO: result: $CC" >&52805 $as_echo "$CC" >&6; }2806 else 2807 { $as_echo "$as_me:$LINENO: result: no" >&52808 $as_echo "no" >&6; }2705 { echo "$as_me:$LINENO: result: $CC" >&5 2706 echo "${ECHO_T}$CC" >&6; } 2707 else 2708 { echo "$as_me:$LINENO: result: no" >&5 2709 echo "${ECHO_T}no" >&6; } 2809 2710 fi 2810 2711 … … 2817 2718 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2818 2719 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2819 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52820 $as_echo_n "checking for $ac_word..." >&6; }2720 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2721 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2821 2722 if test "${ac_cv_prog_CC+set}" = set; then 2822 $as_echo_n "(cached)" >&62723 echo $ECHO_N "(cached) $ECHO_C" >&6 2823 2724 else 2824 2725 if test -n "$CC"; then … … 2833 2734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2834 2735 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2835 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52736 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2836 2737 break 2 2837 2738 fi … … 2844 2745 CC=$ac_cv_prog_CC 2845 2746 if test -n "$CC"; then 2846 { $as_echo "$as_me:$LINENO: result: $CC" >&52847 $as_echo "$CC" >&6; }2848 else 2849 { $as_echo "$as_me:$LINENO: result: no" >&52850 $as_echo "no" >&6; }2747 { echo "$as_me:$LINENO: result: $CC" >&5 2748 echo "${ECHO_T}$CC" >&6; } 2749 else 2750 { echo "$as_me:$LINENO: result: no" >&5 2751 echo "${ECHO_T}no" >&6; } 2851 2752 fi 2852 2753 … … 2861 2762 # Extract the first word of "$ac_prog", so it can be a program name with args. 2862 2763 set dummy $ac_prog; ac_word=$2 2863 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52864 $as_echo_n "checking for $ac_word..." >&6; }2764 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2865 2766 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2866 $as_echo_n "(cached)" >&62767 echo $ECHO_N "(cached) $ECHO_C" >&6 2867 2768 else 2868 2769 if test -n "$ac_ct_CC"; then … … 2877 2778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2878 2779 ac_cv_prog_ac_ct_CC="$ac_prog" 2879 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2880 2781 break 2 2881 2782 fi … … 2888 2789 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2889 2790 if test -n "$ac_ct_CC"; then 2890 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52891 $as_echo "$ac_ct_CC" >&6; }2892 else 2893 { $as_echo "$as_me:$LINENO: result: no" >&52894 $as_echo "no" >&6; }2791 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2792 echo "${ECHO_T}$ac_ct_CC" >&6; } 2793 else 2794 { echo "$as_me:$LINENO: result: no" >&5 2795 echo "${ECHO_T}no" >&6; } 2895 2796 fi 2896 2797 … … 2904 2805 case $cross_compiling:$ac_tool_warned in 2905 2806 yes:) 2906 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2907 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2807 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2808 whose name does not start with the host triplet. If you think this 2809 configuration is useful to you, please write to autoconf@gnu.org." >&5 2810 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2811 whose name does not start with the host triplet. If you think this 2812 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2908 2813 ac_tool_warned=yes ;; 2909 2814 esac … … 2915 2820 2916 2821 2917 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2919 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2822 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2920 2823 See \`config.log' for more details." >&5 2921 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2824 echo "$as_me: error: no acceptable C compiler found in \$PATH 2922 2825 See \`config.log' for more details." >&2;} 2923 { (exit 1); exit 1; }; } ; }2826 { (exit 1); exit 1; }; } 2924 2827 2925 2828 # Provide some information about the compiler. 2926 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2927 set X $ac_compile 2928 ac_compiler=$2 2829 echo "$as_me:$LINENO: checking for C compiler version" >&5 2830 ac_compiler=`set X $ac_compile; echo $2` 2929 2831 { (ac_try="$ac_compiler --version >&5" 2930 2832 case "(($ac_try" in … … 2932 2834 *) ac_try_echo=$ac_try;; 2933 2835 esac 2934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2935 $as_echo "$ac_try_echo") >&5 2836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2936 2837 (eval "$ac_compiler --version >&5") 2>&5 2937 2838 ac_status=$? 2938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2939 2840 (exit $ac_status); } 2940 2841 { (ac_try="$ac_compiler -v >&5" … … 2943 2844 *) ac_try_echo=$ac_try;; 2944 2845 esac 2945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2946 $as_echo "$ac_try_echo") >&5 2846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2947 2847 (eval "$ac_compiler -v >&5") 2>&5 2948 2848 ac_status=$? 2949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2950 2850 (exit $ac_status); } 2951 2851 { (ac_try="$ac_compiler -V >&5" … … 2954 2854 *) ac_try_echo=$ac_try;; 2955 2855 esac 2956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2957 $as_echo "$ac_try_echo") >&5 2856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2958 2857 (eval "$ac_compiler -V >&5") 2>&5 2959 2858 ac_status=$? 2960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2961 2860 (exit $ac_status); } 2962 2861 … … 2977 2876 _ACEOF 2978 2877 ac_clean_files_save=$ac_clean_files 2979 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2878 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2980 2879 # Try to create an executable without -o first, disregard a.out. 2981 2880 # It will help us diagnose broken compilers, and finding out an intuition 2982 2881 # of exeext. 2983 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2984 $as_echo_n "checking for C compiler default output file name... " >&6; } 2985 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2986 2987 # The possible output files: 2988 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2989 2882 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2883 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2884 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2885 # 2886 # List of possible output files, starting from the most likely. 2887 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2888 # only as a last resort. b.out is created by i960 compilers. 2889 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2890 # 2891 # The IRIX 6 linker writes into existing files which may not be 2892 # executable, retaining their permissions. Remove them first so a 2893 # subsequent execution test works. 2990 2894 ac_rmfiles= 2991 2895 for ac_file in $ac_files 2992 2896 do 2993 2897 case $ac_file in 2994 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2995 2899 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2996 2900 esac … … 3003 2907 *) ac_try_echo=$ac_try;; 3004 2908 esac 3005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3006 $as_echo "$ac_try_echo") >&5 2909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3007 2910 (eval "$ac_link_default") 2>&5 3008 2911 ac_status=$? 3009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3010 2913 (exit $ac_status); }; then 3011 2914 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 3018 2921 test -f "$ac_file" || continue 3019 2922 case $ac_file in 3020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3021 2924 ;; 3022 2925 [ab].out ) … … 3045 2948 fi 3046 2949 3047 { $as_echo "$as_me:$LINENO: result: $ac_file" >&53048 $as_echo "$ac_file" >&6; }2950 { echo "$as_me:$LINENO: result: $ac_file" >&5 2951 echo "${ECHO_T}$ac_file" >&6; } 3049 2952 if test -z "$ac_file"; then 3050 $as_echo "$as_me: failed program was:" >&52953 echo "$as_me: failed program was:" >&5 3051 2954 sed 's/^/| /' conftest.$ac_ext >&5 3052 2955 3053 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3055 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2956 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 3056 2957 See \`config.log' for more details." >&5 3057 $as_echo "$as_me: error: C compiler cannot create executables2958 echo "$as_me: error: C compiler cannot create executables 3058 2959 See \`config.log' for more details." >&2;} 3059 { (exit 77); exit 77; }; } ; }2960 { (exit 77); exit 77; }; } 3060 2961 fi 3061 2962 … … 3064 2965 # Check that the compiler produces executables we can run. If not, either 3065 2966 # the compiler is broken, or we cross compile. 3066 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&53067 $as_echo_n "checking whether the C compiler works..." >&6; }2967 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2968 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 3068 2969 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 3069 2970 # If not cross compiling, check that we can run a simple program. … … 3074 2975 *) ac_try_echo=$ac_try;; 3075 2976 esac 3076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3077 $as_echo "$ac_try_echo") >&5 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3078 2978 (eval "$ac_try") 2>&5 3079 2979 ac_status=$? 3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3081 2981 (exit $ac_status); }; }; then 3082 2982 cross_compiling=no … … 3085 2985 cross_compiling=yes 3086 2986 else 3087 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3089 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2987 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3090 2988 If you meant to cross compile, use \`--host'. 3091 2989 See \`config.log' for more details." >&5 3092 $as_echo "$as_me: error: cannot run C compiled programs.2990 echo "$as_me: error: cannot run C compiled programs. 3093 2991 If you meant to cross compile, use \`--host'. 3094 2992 See \`config.log' for more details." >&2;} 3095 { (exit 1); exit 1; }; } ; }2993 { (exit 1); exit 1; }; } 3096 2994 fi 3097 2995 fi 3098 2996 fi 3099 { $as_echo "$as_me:$LINENO: result: yes" >&53100 $as_echo "yes" >&6; }3101 3102 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2997 { echo "$as_me:$LINENO: result: yes" >&5 2998 echo "${ECHO_T}yes" >&6; } 2999 3000 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3103 3001 ac_clean_files=$ac_clean_files_save 3104 3002 # Check that the compiler produces executables we can run. If not, either 3105 3003 # the compiler is broken, or we cross compile. 3106 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&53107 $as_echo_n "checking whether we are cross compiling..." >&6; }3108 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&53109 $as_echo "$cross_compiling" >&6; }3110 3111 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&53112 $as_echo_n "checking for suffix of executables..." >&6; }3004 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 3005 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 3006 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 3007 echo "${ECHO_T}$cross_compiling" >&6; } 3008 3009 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 3010 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3113 3011 if { (ac_try="$ac_link" 3114 3012 case "(($ac_try" in … … 3116 3014 *) ac_try_echo=$ac_try;; 3117 3015 esac 3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3119 $as_echo "$ac_try_echo") >&5 3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3120 3017 (eval "$ac_link") 2>&5 3121 3018 ac_status=$? 3122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3123 3020 (exit $ac_status); }; then 3124 3021 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 3129 3026 test -f "$ac_file" || continue 3130 3027 case $ac_file in 3131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3132 3029 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3133 3030 break;; … … 3136 3033 done 3137 3034 else 3138 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3139 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3140 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3035 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3141 3036 See \`config.log' for more details." >&5 3142 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link3037 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3143 3038 See \`config.log' for more details." >&2;} 3144 { (exit 1); exit 1; }; } ; }3039 { (exit 1); exit 1; }; } 3145 3040 fi 3146 3041 3147 3042 rm -f conftest$ac_cv_exeext 3148 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&53149 $as_echo "$ac_cv_exeext" >&6; }3043 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3044 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3150 3045 3151 3046 rm -f conftest.$ac_ext 3152 3047 EXEEXT=$ac_cv_exeext 3153 3048 ac_exeext=$EXEEXT 3154 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&53155 $as_echo_n "checking for suffix of object files..." >&6; }3049 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 3050 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 3156 3051 if test "${ac_cv_objext+set}" = set; then 3157 $as_echo_n "(cached)" >&63052 echo $ECHO_N "(cached) $ECHO_C" >&6 3158 3053 else 3159 3054 cat >conftest.$ac_ext <<_ACEOF … … 3178 3073 *) ac_try_echo=$ac_try;; 3179 3074 esac 3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3181 $as_echo "$ac_try_echo") >&5 3075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3182 3076 (eval "$ac_compile") 2>&5 3183 3077 ac_status=$? 3184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3185 3079 (exit $ac_status); }; then 3186 3080 for ac_file in conftest.o conftest.obj conftest.*; do 3187 3081 test -f "$ac_file" || continue; 3188 3082 case $ac_file in 3189 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;3083 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3190 3084 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3191 3085 break;; … … 3193 3087 done 3194 3088 else 3195 $as_echo "$as_me: failed program was:" >&53089 echo "$as_me: failed program was:" >&5 3196 3090 sed 's/^/| /' conftest.$ac_ext >&5 3197 3091 3198 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3200 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3092 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3201 3093 See \`config.log' for more details." >&5 3202 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile3094 echo "$as_me: error: cannot compute suffix of object files: cannot compile 3203 3095 See \`config.log' for more details." >&2;} 3204 { (exit 1); exit 1; }; } ; }3096 { (exit 1); exit 1; }; } 3205 3097 fi 3206 3098 3207 3099 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3208 3100 fi 3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&53210 $as_echo "$ac_cv_objext" >&6; }3101 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3102 echo "${ECHO_T}$ac_cv_objext" >&6; } 3211 3103 OBJEXT=$ac_cv_objext 3212 3104 ac_objext=$OBJEXT 3213 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&53214 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }3105 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3106 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 3215 3107 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3216 $as_echo_n "(cached)" >&63108 echo $ECHO_N "(cached) $ECHO_C" >&6 3217 3109 else 3218 3110 cat >conftest.$ac_ext <<_ACEOF … … 3240 3132 *) ac_try_echo=$ac_try;; 3241 3133 esac 3242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3243 $as_echo "$ac_try_echo") >&5 3134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3244 3135 (eval "$ac_compile") 2>conftest.er1 3245 3136 ac_status=$? … … 3247 3138 rm -f conftest.er1 3248 3139 cat conftest.err >&5 3249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3250 3141 (exit $ac_status); } && { 3251 3142 test -z "$ac_c_werror_flag" || … … 3254 3145 ac_compiler_gnu=yes 3255 3146 else 3256 $as_echo "$as_me: failed program was:" >&53147 echo "$as_me: failed program was:" >&5 3257 3148 sed 's/^/| /' conftest.$ac_ext >&5 3258 3149 … … 3264 3155 3265 3156 fi 3266 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3267 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3268 if test $ac_compiler_gnu = yes; then 3269 GCC=yes 3270 else 3271 GCC= 3272 fi 3157 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3158 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 3159 GCC=`test $ac_compiler_gnu = yes && echo yes` 3273 3160 ac_test_CFLAGS=${CFLAGS+set} 3274 3161 ac_save_CFLAGS=$CFLAGS 3275 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&53276 $as_echo_n "checking whether $CC accepts -g..." >&6; }3162 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3163 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3277 3164 if test "${ac_cv_prog_cc_g+set}" = set; then 3278 $as_echo_n "(cached)" >&63165 echo $ECHO_N "(cached) $ECHO_C" >&6 3279 3166 else 3280 3167 ac_save_c_werror_flag=$ac_c_werror_flag … … 3303 3190 *) ac_try_echo=$ac_try;; 3304 3191 esac 3305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3306 $as_echo "$ac_try_echo") >&5 3192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3307 3193 (eval "$ac_compile") 2>conftest.er1 3308 3194 ac_status=$? … … 3310 3196 rm -f conftest.er1 3311 3197 cat conftest.err >&5 3312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3313 3199 (exit $ac_status); } && { 3314 3200 test -z "$ac_c_werror_flag" || … … 3317 3203 ac_cv_prog_cc_g=yes 3318 3204 else 3319 $as_echo "$as_me: failed program was:" >&53205 echo "$as_me: failed program was:" >&5 3320 3206 sed 's/^/| /' conftest.$ac_ext >&5 3321 3207 … … 3342 3228 *) ac_try_echo=$ac_try;; 3343 3229 esac 3344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3345 $as_echo "$ac_try_echo") >&5 3230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3346 3231 (eval "$ac_compile") 2>conftest.er1 3347 3232 ac_status=$? … … 3349 3234 rm -f conftest.er1 3350 3235 cat conftest.err >&5 3351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3352 3237 (exit $ac_status); } && { 3353 3238 test -z "$ac_c_werror_flag" || … … 3356 3241 : 3357 3242 else 3358 $as_echo "$as_me: failed program was:" >&53243 echo "$as_me: failed program was:" >&5 3359 3244 sed 's/^/| /' conftest.$ac_ext >&5 3360 3245 … … 3382 3267 *) ac_try_echo=$ac_try;; 3383 3268 esac 3384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3385 $as_echo "$ac_try_echo") >&5 3269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3386 3270 (eval "$ac_compile") 2>conftest.er1 3387 3271 ac_status=$? … … 3389 3273 rm -f conftest.er1 3390 3274 cat conftest.err >&5 3391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3392 3276 (exit $ac_status); } && { 3393 3277 test -z "$ac_c_werror_flag" || … … 3396 3280 ac_cv_prog_cc_g=yes 3397 3281 else 3398 $as_echo "$as_me: failed program was:" >&53282 echo "$as_me: failed program was:" >&5 3399 3283 sed 's/^/| /' conftest.$ac_ext >&5 3400 3284 … … 3411 3295 ac_c_werror_flag=$ac_save_c_werror_flag 3412 3296 fi 3413 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53414 $as_echo "$ac_cv_prog_cc_g" >&6; }3297 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3298 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3415 3299 if test "$ac_test_CFLAGS" = set; then 3416 3300 CFLAGS=$ac_save_CFLAGS … … 3428 3312 fi 3429 3313 fi 3430 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53431 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3314 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3315 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3432 3316 if test "${ac_cv_prog_cc_c89+set}" = set; then 3433 $as_echo_n "(cached)" >&63317 echo $ECHO_N "(cached) $ECHO_C" >&6 3434 3318 else 3435 3319 ac_cv_prog_cc_c89=no … … 3502 3386 *) ac_try_echo=$ac_try;; 3503 3387 esac 3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3505 $as_echo "$ac_try_echo") >&5 3388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3506 3389 (eval "$ac_compile") 2>conftest.er1 3507 3390 ac_status=$? … … 3509 3392 rm -f conftest.er1 3510 3393 cat conftest.err >&5 3511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3512 3395 (exit $ac_status); } && { 3513 3396 test -z "$ac_c_werror_flag" || … … 3516 3399 ac_cv_prog_cc_c89=$ac_arg 3517 3400 else 3518 $as_echo "$as_me: failed program was:" >&53401 echo "$as_me: failed program was:" >&5 3519 3402 sed 's/^/| /' conftest.$ac_ext >&5 3520 3403 … … 3532 3415 case "x$ac_cv_prog_cc_c89" in 3533 3416 x) 3534 { $as_echo "$as_me:$LINENO: result: none needed" >&53535 $as_echo "none needed" >&6; } ;;3417 { echo "$as_me:$LINENO: result: none needed" >&5 3418 echo "${ECHO_T}none needed" >&6; } ;; 3536 3419 xno) 3537 { $as_echo "$as_me:$LINENO: result: unsupported" >&53538 $as_echo "unsupported" >&6; } ;;3420 { echo "$as_me:$LINENO: result: unsupported" >&5 3421 echo "${ECHO_T}unsupported" >&6; } ;; 3539 3422 *) 3540 3423 CC="$CC $ac_cv_prog_cc_c89" 3541 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53542 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3424 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3425 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3543 3426 esac 3544 3427 … … 3561 3444 END 3562 3445 # If we don't find an include directive, just comment out the code. 3563 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53564 $as_echo_n "checking for style of include used by $am_make..." >&6; }3446 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3447 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 3565 3448 am__include="#" 3566 3449 am__quote= … … 3589 3472 3590 3473 3591 { $as_echo "$as_me:$LINENO: result: $_am_result" >&53592 $as_echo "$_am_result" >&6; }3474 { echo "$as_me:$LINENO: result: $_am_result" >&5 3475 echo "${ECHO_T}$_am_result" >&6; } 3593 3476 rm -f confinc confmf 3594 3477 3595 @%:@Check whether --enable-dependency-tracking was given.3478 # Check whether --enable-dependency-tracking was given. 3596 3479 if test "${enable_dependency_tracking+set}" = set; then 3597 3480 enableval=$enable_dependency_tracking; … … 3614 3497 depcc="$CC" am_compiler_list= 3615 3498 3616 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&53617 $as_echo_n "checking dependency style of $depcc..." >&6; }3499 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3500 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3618 3501 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3619 $as_echo_n "(cached)" >&63502 echo $ECHO_N "(cached) $ECHO_C" >&6 3620 3503 else 3621 3504 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3705 3588 3706 3589 fi 3707 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53708 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }3590 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3591 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3709 3592 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3710 3593 … … 3734 3617 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3735 3618 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53737 $as_echo_n "checking for $ac_word..." >&6; }3619 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3738 3621 if test "${ac_cv_prog_CXX+set}" = set; then 3739 $as_echo_n "(cached)" >&63622 echo $ECHO_N "(cached) $ECHO_C" >&6 3740 3623 else 3741 3624 if test -n "$CXX"; then … … 3750 3633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3751 3634 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3752 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3753 3636 break 2 3754 3637 fi … … 3761 3644 CXX=$ac_cv_prog_CXX 3762 3645 if test -n "$CXX"; then 3763 { $as_echo "$as_me:$LINENO: result: $CXX" >&53764 $as_echo "$CXX" >&6; }3765 else 3766 { $as_echo "$as_me:$LINENO: result: no" >&53767 $as_echo "no" >&6; }3646 { echo "$as_me:$LINENO: result: $CXX" >&5 3647 echo "${ECHO_T}$CXX" >&6; } 3648 else 3649 { echo "$as_me:$LINENO: result: no" >&5 3650 echo "${ECHO_T}no" >&6; } 3768 3651 fi 3769 3652 … … 3778 3661 # Extract the first word of "$ac_prog", so it can be a program name with args. 3779 3662 set dummy $ac_prog; ac_word=$2 3780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53781 $as_echo_n "checking for $ac_word..." >&6; }3663 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3782 3665 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3783 $as_echo_n "(cached)" >&63666 echo $ECHO_N "(cached) $ECHO_C" >&6 3784 3667 else 3785 3668 if test -n "$ac_ct_CXX"; then … … 3794 3677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3795 3678 ac_cv_prog_ac_ct_CXX="$ac_prog" 3796 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3797 3680 break 2 3798 3681 fi … … 3805 3688 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3806 3689 if test -n "$ac_ct_CXX"; then 3807 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53808 $as_echo "$ac_ct_CXX" >&6; }3809 else 3810 { $as_echo "$as_me:$LINENO: result: no" >&53811 $as_echo "no" >&6; }3690 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3691 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3692 else 3693 { echo "$as_me:$LINENO: result: no" >&5 3694 echo "${ECHO_T}no" >&6; } 3812 3695 fi 3813 3696 … … 3821 3704 case $cross_compiling:$ac_tool_warned in 3822 3705 yes:) 3823 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3706 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3707 whose name does not start with the host triplet. If you think this 3708 configuration is useful to you, please write to autoconf@gnu.org." >&5 3709 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3710 whose name does not start with the host triplet. If you think this 3711 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3825 3712 ac_tool_warned=yes ;; 3826 3713 esac … … 3832 3719 fi 3833 3720 # Provide some information about the compiler. 3834 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3835 set X $ac_compile 3836 ac_compiler=$2 3721 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3722 ac_compiler=`set X $ac_compile; echo $2` 3837 3723 { (ac_try="$ac_compiler --version >&5" 3838 3724 case "(($ac_try" in … … 3840 3726 *) ac_try_echo=$ac_try;; 3841 3727 esac 3842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3843 $as_echo "$ac_try_echo") >&5 3728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3844 3729 (eval "$ac_compiler --version >&5") 2>&5 3845 3730 ac_status=$? 3846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3847 3732 (exit $ac_status); } 3848 3733 { (ac_try="$ac_compiler -v >&5" … … 3851 3736 *) ac_try_echo=$ac_try;; 3852 3737 esac 3853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3854 $as_echo "$ac_try_echo") >&5 3738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3855 3739 (eval "$ac_compiler -v >&5") 2>&5 3856 3740 ac_status=$? 3857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3858 3742 (exit $ac_status); } 3859 3743 { (ac_try="$ac_compiler -V >&5" … … 3862 3746 *) ac_try_echo=$ac_try;; 3863 3747 esac 3864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3865 $as_echo "$ac_try_echo") >&5 3748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3866 3749 (eval "$ac_compiler -V >&5") 2>&5 3867 3750 ac_status=$? 3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3869 3752 (exit $ac_status); } 3870 3753 3871 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53872 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3754 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3755 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3873 3756 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3874 $as_echo_n "(cached)" >&63757 echo $ECHO_N "(cached) $ECHO_C" >&6 3875 3758 else 3876 3759 cat >conftest.$ac_ext <<_ACEOF … … 3898 3781 *) ac_try_echo=$ac_try;; 3899 3782 esac 3900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3901 $as_echo "$ac_try_echo") >&5 3783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3902 3784 (eval "$ac_compile") 2>conftest.er1 3903 3785 ac_status=$? … … 3905 3787 rm -f conftest.er1 3906 3788 cat conftest.err >&5 3907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3908 3790 (exit $ac_status); } && { 3909 3791 test -z "$ac_cxx_werror_flag" || … … 3912 3794 ac_compiler_gnu=yes 3913 3795 else 3914 $as_echo "$as_me: failed program was:" >&53796 echo "$as_me: failed program was:" >&5 3915 3797 sed 's/^/| /' conftest.$ac_ext >&5 3916 3798 … … 3922 3804 3923 3805 fi 3924 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3925 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3926 if test $ac_compiler_gnu = yes; then 3927 GXX=yes 3928 else 3929 GXX= 3930 fi 3806 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3807 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3808 GXX=`test $ac_compiler_gnu = yes && echo yes` 3931 3809 ac_test_CXXFLAGS=${CXXFLAGS+set} 3932 3810 ac_save_CXXFLAGS=$CXXFLAGS 3933 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53934 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3811 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3812 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3935 3813 if test "${ac_cv_prog_cxx_g+set}" = set; then 3936 $as_echo_n "(cached)" >&63814 echo $ECHO_N "(cached) $ECHO_C" >&6 3937 3815 else 3938 3816 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3961 3839 *) ac_try_echo=$ac_try;; 3962 3840 esac 3963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3964 $as_echo "$ac_try_echo") >&5 3841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3965 3842 (eval "$ac_compile") 2>conftest.er1 3966 3843 ac_status=$? … … 3968 3845 rm -f conftest.er1 3969 3846 cat conftest.err >&5 3970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3971 3848 (exit $ac_status); } && { 3972 3849 test -z "$ac_cxx_werror_flag" || … … 3975 3852 ac_cv_prog_cxx_g=yes 3976 3853 else 3977 $as_echo "$as_me: failed program was:" >&53854 echo "$as_me: failed program was:" >&5 3978 3855 sed 's/^/| /' conftest.$ac_ext >&5 3979 3856 … … 4000 3877 *) ac_try_echo=$ac_try;; 4001 3878 esac 4002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4003 $as_echo "$ac_try_echo") >&5 3879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4004 3880 (eval "$ac_compile") 2>conftest.er1 4005 3881 ac_status=$? … … 4007 3883 rm -f conftest.er1 4008 3884 cat conftest.err >&5 4009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4010 3886 (exit $ac_status); } && { 4011 3887 test -z "$ac_cxx_werror_flag" || … … 4014 3890 : 4015 3891 else 4016 $as_echo "$as_me: failed program was:" >&53892 echo "$as_me: failed program was:" >&5 4017 3893 sed 's/^/| /' conftest.$ac_ext >&5 4018 3894 … … 4040 3916 *) ac_try_echo=$ac_try;; 4041 3917 esac 4042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4043 $as_echo "$ac_try_echo") >&5 3918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4044 3919 (eval "$ac_compile") 2>conftest.er1 4045 3920 ac_status=$? … … 4047 3922 rm -f conftest.er1 4048 3923 cat conftest.err >&5 4049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53924 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4050 3925 (exit $ac_status); } && { 4051 3926 test -z "$ac_cxx_werror_flag" || … … 4054 3929 ac_cv_prog_cxx_g=yes 4055 3930 else 4056 $as_echo "$as_me: failed program was:" >&53931 echo "$as_me: failed program was:" >&5 4057 3932 sed 's/^/| /' conftest.$ac_ext >&5 4058 3933 … … 4069 3944 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4070 3945 fi 4071 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54072 $as_echo "$ac_cv_prog_cxx_g" >&6; }3946 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3947 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4073 3948 if test "$ac_test_CXXFLAGS" = set; then 4074 3949 CXXFLAGS=$ac_save_CXXFLAGS … … 4094 3969 depcc="$CXX" am_compiler_list= 4095 3970 4096 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&54097 $as_echo_n "checking dependency style of $depcc..." >&6; }3971 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3972 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 4098 3973 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 4099 $as_echo_n "(cached)" >&63974 echo $ECHO_N "(cached) $ECHO_C" >&6 4100 3975 else 4101 3976 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 4185 4060 4186 4061 fi 4187 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&54188 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }4062 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 4063 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } 4189 4064 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 4190 4065 … … 4209 4084 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4210 4085 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54212 $as_echo_n "checking for $ac_word..." >&6; }4086 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4213 4088 if test "${ac_cv_prog_F77+set}" = set; then 4214 $as_echo_n "(cached)" >&64089 echo $ECHO_N "(cached) $ECHO_C" >&6 4215 4090 else 4216 4091 if test -n "$F77"; then … … 4225 4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4226 4101 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4227 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4228 4103 break 2 4229 4104 fi … … 4236 4111 F77=$ac_cv_prog_F77 4237 4112 if test -n "$F77"; then 4238 { $as_echo "$as_me:$LINENO: result: $F77" >&54239 $as_echo "$F77" >&6; }4240 else 4241 { $as_echo "$as_me:$LINENO: result: no" >&54242 $as_echo "no" >&6; }4113 { echo "$as_me:$LINENO: result: $F77" >&5 4114 echo "${ECHO_T}$F77" >&6; } 4115 else 4116 { echo "$as_me:$LINENO: result: no" >&5 4117 echo "${ECHO_T}no" >&6; } 4243 4118 fi 4244 4119 … … 4253 4128 # Extract the first word of "$ac_prog", so it can be a program name with args. 4254 4129 set dummy $ac_prog; ac_word=$2 4255 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54256 $as_echo_n "checking for $ac_word..." >&6; }4130 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4257 4132 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 4258 $as_echo_n "(cached)" >&64133 echo $ECHO_N "(cached) $ECHO_C" >&6 4259 4134 else 4260 4135 if test -n "$ac_ct_F77"; then … … 4269 4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4270 4145 ac_cv_prog_ac_ct_F77="$ac_prog" 4271 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4272 4147 break 2 4273 4148 fi … … 4280 4155 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4281 4156 if test -n "$ac_ct_F77"; then 4282 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&54283 $as_echo "$ac_ct_F77" >&6; }4284 else 4285 { $as_echo "$as_me:$LINENO: result: no" >&54286 $as_echo "no" >&6; }4157 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4158 echo "${ECHO_T}$ac_ct_F77" >&6; } 4159 else 4160 { echo "$as_me:$LINENO: result: no" >&5 4161 echo "${ECHO_T}no" >&6; } 4287 4162 fi 4288 4163 … … 4296 4171 case $cross_compiling:$ac_tool_warned in 4297 4172 yes:) 4298 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4173 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4174 whose name does not start with the host triplet. If you think this 4175 configuration is useful to you, please write to autoconf@gnu.org." >&5 4176 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4177 whose name does not start with the host triplet. If you think this 4178 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4300 4179 ac_tool_warned=yes ;; 4301 4180 esac … … 4306 4185 4307 4186 # Provide some information about the compiler. 4308 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4309 set X $ac_compile 4310 ac_compiler=$2 4187 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4188 ac_compiler=`set X $ac_compile; echo $2` 4311 4189 { (ac_try="$ac_compiler --version >&5" 4312 4190 case "(($ac_try" in … … 4314 4192 *) ac_try_echo=$ac_try;; 4315 4193 esac 4316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4317 $as_echo "$ac_try_echo") >&5 4194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4318 4195 (eval "$ac_compiler --version >&5") 2>&5 4319 4196 ac_status=$? 4320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4321 4198 (exit $ac_status); } 4322 4199 { (ac_try="$ac_compiler -v >&5" … … 4325 4202 *) ac_try_echo=$ac_try;; 4326 4203 esac 4327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4328 $as_echo "$ac_try_echo") >&5 4204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4329 4205 (eval "$ac_compiler -v >&5") 2>&5 4330 4206 ac_status=$? 4331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4332 4208 (exit $ac_status); } 4333 4209 { (ac_try="$ac_compiler -V >&5" … … 4336 4212 *) ac_try_echo=$ac_try;; 4337 4213 esac 4338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4339 $as_echo "$ac_try_echo") >&5 4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4340 4215 (eval "$ac_compiler -V >&5") 2>&5 4341 4216 ac_status=$? 4342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54217 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4343 4218 (exit $ac_status); } 4344 4219 rm -f a.out … … 4348 4223 ac_save_ext=$ac_ext 4349 4224 ac_ext=F 4350 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&54351 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }4225 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 4226 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 4352 4227 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 4353 $as_echo_n "(cached)" >&64228 echo $ECHO_N "(cached) $ECHO_C" >&6 4354 4229 else 4355 4230 cat >conftest.$ac_ext <<_ACEOF … … 4367 4242 *) ac_try_echo=$ac_try;; 4368 4243 esac 4369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4370 $as_echo "$ac_try_echo") >&5 4244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4371 4245 (eval "$ac_compile") 2>conftest.er1 4372 4246 ac_status=$? … … 4374 4248 rm -f conftest.er1 4375 4249 cat conftest.err >&5 4376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54250 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4377 4251 (exit $ac_status); } && { 4378 4252 test -z "$ac_f77_werror_flag" || … … 4381 4255 ac_compiler_gnu=yes 4382 4256 else 4383 $as_echo "$as_me: failed program was:" >&54257 echo "$as_me: failed program was:" >&5 4384 4258 sed 's/^/| /' conftest.$ac_ext >&5 4385 4259 … … 4391 4265 4392 4266 fi 4393 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&54394 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }4267 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 4268 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 4395 4269 ac_ext=$ac_save_ext 4396 4270 ac_test_FFLAGS=${FFLAGS+set} 4397 4271 ac_save_FFLAGS=$FFLAGS 4398 4272 FFLAGS= 4399 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&54400 $as_echo_n "checking whether $F77 accepts -g..." >&6; }4273 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 4274 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 4401 4275 if test "${ac_cv_prog_f77_g+set}" = set; then 4402 $as_echo_n "(cached)" >&64276 echo $ECHO_N "(cached) $ECHO_C" >&6 4403 4277 else 4404 4278 FFLAGS=-g … … 4414 4288 *) ac_try_echo=$ac_try;; 4415 4289 esac 4416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4417 $as_echo "$ac_try_echo") >&5 4290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4418 4291 (eval "$ac_compile") 2>conftest.er1 4419 4292 ac_status=$? … … 4421 4294 rm -f conftest.er1 4422 4295 cat conftest.err >&5 4423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4424 4297 (exit $ac_status); } && { 4425 4298 test -z "$ac_f77_werror_flag" || … … 4428 4301 ac_cv_prog_f77_g=yes 4429 4302 else 4430 $as_echo "$as_me: failed program was:" >&54303 echo "$as_me: failed program was:" >&5 4431 4304 sed 's/^/| /' conftest.$ac_ext >&5 4432 4305 … … 4437 4310 4438 4311 fi 4439 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&54440 $as_echo "$ac_cv_prog_f77_g" >&6; }4312 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4313 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 4441 4314 if test "$ac_test_FFLAGS" = set; then 4442 4315 FFLAGS=$ac_save_FFLAGS … … 4455 4328 fi 4456 4329 4457 if test $ac_compiler_gnu = yes; then 4458 G77=yes 4459 else 4460 G77= 4461 fi 4330 G77=`test $ac_compiler_gnu = yes && echo yes` 4462 4331 ac_ext=c 4463 4332 ac_cpp='$CPP $CPPFLAGS' … … 4471 4340 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4472 4341 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 4473 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&54474 $as_echo_n "checking how to get verbose linking output from $F77..." >&6; }4342 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5 4343 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; } 4475 4344 if test "${ac_cv_prog_f77_v+set}" = set; then 4476 $as_echo_n "(cached)" >&64345 echo $ECHO_N "(cached) $ECHO_C" >&6 4477 4346 else 4478 4347 cat >conftest.$ac_ext <<_ACEOF … … 4487 4356 *) ac_try_echo=$ac_try;; 4488 4357 esac 4489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4490 $as_echo "$ac_try_echo") >&5 4358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4491 4359 (eval "$ac_compile") 2>conftest.er1 4492 4360 ac_status=$? … … 4494 4362 rm -f conftest.er1 4495 4363 cat conftest.err >&5 4496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4497 4365 (exit $ac_status); } && { 4498 4366 test -z "$ac_f77_werror_flag" || … … 4516 4384 eval "set x $ac_link" 4517 4385 shift 4518 $as_echo "$as_me:$LINENO: $*" >&5 4519 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4520 # LIBRARY_PATH; skip all such settings. 4521 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4522 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4523 $as_echo "$ac_f77_v_output" >&5 4386 echo "$as_me:$LINENO: $*" >&5 4387 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4388 echo "$ac_f77_v_output" >&5 4524 4389 FFLAGS=$ac_save_FFLAGS 4525 4390 4526 rm - rf conftest*4391 rm -f conftest* 4527 4392 4528 4393 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4531 4396 ac_f77_v_output="`echo $ac_f77_v_output | 4532 4397 grep 'LPATH is:' | 4533 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4398 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4534 4399 4535 4400 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4571 4436 done 4572 4437 if test -z "$ac_cv_prog_f77_v"; then 4573 { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&54574 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}4575 fi 4576 else 4577 $as_echo "$as_me: failed program was:" >&54438 { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5 4439 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;} 4440 fi 4441 else 4442 echo "$as_me: failed program was:" >&5 4578 4443 sed 's/^/| /' conftest.$ac_ext >&5 4579 4444 4580 { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&54581 $as_echo "$as_me: WARNING: compilation failed" >&2;}4445 { echo "$as_me:$LINENO: WARNING: compilation failed" >&5 4446 echo "$as_me: WARNING: compilation failed" >&2;} 4582 4447 fi 4583 4448 … … 4585 4450 4586 4451 fi 4587 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&54588 $as_echo "$ac_cv_prog_f77_v" >&6; }4589 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&54590 $as_echo_n "checking for Fortran 77 libraries of $F77..." >&6; }4452 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5 4453 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; } 4454 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5 4455 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; } 4591 4456 if test "${ac_cv_f77_libs+set}" = set; then 4592 $as_echo_n "(cached)" >&64457 echo $ECHO_N "(cached) $ECHO_C" >&6 4593 4458 else 4594 4459 if test "x$FLIBS" != "x"; then … … 4610 4475 eval "set x $ac_link" 4611 4476 shift 4612 $as_echo "$as_me:$LINENO: $*" >&5 4613 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4614 # LIBRARY_PATH; skip all such settings. 4615 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4616 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4617 $as_echo "$ac_f77_v_output" >&5 4477 echo "$as_me:$LINENO: $*" >&5 4478 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4479 echo "$ac_f77_v_output" >&5 4618 4480 FFLAGS=$ac_save_FFLAGS 4619 4481 4620 rm - rf conftest*4482 rm -f conftest* 4621 4483 4622 4484 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4625 4487 ac_f77_v_output="`echo $ac_f77_v_output | 4626 4488 grep 'LPATH is:' | 4627 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4489 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4628 4490 4629 4491 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4724 4586 ;; 4725 4587 -YP,*) 4726 for ac_j in ` $as_echo "$ac_arg"| sed -e 's/-YP,/-L/;s/:/ -L/g'`; do4588 for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do 4727 4589 ac_exists=false 4728 4590 for ac_i in $ac_cv_f77_libs; do … … 4772 4634 case `(uname -sr) 2>/dev/null` in 4773 4635 "SunOS 5"*) 4774 ac_ld_run_path=` $as_echo "$ac_f77_v_output"|4636 ac_ld_run_path=`echo $ac_f77_v_output | 4775 4637 sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'` 4776 4638 test "x$ac_ld_run_path" != x && … … 4787 4649 4788 4650 fi 4789 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&54790 $as_echo "$ac_cv_f77_libs" >&6; }4651 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5 4652 echo "${ECHO_T}$ac_cv_f77_libs" >&6; } 4791 4653 FLIBS="$ac_cv_f77_libs" 4792 4654 … … 4799 4661 4800 4662 if test "x$CC" != xcc; then 4801 { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&54802 $as_echo_n "checking whether $CC and cc understand -c and -o together..." >&6; }4803 else 4804 { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&54805 $as_echo_n "checking whether cc understands -c and -o together..." >&6; }4806 fi 4807 set dummy $CC; ac_cc=` $as_echo "$2"|4663 { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 4664 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } 4665 else 4666 { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 4667 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } 4668 fi 4669 set dummy $CC; ac_cc=`echo $2 | 4808 4670 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4809 4671 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then 4810 $as_echo_n "(cached)" >&64672 echo $ECHO_N "(cached) $ECHO_C" >&6 4811 4673 else 4812 4674 cat >conftest.$ac_ext <<_ACEOF … … 4834 4696 *) ac_try_echo=$ac_try;; 4835 4697 esac 4836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4837 $as_echo "$ac_try_echo") >&5 4698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4838 4699 (eval "$ac_try") 2>&5 4839 4700 ac_status=$? 4840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4841 4702 (exit $ac_status); } && 4842 4703 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4844 4705 *) ac_try_echo=$ac_try;; 4845 4706 esac 4846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4847 $as_echo "$ac_try_echo") >&5 4707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4848 4708 (eval "$ac_try") 2>&5 4849 4709 ac_status=$? 4850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4851 4711 (exit $ac_status); }; 4852 4712 then … … 4859 4719 *) ac_try_echo=$ac_try;; 4860 4720 esac 4861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4862 $as_echo "$ac_try_echo") >&5 4721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4863 4722 (eval "$ac_try") 2>&5 4864 4723 ac_status=$? 4865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4866 4725 (exit $ac_status); }; }; then 4867 4726 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' … … 4871 4730 *) ac_try_echo=$ac_try;; 4872 4731 esac 4873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4874 $as_echo "$ac_try_echo") >&5 4732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4875 4733 (eval "$ac_try") 2>&5 4876 4734 ac_status=$? 4877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4878 4736 (exit $ac_status); } && 4879 4737 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4881 4739 *) ac_try_echo=$ac_try;; 4882 4740 esac 4883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4884 $as_echo "$ac_try_echo") >&5 4741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4885 4742 (eval "$ac_try") 2>&5 4886 4743 ac_status=$? 4887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4888 4745 (exit $ac_status); }; 4889 4746 then … … 4903 4760 fi 4904 4761 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then 4905 { $as_echo "$as_me:$LINENO: result: yes" >&54906 $as_echo "yes" >&6; }4907 else 4908 { $as_echo "$as_me:$LINENO: result: no" >&54909 $as_echo "no" >&6; }4762 { echo "$as_me:$LINENO: result: yes" >&5 4763 echo "${ECHO_T}yes" >&6; } 4764 else 4765 { echo "$as_me:$LINENO: result: no" >&5 4766 echo "${ECHO_T}no" >&6; } 4910 4767 4911 4768 cat >>confdefs.h <<\_ACEOF … … 4918 4775 # there is no other way. 4919 4776 set dummy $CC 4920 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4921 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 4922 if test "$am_t" != yes; then 4777 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4778 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 4923 4779 # Losing compiler, so override with the script. 4924 4780 # FIXME: It is wrong to rewrite CC. … … 4936 4792 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4937 4793 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4938 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&54939 $as_echo_n "checking how to run the C preprocessor..." >&6; }4794 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4795 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4940 4796 # On Suns, sometimes $CPP names a directory. 4941 4797 if test -n "$CPP" && test -d "$CPP"; then … … 4944 4800 if test -z "$CPP"; then 4945 4801 if test "${ac_cv_prog_CPP+set}" = set; then 4946 $as_echo_n "(cached)" >&64802 echo $ECHO_N "(cached) $ECHO_C" >&6 4947 4803 else 4948 4804 # Double quotes because CPP needs to be expanded … … 4976 4832 *) ac_try_echo=$ac_try;; 4977 4833 esac 4978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4979 $as_echo "$ac_try_echo") >&5 4834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4980 4835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4981 4836 ac_status=$? … … 4983 4838 rm -f conftest.er1 4984 4839 cat conftest.err >&5 4985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4986 4841 (exit $ac_status); } >/dev/null && { 4987 4842 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4990 4845 : 4991 4846 else 4992 $as_echo "$as_me: failed program was:" >&54847 echo "$as_me: failed program was:" >&5 4993 4848 sed 's/^/| /' conftest.$ac_ext >&5 4994 4849 … … 5014 4869 *) ac_try_echo=$ac_try;; 5015 4870 esac 5016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5017 $as_echo "$ac_try_echo") >&5 4871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5018 4872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5019 4873 ac_status=$? … … 5021 4875 rm -f conftest.er1 5022 4876 cat conftest.err >&5 5023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5024 4878 (exit $ac_status); } >/dev/null && { 5025 4879 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5029 4883 continue 5030 4884 else 5031 $as_echo "$as_me: failed program was:" >&54885 echo "$as_me: failed program was:" >&5 5032 4886 sed 's/^/| /' conftest.$ac_ext >&5 5033 4887 … … 5054 4908 ac_cv_prog_CPP=$CPP 5055 4909 fi 5056 { $as_echo "$as_me:$LINENO: result: $CPP" >&55057 $as_echo "$CPP" >&6; }4910 { echo "$as_me:$LINENO: result: $CPP" >&5 4911 echo "${ECHO_T}$CPP" >&6; } 5058 4912 ac_preproc_ok=false 5059 4913 for ac_c_preproc_warn_flag in '' yes … … 5083 4937 *) ac_try_echo=$ac_try;; 5084 4938 esac 5085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5086 $as_echo "$ac_try_echo") >&5 4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5087 4940 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5088 4941 ac_status=$? … … 5090 4943 rm -f conftest.er1 5091 4944 cat conftest.err >&5 5092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5093 4946 (exit $ac_status); } >/dev/null && { 5094 4947 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5097 4950 : 5098 4951 else 5099 $as_echo "$as_me: failed program was:" >&54952 echo "$as_me: failed program was:" >&5 5100 4953 sed 's/^/| /' conftest.$ac_ext >&5 5101 4954 … … 5121 4974 *) ac_try_echo=$ac_try;; 5122 4975 esac 5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5124 $as_echo "$ac_try_echo") >&5 4976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5125 4977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5126 4978 ac_status=$? … … 5128 4980 rm -f conftest.er1 5129 4981 cat conftest.err >&5 5130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5131 4983 (exit $ac_status); } >/dev/null && { 5132 4984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5136 4988 continue 5137 4989 else 5138 $as_echo "$as_me: failed program was:" >&54990 echo "$as_me: failed program was:" >&5 5139 4991 sed 's/^/| /' conftest.$ac_ext >&5 5140 4992 … … 5152 5004 : 5153 5005 else 5154 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 5155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5156 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5006 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5157 5007 See \`config.log' for more details." >&5 5158 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check5008 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5159 5009 See \`config.log' for more details." >&2;} 5160 { (exit 1); exit 1; }; } ; }5010 { (exit 1); exit 1; }; } 5161 5011 fi 5162 5012 … … 5168 5018 5169 5019 5170 { $as_echo "$as_me:$LINENO: checking for X" >&55171 $as_echo_n "checking for X..." >&6; }5172 5173 5174 @%:@Check whether --with-x was given.5020 { echo "$as_me:$LINENO: checking for X" >&5 5021 echo $ECHO_N "checking for X... $ECHO_C" >&6; } 5022 5023 5024 # Check whether --with-x was given. 5175 5025 if test "${with_x+set}" = set; then 5176 5026 withval=$with_x; … … 5183 5033 else 5184 5034 case $x_includes,$x_libraries in #( 5185 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&55186 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}5035 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 5036 echo "$as_me: error: Cannot use X directory names containing '" >&2;} 5187 5037 { (exit 1); exit 1; }; };; #( 5188 5038 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 5189 $as_echo_n "(cached)" >&65039 echo $ECHO_N "(cached) $ECHO_C" >&6 5190 5040 else 5191 5041 # One or both of the vars are not set, and there is no cached value. … … 5208 5058 done 5209 5059 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 5210 for ac_extension in a so sl dylib la dll; do5060 for ac_extension in a so sl; do 5211 5061 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 5212 5062 test -f "$ac_im_libdir/libX11.$ac_extension"; then … … 5222 5072 esac 5223 5073 case $ac_im_usrlibdir in 5224 /usr/lib | / usr/lib64 | /lib | /lib64) ;;5074 /usr/lib | /lib) ;; 5225 5075 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 5226 5076 esac … … 5283 5133 *) ac_try_echo=$ac_try;; 5284 5134 esac 5285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5286 $as_echo "$ac_try_echo") >&5 5135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5287 5136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5288 5137 ac_status=$? … … 5290 5139 rm -f conftest.er1 5291 5140 cat conftest.err >&5 5292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55141 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5293 5142 (exit $ac_status); } >/dev/null && { 5294 5143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5298 5147 ac_x_includes= 5299 5148 else 5300 $as_echo "$as_me: failed program was:" >&55149 echo "$as_me: failed program was:" >&5 5301 5150 sed 's/^/| /' conftest.$ac_ext >&5 5302 5151 … … 5339 5188 *) ac_try_echo=$ac_try;; 5340 5189 esac 5341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5342 $as_echo "$ac_try_echo") >&5 5190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5343 5191 (eval "$ac_link") 2>conftest.er1 5344 5192 ac_status=$? … … 5346 5194 rm -f conftest.er1 5347 5195 cat conftest.err >&5 5348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5349 5197 (exit $ac_status); } && { 5350 5198 test -z "$ac_c_werror_flag" || 5351 5199 test ! -s conftest.err 5352 } && test -s conftest$ac_exeext && { 5353 test "$cross_compiling" = yes || 5354 $as_test_x conftest$ac_exeext 5355 }; then 5200 } && test -s conftest$ac_exeext && 5201 $as_test_x conftest$ac_exeext; then 5356 5202 LIBS=$ac_save_LIBS 5357 5203 # We can link X programs with no special library path. 5358 5204 ac_x_libraries= 5359 5205 else 5360 $as_echo "$as_me: failed program was:" >&55206 echo "$as_me: failed program was:" >&5 5361 5207 sed 's/^/| /' conftest.$ac_ext >&5 5362 5208 5363 5209 LIBS=$ac_save_LIBS 5364 for ac_dir in ` $as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`5210 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5365 5211 do 5366 5212 # Don't even attempt the hair of trying to link an X program! 5367 for ac_extension in a so sl dylib la dll; do5213 for ac_extension in a so sl; do 5368 5214 if test -r "$ac_dir/libX11.$ac_extension"; then 5369 5215 ac_x_libraries=$ac_dir … … 5374 5220 fi 5375 5221 5376 rm -rf conftest.dSYM5377 5222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5378 5223 conftest$ac_exeext conftest.$ac_ext … … 5397 5242 5398 5243 if test "$have_x" != yes; then 5399 { $as_echo "$as_me:$LINENO: result: $have_x" >&55400 $as_echo "$have_x" >&6; }5244 { echo "$as_me:$LINENO: result: $have_x" >&5 5245 echo "${ECHO_T}$have_x" >&6; } 5401 5246 no_x=yes 5402 5247 else … … 5408 5253 ac_x_includes='$x_includes'\ 5409 5254 ac_x_libraries='$x_libraries'" 5410 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&55411 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }5255 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 5256 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 5412 5257 fi 5413 5258 … … 5430 5275 # For Solaris; some versions of Sun CC require a space after -R and 5431 5276 # others require no space. Words are not sufficient . . . . 5432 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&55433 $as_echo_n "checking whether -R must be followed by a space..." >&6; }5277 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 5278 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 5434 5279 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 5435 5280 ac_xsave_c_werror_flag=$ac_c_werror_flag … … 5456 5301 *) ac_try_echo=$ac_try;; 5457 5302 esac 5458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5459 $as_echo "$ac_try_echo") >&5 5303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5460 5304 (eval "$ac_link") 2>conftest.er1 5461 5305 ac_status=$? … … 5463 5307 rm -f conftest.er1 5464 5308 cat conftest.err >&5 5465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5466 5310 (exit $ac_status); } && { 5467 5311 test -z "$ac_c_werror_flag" || 5468 5312 test ! -s conftest.err 5469 } && test -s conftest$ac_exeext && { 5470 test "$cross_compiling" = yes || 5471 $as_test_x conftest$ac_exeext 5472 }; then 5473 { $as_echo "$as_me:$LINENO: result: no" >&5 5474 $as_echo "no" >&6; } 5313 } && test -s conftest$ac_exeext && 5314 $as_test_x conftest$ac_exeext; then 5315 { echo "$as_me:$LINENO: result: no" >&5 5316 echo "${ECHO_T}no" >&6; } 5475 5317 X_LIBS="$X_LIBS -R$x_libraries" 5476 5318 else 5477 $as_echo "$as_me: failed program was:" >&55319 echo "$as_me: failed program was:" >&5 5478 5320 sed 's/^/| /' conftest.$ac_ext >&5 5479 5321 … … 5500 5342 *) ac_try_echo=$ac_try;; 5501 5343 esac 5502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5503 $as_echo "$ac_try_echo") >&5 5344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5504 5345 (eval "$ac_link") 2>conftest.er1 5505 5346 ac_status=$? … … 5507 5348 rm -f conftest.er1 5508 5349 cat conftest.err >&5 5509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5510 5351 (exit $ac_status); } && { 5511 5352 test -z "$ac_c_werror_flag" || 5512 5353 test ! -s conftest.err 5513 } && test -s conftest$ac_exeext && { 5514 test "$cross_compiling" = yes || 5515 $as_test_x conftest$ac_exeext 5516 }; then 5517 { $as_echo "$as_me:$LINENO: result: yes" >&5 5518 $as_echo "yes" >&6; } 5354 } && test -s conftest$ac_exeext && 5355 $as_test_x conftest$ac_exeext; then 5356 { echo "$as_me:$LINENO: result: yes" >&5 5357 echo "${ECHO_T}yes" >&6; } 5519 5358 X_LIBS="$X_LIBS -R $x_libraries" 5520 5359 else 5521 $as_echo "$as_me: failed program was:" >&55360 echo "$as_me: failed program was:" >&5 5522 5361 sed 's/^/| /' conftest.$ac_ext >&5 5523 5362 5524 { $as_echo "$as_me:$LINENO: result: neither works" >&5 5525 $as_echo "neither works" >&6; } 5526 fi 5527 5528 rm -rf conftest.dSYM 5363 { echo "$as_me:$LINENO: result: neither works" >&5 5364 echo "${ECHO_T}neither works" >&6; } 5365 fi 5366 5529 5367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5530 5368 conftest$ac_exeext conftest.$ac_ext 5531 5369 fi 5532 5370 5533 rm -rf conftest.dSYM5534 5371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5535 5372 conftest$ac_exeext conftest.$ac_ext … … 5577 5414 *) ac_try_echo=$ac_try;; 5578 5415 esac 5579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5580 $as_echo "$ac_try_echo") >&5 5416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5581 5417 (eval "$ac_link") 2>conftest.er1 5582 5418 ac_status=$? … … 5584 5420 rm -f conftest.er1 5585 5421 cat conftest.err >&5 5586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5587 5423 (exit $ac_status); } && { 5588 5424 test -z "$ac_c_werror_flag" || 5589 5425 test ! -s conftest.err 5590 } && test -s conftest$ac_exeext && { 5591 test "$cross_compiling" = yes || 5592 $as_test_x conftest$ac_exeext 5593 }; then 5426 } && test -s conftest$ac_exeext && 5427 $as_test_x conftest$ac_exeext; then 5594 5428 : 5595 5429 else 5596 $as_echo "$as_me: failed program was:" >&55430 echo "$as_me: failed program was:" >&5 5597 5431 sed 's/^/| /' conftest.$ac_ext >&5 5598 5432 5599 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&55600 $as_echo_n "checking for dnet_ntoa in -ldnet..." >&6; }5433 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5434 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5601 5435 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5602 $as_echo_n "(cached)" >&65436 echo $ECHO_N "(cached) $ECHO_C" >&6 5603 5437 else 5604 5438 ac_check_lib_save_LIBS=$LIBS … … 5632 5466 *) ac_try_echo=$ac_try;; 5633 5467 esac 5634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5635 $as_echo "$ac_try_echo") >&5 5468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5636 5469 (eval "$ac_link") 2>conftest.er1 5637 5470 ac_status=$? … … 5639 5472 rm -f conftest.er1 5640 5473 cat conftest.err >&5 5641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5642 5475 (exit $ac_status); } && { 5643 5476 test -z "$ac_c_werror_flag" || 5644 5477 test ! -s conftest.err 5645 } && test -s conftest$ac_exeext && { 5646 test "$cross_compiling" = yes || 5647 $as_test_x conftest$ac_exeext 5648 }; then 5478 } && test -s conftest$ac_exeext && 5479 $as_test_x conftest$ac_exeext; then 5649 5480 ac_cv_lib_dnet_dnet_ntoa=yes 5650 5481 else 5651 $as_echo "$as_me: failed program was:" >&55482 echo "$as_me: failed program was:" >&5 5652 5483 sed 's/^/| /' conftest.$ac_ext >&5 5653 5484 … … 5655 5486 fi 5656 5487 5657 rm -rf conftest.dSYM5658 5488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5659 5489 conftest$ac_exeext conftest.$ac_ext 5660 5490 LIBS=$ac_check_lib_save_LIBS 5661 5491 fi 5662 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&55663 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }5664 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then5492 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5493 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5494 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5665 5495 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5666 5496 fi 5667 5497 5668 5498 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5669 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&55670 $as_echo_n "checking for dnet_ntoa in -ldnet_stub..." >&6; }5499 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 5500 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 5671 5501 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5672 $as_echo_n "(cached)" >&65502 echo $ECHO_N "(cached) $ECHO_C" >&6 5673 5503 else 5674 5504 ac_check_lib_save_LIBS=$LIBS … … 5702 5532 *) ac_try_echo=$ac_try;; 5703 5533 esac 5704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5705 $as_echo "$ac_try_echo") >&5 5534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5706 5535 (eval "$ac_link") 2>conftest.er1 5707 5536 ac_status=$? … … 5709 5538 rm -f conftest.er1 5710 5539 cat conftest.err >&5 5711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5712 5541 (exit $ac_status); } && { 5713 5542 test -z "$ac_c_werror_flag" || 5714 5543 test ! -s conftest.err 5715 } && test -s conftest$ac_exeext && { 5716 test "$cross_compiling" = yes || 5717 $as_test_x conftest$ac_exeext 5718 }; then 5544 } && test -s conftest$ac_exeext && 5545 $as_test_x conftest$ac_exeext; then 5719 5546 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5720 5547 else 5721 $as_echo "$as_me: failed program was:" >&55548 echo "$as_me: failed program was:" >&5 5722 5549 sed 's/^/| /' conftest.$ac_ext >&5 5723 5550 … … 5725 5552 fi 5726 5553 5727 rm -rf conftest.dSYM5728 5554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5729 5555 conftest$ac_exeext conftest.$ac_ext 5730 5556 LIBS=$ac_check_lib_save_LIBS 5731 5557 fi 5732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&55733 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }5734 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then5558 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5559 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5560 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5735 5561 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5736 5562 fi … … 5739 5565 fi 5740 5566 5741 rm -rf conftest.dSYM5742 5567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5743 5568 conftest$ac_exeext conftest.$ac_ext … … 5752 5577 # The functions gethostbyname, getservbyname, and inet_addr are 5753 5578 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5754 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&55755 $as_echo_n "checking for gethostbyname..." >&6; }5579 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5580 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5756 5581 if test "${ac_cv_func_gethostbyname+set}" = set; then 5757 $as_echo_n "(cached)" >&65582 echo $ECHO_N "(cached) $ECHO_C" >&6 5758 5583 else 5759 5584 cat >conftest.$ac_ext <<_ACEOF … … 5808 5633 *) ac_try_echo=$ac_try;; 5809 5634 esac 5810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5811 $as_echo "$ac_try_echo") >&5 5635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5812 5636 (eval "$ac_link") 2>conftest.er1 5813 5637 ac_status=$? … … 5815 5639 rm -f conftest.er1 5816 5640 cat conftest.err >&5 5817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5818 5642 (exit $ac_status); } && { 5819 5643 test -z "$ac_c_werror_flag" || 5820 5644 test ! -s conftest.err 5821 } && test -s conftest$ac_exeext && { 5822 test "$cross_compiling" = yes || 5823 $as_test_x conftest$ac_exeext 5824 }; then 5645 } && test -s conftest$ac_exeext && 5646 $as_test_x conftest$ac_exeext; then 5825 5647 ac_cv_func_gethostbyname=yes 5826 5648 else 5827 $as_echo "$as_me: failed program was:" >&55649 echo "$as_me: failed program was:" >&5 5828 5650 sed 's/^/| /' conftest.$ac_ext >&5 5829 5651 … … 5831 5653 fi 5832 5654 5833 rm -rf conftest.dSYM5834 5655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5835 5656 conftest$ac_exeext conftest.$ac_ext 5836 5657 fi 5837 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&55838 $as_echo "$ac_cv_func_gethostbyname" >&6; }5658 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5659 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5839 5660 5840 5661 if test $ac_cv_func_gethostbyname = no; then 5841 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&55842 $as_echo_n "checking for gethostbyname in -lnsl..." >&6; }5662 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5663 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5843 5664 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5844 $as_echo_n "(cached)" >&65665 echo $ECHO_N "(cached) $ECHO_C" >&6 5845 5666 else 5846 5667 ac_check_lib_save_LIBS=$LIBS … … 5874 5695 *) ac_try_echo=$ac_try;; 5875 5696 esac 5876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5877 $as_echo "$ac_try_echo") >&5 5697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5878 5698 (eval "$ac_link") 2>conftest.er1 5879 5699 ac_status=$? … … 5881 5701 rm -f conftest.er1 5882 5702 cat conftest.err >&5 5883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5884 5704 (exit $ac_status); } && { 5885 5705 test -z "$ac_c_werror_flag" || 5886 5706 test ! -s conftest.err 5887 } && test -s conftest$ac_exeext && { 5888 test "$cross_compiling" = yes || 5889 $as_test_x conftest$ac_exeext 5890 }; then 5707 } && test -s conftest$ac_exeext && 5708 $as_test_x conftest$ac_exeext; then 5891 5709 ac_cv_lib_nsl_gethostbyname=yes 5892 5710 else 5893 $as_echo "$as_me: failed program was:" >&55711 echo "$as_me: failed program was:" >&5 5894 5712 sed 's/^/| /' conftest.$ac_ext >&5 5895 5713 … … 5897 5715 fi 5898 5716 5899 rm -rf conftest.dSYM5900 5717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5901 5718 conftest$ac_exeext conftest.$ac_ext 5902 5719 LIBS=$ac_check_lib_save_LIBS 5903 5720 fi 5904 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&55905 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }5906 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then5721 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5722 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5723 if test $ac_cv_lib_nsl_gethostbyname = yes; then 5907 5724 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5908 5725 fi 5909 5726 5910 5727 if test $ac_cv_lib_nsl_gethostbyname = no; then 5911 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&55912 $as_echo_n "checking for gethostbyname in -lbsd..." >&6; }5728 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5729 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5913 5730 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5914 $as_echo_n "(cached)" >&65731 echo $ECHO_N "(cached) $ECHO_C" >&6 5915 5732 else 5916 5733 ac_check_lib_save_LIBS=$LIBS … … 5944 5761 *) ac_try_echo=$ac_try;; 5945 5762 esac 5946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5947 $as_echo "$ac_try_echo") >&5 5763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5948 5764 (eval "$ac_link") 2>conftest.er1 5949 5765 ac_status=$? … … 5951 5767 rm -f conftest.er1 5952 5768 cat conftest.err >&5 5953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5954 5770 (exit $ac_status); } && { 5955 5771 test -z "$ac_c_werror_flag" || 5956 5772 test ! -s conftest.err 5957 } && test -s conftest$ac_exeext && { 5958 test "$cross_compiling" = yes || 5959 $as_test_x conftest$ac_exeext 5960 }; then 5773 } && test -s conftest$ac_exeext && 5774 $as_test_x conftest$ac_exeext; then 5961 5775 ac_cv_lib_bsd_gethostbyname=yes 5962 5776 else 5963 $as_echo "$as_me: failed program was:" >&55777 echo "$as_me: failed program was:" >&5 5964 5778 sed 's/^/| /' conftest.$ac_ext >&5 5965 5779 … … 5967 5781 fi 5968 5782 5969 rm -rf conftest.dSYM5970 5783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5971 5784 conftest$ac_exeext conftest.$ac_ext 5972 5785 LIBS=$ac_check_lib_save_LIBS 5973 5786 fi 5974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&55975 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }5976 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then5787 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5788 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5789 if test $ac_cv_lib_bsd_gethostbyname = yes; then 5977 5790 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5978 5791 fi … … 5988 5801 # must be given before -lnsl if both are needed. We assume that 5989 5802 # if connect needs -lnsl, so does gethostbyname. 5990 { $as_echo "$as_me:$LINENO: checking for connect" >&55991 $as_echo_n "checking for connect..." >&6; }5803 { echo "$as_me:$LINENO: checking for connect" >&5 5804 echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 5992 5805 if test "${ac_cv_func_connect+set}" = set; then 5993 $as_echo_n "(cached)" >&65806 echo $ECHO_N "(cached) $ECHO_C" >&6 5994 5807 else 5995 5808 cat >conftest.$ac_ext <<_ACEOF … … 6044 5857 *) ac_try_echo=$ac_try;; 6045 5858 esac 6046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6047 $as_echo "$ac_try_echo") >&5 5859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6048 5860 (eval "$ac_link") 2>conftest.er1 6049 5861 ac_status=$? … … 6051 5863 rm -f conftest.er1 6052 5864 cat conftest.err >&5 6053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6054 5866 (exit $ac_status); } && { 6055 5867 test -z "$ac_c_werror_flag" || 6056 5868 test ! -s conftest.err 6057 } && test -s conftest$ac_exeext && { 6058 test "$cross_compiling" = yes || 6059 $as_test_x conftest$ac_exeext 6060 }; then 5869 } && test -s conftest$ac_exeext && 5870 $as_test_x conftest$ac_exeext; then 6061 5871 ac_cv_func_connect=yes 6062 5872 else 6063 $as_echo "$as_me: failed program was:" >&55873 echo "$as_me: failed program was:" >&5 6064 5874 sed 's/^/| /' conftest.$ac_ext >&5 6065 5875 … … 6067 5877 fi 6068 5878 6069 rm -rf conftest.dSYM6070 5879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6071 5880 conftest$ac_exeext conftest.$ac_ext 6072 5881 fi 6073 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&56074 $as_echo "$ac_cv_func_connect" >&6; }5882 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5883 echo "${ECHO_T}$ac_cv_func_connect" >&6; } 6075 5884 6076 5885 if test $ac_cv_func_connect = no; then 6077 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&56078 $as_echo_n "checking for connect in -lsocket..." >&6; }5886 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5887 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 6079 5888 if test "${ac_cv_lib_socket_connect+set}" = set; then 6080 $as_echo_n "(cached)" >&65889 echo $ECHO_N "(cached) $ECHO_C" >&6 6081 5890 else 6082 5891 ac_check_lib_save_LIBS=$LIBS … … 6110 5919 *) ac_try_echo=$ac_try;; 6111 5920 esac 6112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6113 $as_echo "$ac_try_echo") >&5 5921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6114 5922 (eval "$ac_link") 2>conftest.er1 6115 5923 ac_status=$? … … 6117 5925 rm -f conftest.er1 6118 5926 cat conftest.err >&5 6119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6120 5928 (exit $ac_status); } && { 6121 5929 test -z "$ac_c_werror_flag" || 6122 5930 test ! -s conftest.err 6123 } && test -s conftest$ac_exeext && { 6124 test "$cross_compiling" = yes || 6125 $as_test_x conftest$ac_exeext 6126 }; then 5931 } && test -s conftest$ac_exeext && 5932 $as_test_x conftest$ac_exeext; then 6127 5933 ac_cv_lib_socket_connect=yes 6128 5934 else 6129 $as_echo "$as_me: failed program was:" >&55935 echo "$as_me: failed program was:" >&5 6130 5936 sed 's/^/| /' conftest.$ac_ext >&5 6131 5937 … … 6133 5939 fi 6134 5940 6135 rm -rf conftest.dSYM6136 5941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6137 5942 conftest$ac_exeext conftest.$ac_ext 6138 5943 LIBS=$ac_check_lib_save_LIBS 6139 5944 fi 6140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&56141 $as_echo "$ac_cv_lib_socket_connect" >&6; }6142 if test "x$ac_cv_lib_socket_connect" = x""yes; then5945 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5946 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5947 if test $ac_cv_lib_socket_connect = yes; then 6143 5948 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6144 5949 fi … … 6147 5952 6148 5953 # Guillermo Gomez says -lposix is necessary on A/UX. 6149 { $as_echo "$as_me:$LINENO: checking for remove" >&56150 $as_echo_n "checking for remove..." >&6; }5954 { echo "$as_me:$LINENO: checking for remove" >&5 5955 echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 6151 5956 if test "${ac_cv_func_remove+set}" = set; then 6152 $as_echo_n "(cached)" >&65957 echo $ECHO_N "(cached) $ECHO_C" >&6 6153 5958 else 6154 5959 cat >conftest.$ac_ext <<_ACEOF … … 6203 6008 *) ac_try_echo=$ac_try;; 6204 6009 esac 6205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6206 $as_echo "$ac_try_echo") >&5 6010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6207 6011 (eval "$ac_link") 2>conftest.er1 6208 6012 ac_status=$? … … 6210 6014 rm -f conftest.er1 6211 6015 cat conftest.err >&5 6212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6213 6017 (exit $ac_status); } && { 6214 6018 test -z "$ac_c_werror_flag" || 6215 6019 test ! -s conftest.err 6216 } && test -s conftest$ac_exeext && { 6217 test "$cross_compiling" = yes || 6218 $as_test_x conftest$ac_exeext 6219 }; then 6020 } && test -s conftest$ac_exeext && 6021 $as_test_x conftest$ac_exeext; then 6220 6022 ac_cv_func_remove=yes 6221 6023 else 6222 $as_echo "$as_me: failed program was:" >&56024 echo "$as_me: failed program was:" >&5 6223 6025 sed 's/^/| /' conftest.$ac_ext >&5 6224 6026 … … 6226 6028 fi 6227 6029 6228 rm -rf conftest.dSYM6229 6030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6230 6031 conftest$ac_exeext conftest.$ac_ext 6231 6032 fi 6232 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&56233 $as_echo "$ac_cv_func_remove" >&6; }6033 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 6034 echo "${ECHO_T}$ac_cv_func_remove" >&6; } 6234 6035 6235 6036 if test $ac_cv_func_remove = no; then 6236 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&56237 $as_echo_n "checking for remove in -lposix..." >&6; }6037 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 6038 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 6238 6039 if test "${ac_cv_lib_posix_remove+set}" = set; then 6239 $as_echo_n "(cached)" >&66040 echo $ECHO_N "(cached) $ECHO_C" >&6 6240 6041 else 6241 6042 ac_check_lib_save_LIBS=$LIBS … … 6269 6070 *) ac_try_echo=$ac_try;; 6270 6071 esac 6271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6272 $as_echo "$ac_try_echo") >&5 6072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6273 6073 (eval "$ac_link") 2>conftest.er1 6274 6074 ac_status=$? … … 6276 6076 rm -f conftest.er1 6277 6077 cat conftest.err >&5 6278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6279 6079 (exit $ac_status); } && { 6280 6080 test -z "$ac_c_werror_flag" || 6281 6081 test ! -s conftest.err 6282 } && test -s conftest$ac_exeext && { 6283 test "$cross_compiling" = yes || 6284 $as_test_x conftest$ac_exeext 6285 }; then 6082 } && test -s conftest$ac_exeext && 6083 $as_test_x conftest$ac_exeext; then 6286 6084 ac_cv_lib_posix_remove=yes 6287 6085 else 6288 $as_echo "$as_me: failed program was:" >&56086 echo "$as_me: failed program was:" >&5 6289 6087 sed 's/^/| /' conftest.$ac_ext >&5 6290 6088 … … 6292 6090 fi 6293 6091 6294 rm -rf conftest.dSYM6295 6092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6296 6093 conftest$ac_exeext conftest.$ac_ext 6297 6094 LIBS=$ac_check_lib_save_LIBS 6298 6095 fi 6299 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&56300 $as_echo "$ac_cv_lib_posix_remove" >&6; }6301 if test "x$ac_cv_lib_posix_remove" = x""yes; then6096 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 6097 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 6098 if test $ac_cv_lib_posix_remove = yes; then 6302 6099 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 6303 6100 fi … … 6306 6103 6307 6104 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 6308 { $as_echo "$as_me:$LINENO: checking for shmat" >&56309 $as_echo_n "checking for shmat..." >&6; }6105 { echo "$as_me:$LINENO: checking for shmat" >&5 6106 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 6310 6107 if test "${ac_cv_func_shmat+set}" = set; then 6311 $as_echo_n "(cached)" >&66108 echo $ECHO_N "(cached) $ECHO_C" >&6 6312 6109 else 6313 6110 cat >conftest.$ac_ext <<_ACEOF … … 6362 6159 *) ac_try_echo=$ac_try;; 6363 6160 esac 6364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6365 $as_echo "$ac_try_echo") >&5 6161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6366 6162 (eval "$ac_link") 2>conftest.er1 6367 6163 ac_status=$? … … 6369 6165 rm -f conftest.er1 6370 6166 cat conftest.err >&5 6371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6372 6168 (exit $ac_status); } && { 6373 6169 test -z "$ac_c_werror_flag" || 6374 6170 test ! -s conftest.err 6375 } && test -s conftest$ac_exeext && { 6376 test "$cross_compiling" = yes || 6377 $as_test_x conftest$ac_exeext 6378 }; then 6171 } && test -s conftest$ac_exeext && 6172 $as_test_x conftest$ac_exeext; then 6379 6173 ac_cv_func_shmat=yes 6380 6174 else 6381 $as_echo "$as_me: failed program was:" >&56175 echo "$as_me: failed program was:" >&5 6382 6176 sed 's/^/| /' conftest.$ac_ext >&5 6383 6177 … … 6385 6179 fi 6386 6180 6387 rm -rf conftest.dSYM6388 6181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6389 6182 conftest$ac_exeext conftest.$ac_ext 6390 6183 fi 6391 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&56392 $as_echo "$ac_cv_func_shmat" >&6; }6184 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 6185 echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 6393 6186 6394 6187 if test $ac_cv_func_shmat = no; then 6395 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&56396 $as_echo_n "checking for shmat in -lipc..." >&6; }6188 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 6189 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 6397 6190 if test "${ac_cv_lib_ipc_shmat+set}" = set; then 6398 $as_echo_n "(cached)" >&66191 echo $ECHO_N "(cached) $ECHO_C" >&6 6399 6192 else 6400 6193 ac_check_lib_save_LIBS=$LIBS … … 6428 6221 *) ac_try_echo=$ac_try;; 6429 6222 esac 6430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6431 $as_echo "$ac_try_echo") >&5 6223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6432 6224 (eval "$ac_link") 2>conftest.er1 6433 6225 ac_status=$? … … 6435 6227 rm -f conftest.er1 6436 6228 cat conftest.err >&5 6437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6438 6230 (exit $ac_status); } && { 6439 6231 test -z "$ac_c_werror_flag" || 6440 6232 test ! -s conftest.err 6441 } && test -s conftest$ac_exeext && { 6442 test "$cross_compiling" = yes || 6443 $as_test_x conftest$ac_exeext 6444 }; then 6233 } && test -s conftest$ac_exeext && 6234 $as_test_x conftest$ac_exeext; then 6445 6235 ac_cv_lib_ipc_shmat=yes 6446 6236 else 6447 $as_echo "$as_me: failed program was:" >&56237 echo "$as_me: failed program was:" >&5 6448 6238 sed 's/^/| /' conftest.$ac_ext >&5 6449 6239 … … 6451 6241 fi 6452 6242 6453 rm -rf conftest.dSYM6454 6243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6455 6244 conftest$ac_exeext conftest.$ac_ext 6456 6245 LIBS=$ac_check_lib_save_LIBS 6457 6246 fi 6458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&56459 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }6460 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then6247 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 6248 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 6249 if test $ac_cv_lib_ipc_shmat = yes; then 6461 6250 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6462 6251 fi … … 6474 6263 # libraries we check for below, so use a different variable. 6475 6264 # John Interrante, Karl Berry 6476 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&56477 $as_echo_n "checking for IceConnectionNumber in -lICE..." >&6; }6265 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 6266 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 6478 6267 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 6479 $as_echo_n "(cached)" >&66268 echo $ECHO_N "(cached) $ECHO_C" >&6 6480 6269 else 6481 6270 ac_check_lib_save_LIBS=$LIBS … … 6509 6298 *) ac_try_echo=$ac_try;; 6510 6299 esac 6511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6512 $as_echo "$ac_try_echo") >&5 6300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6513 6301 (eval "$ac_link") 2>conftest.er1 6514 6302 ac_status=$? … … 6516 6304 rm -f conftest.er1 6517 6305 cat conftest.err >&5 6518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6519 6307 (exit $ac_status); } && { 6520 6308 test -z "$ac_c_werror_flag" || 6521 6309 test ! -s conftest.err 6522 } && test -s conftest$ac_exeext && { 6523 test "$cross_compiling" = yes || 6524 $as_test_x conftest$ac_exeext 6525 }; then 6310 } && test -s conftest$ac_exeext && 6311 $as_test_x conftest$ac_exeext; then 6526 6312 ac_cv_lib_ICE_IceConnectionNumber=yes 6527 6313 else 6528 $as_echo "$as_me: failed program was:" >&56314 echo "$as_me: failed program was:" >&5 6529 6315 sed 's/^/| /' conftest.$ac_ext >&5 6530 6316 … … 6532 6318 fi 6533 6319 6534 rm -rf conftest.dSYM6535 6320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6536 6321 conftest$ac_exeext conftest.$ac_ext 6537 6322 LIBS=$ac_check_lib_save_LIBS 6538 6323 fi 6539 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&56540 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }6541 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then6324 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6325 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6326 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 6542 6327 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6543 6328 fi … … 6550 6335 ax_enable_matlab= 6551 6336 6552 @%:@Check whether --with-matlab-dir was given.6337 # Check whether --with-matlab-dir was given. 6553 6338 if test "${with_matlab_dir+set}" = set; then 6554 6339 withval=$with_matlab_dir; case $withval in … … 6564 6349 MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd` 6565 6350 if test -z "$MATLAB" ; then 6566 { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&56567 $as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}6351 { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5 6352 echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;} 6568 6353 { (exit 1); exit 1; }; } 6569 6354 fi … … 6573 6358 6574 6359 if test x$ax_enable_matlab != xno ; then 6575 { $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&56576 $as_echo_n "checking for Matlab prefix..." >&6; }6360 { echo "$as_me:$LINENO: checking for Matlab prefix" >&5 6361 echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; } 6577 6362 if test "${ax_cv_matlab+set}" = set; then 6578 $as_echo_n "(cached)" >&66363 echo $ECHO_N "(cached) $ECHO_C" >&6 6579 6364 else 6580 6365 if test "${MATLAB+set}" = set ; then … … 6602 6387 fi 6603 6388 fi 6604 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&56605 $as_echo "$ax_cv_matlab" >&6; }6389 { echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5 6390 echo "${ECHO_T}$ax_cv_matlab" >&6; } 6606 6391 if test "$ax_cv_matlab" = "not found" ; then 6607 6392 unset MATLAB … … 6610 6395 MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'` 6611 6396 fi 6612 { $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&56613 $as_echo_n "checking whether to enable Matlab support..." >&6; }6397 { echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5 6398 echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; } 6614 6399 if test x$ax_enable_matlab != xno ; then 6615 6400 if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then … … 6619 6404 else 6620 6405 # Fail if Matlab was explicitly enabled. 6621 { $as_echo "$as_me:$LINENO: result: failure" >&56622 $as_echo "failure" >&6; }6623 { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&56624 $as_echo "$as_me: error: check your Matlab setup" >&2;}6406 { echo "$as_me:$LINENO: result: failure" >&5 6407 echo "${ECHO_T}failure" >&6; } 6408 { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5 6409 echo "$as_me: error: check your Matlab setup" >&2;} 6625 6410 { (exit 1); exit 1; }; } 6626 6411 fi 6627 6412 fi 6628 { $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&56629 $as_echo "$ax_enable_matlab" >&6; }6413 { echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5 6414 echo "${ECHO_T}$ax_enable_matlab" >&6; } 6630 6415 if test x$ax_enable_matlab = xyes ; then 6631 6416 … … 6639 6424 6640 6425 6641 @%:@Check whether --enable-debugging was given.6426 # Check whether --enable-debugging was given. 6642 6427 if test "${enable_debugging+set}" = set; then 6643 6428 enableval=$enable_debugging; enable_debugging=$enableval … … 6655 6440 6656 6441 6657 @%:@Check whether --with-serial was given.6442 # Check whether --with-serial was given. 6658 6443 if test "${with_serial+set}" = set; then 6659 6444 withval=$with_serial; SERIAL_VALUE=$withval … … 6662 6447 fi 6663 6448 6664 { $as_echo "$as_me:$LINENO: checking for serial compilation" >&56665 $as_echo_n "checking for serial compilation..." >&6; }6449 { echo "$as_me:$LINENO: checking for serial compilation" >&5 6450 echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; } 6666 6451 if test $SERIAL_VALUE = no; then 6667 6452 NOSERIAL_TRUE= … … 6672 6457 fi 6673 6458 6674 { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&56675 $as_echo "$SERIAL_VALUE" >&6; }6459 { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5 6460 echo "${ECHO_T}$SERIAL_VALUE" >&6; } 6676 6461 6677 6462 6678 6463 6679 @%:@Check whether --with-parallel was given.6464 # Check whether --with-parallel was given. 6680 6465 if test "${with_parallel+set}" = set; then 6681 6466 withval=$with_parallel; PARALLEL_VALUE=$withval … … 6684 6469 fi 6685 6470 6686 { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&56687 $as_echo_n "checking for parallel compilation..." >&6; }6471 { echo "$as_me:$LINENO: checking for parallel compilation" >&5 6472 echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; } 6688 6473 if test $PARALLEL_VALUE = no; then 6689 6474 NOPARALLEL_TRUE= … … 6694 6479 fi 6695 6480 6696 { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&56697 $as_echo "$PARALLEL_VALUE" >&6; }6481 { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5 6482 echo "${ECHO_T}$PARALLEL_VALUE" >&6; } 6698 6483 6699 6484 if test "$SERIAL_VALUE" != "yes" ; then 6700 6485 if test "$PARALLEL_VALUE" != "yes"; then 6701 { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&56702 $as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}6486 { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5 6487 echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;} 6703 6488 { (exit 1); exit 1; }; } 6704 6489 fi … … 6707 6492 6708 6493 6709 @%:@Check whether --with-matlab-dir was given.6494 # Check whether --with-matlab-dir was given. 6710 6495 if test "${with_matlab_dir+set}" = set; then 6711 6496 withval=$with_matlab_dir; MATLAB_ROOT=$withval … … 6717 6502 if test -d "$MATLAB_ROOT"; then 6718 6503 6719 { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&56720 $as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT..." >&6; }6504 { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5 6505 echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; } 6721 6506 6722 6507 HAVE_MATLAB=yes … … 6737 6522 fi 6738 6523 ;; 6524 *darwin9.6.0*) 6525 MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx" 6526 MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map" 6527 ;; 6528 6739 6529 esac 6740 6530 … … 6750 6540 6751 6541 6752 { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&56753 $as_echo "$HAVE_MATLAB" >&6; }6542 { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5 6543 echo "${ECHO_T}$HAVE_MATLAB" >&6; } 6754 6544 else 6755 6545 HAVE_MATLAB=no … … 6759 6549 if test $HAVE_MATLAB = no; then 6760 6550 if test "$SERIAL_VALUE" = "yes" ; then 6761 { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&56762 $as_echo "$as_me: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&2;}6551 { { echo "$as_me:$LINENO: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&5 6552 echo "$as_me: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&2;} 6763 6553 { (exit 1); exit 1; }; } 6764 6554 fi … … 6770 6560 6771 6561 6772 { $as_echo "$as_me:$LINENO: checking for Matlab version" >&56773 $as_echo_n "checking for Matlab version..." >&6; }6562 { echo "$as_me:$LINENO: checking for Matlab version" >&5 6563 echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; } 6774 6564 if test "${ax_cv_matlab_version+set}" = set; then 6775 $as_echo_n "(cached)" >&66565 echo $ECHO_N "(cached) $ECHO_C" >&6 6776 6566 else 6777 6567 if test "${MATLAB_VERSION+set}" = set ; then … … 6811 6601 fi 6812 6602 fi 6813 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&56814 $as_echo "$ax_cv_matlab_version" >&6; }6603 { echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5 6604 echo "${ECHO_T}$ax_cv_matlab_version" >&6; } 6815 6605 case $ax_cv_matlab_version in 6816 6606 @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@) … … 6821 6611 *) 6822 6612 if test x$ax_enable_matlab = xyes ; then 6823 { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&56824 $as_echo "$as_me: error: can not determine Matlab version number" >&2;}6613 { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5 6614 echo "$as_me: error: can not determine Matlab version number" >&2;} 6825 6615 { (exit 1); exit 1; }; } 6826 6616 fi … … 6866 6656 6867 6657 6868 @%:@Check whether --with-triangle-dir was given.6658 # Check whether --with-triangle-dir was given. 6869 6659 if test "${with_triangle_dir+set}" = set; then 6870 6660 withval=$with_triangle_dir; TRIANGLE_ROOT=$withval … … 6873 6663 fi 6874 6664 6875 { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&56876 $as_echo_n "checking for Triangle headers and libraries ..." >&6; }6665 { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5 6666 echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; } 6877 6667 if test -d "$TRIANGLE_ROOT"; then 6878 6668 … … 6893 6683 HAVE_TRIANGLE=no 6894 6684 fi 6895 { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&56896 $as_echo "$HAVE_TRIANGLE" >&6; }6897 6898 { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&56899 $as_echo_n "checking for triangle and parallel status..." >&6; }6685 { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5 6686 echo "${ECHO_T}$HAVE_TRIANGLE" >&6; } 6687 6688 { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5 6689 echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; } 6900 6690 if test $HAVE_TRIANGLE = no; then 6901 6691 if test "$SERIAL_VALUE" = "yes" ; then 6902 { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&56903 $as_echo "$as_me: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&2;}6692 { { echo "$as_me:$LINENO: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&5 6693 echo "$as_me: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&2;} 6904 6694 { (exit 1); exit 1; }; } 6905 6695 fi 6906 6696 fi 6907 { $as_echo "$as_me:$LINENO: result: ok" >&5 6908 $as_echo "ok" >&6; } 6697 { echo "$as_me:$LINENO: result: ok" >&5 6698 echo "${ECHO_T}ok" >&6; } 6699 6700 6701 # Check whether --with-dakota-dir was given. 6702 if test "${with_dakota_dir+set}" = set; then 6703 withval=$with_dakota_dir; DAKOTA_ROOT=$withval 6704 else 6705 DAKOTA_ROOT="" 6706 fi 6707 6708 { echo "$as_me:$LINENO: checking for Dakota " >&5 6709 echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; } 6909 6710 6711 if test -d "$DAKOTA_ROOT"; then 6712 6713 HAVE_DAKOTA=yes 6714 DAKOTAINCL=-I$DAKOTA_ROOT/include 6715 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs -levidence -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -lopt -lpsuade -lnewmat -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver " 6716 6717 6718 cat >>confdefs.h <<\_ACEOF 6719 @%:@define _HAVE_DAKOTA_ 1 6720 _ACEOF 6721 6910 6722 6911 6723 6912 @%:@ Check whether --with-metis-dir was given. 6724 6725 else 6726 HAVE_DAKOTA=no 6727 fi 6728 { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5 6729 echo "${ECHO_T}$HAVE_DAKOTA" >&6; } 6730 6731 6732 6733 # Check whether --with-metis-dir was given. 6913 6734 if test "${with_metis_dir+set}" = set; then 6914 6735 withval=$with_metis_dir; METIS_ROOT=$withval … … 6920 6741 if test -d "$METIS_ROOT"; then 6921 6742 6922 { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&56923 $as_echo_n "checking for Metis headers and libraries in $METIS_ROOT..." >&6; }6743 { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5 6744 echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; } 6924 6745 6925 6746 HAVE_METIS=yes … … 6939 6760 6940 6761 if test $HAVE_METIS = no; then 6941 { { $as_echo "$as_me:$LINENO: error: --with-metis-dir missing. Metis is needed to run ISSM" >&56942 $as_echo "$as_me: error: --with-metis-dir missing. Metis is needed to run ISSM" >&2;}6762 { { echo "$as_me:$LINENO: error: --with-metis-dir missing. Metis is needed to run ISSM" >&5 6763 echo "$as_me: error: --with-metis-dir missing. Metis is needed to run ISSM" >&2;} 6943 6764 { (exit 1); exit 1; }; }; 6944 6765 else 6945 { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&56946 $as_echo "$HAVE_METIS" >&6; }6766 { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5 6767 echo "${ECHO_T}$HAVE_METIS" >&6; } 6947 6768 fi 6948 6769 6949 { $as_echo "$as_me:$LINENO: checking for mpi..." >&56950 $as_echo_n "checking for mpi......" >&6; }6770 { echo "$as_me:$LINENO: checking for mpi..." >&5 6771 echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; } 6951 6772 6952 @%:@Check whether --with-mpi-lib was given.6773 # Check whether --with-mpi-lib was given. 6953 6774 if test "${with_mpi_lib+set}" = set; then 6954 6775 withval=$with_mpi_lib; MPILIB=$withval … … 6959 6780 6960 6781 6961 @%:@Check whether --with-mpi-include was given.6782 # Check whether --with-mpi-include was given. 6962 6783 if test "${with_mpi_include+set}" = set; then 6963 6784 withval=$with_mpi_include; MPI_INCLUDE=$withval … … 6969 6790 if test -z "$MPILIB" ; then 6970 6791 if test "$PARALLEL_VALUE" = "yes" ; then 6971 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&56972 $as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}6792 { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5 6793 echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;} 6973 6794 { (exit 1); exit 1; }; } 6974 6795 fi … … 6976 6797 if test -z "$MPI_INCLUDE" ; then 6977 6798 if test "$PARALLEL_VALUE" = "yes" ; then 6978 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&56979 $as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}6799 { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5 6800 echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;} 6980 6801 { (exit 1); exit 1; }; } 6981 6802 fi … … 6990 6811 6991 6812 6813 cat >>confdefs.h <<\_ACEOF 6814 @%:@define HAVE_MPI 1 6815 _ACEOF 6816 6817 6992 6818 6993 6819 fi 6994 6820 fi 6995 { $as_echo "$as_me:$LINENO: result: done" >&56996 $as_echo "done" >&6; }6821 { echo "$as_me:$LINENO: result: done" >&5 6822 echo "${ECHO_T}done" >&6; } 6997 6823 6998 6824 6999 @%:@Check whether --with-petsc-dir was given.6825 # Check whether --with-petsc-dir was given. 7000 6826 if test "${with_petsc_dir+set}" = set; then 7001 6827 withval=$with_petsc_dir; PETSC_ROOT=$withval … … 7007 6833 if test "$PARALLEL_VALUE" = "yes" ; then 7008 6834 if test "$PETSC_ROOT" = "" ; then 7009 { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&57010 $as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}6835 { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5 6836 echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;} 7011 6837 { (exit 1); exit 1; }; } 7012 6838 fi … … 7014 6840 7015 6841 7016 @%:@Check whether --with-petsc-arch was given.6842 # Check whether --with-petsc-arch was given. 7017 6843 if test "${with_petsc_arch+set}" = set; then 7018 6844 withval=$with_petsc_arch; PETSC_ARCH=$withval … … 7024 6850 if test "$PARALLEL_VALUE" = "yes" ; then 7025 6851 if test "$PETSC_ARCH" = "" ; then 7026 { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&57027 $as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}6852 { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5 6853 echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;} 7028 6854 { (exit 1); exit 1; }; } 7029 6855 fi 7030 6856 fi 7031 6857 7032 { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&57033 $as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH..." >&6; }6858 { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5 6859 echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; } 7034 6860 7035 6861 if test -d "$PETSC_ROOT"; then … … 7060 6886 if test $HAVE_PETSC = no; then 7061 6887 if test "$PARALLEL_VALUE" = "yes" ; then 7062 { { $as_echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&57063 $as_echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;}6888 { { echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&5 6889 echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;} 7064 6890 { (exit 1); exit 1; }; } 7065 6891 fi 7066 6892 else 7067 { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&57068 $as_echo "$HAVE_PETSC" >&6; }6893 { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5 6894 echo "${ECHO_T}$HAVE_PETSC" >&6; } 7069 6895 fi 7070 6896 7071 6897 7072 6898 7073 @%:@Check whether --with-slepc-dir was given.6899 # Check whether --with-slepc-dir was given. 7074 6900 if test "${with_slepc_dir+set}" = set; then 7075 6901 withval=$with_slepc_dir; SLEPC_ROOT=$withval … … 7079 6905 7080 6906 7081 { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&57082 $as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT..." >&6; }6907 { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5 6908 echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; } 7083 6909 if test -d "$SLEPC_ROOT"; then 7084 6910 … … 7098 6924 HAVE_SLEPC=no 7099 6925 fi 7100 { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&57101 $as_echo "$HAVE_SLEPC" >&6; }6926 { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5 6927 echo "${ECHO_T}$HAVE_SLEPC" >&6; } 7102 6928 7103 6929 7104 @%:@Check whether --with-scalapack-dir was given.6930 # Check whether --with-scalapack-dir was given. 7105 6931 if test "${with_scalapack_dir+set}" = set; then 7106 6932 withval=$with_scalapack_dir; SCALAPACK_ROOT=$withval … … 7110 6936 7111 6937 7112 { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&57113 $as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT..." >&6; }6938 { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5 6939 echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; } 7114 6940 if test -d "$SCALAPACK_ROOT"; then 7115 6941 … … 7127 6953 HAVE_SCALAPACK=no 7128 6954 fi 7129 { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&57130 $as_echo "$HAVE_SCALAPACK" >&6; }6955 { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5 6956 echo "${ECHO_T}$HAVE_SCALAPACK" >&6; } 7131 6957 7132 6958 7133 @%:@Check whether --with-blas-lapack-dir was given.6959 # Check whether --with-blas-lapack-dir was given. 7134 6960 if test "${with_blas_lapack_dir+set}" = set; then 7135 6961 withval=$with_blas_lapack_dir; BLASLAPACK_ROOT=$withval … … 7139 6965 7140 6966 7141 { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&57142 $as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT..." >&6; }6967 { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5 6968 echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; } 7143 6969 if test -d "$BLASLAPACK_ROOT"; then 7144 6970 … … 7146 6972 HAVE_BLASLAPACK=yes 7147 6973 BLASLAPACKINCL="" 7148 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"6974 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack" 7149 6975 7150 6976 … … 7158 6984 HAVE_BLASLAPACK=no 7159 6985 fi 7160 { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5 7161 $as_echo "$HAVE_BLASLAPACK" >&6; } 7162 6986 { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5 6987 echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; } 7163 6988 7164 6989 7165 @%:@ Check whether --with-plapack-dir was given. 6990 # Check whether --with-mkl-dir was given. 6991 if test "${with_mkl_dir+set}" = set; then 6992 withval=$with_mkl_dir; MKL_ROOT=$withval 6993 else 6994 MKL_ROOT="" 6995 fi 6996 6997 6998 { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5 6999 echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; } 7000 if test -d "$MKL_ROOT"; then 7001 7002 HAVE_MKL=yes 7003 MKLINCL="" 7004 MKLLIB=-L"$MKL_ROOT -lmkl_lapack -lmkl -lguide" 7005 7006 7007 cat >>confdefs.h <<\_ACEOF 7008 @%:@define _HAVE_MKL_ 1 7009 _ACEOF 7010 7011 7012 7013 else 7014 HAVE_MKL=no 7015 fi 7016 { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5 7017 echo "${ECHO_T}$HAVE_MKL" >&6; } 7018 7019 7020 # Check whether --with-plapack-dir was given. 7166 7021 if test "${with_plapack_dir+set}" = set; then 7167 7022 withval=$with_plapack_dir; PLAPACK_ROOT=$withval … … 7171 7026 7172 7027 7173 { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&57174 $as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT..." >&6; }7028 { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5 7029 echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; } 7175 7030 if test -d "$PLAPACK_ROOT"; then 7176 7031 … … 7190 7045 HAVE_PLAPACK=no 7191 7046 fi 7192 { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&57193 $as_echo "$HAVE_PLAPACK" >&6; }7047 { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5 7048 echo "${ECHO_T}$HAVE_PLAPACK" >&6; } 7194 7049 7195 7050 7196 @%:@Check whether --with-mumps-dir was given.7051 # Check whether --with-mumps-dir was given. 7197 7052 if test "${with_mumps_dir+set}" = set; then 7198 7053 withval=$with_mumps_dir; MUMPS_ROOT=$withval … … 7202 7057 7203 7058 7204 { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&57205 $as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT..." >&6; }7059 { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5 7060 echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; } 7206 7061 if test -d "$MUMPS_ROOT"; then 7207 7062 … … 7220 7075 HAVE_MUMPS=no 7221 7076 fi 7222 { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&57223 $as_echo "$HAVE_MUMPS" >&6; }7077 { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5 7078 echo "${ECHO_T}$HAVE_MUMPS" >&6; } 7224 7079 7225 7080 7226 @%:@Check whether --with-blacs-dir was given.7081 # Check whether --with-blacs-dir was given. 7227 7082 if test "${with_blacs_dir+set}" = set; then 7228 7083 withval=$with_blacs_dir; BLACS_ROOT=$withval … … 7232 7087 7233 7088 7234 { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&57235 $as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT..." >&6; }7089 { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5 7090 echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; } 7236 7091 if test -d "$BLACS_ROOT"; then 7237 7092 … … 7250 7105 HAVE_BLACS=no 7251 7106 fi 7252 { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5 7253 $as_echo "$HAVE_BLACS" >&6; } 7254 7255 7256 7107 { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5 7108 echo "${ECHO_T}$HAVE_BLACS" >&6; } 7109 7110 { echo "$as_me:$LINENO: checking for math library..." >&5 7111 echo $ECHO_N "checking for math library...... $ECHO_C" >&6; } 7112 7113 # Check whether --with-math-lib was given. 7114 if test "${with_math_lib+set}" = set; then 7115 withval=$with_math_lib; MATH_LIB=$withval 7116 else 7117 MATH_LIB="" 7118 fi 7119 7120 7121 if test -n "$MATH_LIB" ; then 7122 HAVE_MATH=yes 7123 MATHLIB="$MATH_LIB" 7124 7125 7126 cat >>confdefs.h <<\_ACEOF 7127 @%:@define _HAVE_MATH_ 1 7128 _ACEOF 7129 7130 7131 fi 7132 { echo "$as_me:$LINENO: result: done" >&5 7133 echo "${ECHO_T}done" >&6; } 7134 7135 { echo "$as_me:$LINENO: checking for fortran library..." >&5 7136 echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; } 7137 7138 # Check whether --with-fortran-lib was given. 7139 if test "${with_fortran_lib+set}" = set; then 7140 withval=$with_fortran_lib; FORTRAN_LIB=$withval 7141 else 7142 FORTRAN_LIB="" 7143 fi 7144 7145 7146 if test -n "$FORTRAN_LIB" ; then 7147 HAVE_FORTRAN=yes 7148 FORTRANLIB="$FORTRAN_LIB" 7149 7150 7151 cat >>confdefs.h <<\_ACEOF 7152 @%:@define _HAVE_FORTRAN_ 1 7153 _ACEOF 7154 7155 7156 fi 7157 { echo "$as_me:$LINENO: result: done" >&5 7158 echo "${ECHO_T}done" >&6; } 7257 7159 7258 7160 … … 7286 7188 *${as_nl}*) 7287 7189 case $ac_var in #( 7288 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&57289 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;7190 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 7191 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 7290 7192 esac 7291 7193 case $ac_var in #( 7292 7194 _ | IFS | as_nl) ;; #( 7293 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(7294 7195 *) $as_unset $ac_var ;; 7295 7196 esac ;; … … 7324 7225 if test -w "$cache_file"; then 7325 7226 test "x$cache_file" != "x/dev/null" && 7326 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&57327 $as_echo "$as_me: updating cache $cache_file" >&6;}7227 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 7228 echo "$as_me: updating cache $cache_file" >&6;} 7328 7229 cat confcache >$cache_file 7329 7230 else 7330 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&57331 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}7231 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 7232 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 7332 7233 fi 7333 7234 fi … … 7345 7246 # 1. Remove the extension, and $U if already installed. 7346 7247 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 7347 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`7248 ac_i=`echo "$ac_i" | sed "$ac_script"` 7348 7249 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 7349 7250 # will be set to the directory where LIBOBJS objects are built. … … 7357 7258 7358 7259 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 7359 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.7260 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 7360 7261 Usually this means the macro was only invoked conditionally." >&5 7361 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.7262 echo "$as_me: error: conditional \"AMDEP\" was never defined. 7362 7263 Usually this means the macro was only invoked conditionally." >&2;} 7363 7264 { (exit 1); exit 1; }; } 7364 7265 fi 7365 7266 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 7366 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.7267 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 7367 7268 Usually this means the macro was only invoked conditionally." >&5 7368 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.7269 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 7369 7270 Usually this means the macro was only invoked conditionally." >&2;} 7370 7271 { (exit 1); exit 1; }; } 7371 7272 fi 7372 7273 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 7373 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.7274 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 7374 7275 Usually this means the macro was only invoked conditionally." >&5 7375 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.7276 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 7376 7277 Usually this means the macro was only invoked conditionally." >&2;} 7377 7278 { (exit 1); exit 1; }; } 7378 7279 fi 7379 7280 if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then 7380 { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.7281 { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined. 7381 7282 Usually this means the macro was only invoked conditionally." >&5 7382 $as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.7283 echo "$as_me: error: conditional \"NOSERIAL\" was never defined. 7383 7284 Usually this means the macro was only invoked conditionally." >&2;} 7384 7285 { (exit 1); exit 1; }; } 7385 7286 fi 7386 7287 if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then 7387 { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.7288 { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined. 7388 7289 Usually this means the macro was only invoked conditionally." >&5 7389 $as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.7290 echo "$as_me: error: conditional \"NOPARALLEL\" was never defined. 7390 7291 Usually this means the macro was only invoked conditionally." >&2;} 7391 7292 { (exit 1); exit 1; }; } 7392 7293 fi 7393 7294 if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then 7394 { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.7295 { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined. 7395 7296 Usually this means the macro was only invoked conditionally." >&5 7396 $as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.7297 echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined. 7397 7298 Usually this means the macro was only invoked conditionally." >&2;} 7398 7299 { (exit 1); exit 1; }; } … … 7400 7301 7401 7302 : ${CONFIG_STATUS=./config.status} 7402 ac_write_fail=07403 7303 ac_clean_files_save=$ac_clean_files 7404 7304 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 7405 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&57406 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}7407 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=17305 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 7306 echo "$as_me: creating $CONFIG_STATUS" >&6;} 7307 cat >$CONFIG_STATUS <<_ACEOF 7408 7308 #! $SHELL 7409 7309 # Generated by $as_me. … … 7418 7318 _ACEOF 7419 7319 7420 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17320 cat >>$CONFIG_STATUS <<\_ACEOF 7421 7321 ## --------------------- ## 7422 7322 ## M4sh Initialization. ## … … 7428 7328 emulate sh 7429 7329 NULLCMD=: 7430 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which7330 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 7431 7331 # is contrary to our usage. Disable this feature. 7432 7332 alias -g '${1+"$@"}'='"$@"' … … 7450 7350 as_cr_alnum=$as_cr_Letters$as_cr_digits 7451 7351 7452 as_nl='7453 '7454 export as_nl7455 # Printing a long string crashes Solaris 7 /usr/bin/printf.7456 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'7457 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo7458 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo7459 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then7460 as_echo='printf %s\n'7461 as_echo_n='printf %s'7462 else7463 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then7464 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'7465 as_echo_n='/usr/ucb/echo -n'7466 else7467 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'7468 as_echo_n_body='eval7469 arg=$1;7470 case $arg in7471 *"$as_nl"*)7472 expr "X$arg" : "X\\(.*\\)$as_nl";7473 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;7474 esac;7475 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"7476 '7477 export as_echo_n_body7478 as_echo_n='sh -c $as_echo_n_body as_echo'7479 fi7480 export as_echo_body7481 as_echo='sh -c $as_echo_body as_echo'7482 fi7483 7484 7352 # The user is always right. 7485 7353 if test "${PATH_SEPARATOR+set}" != set; then 7486 PATH_SEPARATOR=: 7487 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 7488 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 7489 PATH_SEPARATOR=';' 7490 } 7354 echo "#! /bin/sh" >conf$$.sh 7355 echo "exit 0" >>conf$$.sh 7356 chmod +x conf$$.sh 7357 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 7358 PATH_SEPARATOR=';' 7359 else 7360 PATH_SEPARATOR=: 7361 fi 7362 rm -f conf$$.sh 7491 7363 fi 7492 7364 … … 7504 7376 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 7505 7377 # splitting by setting IFS to empty value.) 7378 as_nl=' 7379 ' 7506 7380 IFS=" "" $as_nl" 7507 7381 … … 7526 7400 fi 7527 7401 if test ! -f "$as_myself"; then 7528 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&27402 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 7529 7403 { (exit 1); exit 1; } 7530 7404 fi … … 7539 7413 7540 7414 # NLS nuisances. 7541 LC_ALL=C 7542 export LC_ALL 7543 LANGUAGE=C 7544 export LANGUAGE 7415 for as_var in \ 7416 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 7417 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 7418 LC_TELEPHONE LC_TIME 7419 do 7420 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 7421 eval $as_var=C; export $as_var 7422 else 7423 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 7424 fi 7425 done 7545 7426 7546 7427 # Required to use basename. … … 7564 7445 X"$0" : 'X\(//\)$' \| \ 7565 7446 X"$0" : 'X\(/\)' \| . 2>/dev/null || 7566 $as_echo X/"$0" |7447 echo X/"$0" | 7567 7448 sed '/^.*\/\([^/][^/]*\)\/*$/{ 7568 7449 s//\1/ … … 7615 7496 ' >$as_me.lineno && 7616 7497 chmod +x "$as_me.lineno" || 7617 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&27498 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 7618 7499 { (exit 1); exit 1; }; } 7619 7500 … … 7643 7524 ECHO_N='-n';; 7644 7525 esac 7526 7645 7527 if expr a : '\(a\)' >/dev/null 2>&1 && 7646 7528 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 7655 7537 else 7656 7538 rm -f conf$$.dir 7657 mkdir conf$$.dir 2>/dev/null 7658 fi 7659 if (echo >conf$$.file) 2>/dev/null; then 7660 if ln -s conf$$.file conf$$ 2>/dev/null; then 7661 as_ln_s='ln -s' 7662 # ... but there are two gotchas: 7663 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7664 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7665 # In both cases, we have to default to `cp -p'. 7666 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7667 as_ln_s='cp -p' 7668 elif ln conf$$.file conf$$ 2>/dev/null; then 7669 as_ln_s=ln 7670 else 7539 mkdir conf$$.dir 7540 fi 7541 echo >conf$$.file 7542 if ln -s conf$$.file conf$$ 2>/dev/null; then 7543 as_ln_s='ln -s' 7544 # ... but there are two gotchas: 7545 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7546 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7547 # In both cases, we have to default to `cp -p'. 7548 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7671 7549 as_ln_s='cp -p' 7672 fi 7550 elif ln conf$$.file conf$$ 2>/dev/null; then 7551 as_ln_s=ln 7673 7552 else 7674 7553 as_ln_s='cp -p' … … 7695 7574 eval sh -c '\'' 7696 7575 if test -d "$1"; then 7697 7576 test -d "$1/."; 7698 7577 else 7699 7578 case $1 in 7700 7579 -*)set "./$1";; 7701 7580 esac; 7702 7581 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 7721 7600 ac_log=" 7722 7601 This file was extended by ISSM $as_me 1.0, which was 7723 generated by GNU Autoconf 2.6 3. Invocation command line was7602 generated by GNU Autoconf 2.61. Invocation command line was 7724 7603 7725 7604 CONFIG_FILES = $CONFIG_FILES … … 7734 7613 _ACEOF 7735 7614 7736 case $ac_config_files in *" 7737 "*) set x $ac_config_files; shift; ac_config_files=$*;; 7738 esac 7739 7740 case $ac_config_headers in *" 7741 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 7742 esac 7743 7744 7745 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7615 cat >>$CONFIG_STATUS <<_ACEOF 7746 7616 # Files that config.status was made for. 7747 7617 config_files="$ac_config_files" … … 7751 7621 _ACEOF 7752 7622 7753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17623 cat >>$CONFIG_STATUS <<\_ACEOF 7754 7624 ac_cs_usage="\ 7755 7625 \`$as_me' instantiates files from templates according to the 7756 7626 current configuration. 7757 7627 7758 Usage: $0 [OPTION ]...[FILE]...7628 Usage: $0 [OPTIONS] [FILE]... 7759 7629 7760 7630 -h, --help print this help, then exit 7761 7631 -V, --version print version number and configuration settings, then exit 7762 -q, --quiet, --silent 7763 do not print progress messages 7632 -q, --quiet do not print progress messages 7764 7633 -d, --debug don't remove temporary files 7765 7634 --recheck update $as_me by reconfiguring in the same conditions 7766 --file=FILE[:TEMPLATE]7767 7768 --header=FILE[:TEMPLATE]7769 7635 --file=FILE[:TEMPLATE] 7636 instantiate the configuration file FILE 7637 --header=FILE[:TEMPLATE] 7638 instantiate the configuration header FILE 7770 7639 7771 7640 Configuration files: … … 7781 7650 7782 7651 _ACEOF 7783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17652 cat >>$CONFIG_STATUS <<_ACEOF 7784 7653 ac_cs_version="\\ 7785 7654 ISSM config.status 1.0 7786 configured by $0, generated by GNU Autoconf 2.6 3,7787 with options \\"` $as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"7788 7789 Copyright (C) 200 8Free Software Foundation, Inc.7655 configured by $0, generated by GNU Autoconf 2.61, 7656 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 7657 7658 Copyright (C) 2006 Free Software Foundation, Inc. 7790 7659 This config.status script is free software; the Free Software Foundation 7791 7660 gives unlimited permission to copy, distribute and modify it." … … 7795 7664 INSTALL='$INSTALL' 7796 7665 MKDIR_P='$MKDIR_P' 7797 AWK='$AWK' 7798 test -n "\$AWK" || AWK=awk 7799 _ACEOF 7800 7801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 7802 # The default lists apply if the user does not specify any file. 7666 _ACEOF 7667 7668 cat >>$CONFIG_STATUS <<\_ACEOF 7669 # If no file are specified by the user, then we need to provide default 7670 # value. By we need to know if files were specified by the user. 7803 7671 ac_need_defaults=: 7804 7672 while test $# != 0 … … 7822 7690 ac_cs_recheck=: ;; 7823 7691 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 7824 $as_echo "$ac_cs_version"; exit ;;7692 echo "$ac_cs_version"; exit ;; 7825 7693 --debug | --debu | --deb | --de | --d | -d ) 7826 7694 debug=: ;; 7827 7695 --file | --fil | --fi | --f ) 7828 7696 $ac_shift 7829 case $ac_optarg in 7830 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 7831 esac 7832 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 7697 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 7833 7698 ac_need_defaults=false;; 7834 7699 --header | --heade | --head | --hea ) 7835 7700 $ac_shift 7836 case $ac_optarg in 7837 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 7838 esac 7839 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 7701 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 7840 7702 ac_need_defaults=false;; 7841 7703 --he | --h) 7842 7704 # Conflict between --help and --header 7843 { $as_echo "$as_me: error: ambiguous option: $17705 { echo "$as_me: error: ambiguous option: $1 7844 7706 Try \`$0 --help' for more information." >&2 7845 7707 { (exit 1); exit 1; }; };; 7846 7708 --help | --hel | -h ) 7847 $as_echo "$ac_cs_usage"; exit ;;7709 echo "$ac_cs_usage"; exit ;; 7848 7710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 7849 7711 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 7851 7713 7852 7714 # This is an error. 7853 -*) { $as_echo "$as_me: error: unrecognized option: $17715 -*) { echo "$as_me: error: unrecognized option: $1 7854 7716 Try \`$0 --help' for more information." >&2 7855 7717 { (exit 1); exit 1; }; } ;; … … 7870 7732 7871 7733 _ACEOF 7872 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17734 cat >>$CONFIG_STATUS <<_ACEOF 7873 7735 if \$ac_cs_recheck; then 7874 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7875 shift 7876 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 7877 CONFIG_SHELL='$SHELL' 7736 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 7737 CONFIG_SHELL=$SHELL 7878 7738 export CONFIG_SHELL 7879 exec "\$@"7880 fi 7881 7882 _ACEOF 7883 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17739 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7740 fi 7741 7742 _ACEOF 7743 cat >>$CONFIG_STATUS <<\_ACEOF 7884 7744 exec 5>>config.log 7885 7745 { … … 7888 7748 @%:@@%:@ Running $as_me. @%:@@%:@ 7889 7749 _ASBOX 7890 $as_echo "$ac_log"7750 echo "$ac_log" 7891 7751 } >&5 7892 7752 7893 7753 _ACEOF 7894 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17754 cat >>$CONFIG_STATUS <<_ACEOF 7895 7755 # 7896 7756 # INIT-COMMANDS … … 7900 7760 _ACEOF 7901 7761 7902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17762 cat >>$CONFIG_STATUS <<\_ACEOF 7903 7763 7904 7764 # Handling of arguments. … … 7914 7774 "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; 7915 7775 7916 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&57917 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}7776 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 7777 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 7918 7778 { (exit 1); exit 1; }; };; 7919 7779 esac … … 7956 7816 } || 7957 7817 { 7958 $as_echo "$as_me: cannot create a temporary directory in ." >&27818 echo "$me: cannot create a temporary directory in ." >&2 7959 7819 { (exit 1); exit 1; } 7960 7820 } 7961 7821 7962 # Set up the scripts for CONFIG_FILES section. 7963 # No need to generate them if there are no CONFIG_FILES. 7964 # This happens for instance with `./config.status config.h'. 7822 # 7823 # Set up the sed scripts for CONFIG_FILES section. 7824 # 7825 7826 # No need to generate the scripts if there are no CONFIG_FILES. 7827 # This happens for instance when ./config.status config.h 7965 7828 if test -n "$CONFIG_FILES"; then 7966 7829 7967 7968 ac_cr=' 7969 ' 7970 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 7971 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 7972 ac_cs_awk_cr='\\r' 7973 else 7974 ac_cs_awk_cr=$ac_cr 7975 fi 7976 7977 echo 'BEGIN {' >"$tmp/subs1.awk" && 7978 _ACEOF 7979 7980 7981 { 7982 echo "cat >conf$$subs.awk <<_ACEOF" && 7983 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 7984 echo "_ACEOF" 7985 } >conf$$subs.sh || 7986 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7987 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 7988 { (exit 1); exit 1; }; } 7989 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 7830 _ACEOF 7831 7832 7833 7990 7834 ac_delim='%!_!# ' 7991 7835 for ac_last_try in false false false false false :; do 7992 . ./conf$$subs.sh || 7993 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7994 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 7995 { (exit 1); exit 1; }; } 7996 7997 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 7998 if test $ac_delim_n = $ac_delim_num; then 7836 cat >conf$$subs.sed <<_ACEOF 7837 SHELL!$SHELL$ac_delim 7838 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 7839 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 7840 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 7841 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 7842 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 7843 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 7844 exec_prefix!$exec_prefix$ac_delim 7845 prefix!$prefix$ac_delim 7846 program_transform_name!$program_transform_name$ac_delim 7847 bindir!$bindir$ac_delim 7848 sbindir!$sbindir$ac_delim 7849 libexecdir!$libexecdir$ac_delim 7850 datarootdir!$datarootdir$ac_delim 7851 datadir!$datadir$ac_delim 7852 sysconfdir!$sysconfdir$ac_delim 7853 sharedstatedir!$sharedstatedir$ac_delim 7854 localstatedir!$localstatedir$ac_delim 7855 includedir!$includedir$ac_delim 7856 oldincludedir!$oldincludedir$ac_delim 7857 docdir!$docdir$ac_delim 7858 infodir!$infodir$ac_delim 7859 htmldir!$htmldir$ac_delim 7860 dvidir!$dvidir$ac_delim 7861 pdfdir!$pdfdir$ac_delim 7862 psdir!$psdir$ac_delim 7863 libdir!$libdir$ac_delim 7864 localedir!$localedir$ac_delim 7865 mandir!$mandir$ac_delim 7866 DEFS!$DEFS$ac_delim 7867 ECHO_C!$ECHO_C$ac_delim 7868 ECHO_N!$ECHO_N$ac_delim 7869 ECHO_T!$ECHO_T$ac_delim 7870 LIBS!$LIBS$ac_delim 7871 build_alias!$build_alias$ac_delim 7872 host_alias!$host_alias$ac_delim 7873 target_alias!$target_alias$ac_delim 7874 build!$build$ac_delim 7875 build_cpu!$build_cpu$ac_delim 7876 build_vendor!$build_vendor$ac_delim 7877 build_os!$build_os$ac_delim 7878 host!$host$ac_delim 7879 host_cpu!$host_cpu$ac_delim 7880 host_vendor!$host_vendor$ac_delim 7881 host_os!$host_os$ac_delim 7882 target!$target$ac_delim 7883 target_cpu!$target_cpu$ac_delim 7884 target_vendor!$target_vendor$ac_delim 7885 target_os!$target_os$ac_delim 7886 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 7887 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 7888 INSTALL_DATA!$INSTALL_DATA$ac_delim 7889 am__isrc!$am__isrc$ac_delim 7890 CYGPATH_W!$CYGPATH_W$ac_delim 7891 PACKAGE!$PACKAGE$ac_delim 7892 VERSION!$VERSION$ac_delim 7893 ACLOCAL!$ACLOCAL$ac_delim 7894 AUTOCONF!$AUTOCONF$ac_delim 7895 AUTOMAKE!$AUTOMAKE$ac_delim 7896 AUTOHEADER!$AUTOHEADER$ac_delim 7897 MAKEINFO!$MAKEINFO$ac_delim 7898 install_sh!$install_sh$ac_delim 7899 STRIP!$STRIP$ac_delim 7900 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 7901 mkdir_p!$mkdir_p$ac_delim 7902 AWK!$AWK$ac_delim 7903 SET_MAKE!$SET_MAKE$ac_delim 7904 am__leading_dot!$am__leading_dot$ac_delim 7905 AMTAR!$AMTAR$ac_delim 7906 am__tar!$am__tar$ac_delim 7907 am__untar!$am__untar$ac_delim 7908 RANLIB!$RANLIB$ac_delim 7909 CC!$CC$ac_delim 7910 CFLAGS!$CFLAGS$ac_delim 7911 LDFLAGS!$LDFLAGS$ac_delim 7912 CPPFLAGS!$CPPFLAGS$ac_delim 7913 ac_ct_CC!$ac_ct_CC$ac_delim 7914 EXEEXT!$EXEEXT$ac_delim 7915 OBJEXT!$OBJEXT$ac_delim 7916 DEPDIR!$DEPDIR$ac_delim 7917 am__include!$am__include$ac_delim 7918 am__quote!$am__quote$ac_delim 7919 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 7920 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 7921 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 7922 CCDEPMODE!$CCDEPMODE$ac_delim 7923 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 7924 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 7925 CXX!$CXX$ac_delim 7926 CXXFLAGS!$CXXFLAGS$ac_delim 7927 ac_ct_CXX!$ac_ct_CXX$ac_delim 7928 CXXDEPMODE!$CXXDEPMODE$ac_delim 7929 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 7930 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 7931 F77!$F77$ac_delim 7932 FFLAGS!$FFLAGS$ac_delim 7933 ac_ct_F77!$ac_ct_F77$ac_delim 7934 _ACEOF 7935 7936 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 7999 7937 break 8000 7938 elif $ac_last_try; then 8001 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&58002 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}7939 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7940 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8003 7941 { (exit 1); exit 1; }; } 8004 7942 else … … 8006 7944 fi 8007 7945 done 8008 rm -f conf$$subs.sh 8009 8010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8011 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 8012 _ACEOF 8013 sed -n ' 8014 h 8015 s/^/S["/; s/!.*/"]=/ 8016 p 8017 g 8018 s/^[^!]*!// 8019 :repl 8020 t repl 8021 s/'"$ac_delim"'$// 8022 t delim 8023 :nl 8024 h 8025 s/\(.\{148\}\).*/\1/ 8026 t more1 8027 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 8028 p 8029 n 8030 b repl 8031 :more1 8032 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 8033 p 8034 g 8035 s/.\{148\}// 8036 t nl 8037 :delim 8038 h 8039 s/\(.\{148\}\).*/\1/ 8040 t more2 8041 s/["\\]/\\&/g; s/^/"/; s/$/"/ 8042 p 8043 b 8044 :more2 8045 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 8046 p 8047 g 8048 s/.\{148\}// 8049 t delim 8050 ' <conf$$subs.awk | sed ' 8051 /^[^""]/{ 8052 N 8053 s/\n// 8054 } 8055 ' >>$CONFIG_STATUS || ac_write_fail=1 8056 rm -f conf$$subs.awk 8057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8058 _ACAWK 8059 cat >>"\$tmp/subs1.awk" <<_ACAWK && 8060 for (key in S) S_is_set[key] = 1 8061 FS = "" 8062 8063 } 8064 { 8065 line = $ 0 8066 nfields = split(line, field, "@") 8067 substed = 0 8068 len = length(field[1]) 8069 for (i = 2; i < nfields; i++) { 8070 key = field[i] 8071 keylen = length(key) 8072 if (S_is_set[key]) { 8073 value = S[key] 8074 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 8075 len += length(value) + length(field[++i]) 8076 substed = 1 8077 } else 8078 len += 1 + keylen 8079 } 8080 8081 print line 8082 } 8083 8084 _ACAWK 8085 _ACEOF 8086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8087 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8088 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8089 else 8090 cat 8091 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 8092 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 8093 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 7946 7947 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 7948 if test -n "$ac_eof"; then 7949 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 7950 ac_eof=`expr $ac_eof + 1` 7951 fi 7952 7953 cat >>$CONFIG_STATUS <<_ACEOF 7954 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 7955 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7956 _ACEOF 7957 sed ' 7958 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 7959 s/^/s,@/; s/!/@,|#_!!_#|/ 7960 :n 7961 t n 7962 s/'"$ac_delim"'$/,g/; t 7963 s/$/\\/; p 7964 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 7965 ' >>$CONFIG_STATUS <conf$$subs.sed 7966 rm -f conf$$subs.sed 7967 cat >>$CONFIG_STATUS <<_ACEOF 7968 CEOF$ac_eof 7969 _ACEOF 7970 7971 7972 ac_delim='%!_!# ' 7973 for ac_last_try in false false false false false :; do 7974 cat >conf$$subs.sed <<_ACEOF 7975 FLIBS!$FLIBS$ac_delim 7976 XMKMF!$XMKMF$ac_delim 7977 CPP!$CPP$ac_delim 7978 X_CFLAGS!$X_CFLAGS$ac_delim 7979 X_PRE_LIBS!$X_PRE_LIBS$ac_delim 7980 X_LIBS!$X_LIBS$ac_delim 7981 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 7982 NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim 7983 NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim 7984 NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim 7985 NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim 7986 MATLABINCL!$MATLABINCL$ac_delim 7987 MEX!$MEX$ac_delim 7988 MEXEXT!$MEXEXT$ac_delim 7989 MEXLIB!$MEXLIB$ac_delim 7990 MEXLINK!$MEXLINK$ac_delim 7991 MATLAB!$MATLAB$ac_delim 7992 MATLAB_VERSION!$MATLAB_VERSION$ac_delim 7993 MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim 7994 MATLAB_MINOR!$MATLAB_MINOR$ac_delim 7995 LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim 7996 LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim 7997 TRIANGLEINCL!$TRIANGLEINCL$ac_delim 7998 TRIANGLELIB!$TRIANGLELIB$ac_delim 7999 DAKOTAINCL!$DAKOTAINCL$ac_delim 8000 DAKOTALIB!$DAKOTALIB$ac_delim 8001 METISINCL!$METISINCL$ac_delim 8002 METISLIB!$METISLIB$ac_delim 8003 MPIINCL!$MPIINCL$ac_delim 8004 MPILIB!$MPILIB$ac_delim 8005 PETSCINCL!$PETSCINCL$ac_delim 8006 PETSCLIB!$PETSCLIB$ac_delim 8007 SLEPCINCL!$SLEPCINCL$ac_delim 8008 SLEPCLIB!$SLEPCLIB$ac_delim 8009 SCALAPACKLIB!$SCALAPACKLIB$ac_delim 8010 BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim 8011 BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim 8012 MKLLIB!$MKLLIB$ac_delim 8013 MKLINCL!$MKLINCL$ac_delim 8014 PLAPACKINCL!$PLAPACKINCL$ac_delim 8015 PLAPACKLIB!$PLAPACKLIB$ac_delim 8016 MUMPSINCL!$MUMPSINCL$ac_delim 8017 MUMPSLIB!$MUMPSLIB$ac_delim 8018 BLACSINCL!$BLACSINCL$ac_delim 8019 BLACSLIB!$BLACSLIB$ac_delim 8020 MATHLIB!$MATHLIB$ac_delim 8021 FORTRANLIB!$FORTRANLIB$ac_delim 8022 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim 8023 LTLIBOBJS!$LTLIBOBJS$ac_delim 8024 _ACEOF 8025 8026 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then 8027 break 8028 elif $ac_last_try; then 8029 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 8030 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8094 8031 { (exit 1); exit 1; }; } 8095 _ACEOF 8032 else 8033 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8034 fi 8035 done 8036 8037 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 8038 if test -n "$ac_eof"; then 8039 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 8040 ac_eof=`expr $ac_eof + 1` 8041 fi 8042 8043 cat >>$CONFIG_STATUS <<_ACEOF 8044 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 8045 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 8046 _ACEOF 8047 sed ' 8048 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 8049 s/^/s,@/; s/!/@,|#_!!_#|/ 8050 :n 8051 t n 8052 s/'"$ac_delim"'$/,g/; t 8053 s/$/\\/; p 8054 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 8055 ' >>$CONFIG_STATUS <conf$$subs.sed 8056 rm -f conf$$subs.sed 8057 cat >>$CONFIG_STATUS <<_ACEOF 8058 :end 8059 s/|#_!!_#|//g 8060 CEOF$ac_eof 8061 _ACEOF 8062 8096 8063 8097 8064 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 8110 8077 fi 8111 8078 8112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18079 cat >>$CONFIG_STATUS <<\_ACEOF 8113 8080 fi # test -n "$CONFIG_FILES" 8114 8081 8115 # Set up the scripts for CONFIG_HEADERS section. 8116 # No need to generate them if there are no CONFIG_HEADERS. 8117 # This happens for instance with `./config.status Makefile'. 8118 if test -n "$CONFIG_HEADERS"; then 8119 cat >"$tmp/defines.awk" <<\_ACAWK || 8120 BEGIN { 8121 _ACEOF 8122 8123 # Transform confdefs.h into an awk script `defines.awk', embedded as 8124 # here-document in config.status, that substitutes the proper values into 8125 # config.h.in to produce config.h. 8126 8127 # Create a delimiter string that does not exist in confdefs.h, to ease 8128 # handling of long lines. 8129 ac_delim='%!_!# ' 8130 for ac_last_try in false false :; do 8131 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 8132 if test -z "$ac_t"; then 8133 break 8134 elif $ac_last_try; then 8135 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 8136 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 8137 { (exit 1); exit 1; }; } 8138 else 8139 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8140 fi 8141 done 8142 8143 # For the awk script, D is an array of macro values keyed by name, 8144 # likewise P contains macro parameters if any. Preserve backslash 8145 # newline sequences. 8146 8147 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8148 sed -n ' 8149 s/.\{148\}/&'"$ac_delim"'/g 8150 t rset 8151 :rset 8152 s/^[ ]*#[ ]*define[ ][ ]*/ / 8153 t def 8154 d 8155 :def 8156 s/\\$// 8157 t bsnl 8158 s/["\\]/\\&/g 8159 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 8160 D["\1"]=" \3"/p 8161 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 8162 d 8163 :bsnl 8164 s/["\\]/\\&/g 8165 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 8166 D["\1"]=" \3\\\\\\n"\\/p 8167 t cont 8168 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 8169 t cont 8170 d 8171 :cont 8172 n 8173 s/.\{148\}/&'"$ac_delim"'/g 8174 t clear 8175 :clear 8176 s/\\$// 8177 t bsnlc 8178 s/["\\]/\\&/g; s/^/"/; s/$/"/p 8179 d 8180 :bsnlc 8181 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 8182 b cont 8183 ' <confdefs.h | sed ' 8184 s/'"$ac_delim"'/"\\\ 8185 "/g' >>$CONFIG_STATUS || ac_write_fail=1 8186 8187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8188 for (key in D) D_is_set[key] = 1 8189 FS = "" 8190 } 8191 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 8192 line = \$ 0 8193 split(line, arg, " ") 8194 if (arg[1] == "#") { 8195 defundef = arg[2] 8196 mac1 = arg[3] 8197 } else { 8198 defundef = substr(arg[1], 2) 8199 mac1 = arg[2] 8200 } 8201 split(mac1, mac2, "(") #) 8202 macro = mac2[1] 8203 prefix = substr(line, 1, index(line, defundef) - 1) 8204 if (D_is_set[macro]) { 8205 # Preserve the white space surrounding the "#". 8206 print prefix "define", macro P[macro] D[macro] 8207 next 8208 } else { 8209 # Replace #undef with comments. This is necessary, for example, 8210 # in the case of _POSIX_SOURCE, which is predefined and required 8211 # on some systems where configure will not decide to define it. 8212 if (defundef == "undef") { 8213 print "/*", prefix defundef, macro, "*/" 8214 next 8215 } 8216 } 8217 } 8218 { print } 8219 _ACAWK 8220 _ACEOF 8221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8222 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 8223 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 8224 { (exit 1); exit 1; }; } 8225 fi # test -n "$CONFIG_HEADERS" 8226 8227 8228 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 8229 shift 8230 for ac_tag 8082 8083 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 8231 8084 do 8232 8085 case $ac_tag in … … 8235 8088 case $ac_mode$ac_tag in 8236 8089 :[FHL]*:*);; 8237 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&58238 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}8090 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 8091 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 8239 8092 { (exit 1); exit 1; }; };; 8240 8093 :[FH]-) ac_tag=-:-;; … … 8265 8118 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8266 8119 esac || 8267 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&58268 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}8120 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 8121 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 8269 8122 { (exit 1); exit 1; }; };; 8270 8123 esac 8271 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 8272 ac_file_inputs="$ac_file_inputs '$ac_f'" 8124 ac_file_inputs="$ac_file_inputs $ac_f" 8273 8125 done 8274 8126 … … 8276 8128 # use $as_me), people would be surprised to read: 8277 8129 # /* config.h. Generated by config.status. */ 8278 configure_input='Generated from '` 8279 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 8280 `' by configure.' 8130 configure_input="Generated from "`IFS=: 8131 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 8281 8132 if test x"$ac_file" != x-; then 8282 8133 configure_input="$ac_file. $configure_input" 8283 { $as_echo "$as_me:$LINENO: creating $ac_file" >&58284 $as_echo "$as_me: creating $ac_file" >&6;}8134 { echo "$as_me:$LINENO: creating $ac_file" >&5 8135 echo "$as_me: creating $ac_file" >&6;} 8285 8136 fi 8286 # Neutralize special characters interpreted by sed in replacement strings.8287 case $configure_input in #(8288 *\&* | *\|* | *\\* )8289 ac_sed_conf_input=`$as_echo "$configure_input" |8290 sed 's/[\\\\&|]/\\\\&/g'`;; #(8291 *) ac_sed_conf_input=$configure_input;;8292 esac8293 8137 8294 8138 case $ac_tag in 8295 *:-:* | *:-) cat >"$tmp/stdin" \ 8296 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8297 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8298 { (exit 1); exit 1; }; } ;; 8139 *:-:* | *:-) cat >"$tmp/stdin";; 8299 8140 esac 8300 8141 ;; … … 8306 8147 X"$ac_file" : 'X\(//\)$' \| \ 8307 8148 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 8308 $as_echo X"$ac_file" |8149 echo X"$ac_file" | 8309 8150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8310 8151 s//\1/ … … 8332 8173 while :; do 8333 8174 case $as_dir in #( 8334 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(8175 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8335 8176 *) as_qdir=$as_dir;; 8336 8177 esac … … 8341 8182 X"$as_dir" : 'X\(//\)$' \| \ 8342 8183 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8343 $as_echo X"$as_dir" |8184 echo X"$as_dir" | 8344 8185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8345 8186 s//\1/ … … 8362 8203 done 8363 8204 test -z "$as_dirs" || eval "mkdir $as_dirs" 8364 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&58365 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}8205 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8206 echo "$as_me: error: cannot create directory $as_dir" >&2;} 8366 8207 { (exit 1); exit 1; }; }; } 8367 8208 ac_builddir=. … … 8370 8211 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 8371 8212 *) 8372 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`8213 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8373 8214 # A ".." for each directory in $ac_dir_suffix. 8374 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`8215 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 8375 8216 case $ac_top_builddir_sub in 8376 8217 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 8417 8258 _ACEOF 8418 8259 8419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18260 cat >>$CONFIG_STATUS <<\_ACEOF 8420 8261 # If the template does not know about datarootdir, expand it. 8421 8262 # FIXME: This hack should be removed a few years after 2.60. 8422 8263 ac_datarootdir_hack=; ac_datarootdir_seen= 8423 8264 8424 ac_sed_dataroot=' 8425 /datarootdir/ { 8265 case `sed -n '/datarootdir/ { 8426 8266 p 8427 8267 q … … 8432 8272 /@localedir@/p 8433 8273 /@mandir@/p 8434 ' 8435 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 8274 ' $ac_file_inputs` in 8436 8275 *datarootdir*) ac_datarootdir_seen=yes;; 8437 8276 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 8438 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&58439 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}8440 _ACEOF 8441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=18277 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 8278 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 8279 _ACEOF 8280 cat >>$CONFIG_STATUS <<_ACEOF 8442 8281 ac_datarootdir_hack=' 8443 8282 s&@datadir@&$datadir&g … … 8453 8292 # Shell code in configure.ac might set extrasub. 8454 8293 # FIXME: do we really want to maintain this feature? 8455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=18456 ac_sed_extra="$ac_vpsub8294 cat >>$CONFIG_STATUS <<_ACEOF 8295 sed "$ac_vpsub 8457 8296 $extrasub 8458 8297 _ACEOF 8459 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18298 cat >>$CONFIG_STATUS <<\_ACEOF 8460 8299 :t 8461 8300 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 8462 s |@configure_input@|$ac_sed_conf_input|;t t8301 s&@configure_input@&$configure_input&;t t 8463 8302 s&@top_builddir@&$ac_top_builddir_sub&;t t 8464 s&@top_build_prefix@&$ac_top_build_prefix&;t t8465 8303 s&@srcdir@&$ac_srcdir&;t t 8466 8304 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 8473 8311 s&@MKDIR_P@&$ac_MKDIR_P&;t t 8474 8312 $ac_datarootdir_hack 8475 " 8476 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 8477 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8478 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8479 { (exit 1); exit 1; }; } 8313 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 8480 8314 8481 8315 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8482 8316 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8483 8317 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8484 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'8318 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8485 8319 which seems to be undefined. Please make sure it is defined." >&5 8486 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'8320 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8487 8321 which seems to be undefined. Please make sure it is defined." >&2;} 8488 8322 8489 8323 rm -f "$tmp/stdin" 8490 8324 case $ac_file in 8491 -) cat "$tmp/out" && rm -f "$tmp/out";; 8492 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 8493 esac \ 8494 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8495 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8496 { (exit 1); exit 1; }; } 8325 -) cat "$tmp/out"; rm -f "$tmp/out";; 8326 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 8327 esac 8497 8328 ;; 8498 8329 :H) … … 8500 8331 # CONFIG_HEADER 8501 8332 # 8333 _ACEOF 8334 8335 # Transform confdefs.h into a sed script `conftest.defines', that 8336 # substitutes the proper values into config.h.in to produce config.h. 8337 rm -f conftest.defines conftest.tail 8338 # First, append a space to every undef/define line, to ease matching. 8339 echo 's/$/ /' >conftest.defines 8340 # Then, protect against being on the right side of a sed subst, or in 8341 # an unquoted here document, in config.status. If some macros were 8342 # called several times there might be several #defines for the same 8343 # symbol, which is useless. But do not sort them, since the last 8344 # AC_DEFINE must be honored. 8345 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8346 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 8347 # NAME is the cpp macro being defined, VALUE is the value it is being given. 8348 # PARAMS is the parameter list in the macro definition--in most cases, it's 8349 # just an empty string. 8350 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 8351 ac_dB='\\)[ (].*,\\1define\\2' 8352 ac_dC=' ' 8353 ac_dD=' ,' 8354 8355 uniq confdefs.h | 8356 sed -n ' 8357 t rset 8358 :rset 8359 s/^[ ]*#[ ]*define[ ][ ]*// 8360 t ok 8361 d 8362 :ok 8363 s/[\\&,]/\\&/g 8364 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 8365 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 8366 ' >>conftest.defines 8367 8368 # Remove the space that was appended to ease matching. 8369 # Then replace #undef with comments. This is necessary, for 8370 # example, in the case of _POSIX_SOURCE, which is predefined and required 8371 # on some systems where configure will not decide to define it. 8372 # (The regexp can be short, since the line contains either #define or #undef.) 8373 echo 's/ $// 8374 s,^[ #]*u.*,/* & */,' >>conftest.defines 8375 8376 # Break up conftest.defines: 8377 ac_max_sed_lines=50 8378 8379 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 8380 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 8381 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 8382 # et cetera. 8383 ac_in='$ac_file_inputs' 8384 ac_out='"$tmp/out1"' 8385 ac_nxt='"$tmp/out2"' 8386 8387 while : 8388 do 8389 # Write a here document: 8390 cat >>$CONFIG_STATUS <<_ACEOF 8391 # First, check the format of the line: 8392 cat >"\$tmp/defines.sed" <<\\CEOF 8393 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 8394 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 8395 b 8396 :def 8397 _ACEOF 8398 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 8399 echo 'CEOF 8400 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 8401 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 8402 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 8403 grep . conftest.tail >/dev/null || break 8404 rm -f conftest.defines 8405 mv conftest.tail conftest.defines 8406 done 8407 rm -f conftest.defines conftest.tail 8408 8409 echo "ac_result=$ac_in" >>$CONFIG_STATUS 8410 cat >>$CONFIG_STATUS <<\_ACEOF 8502 8411 if test x"$ac_file" != x-; then 8503 { 8504 $as_echo "/* $configure_input */" \ 8505 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 8506 } >"$tmp/config.h" \ 8507 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8508 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8509 { (exit 1); exit 1; }; } 8510 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 8511 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8512 $as_echo "$as_me: $ac_file is unchanged" >&6;} 8412 echo "/* $configure_input */" >"$tmp/config.h" 8413 cat "$ac_result" >>"$tmp/config.h" 8414 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 8415 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8416 echo "$as_me: $ac_file is unchanged" >&6;} 8513 8417 else 8514 rm -f "$ac_file" 8515 mv "$tmp/config.h" "$ac_file" \ 8516 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8517 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8518 { (exit 1); exit 1; }; } 8418 rm -f $ac_file 8419 mv "$tmp/config.h" $ac_file 8519 8420 fi 8520 8421 else 8521 $as_echo "/* $configure_input */" \ 8522 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 8523 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 8524 $as_echo "$as_me: error: could not create -" >&2;} 8525 { (exit 1); exit 1; }; } 8422 echo "/* $configure_input */" 8423 cat "$ac_result" 8526 8424 fi 8527 # Compute "$ac_file"'s index in $config_headers. 8528 _am_arg="$ac_file" 8425 rm -f "$tmp/out12" 8426 # Compute $ac_file's index in $config_headers. 8529 8427 _am_stamp_count=1 8530 8428 for _am_header in $config_headers :; do 8531 8429 case $_am_header in 8532 $ _am_arg | $_am_arg:* )8430 $ac_file | $ac_file:* ) 8533 8431 break ;; 8534 8432 * ) … … 8536 8434 esac 8537 8435 done 8538 echo "timestamp for $ _am_arg" >`$as_dirname -- "$_am_arg"||8539 $as_expr X "$_am_arg": 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \8540 X "$_am_arg": 'X\(//\)[^/]' \| \8541 X "$_am_arg": 'X\(//\)$' \| \8542 X "$_am_arg": 'X\(/\)' \| . 2>/dev/null ||8543 $as_echo X"$_am_arg"|8436 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 8437 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8438 X$ac_file : 'X\(//\)[^/]' \| \ 8439 X$ac_file : 'X\(//\)$' \| \ 8440 X$ac_file : 'X\(/\)' \| . 2>/dev/null || 8441 echo X$ac_file | 8544 8442 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8545 8443 s//\1/ … … 8561 8459 ;; 8562 8460 8563 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&58564 $as_echo "$as_me: executing $ac_file commands" >&6;}8461 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 8462 echo "$as_me: executing $ac_file commands" >&6;} 8565 8463 ;; 8566 8464 esac … … 8568 8466 8569 8467 case $ac_file$ac_mode in 8570 "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 8571 # are listed without --file. Let's play safe and only enable the eval 8572 # if we detect the quoting. 8573 case $CONFIG_FILES in 8574 *\'*) eval set x "$CONFIG_FILES" ;; 8575 *) set x $CONFIG_FILES ;; 8576 esac 8577 shift 8578 for mf 8579 do 8468 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 8580 8469 # Strip MF so we end up with the name of the file. 8581 8470 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 8587 8476 # Grep'ing the whole file is not good either: AIX grep has a line 8588 8477 # limit of 2048, but all sed's we know have understand at least 4000. 8589 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then8478 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 8590 8479 dirpart=`$as_dirname -- "$mf" || 8591 8480 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ … … 8593 8482 X"$mf" : 'X\(//\)$' \| \ 8594 8483 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 8595 $as_echo X"$mf" |8484 echo X"$mf" | 8596 8485 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8597 8486 s//\1/ … … 8637 8526 X"$file" : 'X\(//\)$' \| \ 8638 8527 X"$file" : 'X\(/\)' \| . 2>/dev/null || 8639 $as_echo X"$file" |8528 echo X"$file" | 8640 8529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8641 8530 s//\1/ … … 8663 8552 while :; do 8664 8553 case $as_dir in #( 8665 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(8554 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8666 8555 *) as_qdir=$as_dir;; 8667 8556 esac … … 8672 8561 X"$as_dir" : 'X\(//\)$' \| \ 8673 8562 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8674 $as_echo X"$as_dir" |8563 echo X"$as_dir" | 8675 8564 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8676 8565 s//\1/ … … 8693 8582 done 8694 8583 test -z "$as_dirs" || eval "mkdir $as_dirs" 8695 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&58696 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}8584 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8585 echo "$as_me: error: cannot create directory $as_dir" >&2;} 8697 8586 { (exit 1); exit 1; }; }; } 8698 8587 # echo "creating $dirpart/$file" … … 8710 8599 chmod +x $CONFIG_STATUS 8711 8600 ac_clean_files=$ac_clean_files_save 8712 8713 test $ac_write_fail = 0 ||8714 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&58715 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}8716 { (exit 1); exit 1; }; }8717 8601 8718 8602 … … 8737 8621 $ac_cs_success || { (exit 1); exit 1; } 8738 8622 fi 8739 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 8740 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 8741 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8742 fi 8743 8744 8623 8624 -
issm/trunk/autom4te.cache/output.2
r1 r1378 1 1 @%:@! /bin/sh 2 2 @%:@ Guess values for system-dependent variables and create Makefiles. 3 @%:@ Generated by GNU Autoconf 2.6 3for ISSM 1.0.3 @%:@ Generated by GNU Autoconf 2.61 for ISSM 1.0. 4 4 @%:@ 5 5 @%:@ Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>. 6 6 @%:@ 7 7 @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 @%:@ 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 @%:@ This configure script is free software; the Free Software Foundation 10 10 @%:@ gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 366 367 368 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 601 579 PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>' 602 580 603 ac_subst_vars='LTLIBOBJS 581 ac_subst_vars='SHELL 582 PATH_SEPARATOR 583 PACKAGE_NAME 584 PACKAGE_TARNAME 585 PACKAGE_VERSION 586 PACKAGE_STRING 587 PACKAGE_BUGREPORT 588 exec_prefix 589 prefix 590 program_transform_name 591 bindir 592 sbindir 593 libexecdir 594 datarootdir 595 datadir 596 sysconfdir 597 sharedstatedir 598 localstatedir 599 includedir 600 oldincludedir 601 docdir 602 infodir 603 htmldir 604 dvidir 605 pdfdir 606 psdir 607 libdir 608 localedir 609 mandir 610 DEFS 611 ECHO_C 612 ECHO_N 613 ECHO_T 614 LIBS 615 build_alias 616 host_alias 617 target_alias 618 build 619 build_cpu 620 build_vendor 621 build_os 622 host 623 host_cpu 624 host_vendor 625 host_os 626 target 627 target_cpu 628 target_vendor 629 target_os 630 INSTALL_PROGRAM 631 INSTALL_SCRIPT 632 INSTALL_DATA 633 am__isrc 634 CYGPATH_W 635 PACKAGE 636 VERSION 637 ACLOCAL 638 AUTOCONF 639 AUTOMAKE 640 AUTOHEADER 641 MAKEINFO 642 install_sh 643 STRIP 644 INSTALL_STRIP_PROGRAM 645 mkdir_p 646 AWK 647 SET_MAKE 648 am__leading_dot 649 AMTAR 650 am__tar 651 am__untar 652 RANLIB 653 CC 654 CFLAGS 655 LDFLAGS 656 CPPFLAGS 657 ac_ct_CC 658 EXEEXT 659 OBJEXT 660 DEPDIR 661 am__include 662 am__quote 663 AMDEP_TRUE 664 AMDEP_FALSE 665 AMDEPBACKSLASH 666 CCDEPMODE 667 am__fastdepCC_TRUE 668 am__fastdepCC_FALSE 669 CXX 670 CXXFLAGS 671 ac_ct_CXX 672 CXXDEPMODE 673 am__fastdepCXX_TRUE 674 am__fastdepCXX_FALSE 675 F77 676 FFLAGS 677 ac_ct_F77 678 FLIBS 679 XMKMF 680 CPP 681 X_CFLAGS 682 X_PRE_LIBS 683 X_LIBS 684 X_EXTRA_LIBS 604 685 LIB@&t@OBJS 605 X_EXTRA_LIBS 606 X_LIBS 607 X_PRE_LIBS 608 X_CFLAGS 609 CPP 610 XMKMF 611 FLIBS 612 ac_ct_F77 613 FFLAGS 614 F77 615 am__fastdepCC_FALSE 616 am__fastdepCC_TRUE 617 CCDEPMODE 618 AMDEPBACKSLASH 619 AMDEP_FALSE 620 AMDEP_TRUE 621 am__quote 622 am__include 623 DEPDIR 624 OBJEXT 625 EXEEXT 626 ac_ct_CC 627 CPPFLAGS 628 LDFLAGS 629 CFLAGS 630 CC 631 RANLIB 632 am__untar 633 am__tar 634 AMTAR 635 am__leading_dot 636 SET_MAKE 637 AWK 638 mkdir_p 639 MKDIR_P 640 INSTALL_STRIP_PROGRAM 641 STRIP 642 install_sh 643 MAKEINFO 644 AUTOHEADER 645 AUTOMAKE 646 AUTOCONF 647 ACLOCAL 648 VERSION 649 PACKAGE 650 CYGPATH_W 651 am__isrc 652 INSTALL_DATA 653 INSTALL_SCRIPT 654 INSTALL_PROGRAM 655 target_os 656 target_vendor 657 target_cpu 658 target 659 host_os 660 host_vendor 661 host_cpu 662 host 663 build_os 664 build_vendor 665 build_cpu 666 build 667 target_alias 668 host_alias 669 build_alias 670 LIBS 671 ECHO_T 672 ECHO_N 673 ECHO_C 674 DEFS 675 mandir 676 localedir 677 libdir 678 psdir 679 pdfdir 680 dvidir 681 htmldir 682 infodir 683 docdir 684 oldincludedir 685 includedir 686 localstatedir 687 sharedstatedir 688 sysconfdir 689 datadir 690 datarootdir 691 libexecdir 692 sbindir 693 bindir 694 program_transform_name 695 prefix 696 exec_prefix 697 PACKAGE_BUGREPORT 698 PACKAGE_STRING 699 PACKAGE_VERSION 700 PACKAGE_TARNAME 701 PACKAGE_NAME 702 PATH_SEPARATOR 703 SHELL' 686 LTLIBOBJS' 704 687 ac_subst_files='' 705 ac_user_opts='706 enable_option_checking707 enable_dependency_tracking708 with_x709 '710 688 ac_precious_vars='build_alias 711 689 host_alias … … 716 694 LIBS 717 695 CPPFLAGS 696 CXX 697 CXXFLAGS 698 CCC 718 699 F77 719 700 FFLAGS … … 725 706 ac_init_help= 726 707 ac_init_version=false 727 ac_unrecognized_opts=728 ac_unrecognized_sep=729 708 # The variables have the same names as the options, with 730 709 # dashes changed to underlines. … … 825 804 826 805 -disable-* | --disable-*) 827 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`806 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 828 807 # Reject names that are not valid shell variable names. 829 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&830 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2808 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 809 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 831 810 { (exit 1); exit 1; }; } 832 ac_useropt_orig=$ac_useropt 833 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 834 case $ac_user_opts in 835 *" 836 "enable_$ac_useropt" 837 "*) ;; 838 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 839 ac_unrecognized_sep=', ';; 840 esac 841 eval enable_$ac_useropt=no ;; 811 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 812 eval enable_$ac_feature=no ;; 842 813 843 814 -docdir | --docdir | --docdi | --doc | --do) … … 852 823 853 824 -enable-* | --enable-*) 854 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`825 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 855 826 # Reject names that are not valid shell variable names. 856 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&857 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2827 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 828 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 858 829 { (exit 1); exit 1; }; } 859 ac_useropt_orig=$ac_useropt 860 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 861 case $ac_user_opts in 862 *" 863 "enable_$ac_useropt" 864 "*) ;; 865 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 866 ac_unrecognized_sep=', ';; 867 esac 868 eval enable_$ac_useropt=\$ac_optarg ;; 830 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 831 eval enable_$ac_feature=\$ac_optarg ;; 869 832 870 833 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1057 1020 1058 1021 -with-* | --with-*) 1059 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1022 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1060 1023 # Reject names that are not valid shell variable names. 1061 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1062 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21024 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1025 { echo "$as_me: error: invalid package name: $ac_package" >&2 1063 1026 { (exit 1); exit 1; }; } 1064 ac_useropt_orig=$ac_useropt 1065 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1066 case $ac_user_opts in 1067 *" 1068 "with_$ac_useropt" 1069 "*) ;; 1070 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1071 ac_unrecognized_sep=', ';; 1072 esac 1073 eval with_$ac_useropt=\$ac_optarg ;; 1027 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1028 eval with_$ac_package=\$ac_optarg ;; 1074 1029 1075 1030 -without-* | --without-*) 1076 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1031 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1077 1032 # Reject names that are not valid shell variable names. 1078 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1079 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21033 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1034 { echo "$as_me: error: invalid package name: $ac_package" >&2 1080 1035 { (exit 1); exit 1; }; } 1081 ac_useropt_orig=$ac_useropt 1082 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1083 case $ac_user_opts in 1084 *" 1085 "with_$ac_useropt" 1086 "*) ;; 1087 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1088 ac_unrecognized_sep=', ';; 1089 esac 1090 eval with_$ac_useropt=no ;; 1036 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1037 eval with_$ac_package=no ;; 1091 1038 1092 1039 --x) … … 1108 1055 x_libraries=$ac_optarg ;; 1109 1056 1110 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1057 -*) { echo "$as_me: error: unrecognized option: $ac_option 1111 1058 Try \`$0 --help' for more information." >&2 1112 1059 { (exit 1); exit 1; }; } … … 1117 1064 # Reject names that are not valid shell variable names. 1118 1065 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1119 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21066 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1120 1067 { (exit 1); exit 1; }; } 1121 1068 eval $ac_envvar=\$ac_optarg … … 1124 1071 *) 1125 1072 # FIXME: should be removed in autoconf 3.0. 1126 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21073 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1127 1074 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1128 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21075 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1129 1076 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1130 1077 ;; … … 1135 1082 if test -n "$ac_prev"; then 1136 1083 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1137 { $as_echo "$as_me: error: missing argument to $ac_option" >&21084 { echo "$as_me: error: missing argument to $ac_option" >&2 1138 1085 { (exit 1); exit 1; }; } 1139 1086 fi 1140 1087 1141 if test -n "$ac_unrecognized_opts"; then 1142 case $enable_option_checking in 1143 no) ;; 1144 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1145 { (exit 1); exit 1; }; } ;; 1146 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1147 esac 1148 fi 1149 1150 # Check all directory arguments for consistency. 1088 # Be sure to have absolute directory names. 1151 1089 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1152 1090 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1155 1093 do 1156 1094 eval ac_val=\$$ac_var 1157 # Remove trailing slashes.1158 case $ac_val in1159 */ )1160 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1161 eval $ac_var=\$ac_val;;1162 esac1163 # Be sure to have absolute directory names.1164 1095 case $ac_val in 1165 1096 [\\/$]* | ?:[\\/]* ) continue;; 1166 1097 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1167 1098 esac 1168 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21099 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1169 1100 { (exit 1); exit 1; }; } 1170 1101 done … … 1181 1112 if test "x$build_alias" = x; then 1182 1113 cross_compiling=maybe 1183 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1114 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1184 1115 If a cross compiler is detected then cross compile mode will be used." >&2 1185 1116 elif test "x$build_alias" != "x$host_alias"; then … … 1197 1128 ac_ls_di=`ls -di .` && 1198 1129 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1199 { $as_echo "$as_me: error: working directory cannot be determined" >&21130 { echo "$as_me: error: Working directory cannot be determined" >&2 1200 1131 { (exit 1); exit 1; }; } 1201 1132 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1202 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21133 { echo "$as_me: error: pwd does not report name of working directory" >&2 1203 1134 { (exit 1); exit 1; }; } 1204 1135 … … 1208 1139 ac_srcdir_defaulted=yes 1209 1140 # Try the directory containing this script, then the parent directory. 1210 ac_confdir=`$as_dirname -- "$ as_myself" ||1211 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1212 X"$ as_myself" : 'X\(//\)[^/]' \| \1213 X"$ as_myself" : 'X\(//\)$' \| \1214 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1215 $as_echo X"$as_myself" |1141 ac_confdir=`$as_dirname -- "$0" || 1142 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1143 X"$0" : 'X\(//\)[^/]' \| \ 1144 X"$0" : 'X\(//\)$' \| \ 1145 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1146 echo X"$0" | 1216 1147 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1217 1148 s//\1/ … … 1240 1171 if test ! -r "$srcdir/$ac_unique_file"; then 1241 1172 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1242 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21173 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1243 1174 { (exit 1); exit 1; }; } 1244 1175 fi 1245 1176 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1246 1177 ac_abs_confdir=`( 1247 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21178 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1248 1179 { (exit 1); exit 1; }; } 1249 1180 pwd)` … … 1294 1225 Installation directories: 1295 1226 --prefix=PREFIX install architecture-independent files in PREFIX 1296 1227 [$ac_default_prefix] 1297 1228 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1298 1229 [PREFIX] 1299 1230 1300 1231 By default, \`make install' will install all the files in … … 1306 1237 1307 1238 Fine tuning of the installation directories: 1308 --bindir=DIR 1309 --sbindir=DIR 1310 --libexecdir=DIR 1311 --sysconfdir=DIR 1312 --sharedstatedir=DIR 1313 --localstatedir=DIR 1314 --libdir=DIR 1315 --includedir=DIR 1316 --oldincludedir=DIR 1317 --datarootdir=DIR 1318 --datadir=DIR 1319 --infodir=DIR 1320 --localedir=DIR 1321 --mandir=DIR 1322 --docdir=DIR 1323 --htmldir=DIR 1324 --dvidir=DIR 1325 --pdfdir=DIR 1326 --psdir=DIR 1239 --bindir=DIR user executables [EPREFIX/bin] 1240 --sbindir=DIR system admin executables [EPREFIX/sbin] 1241 --libexecdir=DIR program executables [EPREFIX/libexec] 1242 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1243 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1244 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1245 --libdir=DIR object code libraries [EPREFIX/lib] 1246 --includedir=DIR C header files [PREFIX/include] 1247 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1248 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1249 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1250 --infodir=DIR info documentation [DATAROOTDIR/info] 1251 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1252 --mandir=DIR man documentation [DATAROOTDIR/man] 1253 --docdir=DIR documentation root @<:@DATAROOTDIR/doc/issm@:>@ 1254 --htmldir=DIR html documentation [DOCDIR] 1255 --dvidir=DIR dvi documentation [DOCDIR] 1256 --pdfdir=DIR pdf documentation [DOCDIR] 1257 --psdir=DIR ps documentation [DOCDIR] 1327 1258 _ACEOF 1328 1259 … … 1352 1283 1353 1284 Optional Features: 1354 --disable-option-checking ignore unrecognized --enable/--with options1355 1285 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1356 1286 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1371 1301 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1372 1302 you have headers in a nonstandard directory <include dir> 1303 CXX C++ compiler command 1304 CXXFLAGS C++ compiler flags 1373 1305 F77 Fortran 77 compiler command 1374 1306 FFLAGS Fortran 77 compiler flags … … 1387 1319 # If there are subdirs, report their specific --help. 1388 1320 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1389 test -d "$ac_dir" || 1390 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1391 continue 1321 test -d "$ac_dir" || continue 1392 1322 ac_builddir=. 1393 1323 … … 1395 1325 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1396 1326 *) 1397 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1327 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1398 1328 # A ".." for each directory in $ac_dir_suffix. 1399 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1329 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1400 1330 case $ac_top_builddir_sub in 1401 1331 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1433 1363 $SHELL "$ac_srcdir/configure" --help=recursive 1434 1364 else 1435 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21365 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1436 1366 fi || ac_status=$? 1437 1367 cd "$ac_pwd" || { ac_status=$?; break; } … … 1443 1373 cat <<\_ACEOF 1444 1374 ISSM configure 1.0 1445 generated by GNU Autoconf 2.6 31375 generated by GNU Autoconf 2.61 1446 1376 1447 1377 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1448 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1378 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1449 1379 This configure script is free software; the Free Software Foundation 1450 1380 gives unlimited permission to copy, distribute and modify it. … … 1457 1387 1458 1388 It was created by ISSM $as_me 1.0, which was 1459 generated by GNU Autoconf 2.6 3. Invocation command line was1389 generated by GNU Autoconf 2.61. Invocation command line was 1460 1390 1461 1391 $ $0 $@ … … 1493 1423 IFS=$as_save_IFS 1494 1424 test -z "$as_dir" && as_dir=. 1495 $as_echo "PATH: $as_dir"1425 echo "PATH: $as_dir" 1496 1426 done 1497 1427 IFS=$as_save_IFS … … 1528 1458 continue ;; 1529 1459 *\'*) 1530 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1460 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1531 1461 esac 1532 1462 case $ac_pass in … … 1580 1510 *${as_nl}*) 1581 1511 case $ac_var in #( 1582 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51583 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1512 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1513 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1584 1514 esac 1585 1515 case $ac_var in #( 1586 1516 _ | IFS | as_nl) ;; #( 1587 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1588 1517 *) $as_unset $ac_var ;; 1589 1518 esac ;; … … 1615 1544 eval ac_val=\$$ac_var 1616 1545 case $ac_val in 1617 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1546 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1618 1547 esac 1619 $as_echo "$ac_var='\''$ac_val'\''"1548 echo "$ac_var='\''$ac_val'\''" 1620 1549 done | sort 1621 1550 echo … … 1632 1561 eval ac_val=\$$ac_var 1633 1562 case $ac_val in 1634 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1563 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1635 1564 esac 1636 $as_echo "$ac_var='\''$ac_val'\''"1565 echo "$ac_var='\''$ac_val'\''" 1637 1566 done | sort 1638 1567 echo … … 1650 1579 fi 1651 1580 test "$ac_signal" != 0 && 1652 $as_echo "$as_me: caught signal $ac_signal"1653 $as_echo "$as_me: exit $exit_status"1581 echo "$as_me: caught signal $ac_signal" 1582 echo "$as_me: exit $exit_status" 1654 1583 } >&5 1655 1584 rm -f core *.core core.conftest.* && … … 1693 1622 1694 1623 # Let the site file select an alternate cache file if it wants to. 1695 # Prefer an explicitly selected file to automatically selected ones. 1696 ac_site_file1=NONE 1697 ac_site_file2=NONE 1624 # Prefer explicitly selected file to automatically selected ones. 1698 1625 if test -n "$CONFIG_SITE"; then 1699 ac_site_file1=$CONFIG_SITE1626 set x "$CONFIG_SITE" 1700 1627 elif test "x$prefix" != xNONE; then 1701 ac_site_file1=$prefix/share/config.site1702 ac_site_file2=$prefix/etc/config.site1703 else 1704 ac_site_file1=$ac_default_prefix/share/config.site 1705 ac_site_file2=$ac_default_prefix/etc/config.site 1706 fi 1707 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1628 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1629 else 1630 set x "$ac_default_prefix/share/config.site" \ 1631 "$ac_default_prefix/etc/config.site" 1632 fi 1633 shift 1634 for ac_site_file 1708 1635 do 1709 test "x$ac_site_file" = xNONE && continue1710 1636 if test -r "$ac_site_file"; then 1711 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51712 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1637 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1638 echo "$as_me: loading site script $ac_site_file" >&6;} 1713 1639 sed 's/^/| /' "$ac_site_file" >&5 1714 1640 . "$ac_site_file" … … 1720 1646 # files actually), so we avoid doing that. 1721 1647 if test -f "$cache_file"; then 1722 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51723 $as_echo "$as_me: loading cache $cache_file" >&6;}1648 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1649 echo "$as_me: loading cache $cache_file" >&6;} 1724 1650 case $cache_file in 1725 1651 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1728 1654 fi 1729 1655 else 1730 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51731 $as_echo "$as_me: creating cache $cache_file" >&6;}1656 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1657 echo "$as_me: creating cache $cache_file" >&6;} 1732 1658 >$cache_file 1733 1659 fi … … 1743 1669 case $ac_old_set,$ac_new_set in 1744 1670 set,) 1745 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51746 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1671 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1672 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1747 1673 ac_cache_corrupted=: ;; 1748 1674 ,set) 1749 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51750 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1675 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1676 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1751 1677 ac_cache_corrupted=: ;; 1752 1678 ,);; 1753 1679 *) 1754 1680 if test "x$ac_old_val" != "x$ac_new_val"; then 1755 # differences in whitespace do not lead to failure. 1756 ac_old_val_w=`echo x $ac_old_val` 1757 ac_new_val_w=`echo x $ac_new_val` 1758 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1759 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1760 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1761 ac_cache_corrupted=: 1762 else 1763 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1764 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1765 eval $ac_var=\$ac_old_val 1766 fi 1767 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1768 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1769 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1770 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1681 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1682 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1683 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1684 echo "$as_me: former value: $ac_old_val" >&2;} 1685 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1686 echo "$as_me: current value: $ac_new_val" >&2;} 1687 ac_cache_corrupted=: 1771 1688 fi;; 1772 1689 esac … … 1774 1691 if test "$ac_new_set" = set; then 1775 1692 case $ac_new_val in 1776 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1693 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1777 1694 *) ac_arg=$ac_var=$ac_new_val ;; 1778 1695 esac … … 1784 1701 done 1785 1702 if $ac_cache_corrupted; then 1786 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1787 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1788 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1789 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1790 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1791 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1703 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1704 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1705 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1706 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1792 1707 { (exit 1); exit 1; }; } 1793 1708 fi … … 1843 1758 done 1844 1759 if test -z "$ac_aux_dir"; then 1845 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51846 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1760 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1761 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1847 1762 { (exit 1); exit 1; }; } 1848 1763 fi … … 1859 1774 # Make sure we can run config.sub. 1860 1775 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1861 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&51862 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}1776 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1777 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1863 1778 { (exit 1); exit 1; }; } 1864 1779 1865 { $as_echo "$as_me:$LINENO: checking build system type" >&51866 $as_echo_n "checking build system type..." >&6; }1780 { echo "$as_me:$LINENO: checking build system type" >&5 1781 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1867 1782 if test "${ac_cv_build+set}" = set; then 1868 $as_echo_n "(cached)" >&61783 echo $ECHO_N "(cached) $ECHO_C" >&6 1869 1784 else 1870 1785 ac_build_alias=$build_alias … … 1872 1787 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1873 1788 test "x$ac_build_alias" = x && 1874 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&51875 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}1789 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1790 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1876 1791 { (exit 1); exit 1; }; } 1877 1792 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1878 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&51879 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}1793 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1794 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1880 1795 { (exit 1); exit 1; }; } 1881 1796 1882 1797 fi 1883 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&51884 $as_echo "$ac_cv_build" >&6; }1798 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1799 echo "${ECHO_T}$ac_cv_build" >&6; } 1885 1800 case $ac_cv_build in 1886 1801 *-*-*) ;; 1887 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&51888 $as_echo "$as_me: error: invalid value of canonical build" >&2;}1802 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1803 echo "$as_me: error: invalid value of canonical build" >&2;} 1889 1804 { (exit 1); exit 1; }; };; 1890 1805 esac … … 1903 1818 1904 1819 1905 { $as_echo "$as_me:$LINENO: checking host system type" >&51906 $as_echo_n "checking host system type..." >&6; }1820 { echo "$as_me:$LINENO: checking host system type" >&5 1821 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1907 1822 if test "${ac_cv_host+set}" = set; then 1908 $as_echo_n "(cached)" >&61823 echo $ECHO_N "(cached) $ECHO_C" >&6 1909 1824 else 1910 1825 if test "x$host_alias" = x; then … … 1912 1827 else 1913 1828 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1914 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&51915 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}1829 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1830 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1916 1831 { (exit 1); exit 1; }; } 1917 1832 fi 1918 1833 1919 1834 fi 1920 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&51921 $as_echo "$ac_cv_host" >&6; }1835 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1836 echo "${ECHO_T}$ac_cv_host" >&6; } 1922 1837 case $ac_cv_host in 1923 1838 *-*-*) ;; 1924 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&51925 $as_echo "$as_me: error: invalid value of canonical host" >&2;}1839 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1840 echo "$as_me: error: invalid value of canonical host" >&2;} 1926 1841 { (exit 1); exit 1; }; };; 1927 1842 esac … … 1940 1855 1941 1856 1942 { $as_echo "$as_me:$LINENO: checking target system type" >&51943 $as_echo_n "checking target system type..." >&6; }1857 { echo "$as_me:$LINENO: checking target system type" >&5 1858 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 1944 1859 if test "${ac_cv_target+set}" = set; then 1945 $as_echo_n "(cached)" >&61860 echo $ECHO_N "(cached) $ECHO_C" >&6 1946 1861 else 1947 1862 if test "x$target_alias" = x; then … … 1949 1864 else 1950 1865 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 1951 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&51952 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}1866 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1867 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 1953 1868 { (exit 1); exit 1; }; } 1954 1869 fi 1955 1870 1956 1871 fi 1957 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&51958 $as_echo "$ac_cv_target" >&6; }1872 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1873 echo "${ECHO_T}$ac_cv_target" >&6; } 1959 1874 case $ac_cv_target in 1960 1875 *-*-*) ;; 1961 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&51962 $as_echo "$as_me: error: invalid value of canonical target" >&2;}1876 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1877 echo "$as_me: error: invalid value of canonical target" >&2;} 1963 1878 { (exit 1); exit 1; }; };; 1964 1879 esac … … 1998 1913 # OS/2's system install, which has a completely different semantic 1999 1914 # ./install, which can be erroneously created by make from ./install.sh. 2000 # Reject install programs that cannot install multiple files. 2001 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2002 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1915 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1916 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2003 1917 if test -z "$INSTALL"; then 2004 1918 if test "${ac_cv_path_install+set}" = set; then 2005 $as_echo_n "(cached)" >&61919 echo $ECHO_N "(cached) $ECHO_C" >&6 2006 1920 else 2007 1921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2032 1946 : 2033 1947 else 2034 rm -rf conftest.one conftest.two conftest.dir 2035 echo one > conftest.one 2036 echo two > conftest.two 2037 mkdir conftest.dir 2038 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2039 test -s conftest.one && test -s conftest.two && 2040 test -s conftest.dir/conftest.one && 2041 test -s conftest.dir/conftest.two 2042 then 2043 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2044 break 3 2045 fi 1948 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1949 break 3 2046 1950 fi 2047 1951 fi … … 2050 1954 ;; 2051 1955 esac 2052 2053 1956 done 2054 1957 IFS=$as_save_IFS 2055 1958 2056 rm -rf conftest.one conftest.two conftest.dir2057 1959 2058 1960 fi … … 2067 1969 fi 2068 1970 fi 2069 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&52070 $as_echo "$INSTALL" >&6; }1971 { echo "$as_me:$LINENO: result: $INSTALL" >&5 1972 echo "${ECHO_T}$INSTALL" >&6; } 2071 1973 2072 1974 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2078 1980 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2079 1981 2080 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&52081 $as_echo_n "checking whether build environment is sane..." >&6; }1982 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1983 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 2082 1984 # Just in case 2083 1985 sleep 1 … … 2102 2004 # broken ls alias from the environment. This has actually 2103 2005 # happened. Such a system could not be considered "sane". 2104 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken2006 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2105 2007 alias in your environment" >&5 2106 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken2008 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2107 2009 alias in your environment" >&2;} 2108 2010 { (exit 1); exit 1; }; } … … 2115 2017 : 2116 2018 else 2117 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!2019 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2118 2020 Check your system clock" >&5 2119 $as_echo "$as_me: error: newly created file is older than distributed files!2021 echo "$as_me: error: newly created file is older than distributed files! 2120 2022 Check your system clock" >&2;} 2121 2023 { (exit 1); exit 1; }; } 2122 2024 fi 2123 { $as_echo "$as_me:$LINENO: result: yes" >&52124 $as_echo "yes" >&6; }2025 { echo "$as_me:$LINENO: result: yes" >&5 2026 echo "${ECHO_T}yes" >&6; } 2125 2027 test "$program_prefix" != NONE && 2126 2028 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2128 2030 test "$program_suffix" != NONE && 2129 2031 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2130 # Double any \ or $. 2032 # Double any \ or $. echo might interpret backslashes. 2131 2033 # By default was `s,x,x', remove it if useless. 2132 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2133 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2034 cat <<\_ACEOF >conftest.sed 2035 s/[\\$]/&&/g;s/;s,x,x,$// 2036 _ACEOF 2037 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 2038 rm -f conftest.sed 2134 2039 2135 2040 # expand $ac_aux_dir to an absolute path … … 2142 2047 else 2143 2048 am_missing_run= 2144 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&52145 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2146 fi 2147 2148 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&52149 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }2049 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 2050 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2051 fi 2052 2053 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2054 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2150 2055 if test -z "$MKDIR_P"; then 2151 2056 if test "${ac_cv_path_mkdir+set}" = set; then 2152 $as_echo_n "(cached)" >&62057 echo $ECHO_N "(cached) $ECHO_C" >&6 2153 2058 else 2154 2059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2185 2090 fi 2186 2091 fi 2187 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&52188 $as_echo "$MKDIR_P" >&6; }2092 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2093 echo "${ECHO_T}$MKDIR_P" >&6; } 2189 2094 2190 2095 mkdir_p="$MKDIR_P" … … 2198 2103 # Extract the first word of "$ac_prog", so it can be a program name with args. 2199 2104 set dummy $ac_prog; ac_word=$2 2200 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52201 $as_echo_n "checking for $ac_word..." >&6; }2105 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2202 2107 if test "${ac_cv_prog_AWK+set}" = set; then 2203 $as_echo_n "(cached)" >&62108 echo $ECHO_N "(cached) $ECHO_C" >&6 2204 2109 else 2205 2110 if test -n "$AWK"; then … … 2214 2119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2215 2120 ac_cv_prog_AWK="$ac_prog" 2216 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2217 2122 break 2 2218 2123 fi … … 2225 2130 AWK=$ac_cv_prog_AWK 2226 2131 if test -n "$AWK"; then 2227 { $as_echo "$as_me:$LINENO: result: $AWK" >&52228 $as_echo "$AWK" >&6; }2229 else 2230 { $as_echo "$as_me:$LINENO: result: no" >&52231 $as_echo "no" >&6; }2132 { echo "$as_me:$LINENO: result: $AWK" >&5 2133 echo "${ECHO_T}$AWK" >&6; } 2134 else 2135 { echo "$as_me:$LINENO: result: no" >&5 2136 echo "${ECHO_T}no" >&6; } 2232 2137 fi 2233 2138 … … 2236 2141 done 2237 2142 2238 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2239 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2240 set x ${MAKE-make} 2241 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2143 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2144 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2145 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2242 2146 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2243 $as_echo_n "(cached)" >&62147 echo $ECHO_N "(cached) $ECHO_C" >&6 2244 2148 else 2245 2149 cat >conftest.make <<\_ACEOF … … 2258 2162 fi 2259 2163 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2260 { $as_echo "$as_me:$LINENO: result: yes" >&52261 $as_echo "yes" >&6; }2164 { echo "$as_me:$LINENO: result: yes" >&5 2165 echo "${ECHO_T}yes" >&6; } 2262 2166 SET_MAKE= 2263 2167 else 2264 { $as_echo "$as_me:$LINENO: result: no" >&52265 $as_echo "no" >&6; }2168 { echo "$as_me:$LINENO: result: no" >&5 2169 echo "${ECHO_T}no" >&6; } 2266 2170 SET_MAKE="MAKE=${MAKE-make}" 2267 2171 fi … … 2282 2186 # test to see if srcdir already configured 2283 2187 if test -f $srcdir/config.status; then 2284 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52285 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}2188 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2189 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2286 2190 { (exit 1); exit 1; }; } 2287 2191 fi … … 2338 2242 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2339 2243 set dummy ${ac_tool_prefix}strip; ac_word=$2 2340 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52341 $as_echo_n "checking for $ac_word..." >&6; }2244 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2342 2246 if test "${ac_cv_prog_STRIP+set}" = set; then 2343 $as_echo_n "(cached)" >&62247 echo $ECHO_N "(cached) $ECHO_C" >&6 2344 2248 else 2345 2249 if test -n "$STRIP"; then … … 2354 2258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2355 2259 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2356 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2357 2261 break 2 2358 2262 fi … … 2365 2269 STRIP=$ac_cv_prog_STRIP 2366 2270 if test -n "$STRIP"; then 2367 { $as_echo "$as_me:$LINENO: result: $STRIP" >&52368 $as_echo "$STRIP" >&6; }2369 else 2370 { $as_echo "$as_me:$LINENO: result: no" >&52371 $as_echo "no" >&6; }2271 { echo "$as_me:$LINENO: result: $STRIP" >&5 2272 echo "${ECHO_T}$STRIP" >&6; } 2273 else 2274 { echo "$as_me:$LINENO: result: no" >&5 2275 echo "${ECHO_T}no" >&6; } 2372 2276 fi 2373 2277 … … 2378 2282 # Extract the first word of "strip", so it can be a program name with args. 2379 2283 set dummy strip; ac_word=$2 2380 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52381 $as_echo_n "checking for $ac_word..." >&6; }2284 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2382 2286 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2383 $as_echo_n "(cached)" >&62287 echo $ECHO_N "(cached) $ECHO_C" >&6 2384 2288 else 2385 2289 if test -n "$ac_ct_STRIP"; then … … 2394 2298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2395 2299 ac_cv_prog_ac_ct_STRIP="strip" 2396 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2397 2301 break 2 2398 2302 fi … … 2405 2309 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2406 2310 if test -n "$ac_ct_STRIP"; then 2407 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52408 $as_echo "$ac_ct_STRIP" >&6; }2409 else 2410 { $as_echo "$as_me:$LINENO: result: no" >&52411 $as_echo "no" >&6; }2311 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2312 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 2313 else 2314 { echo "$as_me:$LINENO: result: no" >&5 2315 echo "${ECHO_T}no" >&6; } 2412 2316 fi 2413 2317 … … 2417 2321 case $cross_compiling:$ac_tool_warned in 2418 2322 yes:) 2419 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2323 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2324 whose name does not start with the host triplet. If you think this 2325 configuration is useful to you, please write to autoconf@gnu.org." >&5 2326 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2327 whose name does not start with the host triplet. If you think this 2328 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2421 2329 ac_tool_warned=yes ;; 2422 2330 esac … … 2445 2353 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2446 2354 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2447 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52448 $as_echo_n "checking for $ac_word..." >&6; }2355 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2449 2357 if test "${ac_cv_prog_RANLIB+set}" = set; then 2450 $as_echo_n "(cached)" >&62358 echo $ECHO_N "(cached) $ECHO_C" >&6 2451 2359 else 2452 2360 if test -n "$RANLIB"; then … … 2461 2369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2462 2370 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2463 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2464 2372 break 2 2465 2373 fi … … 2472 2380 RANLIB=$ac_cv_prog_RANLIB 2473 2381 if test -n "$RANLIB"; then 2474 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&52475 $as_echo "$RANLIB" >&6; }2476 else 2477 { $as_echo "$as_me:$LINENO: result: no" >&52478 $as_echo "no" >&6; }2382 { echo "$as_me:$LINENO: result: $RANLIB" >&5 2383 echo "${ECHO_T}$RANLIB" >&6; } 2384 else 2385 { echo "$as_me:$LINENO: result: no" >&5 2386 echo "${ECHO_T}no" >&6; } 2479 2387 fi 2480 2388 … … 2485 2393 # Extract the first word of "ranlib", so it can be a program name with args. 2486 2394 set dummy ranlib; ac_word=$2 2487 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52488 $as_echo_n "checking for $ac_word..." >&6; }2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2489 2397 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2490 $as_echo_n "(cached)" >&62398 echo $ECHO_N "(cached) $ECHO_C" >&6 2491 2399 else 2492 2400 if test -n "$ac_ct_RANLIB"; then … … 2501 2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2502 2410 ac_cv_prog_ac_ct_RANLIB="ranlib" 2503 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2504 2412 break 2 2505 2413 fi … … 2512 2420 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2513 2421 if test -n "$ac_ct_RANLIB"; then 2514 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&52515 $as_echo "$ac_ct_RANLIB" >&6; }2516 else 2517 { $as_echo "$as_me:$LINENO: result: no" >&52518 $as_echo "no" >&6; }2422 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2423 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 2424 else 2425 { echo "$as_me:$LINENO: result: no" >&5 2426 echo "${ECHO_T}no" >&6; } 2519 2427 fi 2520 2428 … … 2524 2432 case $cross_compiling:$ac_tool_warned in 2525 2433 yes:) 2526 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2527 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2435 whose name does not start with the host triplet. If you think this 2436 configuration is useful to you, please write to autoconf@gnu.org." >&5 2437 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2438 whose name does not start with the host triplet. If you think this 2439 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2528 2440 ac_tool_warned=yes ;; 2529 2441 esac … … 2542 2454 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2543 2455 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2544 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52545 $as_echo_n "checking for $ac_word..." >&6; }2456 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2546 2458 if test "${ac_cv_prog_CC+set}" = set; then 2547 $as_echo_n "(cached)" >&62459 echo $ECHO_N "(cached) $ECHO_C" >&6 2548 2460 else 2549 2461 if test -n "$CC"; then … … 2558 2470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2559 2471 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2560 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2561 2473 break 2 2562 2474 fi … … 2569 2481 CC=$ac_cv_prog_CC 2570 2482 if test -n "$CC"; then 2571 { $as_echo "$as_me:$LINENO: result: $CC" >&52572 $as_echo "$CC" >&6; }2573 else 2574 { $as_echo "$as_me:$LINENO: result: no" >&52575 $as_echo "no" >&6; }2483 { echo "$as_me:$LINENO: result: $CC" >&5 2484 echo "${ECHO_T}$CC" >&6; } 2485 else 2486 { echo "$as_me:$LINENO: result: no" >&5 2487 echo "${ECHO_T}no" >&6; } 2576 2488 fi 2577 2489 … … 2582 2494 # Extract the first word of "gcc", so it can be a program name with args. 2583 2495 set dummy gcc; ac_word=$2 2584 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52585 $as_echo_n "checking for $ac_word..." >&6; }2496 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2586 2498 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2587 $as_echo_n "(cached)" >&62499 echo $ECHO_N "(cached) $ECHO_C" >&6 2588 2500 else 2589 2501 if test -n "$ac_ct_CC"; then … … 2598 2510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2599 2511 ac_cv_prog_ac_ct_CC="gcc" 2600 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2601 2513 break 2 2602 2514 fi … … 2609 2521 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2610 2522 if test -n "$ac_ct_CC"; then 2611 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52612 $as_echo "$ac_ct_CC" >&6; }2613 else 2614 { $as_echo "$as_me:$LINENO: result: no" >&52615 $as_echo "no" >&6; }2523 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2524 echo "${ECHO_T}$ac_ct_CC" >&6; } 2525 else 2526 { echo "$as_me:$LINENO: result: no" >&5 2527 echo "${ECHO_T}no" >&6; } 2616 2528 fi 2617 2529 … … 2621 2533 case $cross_compiling:$ac_tool_warned in 2622 2534 yes:) 2623 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2535 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2536 whose name does not start with the host triplet. If you think this 2537 configuration is useful to you, please write to autoconf@gnu.org." >&5 2538 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2539 whose name does not start with the host triplet. If you think this 2540 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2625 2541 ac_tool_warned=yes ;; 2626 2542 esac … … 2635 2551 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2636 2552 set dummy ${ac_tool_prefix}cc; ac_word=$2 2637 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52638 $as_echo_n "checking for $ac_word..." >&6; }2553 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2639 2555 if test "${ac_cv_prog_CC+set}" = set; then 2640 $as_echo_n "(cached)" >&62556 echo $ECHO_N "(cached) $ECHO_C" >&6 2641 2557 else 2642 2558 if test -n "$CC"; then … … 2651 2567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2652 2568 ac_cv_prog_CC="${ac_tool_prefix}cc" 2653 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2654 2570 break 2 2655 2571 fi … … 2662 2578 CC=$ac_cv_prog_CC 2663 2579 if test -n "$CC"; then 2664 { $as_echo "$as_me:$LINENO: result: $CC" >&52665 $as_echo "$CC" >&6; }2666 else 2667 { $as_echo "$as_me:$LINENO: result: no" >&52668 $as_echo "no" >&6; }2580 { echo "$as_me:$LINENO: result: $CC" >&5 2581 echo "${ECHO_T}$CC" >&6; } 2582 else 2583 { echo "$as_me:$LINENO: result: no" >&5 2584 echo "${ECHO_T}no" >&6; } 2669 2585 fi 2670 2586 … … 2675 2591 # Extract the first word of "cc", so it can be a program name with args. 2676 2592 set dummy cc; ac_word=$2 2677 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52678 $as_echo_n "checking for $ac_word..." >&6; }2593 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2679 2595 if test "${ac_cv_prog_CC+set}" = set; then 2680 $as_echo_n "(cached)" >&62596 echo $ECHO_N "(cached) $ECHO_C" >&6 2681 2597 else 2682 2598 if test -n "$CC"; then … … 2696 2612 fi 2697 2613 ac_cv_prog_CC="cc" 2698 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2699 2615 break 2 2700 2616 fi … … 2719 2635 CC=$ac_cv_prog_CC 2720 2636 if test -n "$CC"; then 2721 { $as_echo "$as_me:$LINENO: result: $CC" >&52722 $as_echo "$CC" >&6; }2723 else 2724 { $as_echo "$as_me:$LINENO: result: no" >&52725 $as_echo "no" >&6; }2637 { echo "$as_me:$LINENO: result: $CC" >&5 2638 echo "${ECHO_T}$CC" >&6; } 2639 else 2640 { echo "$as_me:$LINENO: result: no" >&5 2641 echo "${ECHO_T}no" >&6; } 2726 2642 fi 2727 2643 … … 2734 2650 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2735 2651 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52737 $as_echo_n "checking for $ac_word..." >&6; }2652 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2738 2654 if test "${ac_cv_prog_CC+set}" = set; then 2739 $as_echo_n "(cached)" >&62655 echo $ECHO_N "(cached) $ECHO_C" >&6 2740 2656 else 2741 2657 if test -n "$CC"; then … … 2750 2666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2751 2667 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2752 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2753 2669 break 2 2754 2670 fi … … 2761 2677 CC=$ac_cv_prog_CC 2762 2678 if test -n "$CC"; then 2763 { $as_echo "$as_me:$LINENO: result: $CC" >&52764 $as_echo "$CC" >&6; }2765 else 2766 { $as_echo "$as_me:$LINENO: result: no" >&52767 $as_echo "no" >&6; }2679 { echo "$as_me:$LINENO: result: $CC" >&5 2680 echo "${ECHO_T}$CC" >&6; } 2681 else 2682 { echo "$as_me:$LINENO: result: no" >&5 2683 echo "${ECHO_T}no" >&6; } 2768 2684 fi 2769 2685 … … 2778 2694 # Extract the first word of "$ac_prog", so it can be a program name with args. 2779 2695 set dummy $ac_prog; ac_word=$2 2780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52781 $as_echo_n "checking for $ac_word..." >&6; }2696 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2782 2698 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2783 $as_echo_n "(cached)" >&62699 echo $ECHO_N "(cached) $ECHO_C" >&6 2784 2700 else 2785 2701 if test -n "$ac_ct_CC"; then … … 2794 2710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2795 2711 ac_cv_prog_ac_ct_CC="$ac_prog" 2796 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2797 2713 break 2 2798 2714 fi … … 2805 2721 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2806 2722 if test -n "$ac_ct_CC"; then 2807 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52808 $as_echo "$ac_ct_CC" >&6; }2809 else 2810 { $as_echo "$as_me:$LINENO: result: no" >&52811 $as_echo "no" >&6; }2723 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2724 echo "${ECHO_T}$ac_ct_CC" >&6; } 2725 else 2726 { echo "$as_me:$LINENO: result: no" >&5 2727 echo "${ECHO_T}no" >&6; } 2812 2728 fi 2813 2729 … … 2821 2737 case $cross_compiling:$ac_tool_warned in 2822 2738 yes:) 2823 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2739 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2740 whose name does not start with the host triplet. If you think this 2741 configuration is useful to you, please write to autoconf@gnu.org." >&5 2742 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2743 whose name does not start with the host triplet. If you think this 2744 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2825 2745 ac_tool_warned=yes ;; 2826 2746 esac … … 2832 2752 2833 2753 2834 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2835 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2836 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2754 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2837 2755 See \`config.log' for more details." >&5 2838 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2756 echo "$as_me: error: no acceptable C compiler found in \$PATH 2839 2757 See \`config.log' for more details." >&2;} 2840 { (exit 1); exit 1; }; } ; }2758 { (exit 1); exit 1; }; } 2841 2759 2842 2760 # Provide some information about the compiler. 2843 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2844 set X $ac_compile 2845 ac_compiler=$2 2761 echo "$as_me:$LINENO: checking for C compiler version" >&5 2762 ac_compiler=`set X $ac_compile; echo $2` 2846 2763 { (ac_try="$ac_compiler --version >&5" 2847 2764 case "(($ac_try" in … … 2849 2766 *) ac_try_echo=$ac_try;; 2850 2767 esac 2851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2852 $as_echo "$ac_try_echo") >&5 2768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2853 2769 (eval "$ac_compiler --version >&5") 2>&5 2854 2770 ac_status=$? 2855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2856 2772 (exit $ac_status); } 2857 2773 { (ac_try="$ac_compiler -v >&5" … … 2860 2776 *) ac_try_echo=$ac_try;; 2861 2777 esac 2862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2863 $as_echo "$ac_try_echo") >&5 2778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2864 2779 (eval "$ac_compiler -v >&5") 2>&5 2865 2780 ac_status=$? 2866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2867 2782 (exit $ac_status); } 2868 2783 { (ac_try="$ac_compiler -V >&5" … … 2871 2786 *) ac_try_echo=$ac_try;; 2872 2787 esac 2873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2874 $as_echo "$ac_try_echo") >&5 2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2875 2789 (eval "$ac_compiler -V >&5") 2>&5 2876 2790 ac_status=$? 2877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52791 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2878 2792 (exit $ac_status); } 2879 2793 … … 2894 2808 _ACEOF 2895 2809 ac_clean_files_save=$ac_clean_files 2896 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2810 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2897 2811 # Try to create an executable without -o first, disregard a.out. 2898 2812 # It will help us diagnose broken compilers, and finding out an intuition 2899 2813 # of exeext. 2900 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2901 $as_echo_n "checking for C compiler default output file name... " >&6; } 2902 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2903 2904 # The possible output files: 2905 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2906 2814 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2815 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2816 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2817 # 2818 # List of possible output files, starting from the most likely. 2819 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2820 # only as a last resort. b.out is created by i960 compilers. 2821 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2822 # 2823 # The IRIX 6 linker writes into existing files which may not be 2824 # executable, retaining their permissions. Remove them first so a 2825 # subsequent execution test works. 2907 2826 ac_rmfiles= 2908 2827 for ac_file in $ac_files 2909 2828 do 2910 2829 case $ac_file in 2911 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2830 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2912 2831 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2913 2832 esac … … 2920 2839 *) ac_try_echo=$ac_try;; 2921 2840 esac 2922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2923 $as_echo "$ac_try_echo") >&5 2841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2924 2842 (eval "$ac_link_default") 2>&5 2925 2843 ac_status=$? 2926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2927 2845 (exit $ac_status); }; then 2928 2846 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2935 2853 test -f "$ac_file" || continue 2936 2854 case $ac_file in 2937 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2938 2856 ;; 2939 2857 [ab].out ) … … 2962 2880 fi 2963 2881 2964 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52965 $as_echo "$ac_file" >&6; }2882 { echo "$as_me:$LINENO: result: $ac_file" >&5 2883 echo "${ECHO_T}$ac_file" >&6; } 2966 2884 if test -z "$ac_file"; then 2967 $as_echo "$as_me: failed program was:" >&52885 echo "$as_me: failed program was:" >&5 2968 2886 sed 's/^/| /' conftest.$ac_ext >&5 2969 2887 2970 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2972 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2888 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2973 2889 See \`config.log' for more details." >&5 2974 $as_echo "$as_me: error: C compiler cannot create executables2890 echo "$as_me: error: C compiler cannot create executables 2975 2891 See \`config.log' for more details." >&2;} 2976 { (exit 77); exit 77; }; } ; }2892 { (exit 77); exit 77; }; } 2977 2893 fi 2978 2894 … … 2981 2897 # Check that the compiler produces executables we can run. If not, either 2982 2898 # the compiler is broken, or we cross compile. 2983 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&52984 $as_echo_n "checking whether the C compiler works..." >&6; }2899 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2900 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2985 2901 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2986 2902 # If not cross compiling, check that we can run a simple program. … … 2991 2907 *) ac_try_echo=$ac_try;; 2992 2908 esac 2993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2994 $as_echo "$ac_try_echo") >&5 2909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2995 2910 (eval "$ac_try") 2>&5 2996 2911 ac_status=$? 2997 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2998 2913 (exit $ac_status); }; }; then 2999 2914 cross_compiling=no … … 3002 2917 cross_compiling=yes 3003 2918 else 3004 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3005 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3006 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2919 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3007 2920 If you meant to cross compile, use \`--host'. 3008 2921 See \`config.log' for more details." >&5 3009 $as_echo "$as_me: error: cannot run C compiled programs.2922 echo "$as_me: error: cannot run C compiled programs. 3010 2923 If you meant to cross compile, use \`--host'. 3011 2924 See \`config.log' for more details." >&2;} 3012 { (exit 1); exit 1; }; } ; }2925 { (exit 1); exit 1; }; } 3013 2926 fi 3014 2927 fi 3015 2928 fi 3016 { $as_echo "$as_me:$LINENO: result: yes" >&53017 $as_echo "yes" >&6; }3018 3019 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2929 { echo "$as_me:$LINENO: result: yes" >&5 2930 echo "${ECHO_T}yes" >&6; } 2931 2932 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3020 2933 ac_clean_files=$ac_clean_files_save 3021 2934 # Check that the compiler produces executables we can run. If not, either 3022 2935 # the compiler is broken, or we cross compile. 3023 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&53024 $as_echo_n "checking whether we are cross compiling..." >&6; }3025 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&53026 $as_echo "$cross_compiling" >&6; }3027 3028 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&53029 $as_echo_n "checking for suffix of executables..." >&6; }2936 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2937 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2938 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2939 echo "${ECHO_T}$cross_compiling" >&6; } 2940 2941 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2942 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3030 2943 if { (ac_try="$ac_link" 3031 2944 case "(($ac_try" in … … 3033 2946 *) ac_try_echo=$ac_try;; 3034 2947 esac 3035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3036 $as_echo "$ac_try_echo") >&5 2948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3037 2949 (eval "$ac_link") 2>&5 3038 2950 ac_status=$? 3039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3040 2952 (exit $ac_status); }; then 3041 2953 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 3046 2958 test -f "$ac_file" || continue 3047 2959 case $ac_file in 3048 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2960 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3049 2961 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3050 2962 break;; … … 3053 2965 done 3054 2966 else 3055 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3056 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3057 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2967 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3058 2968 See \`config.log' for more details." >&5 3059 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2969 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3060 2970 See \`config.log' for more details." >&2;} 3061 { (exit 1); exit 1; }; } ; }2971 { (exit 1); exit 1; }; } 3062 2972 fi 3063 2973 3064 2974 rm -f conftest$ac_cv_exeext 3065 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&53066 $as_echo "$ac_cv_exeext" >&6; }2975 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2976 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3067 2977 3068 2978 rm -f conftest.$ac_ext 3069 2979 EXEEXT=$ac_cv_exeext 3070 2980 ac_exeext=$EXEEXT 3071 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&53072 $as_echo_n "checking for suffix of object files..." >&6; }2981 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2982 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 3073 2983 if test "${ac_cv_objext+set}" = set; then 3074 $as_echo_n "(cached)" >&62984 echo $ECHO_N "(cached) $ECHO_C" >&6 3075 2985 else 3076 2986 cat >conftest.$ac_ext <<_ACEOF … … 3095 3005 *) ac_try_echo=$ac_try;; 3096 3006 esac 3097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3098 $as_echo "$ac_try_echo") >&5 3007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3099 3008 (eval "$ac_compile") 2>&5 3100 3009 ac_status=$? 3101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3102 3011 (exit $ac_status); }; then 3103 3012 for ac_file in conftest.o conftest.obj conftest.*; do 3104 3013 test -f "$ac_file" || continue; 3105 3014 case $ac_file in 3106 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;3015 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3107 3016 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3108 3017 break;; … … 3110 3019 done 3111 3020 else 3112 $as_echo "$as_me: failed program was:" >&53021 echo "$as_me: failed program was:" >&5 3113 3022 sed 's/^/| /' conftest.$ac_ext >&5 3114 3023 3115 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3116 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3117 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3024 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3118 3025 See \`config.log' for more details." >&5 3119 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile3026 echo "$as_me: error: cannot compute suffix of object files: cannot compile 3120 3027 See \`config.log' for more details." >&2;} 3121 { (exit 1); exit 1; }; } ; }3028 { (exit 1); exit 1; }; } 3122 3029 fi 3123 3030 3124 3031 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3125 3032 fi 3126 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&53127 $as_echo "$ac_cv_objext" >&6; }3033 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3034 echo "${ECHO_T}$ac_cv_objext" >&6; } 3128 3035 OBJEXT=$ac_cv_objext 3129 3036 ac_objext=$OBJEXT 3130 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&53131 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }3037 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3038 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 3132 3039 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3133 $as_echo_n "(cached)" >&63040 echo $ECHO_N "(cached) $ECHO_C" >&6 3134 3041 else 3135 3042 cat >conftest.$ac_ext <<_ACEOF … … 3157 3064 *) ac_try_echo=$ac_try;; 3158 3065 esac 3159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3160 $as_echo "$ac_try_echo") >&5 3066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3161 3067 (eval "$ac_compile") 2>conftest.er1 3162 3068 ac_status=$? … … 3164 3070 rm -f conftest.er1 3165 3071 cat conftest.err >&5 3166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53072 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3167 3073 (exit $ac_status); } && { 3168 3074 test -z "$ac_c_werror_flag" || … … 3171 3077 ac_compiler_gnu=yes 3172 3078 else 3173 $as_echo "$as_me: failed program was:" >&53079 echo "$as_me: failed program was:" >&5 3174 3080 sed 's/^/| /' conftest.$ac_ext >&5 3175 3081 … … 3181 3087 3182 3088 fi 3183 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3184 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3185 if test $ac_compiler_gnu = yes; then 3186 GCC=yes 3187 else 3188 GCC= 3189 fi 3089 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3090 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 3091 GCC=`test $ac_compiler_gnu = yes && echo yes` 3190 3092 ac_test_CFLAGS=${CFLAGS+set} 3191 3093 ac_save_CFLAGS=$CFLAGS 3192 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&53193 $as_echo_n "checking whether $CC accepts -g..." >&6; }3094 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3095 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3194 3096 if test "${ac_cv_prog_cc_g+set}" = set; then 3195 $as_echo_n "(cached)" >&63097 echo $ECHO_N "(cached) $ECHO_C" >&6 3196 3098 else 3197 3099 ac_save_c_werror_flag=$ac_c_werror_flag … … 3220 3122 *) ac_try_echo=$ac_try;; 3221 3123 esac 3222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3223 $as_echo "$ac_try_echo") >&5 3124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3224 3125 (eval "$ac_compile") 2>conftest.er1 3225 3126 ac_status=$? … … 3227 3128 rm -f conftest.er1 3228 3129 cat conftest.err >&5 3229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3230 3131 (exit $ac_status); } && { 3231 3132 test -z "$ac_c_werror_flag" || … … 3234 3135 ac_cv_prog_cc_g=yes 3235 3136 else 3236 $as_echo "$as_me: failed program was:" >&53137 echo "$as_me: failed program was:" >&5 3237 3138 sed 's/^/| /' conftest.$ac_ext >&5 3238 3139 … … 3259 3160 *) ac_try_echo=$ac_try;; 3260 3161 esac 3261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3262 $as_echo "$ac_try_echo") >&5 3162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3263 3163 (eval "$ac_compile") 2>conftest.er1 3264 3164 ac_status=$? … … 3266 3166 rm -f conftest.er1 3267 3167 cat conftest.err >&5 3268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3269 3169 (exit $ac_status); } && { 3270 3170 test -z "$ac_c_werror_flag" || … … 3273 3173 : 3274 3174 else 3275 $as_echo "$as_me: failed program was:" >&53175 echo "$as_me: failed program was:" >&5 3276 3176 sed 's/^/| /' conftest.$ac_ext >&5 3277 3177 … … 3299 3199 *) ac_try_echo=$ac_try;; 3300 3200 esac 3301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3302 $as_echo "$ac_try_echo") >&5 3201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3303 3202 (eval "$ac_compile") 2>conftest.er1 3304 3203 ac_status=$? … … 3306 3205 rm -f conftest.er1 3307 3206 cat conftest.err >&5 3308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3309 3208 (exit $ac_status); } && { 3310 3209 test -z "$ac_c_werror_flag" || … … 3313 3212 ac_cv_prog_cc_g=yes 3314 3213 else 3315 $as_echo "$as_me: failed program was:" >&53214 echo "$as_me: failed program was:" >&5 3316 3215 sed 's/^/| /' conftest.$ac_ext >&5 3317 3216 … … 3328 3227 ac_c_werror_flag=$ac_save_c_werror_flag 3329 3228 fi 3330 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53331 $as_echo "$ac_cv_prog_cc_g" >&6; }3229 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3230 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3332 3231 if test "$ac_test_CFLAGS" = set; then 3333 3232 CFLAGS=$ac_save_CFLAGS … … 3345 3244 fi 3346 3245 fi 3347 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53348 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3246 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3247 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3349 3248 if test "${ac_cv_prog_cc_c89+set}" = set; then 3350 $as_echo_n "(cached)" >&63249 echo $ECHO_N "(cached) $ECHO_C" >&6 3351 3250 else 3352 3251 ac_cv_prog_cc_c89=no … … 3419 3318 *) ac_try_echo=$ac_try;; 3420 3319 esac 3421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3422 $as_echo "$ac_try_echo") >&5 3320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3423 3321 (eval "$ac_compile") 2>conftest.er1 3424 3322 ac_status=$? … … 3426 3324 rm -f conftest.er1 3427 3325 cat conftest.err >&5 3428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3429 3327 (exit $ac_status); } && { 3430 3328 test -z "$ac_c_werror_flag" || … … 3433 3331 ac_cv_prog_cc_c89=$ac_arg 3434 3332 else 3435 $as_echo "$as_me: failed program was:" >&53333 echo "$as_me: failed program was:" >&5 3436 3334 sed 's/^/| /' conftest.$ac_ext >&5 3437 3335 … … 3449 3347 case "x$ac_cv_prog_cc_c89" in 3450 3348 x) 3451 { $as_echo "$as_me:$LINENO: result: none needed" >&53452 $as_echo "none needed" >&6; } ;;3349 { echo "$as_me:$LINENO: result: none needed" >&5 3350 echo "${ECHO_T}none needed" >&6; } ;; 3453 3351 xno) 3454 { $as_echo "$as_me:$LINENO: result: unsupported" >&53455 $as_echo "unsupported" >&6; } ;;3352 { echo "$as_me:$LINENO: result: unsupported" >&5 3353 echo "${ECHO_T}unsupported" >&6; } ;; 3456 3354 *) 3457 3355 CC="$CC $ac_cv_prog_cc_c89" 3458 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53459 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3356 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3357 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3460 3358 esac 3461 3359 … … 3478 3376 END 3479 3377 # If we don't find an include directive, just comment out the code. 3480 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53481 $as_echo_n "checking for style of include used by $am_make..." >&6; }3378 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3379 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 3482 3380 am__include="#" 3483 3381 am__quote= … … 3506 3404 3507 3405 3508 { $as_echo "$as_me:$LINENO: result: $_am_result" >&53509 $as_echo "$_am_result" >&6; }3406 { echo "$as_me:$LINENO: result: $_am_result" >&5 3407 echo "${ECHO_T}$_am_result" >&6; } 3510 3408 rm -f confinc confmf 3511 3409 3512 @%:@Check whether --enable-dependency-tracking was given.3410 # Check whether --enable-dependency-tracking was given. 3513 3411 if test "${enable_dependency_tracking+set}" = set; then 3514 3412 enableval=$enable_dependency_tracking; … … 3531 3429 depcc="$CC" am_compiler_list= 3532 3430 3533 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&53534 $as_echo_n "checking dependency style of $depcc..." >&6; }3431 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3432 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3535 3433 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3536 $as_echo_n "(cached)" >&63434 echo $ECHO_N "(cached) $ECHO_C" >&6 3537 3435 else 3538 3436 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3622 3520 3623 3521 fi 3624 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53625 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }3522 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3523 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3626 3524 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3627 3525 … … 3634 3532 am__fastdepCC_TRUE='#' 3635 3533 am__fastdepCC_FALSE= 3534 fi 3535 3536 3537 ac_ext=cpp 3538 ac_cpp='$CXXCPP $CPPFLAGS' 3539 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3540 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3541 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3542 if test -z "$CXX"; then 3543 if test -n "$CCC"; then 3544 CXX=$CCC 3545 else 3546 if test -n "$ac_tool_prefix"; then 3547 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 3548 do 3549 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3550 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3551 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3553 if test "${ac_cv_prog_CXX+set}" = set; then 3554 echo $ECHO_N "(cached) $ECHO_C" >&6 3555 else 3556 if test -n "$CXX"; then 3557 ac_cv_prog_CXX="$CXX" # Let the user override the test. 3558 else 3559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3560 for as_dir in $PATH 3561 do 3562 IFS=$as_save_IFS 3563 test -z "$as_dir" && as_dir=. 3564 for ac_exec_ext in '' $ac_executable_extensions; do 3565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3566 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3568 break 2 3569 fi 3570 done 3571 done 3572 IFS=$as_save_IFS 3573 3574 fi 3575 fi 3576 CXX=$ac_cv_prog_CXX 3577 if test -n "$CXX"; then 3578 { echo "$as_me:$LINENO: result: $CXX" >&5 3579 echo "${ECHO_T}$CXX" >&6; } 3580 else 3581 { echo "$as_me:$LINENO: result: no" >&5 3582 echo "${ECHO_T}no" >&6; } 3583 fi 3584 3585 3586 test -n "$CXX" && break 3587 done 3588 fi 3589 if test -z "$CXX"; then 3590 ac_ct_CXX=$CXX 3591 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 3592 do 3593 # Extract the first word of "$ac_prog", so it can be a program name with args. 3594 set dummy $ac_prog; ac_word=$2 3595 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3597 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3598 echo $ECHO_N "(cached) $ECHO_C" >&6 3599 else 3600 if test -n "$ac_ct_CXX"; then 3601 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 3602 else 3603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3604 for as_dir in $PATH 3605 do 3606 IFS=$as_save_IFS 3607 test -z "$as_dir" && as_dir=. 3608 for ac_exec_ext in '' $ac_executable_extensions; do 3609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3610 ac_cv_prog_ac_ct_CXX="$ac_prog" 3611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3612 break 2 3613 fi 3614 done 3615 done 3616 IFS=$as_save_IFS 3617 3618 fi 3619 fi 3620 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3621 if test -n "$ac_ct_CXX"; then 3622 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3623 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3624 else 3625 { echo "$as_me:$LINENO: result: no" >&5 3626 echo "${ECHO_T}no" >&6; } 3627 fi 3628 3629 3630 test -n "$ac_ct_CXX" && break 3631 done 3632 3633 if test "x$ac_ct_CXX" = x; then 3634 CXX="g++" 3635 else 3636 case $cross_compiling:$ac_tool_warned in 3637 yes:) 3638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3639 whose name does not start with the host triplet. If you think this 3640 configuration is useful to you, please write to autoconf@gnu.org." >&5 3641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3642 whose name does not start with the host triplet. If you think this 3643 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3644 ac_tool_warned=yes ;; 3645 esac 3646 CXX=$ac_ct_CXX 3647 fi 3648 fi 3649 3650 fi 3651 fi 3652 # Provide some information about the compiler. 3653 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3654 ac_compiler=`set X $ac_compile; echo $2` 3655 { (ac_try="$ac_compiler --version >&5" 3656 case "(($ac_try" in 3657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3658 *) ac_try_echo=$ac_try;; 3659 esac 3660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3661 (eval "$ac_compiler --version >&5") 2>&5 3662 ac_status=$? 3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3664 (exit $ac_status); } 3665 { (ac_try="$ac_compiler -v >&5" 3666 case "(($ac_try" in 3667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3668 *) ac_try_echo=$ac_try;; 3669 esac 3670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3671 (eval "$ac_compiler -v >&5") 2>&5 3672 ac_status=$? 3673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3674 (exit $ac_status); } 3675 { (ac_try="$ac_compiler -V >&5" 3676 case "(($ac_try" in 3677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3678 *) ac_try_echo=$ac_try;; 3679 esac 3680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3681 (eval "$ac_compiler -V >&5") 2>&5 3682 ac_status=$? 3683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3684 (exit $ac_status); } 3685 3686 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3687 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3688 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3689 echo $ECHO_N "(cached) $ECHO_C" >&6 3690 else 3691 cat >conftest.$ac_ext <<_ACEOF 3692 /* confdefs.h. */ 3693 _ACEOF 3694 cat confdefs.h >>conftest.$ac_ext 3695 cat >>conftest.$ac_ext <<_ACEOF 3696 /* end confdefs.h. */ 3697 3698 int 3699 main () 3700 { 3701 #ifndef __GNUC__ 3702 choke me 3703 #endif 3704 3705 ; 3706 return 0; 3707 } 3708 _ACEOF 3709 rm -f conftest.$ac_objext 3710 if { (ac_try="$ac_compile" 3711 case "(($ac_try" in 3712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3713 *) ac_try_echo=$ac_try;; 3714 esac 3715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3716 (eval "$ac_compile") 2>conftest.er1 3717 ac_status=$? 3718 grep -v '^ *+' conftest.er1 >conftest.err 3719 rm -f conftest.er1 3720 cat conftest.err >&5 3721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3722 (exit $ac_status); } && { 3723 test -z "$ac_cxx_werror_flag" || 3724 test ! -s conftest.err 3725 } && test -s conftest.$ac_objext; then 3726 ac_compiler_gnu=yes 3727 else 3728 echo "$as_me: failed program was:" >&5 3729 sed 's/^/| /' conftest.$ac_ext >&5 3730 3731 ac_compiler_gnu=no 3732 fi 3733 3734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3735 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3736 3737 fi 3738 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3739 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3740 GXX=`test $ac_compiler_gnu = yes && echo yes` 3741 ac_test_CXXFLAGS=${CXXFLAGS+set} 3742 ac_save_CXXFLAGS=$CXXFLAGS 3743 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3744 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3745 if test "${ac_cv_prog_cxx_g+set}" = set; then 3746 echo $ECHO_N "(cached) $ECHO_C" >&6 3747 else 3748 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3749 ac_cxx_werror_flag=yes 3750 ac_cv_prog_cxx_g=no 3751 CXXFLAGS="-g" 3752 cat >conftest.$ac_ext <<_ACEOF 3753 /* confdefs.h. */ 3754 _ACEOF 3755 cat confdefs.h >>conftest.$ac_ext 3756 cat >>conftest.$ac_ext <<_ACEOF 3757 /* end confdefs.h. */ 3758 3759 int 3760 main () 3761 { 3762 3763 ; 3764 return 0; 3765 } 3766 _ACEOF 3767 rm -f conftest.$ac_objext 3768 if { (ac_try="$ac_compile" 3769 case "(($ac_try" in 3770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3771 *) ac_try_echo=$ac_try;; 3772 esac 3773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3774 (eval "$ac_compile") 2>conftest.er1 3775 ac_status=$? 3776 grep -v '^ *+' conftest.er1 >conftest.err 3777 rm -f conftest.er1 3778 cat conftest.err >&5 3779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3780 (exit $ac_status); } && { 3781 test -z "$ac_cxx_werror_flag" || 3782 test ! -s conftest.err 3783 } && test -s conftest.$ac_objext; then 3784 ac_cv_prog_cxx_g=yes 3785 else 3786 echo "$as_me: failed program was:" >&5 3787 sed 's/^/| /' conftest.$ac_ext >&5 3788 3789 CXXFLAGS="" 3790 cat >conftest.$ac_ext <<_ACEOF 3791 /* confdefs.h. */ 3792 _ACEOF 3793 cat confdefs.h >>conftest.$ac_ext 3794 cat >>conftest.$ac_ext <<_ACEOF 3795 /* end confdefs.h. */ 3796 3797 int 3798 main () 3799 { 3800 3801 ; 3802 return 0; 3803 } 3804 _ACEOF 3805 rm -f conftest.$ac_objext 3806 if { (ac_try="$ac_compile" 3807 case "(($ac_try" in 3808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3809 *) ac_try_echo=$ac_try;; 3810 esac 3811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3812 (eval "$ac_compile") 2>conftest.er1 3813 ac_status=$? 3814 grep -v '^ *+' conftest.er1 >conftest.err 3815 rm -f conftest.er1 3816 cat conftest.err >&5 3817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3818 (exit $ac_status); } && { 3819 test -z "$ac_cxx_werror_flag" || 3820 test ! -s conftest.err 3821 } && test -s conftest.$ac_objext; then 3822 : 3823 else 3824 echo "$as_me: failed program was:" >&5 3825 sed 's/^/| /' conftest.$ac_ext >&5 3826 3827 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3828 CXXFLAGS="-g" 3829 cat >conftest.$ac_ext <<_ACEOF 3830 /* confdefs.h. */ 3831 _ACEOF 3832 cat confdefs.h >>conftest.$ac_ext 3833 cat >>conftest.$ac_ext <<_ACEOF 3834 /* end confdefs.h. */ 3835 3836 int 3837 main () 3838 { 3839 3840 ; 3841 return 0; 3842 } 3843 _ACEOF 3844 rm -f conftest.$ac_objext 3845 if { (ac_try="$ac_compile" 3846 case "(($ac_try" in 3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3848 *) ac_try_echo=$ac_try;; 3849 esac 3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3851 (eval "$ac_compile") 2>conftest.er1 3852 ac_status=$? 3853 grep -v '^ *+' conftest.er1 >conftest.err 3854 rm -f conftest.er1 3855 cat conftest.err >&5 3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3857 (exit $ac_status); } && { 3858 test -z "$ac_cxx_werror_flag" || 3859 test ! -s conftest.err 3860 } && test -s conftest.$ac_objext; then 3861 ac_cv_prog_cxx_g=yes 3862 else 3863 echo "$as_me: failed program was:" >&5 3864 sed 's/^/| /' conftest.$ac_ext >&5 3865 3866 3867 fi 3868 3869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3870 fi 3871 3872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3873 fi 3874 3875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3876 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3877 fi 3878 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3879 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 3880 if test "$ac_test_CXXFLAGS" = set; then 3881 CXXFLAGS=$ac_save_CXXFLAGS 3882 elif test $ac_cv_prog_cxx_g = yes; then 3883 if test "$GXX" = yes; then 3884 CXXFLAGS="-g -O2" 3885 else 3886 CXXFLAGS="-g" 3887 fi 3888 else 3889 if test "$GXX" = yes; then 3890 CXXFLAGS="-O2" 3891 else 3892 CXXFLAGS= 3893 fi 3894 fi 3895 ac_ext=c 3896 ac_cpp='$CPP $CPPFLAGS' 3897 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3898 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3899 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3900 3901 depcc="$CXX" am_compiler_list= 3902 3903 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3904 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3905 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 3906 echo $ECHO_N "(cached) $ECHO_C" >&6 3907 else 3908 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 3909 # We make a subdir and do the tests there. Otherwise we can end up 3910 # making bogus files that we don't know about and never remove. For 3911 # instance it was reported that on HP-UX the gcc test will end up 3912 # making a dummy file named `D' -- because `-MD' means `put the output 3913 # in D'. 3914 mkdir conftest.dir 3915 # Copy depcomp to subdir because otherwise we won't find it if we're 3916 # using a relative directory. 3917 cp "$am_depcomp" conftest.dir 3918 cd conftest.dir 3919 # We will build objects and dependencies in a subdirectory because 3920 # it helps to detect inapplicable dependency modes. For instance 3921 # both Tru64's cc and ICC support -MD to output dependencies as a 3922 # side effect of compilation, but ICC will put the dependencies in 3923 # the current directory while Tru64 will put them in the object 3924 # directory. 3925 mkdir sub 3926 3927 am_cv_CXX_dependencies_compiler_type=none 3928 if test "$am_compiler_list" = ""; then 3929 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 3930 fi 3931 for depmode in $am_compiler_list; do 3932 # Setup a source with many dependencies, because some compilers 3933 # like to wrap large dependency lists on column 80 (with \), and 3934 # we should not choose a depcomp mode which is confused by this. 3935 # 3936 # We need to recreate these files for each test, as the compiler may 3937 # overwrite some of them when testing with obscure command lines. 3938 # This happens at least with the AIX C compiler. 3939 : > sub/conftest.c 3940 for i in 1 2 3 4 5 6; do 3941 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3942 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3943 # Solaris 8's {/usr,}/bin/sh. 3944 touch sub/conftst$i.h 3945 done 3946 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3947 3948 case $depmode in 3949 nosideeffect) 3950 # after this tag, mechanisms are not by side-effect, so they'll 3951 # only be used when explicitly requested 3952 if test "x$enable_dependency_tracking" = xyes; then 3953 continue 3954 else 3955 break 3956 fi 3957 ;; 3958 none) break ;; 3959 esac 3960 # We check with `-c' and `-o' for the sake of the "dashmstdout" 3961 # mode. It turns out that the SunPro C++ compiler does not properly 3962 # handle `-M -o', and we need to detect this. 3963 if depmode=$depmode \ 3964 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 3965 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3966 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 3967 >/dev/null 2>conftest.err && 3968 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 3969 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 3970 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 3971 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3972 # icc doesn't choke on unknown options, it will just issue warnings 3973 # or remarks (even with -Werror). So we grep stderr for any message 3974 # that says an option was ignored or not supported. 3975 # When given -MP, icc 7.0 and 7.1 complain thusly: 3976 # icc: Command line warning: ignoring option '-M'; no argument required 3977 # The diagnosis changed in icc 8.0: 3978 # icc: Command line remark: option '-MP' not supported 3979 if (grep 'ignoring option' conftest.err || 3980 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3981 am_cv_CXX_dependencies_compiler_type=$depmode 3982 break 3983 fi 3984 fi 3985 done 3986 3987 cd .. 3988 rm -rf conftest.dir 3989 else 3990 am_cv_CXX_dependencies_compiler_type=none 3991 fi 3992 3993 fi 3994 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 3995 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } 3996 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 3997 3998 if 3999 test "x$enable_dependency_tracking" != xno \ 4000 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 4001 am__fastdepCXX_TRUE= 4002 am__fastdepCXX_FALSE='#' 4003 else 4004 am__fastdepCXX_TRUE='#' 4005 am__fastdepCXX_FALSE= 3636 4006 fi 3637 4007 … … 3646 4016 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3647 4017 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3648 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53649 $as_echo_n "checking for $ac_word..." >&6; }4018 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3650 4020 if test "${ac_cv_prog_F77+set}" = set; then 3651 $as_echo_n "(cached)" >&64021 echo $ECHO_N "(cached) $ECHO_C" >&6 3652 4022 else 3653 4023 if test -n "$F77"; then … … 3662 4032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3663 4033 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 3664 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54034 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3665 4035 break 2 3666 4036 fi … … 3673 4043 F77=$ac_cv_prog_F77 3674 4044 if test -n "$F77"; then 3675 { $as_echo "$as_me:$LINENO: result: $F77" >&53676 $as_echo "$F77" >&6; }3677 else 3678 { $as_echo "$as_me:$LINENO: result: no" >&53679 $as_echo "no" >&6; }4045 { echo "$as_me:$LINENO: result: $F77" >&5 4046 echo "${ECHO_T}$F77" >&6; } 4047 else 4048 { echo "$as_me:$LINENO: result: no" >&5 4049 echo "${ECHO_T}no" >&6; } 3680 4050 fi 3681 4051 … … 3690 4060 # Extract the first word of "$ac_prog", so it can be a program name with args. 3691 4061 set dummy $ac_prog; ac_word=$2 3692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53693 $as_echo_n "checking for $ac_word..." >&6; }4062 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4063 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3694 4064 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 3695 $as_echo_n "(cached)" >&64065 echo $ECHO_N "(cached) $ECHO_C" >&6 3696 4066 else 3697 4067 if test -n "$ac_ct_F77"; then … … 3706 4076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3707 4077 ac_cv_prog_ac_ct_F77="$ac_prog" 3708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54078 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3709 4079 break 2 3710 4080 fi … … 3717 4087 ac_ct_F77=$ac_cv_prog_ac_ct_F77 3718 4088 if test -n "$ac_ct_F77"; then 3719 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&53720 $as_echo "$ac_ct_F77" >&6; }3721 else 3722 { $as_echo "$as_me:$LINENO: result: no" >&53723 $as_echo "no" >&6; }4089 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4090 echo "${ECHO_T}$ac_ct_F77" >&6; } 4091 else 4092 { echo "$as_me:$LINENO: result: no" >&5 4093 echo "${ECHO_T}no" >&6; } 3724 4094 fi 3725 4095 … … 3733 4103 case $cross_compiling:$ac_tool_warned in 3734 4104 yes:) 3735 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4105 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4106 whose name does not start with the host triplet. If you think this 4107 configuration is useful to you, please write to autoconf@gnu.org." >&5 4108 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4109 whose name does not start with the host triplet. If you think this 4110 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3737 4111 ac_tool_warned=yes ;; 3738 4112 esac … … 3743 4117 3744 4118 # Provide some information about the compiler. 3745 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3746 set X $ac_compile 3747 ac_compiler=$2 4119 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4120 ac_compiler=`set X $ac_compile; echo $2` 3748 4121 { (ac_try="$ac_compiler --version >&5" 3749 4122 case "(($ac_try" in … … 3751 4124 *) ac_try_echo=$ac_try;; 3752 4125 esac 3753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3754 $as_echo "$ac_try_echo") >&5 4126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3755 4127 (eval "$ac_compiler --version >&5") 2>&5 3756 4128 ac_status=$? 3757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54129 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3758 4130 (exit $ac_status); } 3759 4131 { (ac_try="$ac_compiler -v >&5" … … 3762 4134 *) ac_try_echo=$ac_try;; 3763 4135 esac 3764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3765 $as_echo "$ac_try_echo") >&5 4136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3766 4137 (eval "$ac_compiler -v >&5") 2>&5 3767 4138 ac_status=$? 3768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3769 4140 (exit $ac_status); } 3770 4141 { (ac_try="$ac_compiler -V >&5" … … 3773 4144 *) ac_try_echo=$ac_try;; 3774 4145 esac 3775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3776 $as_echo "$ac_try_echo") >&5 4146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3777 4147 (eval "$ac_compiler -V >&5") 2>&5 3778 4148 ac_status=$? 3779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3780 4150 (exit $ac_status); } 3781 4151 rm -f a.out … … 3785 4155 ac_save_ext=$ac_ext 3786 4156 ac_ext=F 3787 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&53788 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }4157 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 4158 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 3789 4159 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3790 $as_echo_n "(cached)" >&64160 echo $ECHO_N "(cached) $ECHO_C" >&6 3791 4161 else 3792 4162 cat >conftest.$ac_ext <<_ACEOF … … 3804 4174 *) ac_try_echo=$ac_try;; 3805 4175 esac 3806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3807 $as_echo "$ac_try_echo") >&5 4176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3808 4177 (eval "$ac_compile") 2>conftest.er1 3809 4178 ac_status=$? … … 3811 4180 rm -f conftest.er1 3812 4181 cat conftest.err >&5 3813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3814 4183 (exit $ac_status); } && { 3815 4184 test -z "$ac_f77_werror_flag" || … … 3818 4187 ac_compiler_gnu=yes 3819 4188 else 3820 $as_echo "$as_me: failed program was:" >&54189 echo "$as_me: failed program was:" >&5 3821 4190 sed 's/^/| /' conftest.$ac_ext >&5 3822 4191 … … 3828 4197 3829 4198 fi 3830 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&53831 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }4199 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 4200 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 3832 4201 ac_ext=$ac_save_ext 3833 4202 ac_test_FFLAGS=${FFLAGS+set} 3834 4203 ac_save_FFLAGS=$FFLAGS 3835 4204 FFLAGS= 3836 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&53837 $as_echo_n "checking whether $F77 accepts -g..." >&6; }4205 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 4206 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 3838 4207 if test "${ac_cv_prog_f77_g+set}" = set; then 3839 $as_echo_n "(cached)" >&64208 echo $ECHO_N "(cached) $ECHO_C" >&6 3840 4209 else 3841 4210 FFLAGS=-g … … 3851 4220 *) ac_try_echo=$ac_try;; 3852 4221 esac 3853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3854 $as_echo "$ac_try_echo") >&5 4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3855 4223 (eval "$ac_compile") 2>conftest.er1 3856 4224 ac_status=$? … … 3858 4226 rm -f conftest.er1 3859 4227 cat conftest.err >&5 3860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3861 4229 (exit $ac_status); } && { 3862 4230 test -z "$ac_f77_werror_flag" || … … 3865 4233 ac_cv_prog_f77_g=yes 3866 4234 else 3867 $as_echo "$as_me: failed program was:" >&54235 echo "$as_me: failed program was:" >&5 3868 4236 sed 's/^/| /' conftest.$ac_ext >&5 3869 4237 … … 3874 4242 3875 4243 fi 3876 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&53877 $as_echo "$ac_cv_prog_f77_g" >&6; }4244 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4245 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 3878 4246 if test "$ac_test_FFLAGS" = set; then 3879 4247 FFLAGS=$ac_save_FFLAGS … … 3892 4260 fi 3893 4261 3894 if test $ac_compiler_gnu = yes; then 3895 G77=yes 3896 else 3897 G77= 3898 fi 4262 G77=`test $ac_compiler_gnu = yes && echo yes` 3899 4263 ac_ext=c 3900 4264 ac_cpp='$CPP $CPPFLAGS' … … 3908 4272 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3909 4273 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 3910 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&53911 $as_echo_n "checking how to get verbose linking output from $F77..." >&6; }4274 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5 4275 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; } 3912 4276 if test "${ac_cv_prog_f77_v+set}" = set; then 3913 $as_echo_n "(cached)" >&64277 echo $ECHO_N "(cached) $ECHO_C" >&6 3914 4278 else 3915 4279 cat >conftest.$ac_ext <<_ACEOF … … 3924 4288 *) ac_try_echo=$ac_try;; 3925 4289 esac 3926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3927 $as_echo "$ac_try_echo") >&5 4290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3928 4291 (eval "$ac_compile") 2>conftest.er1 3929 4292 ac_status=$? … … 3931 4294 rm -f conftest.er1 3932 4295 cat conftest.err >&5 3933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3934 4297 (exit $ac_status); } && { 3935 4298 test -z "$ac_f77_werror_flag" || … … 3953 4316 eval "set x $ac_link" 3954 4317 shift 3955 $as_echo "$as_me:$LINENO: $*" >&5 3956 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 3957 # LIBRARY_PATH; skip all such settings. 3958 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 3959 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 3960 $as_echo "$ac_f77_v_output" >&5 4318 echo "$as_me:$LINENO: $*" >&5 4319 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4320 echo "$ac_f77_v_output" >&5 3961 4321 FFLAGS=$ac_save_FFLAGS 3962 4322 3963 rm - rf conftest*4323 rm -f conftest* 3964 4324 3965 4325 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 3968 4328 ac_f77_v_output="`echo $ac_f77_v_output | 3969 4329 grep 'LPATH is:' | 3970 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4330 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 3971 4331 3972 4332 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4008 4368 done 4009 4369 if test -z "$ac_cv_prog_f77_v"; then 4010 { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&54011 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}4012 fi 4013 else 4014 $as_echo "$as_me: failed program was:" >&54370 { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5 4371 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;} 4372 fi 4373 else 4374 echo "$as_me: failed program was:" >&5 4015 4375 sed 's/^/| /' conftest.$ac_ext >&5 4016 4376 4017 { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&54018 $as_echo "$as_me: WARNING: compilation failed" >&2;}4377 { echo "$as_me:$LINENO: WARNING: compilation failed" >&5 4378 echo "$as_me: WARNING: compilation failed" >&2;} 4019 4379 fi 4020 4380 … … 4022 4382 4023 4383 fi 4024 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&54025 $as_echo "$ac_cv_prog_f77_v" >&6; }4026 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&54027 $as_echo_n "checking for Fortran 77 libraries of $F77..." >&6; }4384 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5 4385 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; } 4386 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5 4387 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; } 4028 4388 if test "${ac_cv_f77_libs+set}" = set; then 4029 $as_echo_n "(cached)" >&64389 echo $ECHO_N "(cached) $ECHO_C" >&6 4030 4390 else 4031 4391 if test "x$FLIBS" != "x"; then … … 4047 4407 eval "set x $ac_link" 4048 4408 shift 4049 $as_echo "$as_me:$LINENO: $*" >&5 4050 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4051 # LIBRARY_PATH; skip all such settings. 4052 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4053 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4054 $as_echo "$ac_f77_v_output" >&5 4409 echo "$as_me:$LINENO: $*" >&5 4410 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4411 echo "$ac_f77_v_output" >&5 4055 4412 FFLAGS=$ac_save_FFLAGS 4056 4413 4057 rm - rf conftest*4414 rm -f conftest* 4058 4415 4059 4416 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4062 4419 ac_f77_v_output="`echo $ac_f77_v_output | 4063 4420 grep 'LPATH is:' | 4064 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4421 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4065 4422 4066 4423 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4161 4518 ;; 4162 4519 -YP,*) 4163 for ac_j in ` $as_echo "$ac_arg"| sed -e 's/-YP,/-L/;s/:/ -L/g'`; do4520 for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do 4164 4521 ac_exists=false 4165 4522 for ac_i in $ac_cv_f77_libs; do … … 4209 4566 case `(uname -sr) 2>/dev/null` in 4210 4567 "SunOS 5"*) 4211 ac_ld_run_path=` $as_echo "$ac_f77_v_output"|4568 ac_ld_run_path=`echo $ac_f77_v_output | 4212 4569 sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'` 4213 4570 test "x$ac_ld_run_path" != x && … … 4224 4581 4225 4582 fi 4226 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&54227 $as_echo "$ac_cv_f77_libs" >&6; }4583 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5 4584 echo "${ECHO_T}$ac_cv_f77_libs" >&6; } 4228 4585 FLIBS="$ac_cv_f77_libs" 4229 4586 … … 4236 4593 4237 4594 if test "x$CC" != xcc; then 4238 { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&54239 $as_echo_n "checking whether $CC and cc understand -c and -o together..." >&6; }4240 else 4241 { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&54242 $as_echo_n "checking whether cc understands -c and -o together..." >&6; }4243 fi 4244 set dummy $CC; ac_cc=` $as_echo "$2"|4595 { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 4596 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } 4597 else 4598 { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 4599 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } 4600 fi 4601 set dummy $CC; ac_cc=`echo $2 | 4245 4602 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4246 4603 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then 4247 $as_echo_n "(cached)" >&64604 echo $ECHO_N "(cached) $ECHO_C" >&6 4248 4605 else 4249 4606 cat >conftest.$ac_ext <<_ACEOF … … 4271 4628 *) ac_try_echo=$ac_try;; 4272 4629 esac 4273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4274 $as_echo "$ac_try_echo") >&5 4630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4275 4631 (eval "$ac_try") 2>&5 4276 4632 ac_status=$? 4277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54633 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4278 4634 (exit $ac_status); } && 4279 4635 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4281 4637 *) ac_try_echo=$ac_try;; 4282 4638 esac 4283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4284 $as_echo "$ac_try_echo") >&5 4639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4285 4640 (eval "$ac_try") 2>&5 4286 4641 ac_status=$? 4287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4288 4643 (exit $ac_status); }; 4289 4644 then … … 4296 4651 *) ac_try_echo=$ac_try;; 4297 4652 esac 4298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4299 $as_echo "$ac_try_echo") >&5 4653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4300 4654 (eval "$ac_try") 2>&5 4301 4655 ac_status=$? 4302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4303 4657 (exit $ac_status); }; }; then 4304 4658 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' … … 4308 4662 *) ac_try_echo=$ac_try;; 4309 4663 esac 4310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4311 $as_echo "$ac_try_echo") >&5 4664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4312 4665 (eval "$ac_try") 2>&5 4313 4666 ac_status=$? 4314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54667 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4315 4668 (exit $ac_status); } && 4316 4669 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4318 4671 *) ac_try_echo=$ac_try;; 4319 4672 esac 4320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4321 $as_echo "$ac_try_echo") >&5 4673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4322 4674 (eval "$ac_try") 2>&5 4323 4675 ac_status=$? 4324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4325 4677 (exit $ac_status); }; 4326 4678 then … … 4340 4692 fi 4341 4693 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then 4342 { $as_echo "$as_me:$LINENO: result: yes" >&54343 $as_echo "yes" >&6; }4344 else 4345 { $as_echo "$as_me:$LINENO: result: no" >&54346 $as_echo "no" >&6; }4694 { echo "$as_me:$LINENO: result: yes" >&5 4695 echo "${ECHO_T}yes" >&6; } 4696 else 4697 { echo "$as_me:$LINENO: result: no" >&5 4698 echo "${ECHO_T}no" >&6; } 4347 4699 4348 4700 cat >>confdefs.h <<\_ACEOF … … 4355 4707 # there is no other way. 4356 4708 set dummy $CC 4357 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4358 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 4359 if test "$am_t" != yes; then 4709 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4710 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 4360 4711 # Losing compiler, so override with the script. 4361 4712 # FIXME: It is wrong to rewrite CC. … … 4373 4724 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4374 4725 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4375 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&54376 $as_echo_n "checking how to run the C preprocessor..." >&6; }4726 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4727 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4377 4728 # On Suns, sometimes $CPP names a directory. 4378 4729 if test -n "$CPP" && test -d "$CPP"; then … … 4381 4732 if test -z "$CPP"; then 4382 4733 if test "${ac_cv_prog_CPP+set}" = set; then 4383 $as_echo_n "(cached)" >&64734 echo $ECHO_N "(cached) $ECHO_C" >&6 4384 4735 else 4385 4736 # Double quotes because CPP needs to be expanded … … 4413 4764 *) ac_try_echo=$ac_try;; 4414 4765 esac 4415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4416 $as_echo "$ac_try_echo") >&5 4766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4417 4767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4418 4768 ac_status=$? … … 4420 4770 rm -f conftest.er1 4421 4771 cat conftest.err >&5 4422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54772 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4423 4773 (exit $ac_status); } >/dev/null && { 4424 4774 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4427 4777 : 4428 4778 else 4429 $as_echo "$as_me: failed program was:" >&54779 echo "$as_me: failed program was:" >&5 4430 4780 sed 's/^/| /' conftest.$ac_ext >&5 4431 4781 … … 4451 4801 *) ac_try_echo=$ac_try;; 4452 4802 esac 4453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4454 $as_echo "$ac_try_echo") >&5 4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4455 4804 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4456 4805 ac_status=$? … … 4458 4807 rm -f conftest.er1 4459 4808 cat conftest.err >&5 4460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4461 4810 (exit $ac_status); } >/dev/null && { 4462 4811 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4466 4815 continue 4467 4816 else 4468 $as_echo "$as_me: failed program was:" >&54817 echo "$as_me: failed program was:" >&5 4469 4818 sed 's/^/| /' conftest.$ac_ext >&5 4470 4819 … … 4491 4840 ac_cv_prog_CPP=$CPP 4492 4841 fi 4493 { $as_echo "$as_me:$LINENO: result: $CPP" >&54494 $as_echo "$CPP" >&6; }4842 { echo "$as_me:$LINENO: result: $CPP" >&5 4843 echo "${ECHO_T}$CPP" >&6; } 4495 4844 ac_preproc_ok=false 4496 4845 for ac_c_preproc_warn_flag in '' yes … … 4520 4869 *) ac_try_echo=$ac_try;; 4521 4870 esac 4522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4523 $as_echo "$ac_try_echo") >&5 4871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4524 4872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4525 4873 ac_status=$? … … 4527 4875 rm -f conftest.er1 4528 4876 cat conftest.err >&5 4529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4530 4878 (exit $ac_status); } >/dev/null && { 4531 4879 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4534 4882 : 4535 4883 else 4536 $as_echo "$as_me: failed program was:" >&54884 echo "$as_me: failed program was:" >&5 4537 4885 sed 's/^/| /' conftest.$ac_ext >&5 4538 4886 … … 4558 4906 *) ac_try_echo=$ac_try;; 4559 4907 esac 4560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4561 $as_echo "$ac_try_echo") >&5 4908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4562 4909 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4563 4910 ac_status=$? … … 4565 4912 rm -f conftest.er1 4566 4913 cat conftest.err >&5 4567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4568 4915 (exit $ac_status); } >/dev/null && { 4569 4916 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4573 4920 continue 4574 4921 else 4575 $as_echo "$as_me: failed program was:" >&54922 echo "$as_me: failed program was:" >&5 4576 4923 sed 's/^/| /' conftest.$ac_ext >&5 4577 4924 … … 4589 4936 : 4590 4937 else 4591 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 4592 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4593 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4938 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4594 4939 See \`config.log' for more details." >&5 4595 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check4940 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4596 4941 See \`config.log' for more details." >&2;} 4597 { (exit 1); exit 1; }; } ; }4942 { (exit 1); exit 1; }; } 4598 4943 fi 4599 4944 … … 4605 4950 4606 4951 4607 { $as_echo "$as_me:$LINENO: checking for X" >&54608 $as_echo_n "checking for X..." >&6; }4609 4610 4611 @%:@Check whether --with-x was given.4952 { echo "$as_me:$LINENO: checking for X" >&5 4953 echo $ECHO_N "checking for X... $ECHO_C" >&6; } 4954 4955 4956 # Check whether --with-x was given. 4612 4957 if test "${with_x+set}" = set; then 4613 4958 withval=$with_x; … … 4620 4965 else 4621 4966 case $x_includes,$x_libraries in #( 4622 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&54623 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}4967 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 4968 echo "$as_me: error: Cannot use X directory names containing '" >&2;} 4624 4969 { (exit 1); exit 1; }; };; #( 4625 4970 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 4626 $as_echo_n "(cached)" >&64971 echo $ECHO_N "(cached) $ECHO_C" >&6 4627 4972 else 4628 4973 # One or both of the vars are not set, and there is no cached value. … … 4645 4990 done 4646 4991 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 4647 for ac_extension in a so sl dylib la dll; do4992 for ac_extension in a so sl; do 4648 4993 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 4649 4994 test -f "$ac_im_libdir/libX11.$ac_extension"; then … … 4659 5004 esac 4660 5005 case $ac_im_usrlibdir in 4661 /usr/lib | / usr/lib64 | /lib | /lib64) ;;5006 /usr/lib | /lib) ;; 4662 5007 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 4663 5008 esac … … 4720 5065 *) ac_try_echo=$ac_try;; 4721 5066 esac 4722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4723 $as_echo "$ac_try_echo") >&5 5067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4724 5068 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4725 5069 ac_status=$? … … 4727 5071 rm -f conftest.er1 4728 5072 cat conftest.err >&5 4729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4730 5074 (exit $ac_status); } >/dev/null && { 4731 5075 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4735 5079 ac_x_includes= 4736 5080 else 4737 $as_echo "$as_me: failed program was:" >&55081 echo "$as_me: failed program was:" >&5 4738 5082 sed 's/^/| /' conftest.$ac_ext >&5 4739 5083 … … 4776 5120 *) ac_try_echo=$ac_try;; 4777 5121 esac 4778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4779 $as_echo "$ac_try_echo") >&5 5122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4780 5123 (eval "$ac_link") 2>conftest.er1 4781 5124 ac_status=$? … … 4783 5126 rm -f conftest.er1 4784 5127 cat conftest.err >&5 4785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55128 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4786 5129 (exit $ac_status); } && { 4787 5130 test -z "$ac_c_werror_flag" || 4788 5131 test ! -s conftest.err 4789 } && test -s conftest$ac_exeext && { 4790 test "$cross_compiling" = yes || 4791 $as_test_x conftest$ac_exeext 4792 }; then 5132 } && test -s conftest$ac_exeext && 5133 $as_test_x conftest$ac_exeext; then 4793 5134 LIBS=$ac_save_LIBS 4794 5135 # We can link X programs with no special library path. 4795 5136 ac_x_libraries= 4796 5137 else 4797 $as_echo "$as_me: failed program was:" >&55138 echo "$as_me: failed program was:" >&5 4798 5139 sed 's/^/| /' conftest.$ac_ext >&5 4799 5140 4800 5141 LIBS=$ac_save_LIBS 4801 for ac_dir in ` $as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`5142 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 4802 5143 do 4803 5144 # Don't even attempt the hair of trying to link an X program! 4804 for ac_extension in a so sl dylib la dll; do5145 for ac_extension in a so sl; do 4805 5146 if test -r "$ac_dir/libX11.$ac_extension"; then 4806 5147 ac_x_libraries=$ac_dir … … 4811 5152 fi 4812 5153 4813 rm -rf conftest.dSYM4814 5154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4815 5155 conftest$ac_exeext conftest.$ac_ext … … 4834 5174 4835 5175 if test "$have_x" != yes; then 4836 { $as_echo "$as_me:$LINENO: result: $have_x" >&54837 $as_echo "$have_x" >&6; }5176 { echo "$as_me:$LINENO: result: $have_x" >&5 5177 echo "${ECHO_T}$have_x" >&6; } 4838 5178 no_x=yes 4839 5179 else … … 4845 5185 ac_x_includes='$x_includes'\ 4846 5186 ac_x_libraries='$x_libraries'" 4847 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&54848 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }5187 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 5188 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 4849 5189 fi 4850 5190 … … 4867 5207 # For Solaris; some versions of Sun CC require a space after -R and 4868 5208 # others require no space. Words are not sufficient . . . . 4869 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&54870 $as_echo_n "checking whether -R must be followed by a space..." >&6; }5209 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 5210 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 4871 5211 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 4872 5212 ac_xsave_c_werror_flag=$ac_c_werror_flag … … 4893 5233 *) ac_try_echo=$ac_try;; 4894 5234 esac 4895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4896 $as_echo "$ac_try_echo") >&5 5235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4897 5236 (eval "$ac_link") 2>conftest.er1 4898 5237 ac_status=$? … … 4900 5239 rm -f conftest.er1 4901 5240 cat conftest.err >&5 4902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4903 5242 (exit $ac_status); } && { 4904 5243 test -z "$ac_c_werror_flag" || 4905 5244 test ! -s conftest.err 4906 } && test -s conftest$ac_exeext && { 4907 test "$cross_compiling" = yes || 4908 $as_test_x conftest$ac_exeext 4909 }; then 4910 { $as_echo "$as_me:$LINENO: result: no" >&5 4911 $as_echo "no" >&6; } 5245 } && test -s conftest$ac_exeext && 5246 $as_test_x conftest$ac_exeext; then 5247 { echo "$as_me:$LINENO: result: no" >&5 5248 echo "${ECHO_T}no" >&6; } 4912 5249 X_LIBS="$X_LIBS -R$x_libraries" 4913 5250 else 4914 $as_echo "$as_me: failed program was:" >&55251 echo "$as_me: failed program was:" >&5 4915 5252 sed 's/^/| /' conftest.$ac_ext >&5 4916 5253 … … 4937 5274 *) ac_try_echo=$ac_try;; 4938 5275 esac 4939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4940 $as_echo "$ac_try_echo") >&5 5276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4941 5277 (eval "$ac_link") 2>conftest.er1 4942 5278 ac_status=$? … … 4944 5280 rm -f conftest.er1 4945 5281 cat conftest.err >&5 4946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55282 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4947 5283 (exit $ac_status); } && { 4948 5284 test -z "$ac_c_werror_flag" || 4949 5285 test ! -s conftest.err 4950 } && test -s conftest$ac_exeext && { 4951 test "$cross_compiling" = yes || 4952 $as_test_x conftest$ac_exeext 4953 }; then 4954 { $as_echo "$as_me:$LINENO: result: yes" >&5 4955 $as_echo "yes" >&6; } 5286 } && test -s conftest$ac_exeext && 5287 $as_test_x conftest$ac_exeext; then 5288 { echo "$as_me:$LINENO: result: yes" >&5 5289 echo "${ECHO_T}yes" >&6; } 4956 5290 X_LIBS="$X_LIBS -R $x_libraries" 4957 5291 else 4958 $as_echo "$as_me: failed program was:" >&55292 echo "$as_me: failed program was:" >&5 4959 5293 sed 's/^/| /' conftest.$ac_ext >&5 4960 5294 4961 { $as_echo "$as_me:$LINENO: result: neither works" >&5 4962 $as_echo "neither works" >&6; } 4963 fi 4964 4965 rm -rf conftest.dSYM 5295 { echo "$as_me:$LINENO: result: neither works" >&5 5296 echo "${ECHO_T}neither works" >&6; } 5297 fi 5298 4966 5299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4967 5300 conftest$ac_exeext conftest.$ac_ext 4968 5301 fi 4969 5302 4970 rm -rf conftest.dSYM4971 5303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4972 5304 conftest$ac_exeext conftest.$ac_ext … … 5014 5346 *) ac_try_echo=$ac_try;; 5015 5347 esac 5016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5017 $as_echo "$ac_try_echo") >&5 5348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5018 5349 (eval "$ac_link") 2>conftest.er1 5019 5350 ac_status=$? … … 5021 5352 rm -f conftest.er1 5022 5353 cat conftest.err >&5 5023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5024 5355 (exit $ac_status); } && { 5025 5356 test -z "$ac_c_werror_flag" || 5026 5357 test ! -s conftest.err 5027 } && test -s conftest$ac_exeext && { 5028 test "$cross_compiling" = yes || 5029 $as_test_x conftest$ac_exeext 5030 }; then 5358 } && test -s conftest$ac_exeext && 5359 $as_test_x conftest$ac_exeext; then 5031 5360 : 5032 5361 else 5033 $as_echo "$as_me: failed program was:" >&55362 echo "$as_me: failed program was:" >&5 5034 5363 sed 's/^/| /' conftest.$ac_ext >&5 5035 5364 5036 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&55037 $as_echo_n "checking for dnet_ntoa in -ldnet..." >&6; }5365 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5366 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5038 5367 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5039 $as_echo_n "(cached)" >&65368 echo $ECHO_N "(cached) $ECHO_C" >&6 5040 5369 else 5041 5370 ac_check_lib_save_LIBS=$LIBS … … 5069 5398 *) ac_try_echo=$ac_try;; 5070 5399 esac 5071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5072 $as_echo "$ac_try_echo") >&5 5400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5073 5401 (eval "$ac_link") 2>conftest.er1 5074 5402 ac_status=$? … … 5076 5404 rm -f conftest.er1 5077 5405 cat conftest.err >&5 5078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5079 5407 (exit $ac_status); } && { 5080 5408 test -z "$ac_c_werror_flag" || 5081 5409 test ! -s conftest.err 5082 } && test -s conftest$ac_exeext && { 5083 test "$cross_compiling" = yes || 5084 $as_test_x conftest$ac_exeext 5085 }; then 5410 } && test -s conftest$ac_exeext && 5411 $as_test_x conftest$ac_exeext; then 5086 5412 ac_cv_lib_dnet_dnet_ntoa=yes 5087 5413 else 5088 $as_echo "$as_me: failed program was:" >&55414 echo "$as_me: failed program was:" >&5 5089 5415 sed 's/^/| /' conftest.$ac_ext >&5 5090 5416 … … 5092 5418 fi 5093 5419 5094 rm -rf conftest.dSYM5095 5420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5096 5421 conftest$ac_exeext conftest.$ac_ext 5097 5422 LIBS=$ac_check_lib_save_LIBS 5098 5423 fi 5099 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&55100 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }5101 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then5424 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5425 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5426 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5102 5427 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5103 5428 fi 5104 5429 5105 5430 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5106 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&55107 $as_echo_n "checking for dnet_ntoa in -ldnet_stub..." >&6; }5431 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 5432 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 5108 5433 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5109 $as_echo_n "(cached)" >&65434 echo $ECHO_N "(cached) $ECHO_C" >&6 5110 5435 else 5111 5436 ac_check_lib_save_LIBS=$LIBS … … 5139 5464 *) ac_try_echo=$ac_try;; 5140 5465 esac 5141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5142 $as_echo "$ac_try_echo") >&5 5466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5143 5467 (eval "$ac_link") 2>conftest.er1 5144 5468 ac_status=$? … … 5146 5470 rm -f conftest.er1 5147 5471 cat conftest.err >&5 5148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5149 5473 (exit $ac_status); } && { 5150 5474 test -z "$ac_c_werror_flag" || 5151 5475 test ! -s conftest.err 5152 } && test -s conftest$ac_exeext && { 5153 test "$cross_compiling" = yes || 5154 $as_test_x conftest$ac_exeext 5155 }; then 5476 } && test -s conftest$ac_exeext && 5477 $as_test_x conftest$ac_exeext; then 5156 5478 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5157 5479 else 5158 $as_echo "$as_me: failed program was:" >&55480 echo "$as_me: failed program was:" >&5 5159 5481 sed 's/^/| /' conftest.$ac_ext >&5 5160 5482 … … 5162 5484 fi 5163 5485 5164 rm -rf conftest.dSYM5165 5486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5166 5487 conftest$ac_exeext conftest.$ac_ext 5167 5488 LIBS=$ac_check_lib_save_LIBS 5168 5489 fi 5169 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&55170 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }5171 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then5490 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5491 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5492 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5172 5493 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5173 5494 fi … … 5176 5497 fi 5177 5498 5178 rm -rf conftest.dSYM5179 5499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5180 5500 conftest$ac_exeext conftest.$ac_ext … … 5189 5509 # The functions gethostbyname, getservbyname, and inet_addr are 5190 5510 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5191 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&55192 $as_echo_n "checking for gethostbyname..." >&6; }5511 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5512 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5193 5513 if test "${ac_cv_func_gethostbyname+set}" = set; then 5194 $as_echo_n "(cached)" >&65514 echo $ECHO_N "(cached) $ECHO_C" >&6 5195 5515 else 5196 5516 cat >conftest.$ac_ext <<_ACEOF … … 5245 5565 *) ac_try_echo=$ac_try;; 5246 5566 esac 5247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5248 $as_echo "$ac_try_echo") >&5 5567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5249 5568 (eval "$ac_link") 2>conftest.er1 5250 5569 ac_status=$? … … 5252 5571 rm -f conftest.er1 5253 5572 cat conftest.err >&5 5254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5255 5574 (exit $ac_status); } && { 5256 5575 test -z "$ac_c_werror_flag" || 5257 5576 test ! -s conftest.err 5258 } && test -s conftest$ac_exeext && { 5259 test "$cross_compiling" = yes || 5260 $as_test_x conftest$ac_exeext 5261 }; then 5577 } && test -s conftest$ac_exeext && 5578 $as_test_x conftest$ac_exeext; then 5262 5579 ac_cv_func_gethostbyname=yes 5263 5580 else 5264 $as_echo "$as_me: failed program was:" >&55581 echo "$as_me: failed program was:" >&5 5265 5582 sed 's/^/| /' conftest.$ac_ext >&5 5266 5583 … … 5268 5585 fi 5269 5586 5270 rm -rf conftest.dSYM5271 5587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5272 5588 conftest$ac_exeext conftest.$ac_ext 5273 5589 fi 5274 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&55275 $as_echo "$ac_cv_func_gethostbyname" >&6; }5590 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5591 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5276 5592 5277 5593 if test $ac_cv_func_gethostbyname = no; then 5278 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&55279 $as_echo_n "checking for gethostbyname in -lnsl..." >&6; }5594 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5595 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5280 5596 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5281 $as_echo_n "(cached)" >&65597 echo $ECHO_N "(cached) $ECHO_C" >&6 5282 5598 else 5283 5599 ac_check_lib_save_LIBS=$LIBS … … 5311 5627 *) ac_try_echo=$ac_try;; 5312 5628 esac 5313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5314 $as_echo "$ac_try_echo") >&5 5629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5315 5630 (eval "$ac_link") 2>conftest.er1 5316 5631 ac_status=$? … … 5318 5633 rm -f conftest.er1 5319 5634 cat conftest.err >&5 5320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55635 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5321 5636 (exit $ac_status); } && { 5322 5637 test -z "$ac_c_werror_flag" || 5323 5638 test ! -s conftest.err 5324 } && test -s conftest$ac_exeext && { 5325 test "$cross_compiling" = yes || 5326 $as_test_x conftest$ac_exeext 5327 }; then 5639 } && test -s conftest$ac_exeext && 5640 $as_test_x conftest$ac_exeext; then 5328 5641 ac_cv_lib_nsl_gethostbyname=yes 5329 5642 else 5330 $as_echo "$as_me: failed program was:" >&55643 echo "$as_me: failed program was:" >&5 5331 5644 sed 's/^/| /' conftest.$ac_ext >&5 5332 5645 … … 5334 5647 fi 5335 5648 5336 rm -rf conftest.dSYM5337 5649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5338 5650 conftest$ac_exeext conftest.$ac_ext 5339 5651 LIBS=$ac_check_lib_save_LIBS 5340 5652 fi 5341 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&55342 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }5343 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then5653 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5654 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5655 if test $ac_cv_lib_nsl_gethostbyname = yes; then 5344 5656 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5345 5657 fi 5346 5658 5347 5659 if test $ac_cv_lib_nsl_gethostbyname = no; then 5348 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&55349 $as_echo_n "checking for gethostbyname in -lbsd..." >&6; }5660 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5661 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5350 5662 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5351 $as_echo_n "(cached)" >&65663 echo $ECHO_N "(cached) $ECHO_C" >&6 5352 5664 else 5353 5665 ac_check_lib_save_LIBS=$LIBS … … 5381 5693 *) ac_try_echo=$ac_try;; 5382 5694 esac 5383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5384 $as_echo "$ac_try_echo") >&5 5695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5385 5696 (eval "$ac_link") 2>conftest.er1 5386 5697 ac_status=$? … … 5388 5699 rm -f conftest.er1 5389 5700 cat conftest.err >&5 5390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5391 5702 (exit $ac_status); } && { 5392 5703 test -z "$ac_c_werror_flag" || 5393 5704 test ! -s conftest.err 5394 } && test -s conftest$ac_exeext && { 5395 test "$cross_compiling" = yes || 5396 $as_test_x conftest$ac_exeext 5397 }; then 5705 } && test -s conftest$ac_exeext && 5706 $as_test_x conftest$ac_exeext; then 5398 5707 ac_cv_lib_bsd_gethostbyname=yes 5399 5708 else 5400 $as_echo "$as_me: failed program was:" >&55709 echo "$as_me: failed program was:" >&5 5401 5710 sed 's/^/| /' conftest.$ac_ext >&5 5402 5711 … … 5404 5713 fi 5405 5714 5406 rm -rf conftest.dSYM5407 5715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5408 5716 conftest$ac_exeext conftest.$ac_ext 5409 5717 LIBS=$ac_check_lib_save_LIBS 5410 5718 fi 5411 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&55412 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }5413 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then5719 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5720 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5721 if test $ac_cv_lib_bsd_gethostbyname = yes; then 5414 5722 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5415 5723 fi … … 5425 5733 # must be given before -lnsl if both are needed. We assume that 5426 5734 # if connect needs -lnsl, so does gethostbyname. 5427 { $as_echo "$as_me:$LINENO: checking for connect" >&55428 $as_echo_n "checking for connect..." >&6; }5735 { echo "$as_me:$LINENO: checking for connect" >&5 5736 echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 5429 5737 if test "${ac_cv_func_connect+set}" = set; then 5430 $as_echo_n "(cached)" >&65738 echo $ECHO_N "(cached) $ECHO_C" >&6 5431 5739 else 5432 5740 cat >conftest.$ac_ext <<_ACEOF … … 5481 5789 *) ac_try_echo=$ac_try;; 5482 5790 esac 5483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5484 $as_echo "$ac_try_echo") >&5 5791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5485 5792 (eval "$ac_link") 2>conftest.er1 5486 5793 ac_status=$? … … 5488 5795 rm -f conftest.er1 5489 5796 cat conftest.err >&5 5490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55797 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5491 5798 (exit $ac_status); } && { 5492 5799 test -z "$ac_c_werror_flag" || 5493 5800 test ! -s conftest.err 5494 } && test -s conftest$ac_exeext && { 5495 test "$cross_compiling" = yes || 5496 $as_test_x conftest$ac_exeext 5497 }; then 5801 } && test -s conftest$ac_exeext && 5802 $as_test_x conftest$ac_exeext; then 5498 5803 ac_cv_func_connect=yes 5499 5804 else 5500 $as_echo "$as_me: failed program was:" >&55805 echo "$as_me: failed program was:" >&5 5501 5806 sed 's/^/| /' conftest.$ac_ext >&5 5502 5807 … … 5504 5809 fi 5505 5810 5506 rm -rf conftest.dSYM5507 5811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5508 5812 conftest$ac_exeext conftest.$ac_ext 5509 5813 fi 5510 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&55511 $as_echo "$ac_cv_func_connect" >&6; }5814 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5815 echo "${ECHO_T}$ac_cv_func_connect" >&6; } 5512 5816 5513 5817 if test $ac_cv_func_connect = no; then 5514 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&55515 $as_echo_n "checking for connect in -lsocket..." >&6; }5818 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5819 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 5516 5820 if test "${ac_cv_lib_socket_connect+set}" = set; then 5517 $as_echo_n "(cached)" >&65821 echo $ECHO_N "(cached) $ECHO_C" >&6 5518 5822 else 5519 5823 ac_check_lib_save_LIBS=$LIBS … … 5547 5851 *) ac_try_echo=$ac_try;; 5548 5852 esac 5549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5550 $as_echo "$ac_try_echo") >&5 5853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5551 5854 (eval "$ac_link") 2>conftest.er1 5552 5855 ac_status=$? … … 5554 5857 rm -f conftest.er1 5555 5858 cat conftest.err >&5 5556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5557 5860 (exit $ac_status); } && { 5558 5861 test -z "$ac_c_werror_flag" || 5559 5862 test ! -s conftest.err 5560 } && test -s conftest$ac_exeext && { 5561 test "$cross_compiling" = yes || 5562 $as_test_x conftest$ac_exeext 5563 }; then 5863 } && test -s conftest$ac_exeext && 5864 $as_test_x conftest$ac_exeext; then 5564 5865 ac_cv_lib_socket_connect=yes 5565 5866 else 5566 $as_echo "$as_me: failed program was:" >&55867 echo "$as_me: failed program was:" >&5 5567 5868 sed 's/^/| /' conftest.$ac_ext >&5 5568 5869 … … 5570 5871 fi 5571 5872 5572 rm -rf conftest.dSYM5573 5873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5574 5874 conftest$ac_exeext conftest.$ac_ext 5575 5875 LIBS=$ac_check_lib_save_LIBS 5576 5876 fi 5577 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&55578 $as_echo "$ac_cv_lib_socket_connect" >&6; }5579 if test "x$ac_cv_lib_socket_connect" = x""yes; then5877 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5878 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5879 if test $ac_cv_lib_socket_connect = yes; then 5580 5880 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 5581 5881 fi … … 5584 5884 5585 5885 # Guillermo Gomez says -lposix is necessary on A/UX. 5586 { $as_echo "$as_me:$LINENO: checking for remove" >&55587 $as_echo_n "checking for remove..." >&6; }5886 { echo "$as_me:$LINENO: checking for remove" >&5 5887 echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 5588 5888 if test "${ac_cv_func_remove+set}" = set; then 5589 $as_echo_n "(cached)" >&65889 echo $ECHO_N "(cached) $ECHO_C" >&6 5590 5890 else 5591 5891 cat >conftest.$ac_ext <<_ACEOF … … 5640 5940 *) ac_try_echo=$ac_try;; 5641 5941 esac 5642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5643 $as_echo "$ac_try_echo") >&5 5942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5644 5943 (eval "$ac_link") 2>conftest.er1 5645 5944 ac_status=$? … … 5647 5946 rm -f conftest.er1 5648 5947 cat conftest.err >&5 5649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5650 5949 (exit $ac_status); } && { 5651 5950 test -z "$ac_c_werror_flag" || 5652 5951 test ! -s conftest.err 5653 } && test -s conftest$ac_exeext && { 5654 test "$cross_compiling" = yes || 5655 $as_test_x conftest$ac_exeext 5656 }; then 5952 } && test -s conftest$ac_exeext && 5953 $as_test_x conftest$ac_exeext; then 5657 5954 ac_cv_func_remove=yes 5658 5955 else 5659 $as_echo "$as_me: failed program was:" >&55956 echo "$as_me: failed program was:" >&5 5660 5957 sed 's/^/| /' conftest.$ac_ext >&5 5661 5958 … … 5663 5960 fi 5664 5961 5665 rm -rf conftest.dSYM5666 5962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5667 5963 conftest$ac_exeext conftest.$ac_ext 5668 5964 fi 5669 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&55670 $as_echo "$ac_cv_func_remove" >&6; }5965 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 5966 echo "${ECHO_T}$ac_cv_func_remove" >&6; } 5671 5967 5672 5968 if test $ac_cv_func_remove = no; then 5673 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&55674 $as_echo_n "checking for remove in -lposix..." >&6; }5969 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 5970 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 5675 5971 if test "${ac_cv_lib_posix_remove+set}" = set; then 5676 $as_echo_n "(cached)" >&65972 echo $ECHO_N "(cached) $ECHO_C" >&6 5677 5973 else 5678 5974 ac_check_lib_save_LIBS=$LIBS … … 5706 6002 *) ac_try_echo=$ac_try;; 5707 6003 esac 5708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5709 $as_echo "$ac_try_echo") >&5 6004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5710 6005 (eval "$ac_link") 2>conftest.er1 5711 6006 ac_status=$? … … 5713 6008 rm -f conftest.er1 5714 6009 cat conftest.err >&5 5715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5716 6011 (exit $ac_status); } && { 5717 6012 test -z "$ac_c_werror_flag" || 5718 6013 test ! -s conftest.err 5719 } && test -s conftest$ac_exeext && { 5720 test "$cross_compiling" = yes || 5721 $as_test_x conftest$ac_exeext 5722 }; then 6014 } && test -s conftest$ac_exeext && 6015 $as_test_x conftest$ac_exeext; then 5723 6016 ac_cv_lib_posix_remove=yes 5724 6017 else 5725 $as_echo "$as_me: failed program was:" >&56018 echo "$as_me: failed program was:" >&5 5726 6019 sed 's/^/| /' conftest.$ac_ext >&5 5727 6020 … … 5729 6022 fi 5730 6023 5731 rm -rf conftest.dSYM5732 6024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5733 6025 conftest$ac_exeext conftest.$ac_ext 5734 6026 LIBS=$ac_check_lib_save_LIBS 5735 6027 fi 5736 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&55737 $as_echo "$ac_cv_lib_posix_remove" >&6; }5738 if test "x$ac_cv_lib_posix_remove" = x""yes; then6028 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 6029 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 6030 if test $ac_cv_lib_posix_remove = yes; then 5739 6031 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 5740 6032 fi … … 5743 6035 5744 6036 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 5745 { $as_echo "$as_me:$LINENO: checking for shmat" >&55746 $as_echo_n "checking for shmat..." >&6; }6037 { echo "$as_me:$LINENO: checking for shmat" >&5 6038 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 5747 6039 if test "${ac_cv_func_shmat+set}" = set; then 5748 $as_echo_n "(cached)" >&66040 echo $ECHO_N "(cached) $ECHO_C" >&6 5749 6041 else 5750 6042 cat >conftest.$ac_ext <<_ACEOF … … 5799 6091 *) ac_try_echo=$ac_try;; 5800 6092 esac 5801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5802 $as_echo "$ac_try_echo") >&5 6093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5803 6094 (eval "$ac_link") 2>conftest.er1 5804 6095 ac_status=$? … … 5806 6097 rm -f conftest.er1 5807 6098 cat conftest.err >&5 5808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5809 6100 (exit $ac_status); } && { 5810 6101 test -z "$ac_c_werror_flag" || 5811 6102 test ! -s conftest.err 5812 } && test -s conftest$ac_exeext && { 5813 test "$cross_compiling" = yes || 5814 $as_test_x conftest$ac_exeext 5815 }; then 6103 } && test -s conftest$ac_exeext && 6104 $as_test_x conftest$ac_exeext; then 5816 6105 ac_cv_func_shmat=yes 5817 6106 else 5818 $as_echo "$as_me: failed program was:" >&56107 echo "$as_me: failed program was:" >&5 5819 6108 sed 's/^/| /' conftest.$ac_ext >&5 5820 6109 … … 5822 6111 fi 5823 6112 5824 rm -rf conftest.dSYM5825 6113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5826 6114 conftest$ac_exeext conftest.$ac_ext 5827 6115 fi 5828 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&55829 $as_echo "$ac_cv_func_shmat" >&6; }6116 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 6117 echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 5830 6118 5831 6119 if test $ac_cv_func_shmat = no; then 5832 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&55833 $as_echo_n "checking for shmat in -lipc..." >&6; }6120 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 6121 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 5834 6122 if test "${ac_cv_lib_ipc_shmat+set}" = set; then 5835 $as_echo_n "(cached)" >&66123 echo $ECHO_N "(cached) $ECHO_C" >&6 5836 6124 else 5837 6125 ac_check_lib_save_LIBS=$LIBS … … 5865 6153 *) ac_try_echo=$ac_try;; 5866 6154 esac 5867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5868 $as_echo "$ac_try_echo") >&5 6155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5869 6156 (eval "$ac_link") 2>conftest.er1 5870 6157 ac_status=$? … … 5872 6159 rm -f conftest.er1 5873 6160 cat conftest.err >&5 5874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5875 6162 (exit $ac_status); } && { 5876 6163 test -z "$ac_c_werror_flag" || 5877 6164 test ! -s conftest.err 5878 } && test -s conftest$ac_exeext && { 5879 test "$cross_compiling" = yes || 5880 $as_test_x conftest$ac_exeext 5881 }; then 6165 } && test -s conftest$ac_exeext && 6166 $as_test_x conftest$ac_exeext; then 5882 6167 ac_cv_lib_ipc_shmat=yes 5883 6168 else 5884 $as_echo "$as_me: failed program was:" >&56169 echo "$as_me: failed program was:" >&5 5885 6170 sed 's/^/| /' conftest.$ac_ext >&5 5886 6171 … … 5888 6173 fi 5889 6174 5890 rm -rf conftest.dSYM5891 6175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5892 6176 conftest$ac_exeext conftest.$ac_ext 5893 6177 LIBS=$ac_check_lib_save_LIBS 5894 6178 fi 5895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&55896 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }5897 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then6179 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 6180 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 6181 if test $ac_cv_lib_ipc_shmat = yes; then 5898 6182 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 5899 6183 fi … … 5911 6195 # libraries we check for below, so use a different variable. 5912 6196 # John Interrante, Karl Berry 5913 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&55914 $as_echo_n "checking for IceConnectionNumber in -lICE..." >&6; }6197 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 6198 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 5915 6199 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 5916 $as_echo_n "(cached)" >&66200 echo $ECHO_N "(cached) $ECHO_C" >&6 5917 6201 else 5918 6202 ac_check_lib_save_LIBS=$LIBS … … 5946 6230 *) ac_try_echo=$ac_try;; 5947 6231 esac 5948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5949 $as_echo "$ac_try_echo") >&5 6232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5950 6233 (eval "$ac_link") 2>conftest.er1 5951 6234 ac_status=$? … … 5953 6236 rm -f conftest.er1 5954 6237 cat conftest.err >&5 5955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5956 6239 (exit $ac_status); } && { 5957 6240 test -z "$ac_c_werror_flag" || 5958 6241 test ! -s conftest.err 5959 } && test -s conftest$ac_exeext && { 5960 test "$cross_compiling" = yes || 5961 $as_test_x conftest$ac_exeext 5962 }; then 6242 } && test -s conftest$ac_exeext && 6243 $as_test_x conftest$ac_exeext; then 5963 6244 ac_cv_lib_ICE_IceConnectionNumber=yes 5964 6245 else 5965 $as_echo "$as_me: failed program was:" >&56246 echo "$as_me: failed program was:" >&5 5966 6247 sed 's/^/| /' conftest.$ac_ext >&5 5967 6248 … … 5969 6250 fi 5970 6251 5971 rm -rf conftest.dSYM5972 6252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5973 6253 conftest$ac_exeext conftest.$ac_ext 5974 6254 LIBS=$ac_check_lib_save_LIBS 5975 6255 fi 5976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&55977 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }5978 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then6256 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6257 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6258 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 5979 6259 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 5980 6260 fi … … 6014 6294 *${as_nl}*) 6015 6295 case $ac_var in #( 6016 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&56017 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;6296 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 6297 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 6018 6298 esac 6019 6299 case $ac_var in #( 6020 6300 _ | IFS | as_nl) ;; #( 6021 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(6022 6301 *) $as_unset $ac_var ;; 6023 6302 esac ;; … … 6052 6331 if test -w "$cache_file"; then 6053 6332 test "x$cache_file" != "x/dev/null" && 6054 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&56055 $as_echo "$as_me: updating cache $cache_file" >&6;}6333 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 6334 echo "$as_me: updating cache $cache_file" >&6;} 6056 6335 cat confcache >$cache_file 6057 6336 else 6058 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&56059 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}6337 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 6338 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 6060 6339 fi 6061 6340 fi … … 6073 6352 # 1. Remove the extension, and $U if already installed. 6074 6353 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 6075 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`6354 ac_i=`echo "$ac_i" | sed "$ac_script"` 6076 6355 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 6077 6356 # will be set to the directory where LIBOBJS objects are built. … … 6085 6364 6086 6365 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 6087 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.6366 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 6088 6367 Usually this means the macro was only invoked conditionally." >&5 6089 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.6368 echo "$as_me: error: conditional \"AMDEP\" was never defined. 6090 6369 Usually this means the macro was only invoked conditionally." >&2;} 6091 6370 { (exit 1); exit 1; }; } 6092 6371 fi 6093 6372 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 6094 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.6373 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 6095 6374 Usually this means the macro was only invoked conditionally." >&5 6096 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.6375 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 6097 6376 Usually this means the macro was only invoked conditionally." >&2;} 6098 6377 { (exit 1); exit 1; }; } 6099 6378 fi 6379 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 6380 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 6381 Usually this means the macro was only invoked conditionally." >&5 6382 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 6383 Usually this means the macro was only invoked conditionally." >&2;} 6384 { (exit 1); exit 1; }; } 6385 fi 6100 6386 6101 6387 : ${CONFIG_STATUS=./config.status} 6102 ac_write_fail=06103 6388 ac_clean_files_save=$ac_clean_files 6104 6389 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 6105 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&56106 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}6107 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=16390 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 6391 echo "$as_me: creating $CONFIG_STATUS" >&6;} 6392 cat >$CONFIG_STATUS <<_ACEOF 6108 6393 #! $SHELL 6109 6394 # Generated by $as_me. … … 6118 6403 _ACEOF 6119 6404 6120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=16405 cat >>$CONFIG_STATUS <<\_ACEOF 6121 6406 ## --------------------- ## 6122 6407 ## M4sh Initialization. ## … … 6128 6413 emulate sh 6129 6414 NULLCMD=: 6130 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which6415 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 6131 6416 # is contrary to our usage. Disable this feature. 6132 6417 alias -g '${1+"$@"}'='"$@"' … … 6150 6435 as_cr_alnum=$as_cr_Letters$as_cr_digits 6151 6436 6152 as_nl='6153 '6154 export as_nl6155 # Printing a long string crashes Solaris 7 /usr/bin/printf.6156 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'6157 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo6158 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo6159 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then6160 as_echo='printf %s\n'6161 as_echo_n='printf %s'6162 else6163 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then6164 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'6165 as_echo_n='/usr/ucb/echo -n'6166 else6167 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'6168 as_echo_n_body='eval6169 arg=$1;6170 case $arg in6171 *"$as_nl"*)6172 expr "X$arg" : "X\\(.*\\)$as_nl";6173 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;6174 esac;6175 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"6176 '6177 export as_echo_n_body6178 as_echo_n='sh -c $as_echo_n_body as_echo'6179 fi6180 export as_echo_body6181 as_echo='sh -c $as_echo_body as_echo'6182 fi6183 6184 6437 # The user is always right. 6185 6438 if test "${PATH_SEPARATOR+set}" != set; then 6186 PATH_SEPARATOR=: 6187 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 6188 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 6189 PATH_SEPARATOR=';' 6190 } 6439 echo "#! /bin/sh" >conf$$.sh 6440 echo "exit 0" >>conf$$.sh 6441 chmod +x conf$$.sh 6442 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 6443 PATH_SEPARATOR=';' 6444 else 6445 PATH_SEPARATOR=: 6446 fi 6447 rm -f conf$$.sh 6191 6448 fi 6192 6449 … … 6204 6461 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 6205 6462 # splitting by setting IFS to empty value.) 6463 as_nl=' 6464 ' 6206 6465 IFS=" "" $as_nl" 6207 6466 … … 6226 6485 fi 6227 6486 if test ! -f "$as_myself"; then 6228 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&26487 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 6229 6488 { (exit 1); exit 1; } 6230 6489 fi … … 6239 6498 6240 6499 # NLS nuisances. 6241 LC_ALL=C 6242 export LC_ALL 6243 LANGUAGE=C 6244 export LANGUAGE 6500 for as_var in \ 6501 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 6502 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 6503 LC_TELEPHONE LC_TIME 6504 do 6505 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 6506 eval $as_var=C; export $as_var 6507 else 6508 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 6509 fi 6510 done 6245 6511 6246 6512 # Required to use basename. … … 6264 6530 X"$0" : 'X\(//\)$' \| \ 6265 6531 X"$0" : 'X\(/\)' \| . 2>/dev/null || 6266 $as_echo X/"$0" |6532 echo X/"$0" | 6267 6533 sed '/^.*\/\([^/][^/]*\)\/*$/{ 6268 6534 s//\1/ … … 6315 6581 ' >$as_me.lineno && 6316 6582 chmod +x "$as_me.lineno" || 6317 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&26583 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 6318 6584 { (exit 1); exit 1; }; } 6319 6585 … … 6343 6609 ECHO_N='-n';; 6344 6610 esac 6611 6345 6612 if expr a : '\(a\)' >/dev/null 2>&1 && 6346 6613 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 6355 6622 else 6356 6623 rm -f conf$$.dir 6357 mkdir conf$$.dir 2>/dev/null 6358 fi 6359 if (echo >conf$$.file) 2>/dev/null; then 6360 if ln -s conf$$.file conf$$ 2>/dev/null; then 6361 as_ln_s='ln -s' 6362 # ... but there are two gotchas: 6363 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6364 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6365 # In both cases, we have to default to `cp -p'. 6366 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 6367 as_ln_s='cp -p' 6368 elif ln conf$$.file conf$$ 2>/dev/null; then 6369 as_ln_s=ln 6370 else 6624 mkdir conf$$.dir 6625 fi 6626 echo >conf$$.file 6627 if ln -s conf$$.file conf$$ 2>/dev/null; then 6628 as_ln_s='ln -s' 6629 # ... but there are two gotchas: 6630 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6631 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6632 # In both cases, we have to default to `cp -p'. 6633 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 6371 6634 as_ln_s='cp -p' 6372 fi 6635 elif ln conf$$.file conf$$ 2>/dev/null; then 6636 as_ln_s=ln 6373 6637 else 6374 6638 as_ln_s='cp -p' … … 6395 6659 eval sh -c '\'' 6396 6660 if test -d "$1"; then 6397 6661 test -d "$1/."; 6398 6662 else 6399 6663 case $1 in 6400 6664 -*)set "./$1";; 6401 6665 esac; 6402 6666 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 6421 6685 ac_log=" 6422 6686 This file was extended by ISSM $as_me 1.0, which was 6423 generated by GNU Autoconf 2.6 3. Invocation command line was6687 generated by GNU Autoconf 2.61. Invocation command line was 6424 6688 6425 6689 CONFIG_FILES = $CONFIG_FILES … … 6434 6698 _ACEOF 6435 6699 6436 case $ac_config_files in *" 6437 "*) set x $ac_config_files; shift; ac_config_files=$*;; 6438 esac 6439 6440 case $ac_config_headers in *" 6441 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 6442 esac 6443 6444 6445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6700 cat >>$CONFIG_STATUS <<_ACEOF 6446 6701 # Files that config.status was made for. 6447 6702 config_files="$ac_config_files" … … 6451 6706 _ACEOF 6452 6707 6453 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=16708 cat >>$CONFIG_STATUS <<\_ACEOF 6454 6709 ac_cs_usage="\ 6455 6710 \`$as_me' instantiates files from templates according to the 6456 6711 current configuration. 6457 6712 6458 Usage: $0 [OPTION ]...[FILE]...6713 Usage: $0 [OPTIONS] [FILE]... 6459 6714 6460 6715 -h, --help print this help, then exit 6461 6716 -V, --version print version number and configuration settings, then exit 6462 -q, --quiet, --silent 6463 do not print progress messages 6717 -q, --quiet do not print progress messages 6464 6718 -d, --debug don't remove temporary files 6465 6719 --recheck update $as_me by reconfiguring in the same conditions 6466 --file=FILE[:TEMPLATE]6467 6468 --header=FILE[:TEMPLATE]6469 6720 --file=FILE[:TEMPLATE] 6721 instantiate the configuration file FILE 6722 --header=FILE[:TEMPLATE] 6723 instantiate the configuration header FILE 6470 6724 6471 6725 Configuration files: … … 6481 6735 6482 6736 _ACEOF 6483 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=16737 cat >>$CONFIG_STATUS <<_ACEOF 6484 6738 ac_cs_version="\\ 6485 6739 ISSM config.status 1.0 6486 configured by $0, generated by GNU Autoconf 2.6 3,6487 with options \\"` $as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"6488 6489 Copyright (C) 200 8Free Software Foundation, Inc.6740 configured by $0, generated by GNU Autoconf 2.61, 6741 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 6742 6743 Copyright (C) 2006 Free Software Foundation, Inc. 6490 6744 This config.status script is free software; the Free Software Foundation 6491 6745 gives unlimited permission to copy, distribute and modify it." … … 6495 6749 INSTALL='$INSTALL' 6496 6750 MKDIR_P='$MKDIR_P' 6497 AWK='$AWK' 6498 test -n "\$AWK" || AWK=awk 6499 _ACEOF 6500 6501 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6502 # The default lists apply if the user does not specify any file. 6751 _ACEOF 6752 6753 cat >>$CONFIG_STATUS <<\_ACEOF 6754 # If no file are specified by the user, then we need to provide default 6755 # value. By we need to know if files were specified by the user. 6503 6756 ac_need_defaults=: 6504 6757 while test $# != 0 … … 6522 6775 ac_cs_recheck=: ;; 6523 6776 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 6524 $as_echo "$ac_cs_version"; exit ;;6777 echo "$ac_cs_version"; exit ;; 6525 6778 --debug | --debu | --deb | --de | --d | -d ) 6526 6779 debug=: ;; 6527 6780 --file | --fil | --fi | --f ) 6528 6781 $ac_shift 6529 case $ac_optarg in 6530 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 6531 esac 6532 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 6782 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 6533 6783 ac_need_defaults=false;; 6534 6784 --header | --heade | --head | --hea ) 6535 6785 $ac_shift 6536 case $ac_optarg in 6537 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 6538 esac 6539 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 6786 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 6540 6787 ac_need_defaults=false;; 6541 6788 --he | --h) 6542 6789 # Conflict between --help and --header 6543 { $as_echo "$as_me: error: ambiguous option: $16790 { echo "$as_me: error: ambiguous option: $1 6544 6791 Try \`$0 --help' for more information." >&2 6545 6792 { (exit 1); exit 1; }; };; 6546 6793 --help | --hel | -h ) 6547 $as_echo "$ac_cs_usage"; exit ;;6794 echo "$ac_cs_usage"; exit ;; 6548 6795 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 6549 6796 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 6551 6798 6552 6799 # This is an error. 6553 -*) { $as_echo "$as_me: error: unrecognized option: $16800 -*) { echo "$as_me: error: unrecognized option: $1 6554 6801 Try \`$0 --help' for more information." >&2 6555 6802 { (exit 1); exit 1; }; } ;; … … 6570 6817 6571 6818 _ACEOF 6572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=16819 cat >>$CONFIG_STATUS <<_ACEOF 6573 6820 if \$ac_cs_recheck; then 6574 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 6575 shift 6576 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 6577 CONFIG_SHELL='$SHELL' 6821 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 6822 CONFIG_SHELL=$SHELL 6578 6823 export CONFIG_SHELL 6579 exec "\$@"6580 fi 6581 6582 _ACEOF 6583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=16824 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 6825 fi 6826 6827 _ACEOF 6828 cat >>$CONFIG_STATUS <<\_ACEOF 6584 6829 exec 5>>config.log 6585 6830 { … … 6588 6833 @%:@@%:@ Running $as_me. @%:@@%:@ 6589 6834 _ASBOX 6590 $as_echo "$ac_log"6835 echo "$ac_log" 6591 6836 } >&5 6592 6837 6593 6838 _ACEOF 6594 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=16839 cat >>$CONFIG_STATUS <<_ACEOF 6595 6840 # 6596 6841 # INIT-COMMANDS … … 6600 6845 _ACEOF 6601 6846 6602 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=16847 cat >>$CONFIG_STATUS <<\_ACEOF 6603 6848 6604 6849 # Handling of arguments. … … 6614 6859 "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; 6615 6860 6616 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&56617 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}6861 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 6862 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 6618 6863 { (exit 1); exit 1; }; };; 6619 6864 esac … … 6656 6901 } || 6657 6902 { 6658 $as_echo "$as_me: cannot create a temporary directory in ." >&26903 echo "$me: cannot create a temporary directory in ." >&2 6659 6904 { (exit 1); exit 1; } 6660 6905 } 6661 6906 6662 # Set up the scripts for CONFIG_FILES section. 6663 # No need to generate them if there are no CONFIG_FILES. 6664 # This happens for instance with `./config.status config.h'. 6907 # 6908 # Set up the sed scripts for CONFIG_FILES section. 6909 # 6910 6911 # No need to generate the scripts if there are no CONFIG_FILES. 6912 # This happens for instance when ./config.status config.h 6665 6913 if test -n "$CONFIG_FILES"; then 6666 6914 6667 6668 ac_cr=' 6669 ' 6670 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 6671 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 6672 ac_cs_awk_cr='\\r' 6673 else 6674 ac_cs_awk_cr=$ac_cr 6675 fi 6676 6677 echo 'BEGIN {' >"$tmp/subs1.awk" && 6678 _ACEOF 6679 6680 6681 { 6682 echo "cat >conf$$subs.awk <<_ACEOF" && 6683 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 6684 echo "_ACEOF" 6685 } >conf$$subs.sh || 6686 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 6687 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 6688 { (exit 1); exit 1; }; } 6689 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 6915 _ACEOF 6916 6917 6918 6690 6919 ac_delim='%!_!# ' 6691 6920 for ac_last_try in false false false false false :; do 6692 . ./conf$$subs.sh || 6693 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 6694 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 6695 { (exit 1); exit 1; }; } 6696 6697 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 6698 if test $ac_delim_n = $ac_delim_num; then 6921 cat >conf$$subs.sed <<_ACEOF 6922 SHELL!$SHELL$ac_delim 6923 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 6924 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 6925 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 6926 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 6927 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 6928 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 6929 exec_prefix!$exec_prefix$ac_delim 6930 prefix!$prefix$ac_delim 6931 program_transform_name!$program_transform_name$ac_delim 6932 bindir!$bindir$ac_delim 6933 sbindir!$sbindir$ac_delim 6934 libexecdir!$libexecdir$ac_delim 6935 datarootdir!$datarootdir$ac_delim 6936 datadir!$datadir$ac_delim 6937 sysconfdir!$sysconfdir$ac_delim 6938 sharedstatedir!$sharedstatedir$ac_delim 6939 localstatedir!$localstatedir$ac_delim 6940 includedir!$includedir$ac_delim 6941 oldincludedir!$oldincludedir$ac_delim 6942 docdir!$docdir$ac_delim 6943 infodir!$infodir$ac_delim 6944 htmldir!$htmldir$ac_delim 6945 dvidir!$dvidir$ac_delim 6946 pdfdir!$pdfdir$ac_delim 6947 psdir!$psdir$ac_delim 6948 libdir!$libdir$ac_delim 6949 localedir!$localedir$ac_delim 6950 mandir!$mandir$ac_delim 6951 DEFS!$DEFS$ac_delim 6952 ECHO_C!$ECHO_C$ac_delim 6953 ECHO_N!$ECHO_N$ac_delim 6954 ECHO_T!$ECHO_T$ac_delim 6955 LIBS!$LIBS$ac_delim 6956 build_alias!$build_alias$ac_delim 6957 host_alias!$host_alias$ac_delim 6958 target_alias!$target_alias$ac_delim 6959 build!$build$ac_delim 6960 build_cpu!$build_cpu$ac_delim 6961 build_vendor!$build_vendor$ac_delim 6962 build_os!$build_os$ac_delim 6963 host!$host$ac_delim 6964 host_cpu!$host_cpu$ac_delim 6965 host_vendor!$host_vendor$ac_delim 6966 host_os!$host_os$ac_delim 6967 target!$target$ac_delim 6968 target_cpu!$target_cpu$ac_delim 6969 target_vendor!$target_vendor$ac_delim 6970 target_os!$target_os$ac_delim 6971 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 6972 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 6973 INSTALL_DATA!$INSTALL_DATA$ac_delim 6974 am__isrc!$am__isrc$ac_delim 6975 CYGPATH_W!$CYGPATH_W$ac_delim 6976 PACKAGE!$PACKAGE$ac_delim 6977 VERSION!$VERSION$ac_delim 6978 ACLOCAL!$ACLOCAL$ac_delim 6979 AUTOCONF!$AUTOCONF$ac_delim 6980 AUTOMAKE!$AUTOMAKE$ac_delim 6981 AUTOHEADER!$AUTOHEADER$ac_delim 6982 MAKEINFO!$MAKEINFO$ac_delim 6983 install_sh!$install_sh$ac_delim 6984 STRIP!$STRIP$ac_delim 6985 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 6986 mkdir_p!$mkdir_p$ac_delim 6987 AWK!$AWK$ac_delim 6988 SET_MAKE!$SET_MAKE$ac_delim 6989 am__leading_dot!$am__leading_dot$ac_delim 6990 AMTAR!$AMTAR$ac_delim 6991 am__tar!$am__tar$ac_delim 6992 am__untar!$am__untar$ac_delim 6993 RANLIB!$RANLIB$ac_delim 6994 CC!$CC$ac_delim 6995 CFLAGS!$CFLAGS$ac_delim 6996 LDFLAGS!$LDFLAGS$ac_delim 6997 CPPFLAGS!$CPPFLAGS$ac_delim 6998 ac_ct_CC!$ac_ct_CC$ac_delim 6999 EXEEXT!$EXEEXT$ac_delim 7000 OBJEXT!$OBJEXT$ac_delim 7001 DEPDIR!$DEPDIR$ac_delim 7002 am__include!$am__include$ac_delim 7003 am__quote!$am__quote$ac_delim 7004 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 7005 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 7006 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 7007 CCDEPMODE!$CCDEPMODE$ac_delim 7008 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 7009 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 7010 CXX!$CXX$ac_delim 7011 CXXFLAGS!$CXXFLAGS$ac_delim 7012 ac_ct_CXX!$ac_ct_CXX$ac_delim 7013 CXXDEPMODE!$CXXDEPMODE$ac_delim 7014 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 7015 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 7016 F77!$F77$ac_delim 7017 FFLAGS!$FFLAGS$ac_delim 7018 ac_ct_F77!$ac_ct_F77$ac_delim 7019 _ACEOF 7020 7021 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 6699 7022 break 6700 7023 elif $ac_last_try; then 6701 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&56702 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}7024 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7025 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 6703 7026 { (exit 1); exit 1; }; } 6704 7027 else … … 6706 7029 fi 6707 7030 done 6708 rm -f conf$$subs.sh 6709 6710 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6711 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 6712 _ACEOF 6713 sed -n ' 6714 h 6715 s/^/S["/; s/!.*/"]=/ 6716 p 6717 g 6718 s/^[^!]*!// 6719 :repl 6720 t repl 6721 s/'"$ac_delim"'$// 6722 t delim 6723 :nl 6724 h 6725 s/\(.\{148\}\).*/\1/ 6726 t more1 6727 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 6728 p 6729 n 6730 b repl 6731 :more1 6732 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 6733 p 6734 g 6735 s/.\{148\}// 6736 t nl 6737 :delim 6738 h 6739 s/\(.\{148\}\).*/\1/ 6740 t more2 6741 s/["\\]/\\&/g; s/^/"/; s/$/"/ 6742 p 6743 b 6744 :more2 6745 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 6746 p 6747 g 6748 s/.\{148\}// 6749 t delim 6750 ' <conf$$subs.awk | sed ' 6751 /^[^""]/{ 6752 N 6753 s/\n// 6754 } 6755 ' >>$CONFIG_STATUS || ac_write_fail=1 6756 rm -f conf$$subs.awk 6757 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6758 _ACAWK 6759 cat >>"\$tmp/subs1.awk" <<_ACAWK && 6760 for (key in S) S_is_set[key] = 1 6761 FS = "" 6762 6763 } 6764 { 6765 line = $ 0 6766 nfields = split(line, field, "@") 6767 substed = 0 6768 len = length(field[1]) 6769 for (i = 2; i < nfields; i++) { 6770 key = field[i] 6771 keylen = length(key) 6772 if (S_is_set[key]) { 6773 value = S[key] 6774 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 6775 len += length(value) + length(field[++i]) 6776 substed = 1 6777 } else 6778 len += 1 + keylen 6779 } 6780 6781 print line 6782 } 6783 6784 _ACAWK 6785 _ACEOF 6786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6787 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 6788 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 6789 else 6790 cat 6791 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 6792 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 6793 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 7031 7032 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 7033 if test -n "$ac_eof"; then 7034 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 7035 ac_eof=`expr $ac_eof + 1` 7036 fi 7037 7038 cat >>$CONFIG_STATUS <<_ACEOF 7039 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 7040 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7041 _ACEOF 7042 sed ' 7043 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 7044 s/^/s,@/; s/!/@,|#_!!_#|/ 7045 :n 7046 t n 7047 s/'"$ac_delim"'$/,g/; t 7048 s/$/\\/; p 7049 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 7050 ' >>$CONFIG_STATUS <conf$$subs.sed 7051 rm -f conf$$subs.sed 7052 cat >>$CONFIG_STATUS <<_ACEOF 7053 CEOF$ac_eof 7054 _ACEOF 7055 7056 7057 ac_delim='%!_!# ' 7058 for ac_last_try in false false false false false :; do 7059 cat >conf$$subs.sed <<_ACEOF 7060 FLIBS!$FLIBS$ac_delim 7061 XMKMF!$XMKMF$ac_delim 7062 CPP!$CPP$ac_delim 7063 X_CFLAGS!$X_CFLAGS$ac_delim 7064 X_PRE_LIBS!$X_PRE_LIBS$ac_delim 7065 X_LIBS!$X_LIBS$ac_delim 7066 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 7067 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim 7068 LTLIBOBJS!$LTLIBOBJS$ac_delim 7069 _ACEOF 7070 7071 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 9; then 7072 break 7073 elif $ac_last_try; then 7074 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7075 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 6794 7076 { (exit 1); exit 1; }; } 6795 _ACEOF 7077 else 7078 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 7079 fi 7080 done 7081 7082 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 7083 if test -n "$ac_eof"; then 7084 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 7085 ac_eof=`expr $ac_eof + 1` 7086 fi 7087 7088 cat >>$CONFIG_STATUS <<_ACEOF 7089 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 7090 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 7091 _ACEOF 7092 sed ' 7093 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 7094 s/^/s,@/; s/!/@,|#_!!_#|/ 7095 :n 7096 t n 7097 s/'"$ac_delim"'$/,g/; t 7098 s/$/\\/; p 7099 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 7100 ' >>$CONFIG_STATUS <conf$$subs.sed 7101 rm -f conf$$subs.sed 7102 cat >>$CONFIG_STATUS <<_ACEOF 7103 :end 7104 s/|#_!!_#|//g 7105 CEOF$ac_eof 7106 _ACEOF 7107 6796 7108 6797 7109 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 6810 7122 fi 6811 7123 6812 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17124 cat >>$CONFIG_STATUS <<\_ACEOF 6813 7125 fi # test -n "$CONFIG_FILES" 6814 7126 6815 # Set up the scripts for CONFIG_HEADERS section. 6816 # No need to generate them if there are no CONFIG_HEADERS. 6817 # This happens for instance with `./config.status Makefile'. 6818 if test -n "$CONFIG_HEADERS"; then 6819 cat >"$tmp/defines.awk" <<\_ACAWK || 6820 BEGIN { 6821 _ACEOF 6822 6823 # Transform confdefs.h into an awk script `defines.awk', embedded as 6824 # here-document in config.status, that substitutes the proper values into 6825 # config.h.in to produce config.h. 6826 6827 # Create a delimiter string that does not exist in confdefs.h, to ease 6828 # handling of long lines. 6829 ac_delim='%!_!# ' 6830 for ac_last_try in false false :; do 6831 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 6832 if test -z "$ac_t"; then 6833 break 6834 elif $ac_last_try; then 6835 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 6836 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 6837 { (exit 1); exit 1; }; } 6838 else 6839 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6840 fi 6841 done 6842 6843 # For the awk script, D is an array of macro values keyed by name, 6844 # likewise P contains macro parameters if any. Preserve backslash 6845 # newline sequences. 6846 6847 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 6848 sed -n ' 6849 s/.\{148\}/&'"$ac_delim"'/g 6850 t rset 6851 :rset 6852 s/^[ ]*#[ ]*define[ ][ ]*/ / 6853 t def 6854 d 6855 :def 6856 s/\\$// 6857 t bsnl 6858 s/["\\]/\\&/g 6859 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 6860 D["\1"]=" \3"/p 6861 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 6862 d 6863 :bsnl 6864 s/["\\]/\\&/g 6865 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 6866 D["\1"]=" \3\\\\\\n"\\/p 6867 t cont 6868 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 6869 t cont 6870 d 6871 :cont 6872 n 6873 s/.\{148\}/&'"$ac_delim"'/g 6874 t clear 6875 :clear 6876 s/\\$// 6877 t bsnlc 6878 s/["\\]/\\&/g; s/^/"/; s/$/"/p 6879 d 6880 :bsnlc 6881 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 6882 b cont 6883 ' <confdefs.h | sed ' 6884 s/'"$ac_delim"'/"\\\ 6885 "/g' >>$CONFIG_STATUS || ac_write_fail=1 6886 6887 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6888 for (key in D) D_is_set[key] = 1 6889 FS = "" 6890 } 6891 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 6892 line = \$ 0 6893 split(line, arg, " ") 6894 if (arg[1] == "#") { 6895 defundef = arg[2] 6896 mac1 = arg[3] 6897 } else { 6898 defundef = substr(arg[1], 2) 6899 mac1 = arg[2] 6900 } 6901 split(mac1, mac2, "(") #) 6902 macro = mac2[1] 6903 prefix = substr(line, 1, index(line, defundef) - 1) 6904 if (D_is_set[macro]) { 6905 # Preserve the white space surrounding the "#". 6906 print prefix "define", macro P[macro] D[macro] 6907 next 6908 } else { 6909 # Replace #undef with comments. This is necessary, for example, 6910 # in the case of _POSIX_SOURCE, which is predefined and required 6911 # on some systems where configure will not decide to define it. 6912 if (defundef == "undef") { 6913 print "/*", prefix defundef, macro, "*/" 6914 next 6915 } 6916 } 6917 } 6918 { print } 6919 _ACAWK 6920 _ACEOF 6921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6922 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 6923 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 6924 { (exit 1); exit 1; }; } 6925 fi # test -n "$CONFIG_HEADERS" 6926 6927 6928 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 6929 shift 6930 for ac_tag 7127 7128 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 6931 7129 do 6932 7130 case $ac_tag in … … 6935 7133 case $ac_mode$ac_tag in 6936 7134 :[FHL]*:*);; 6937 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&56938 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}7135 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 7136 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 6939 7137 { (exit 1); exit 1; }; };; 6940 7138 :[FH]-) ac_tag=-:-;; … … 6965 7163 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 6966 7164 esac || 6967 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&56968 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}7165 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 7166 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 6969 7167 { (exit 1); exit 1; }; };; 6970 7168 esac 6971 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 6972 ac_file_inputs="$ac_file_inputs '$ac_f'" 7169 ac_file_inputs="$ac_file_inputs $ac_f" 6973 7170 done 6974 7171 … … 6976 7173 # use $as_me), people would be surprised to read: 6977 7174 # /* config.h. Generated by config.status. */ 6978 configure_input='Generated from '` 6979 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 6980 `' by configure.' 7175 configure_input="Generated from "`IFS=: 7176 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 6981 7177 if test x"$ac_file" != x-; then 6982 7178 configure_input="$ac_file. $configure_input" 6983 { $as_echo "$as_me:$LINENO: creating $ac_file" >&56984 $as_echo "$as_me: creating $ac_file" >&6;}7179 { echo "$as_me:$LINENO: creating $ac_file" >&5 7180 echo "$as_me: creating $ac_file" >&6;} 6985 7181 fi 6986 # Neutralize special characters interpreted by sed in replacement strings.6987 case $configure_input in #(6988 *\&* | *\|* | *\\* )6989 ac_sed_conf_input=`$as_echo "$configure_input" |6990 sed 's/[\\\\&|]/\\\\&/g'`;; #(6991 *) ac_sed_conf_input=$configure_input;;6992 esac6993 7182 6994 7183 case $ac_tag in 6995 *:-:* | *:-) cat >"$tmp/stdin" \ 6996 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 6997 $as_echo "$as_me: error: could not create $ac_file" >&2;} 6998 { (exit 1); exit 1; }; } ;; 7184 *:-:* | *:-) cat >"$tmp/stdin";; 6999 7185 esac 7000 7186 ;; … … 7006 7192 X"$ac_file" : 'X\(//\)$' \| \ 7007 7193 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 7008 $as_echo X"$ac_file" |7194 echo X"$ac_file" | 7009 7195 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7010 7196 s//\1/ … … 7032 7218 while :; do 7033 7219 case $as_dir in #( 7034 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(7220 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 7035 7221 *) as_qdir=$as_dir;; 7036 7222 esac … … 7041 7227 X"$as_dir" : 'X\(//\)$' \| \ 7042 7228 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 7043 $as_echo X"$as_dir" |7229 echo X"$as_dir" | 7044 7230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7045 7231 s//\1/ … … 7062 7248 done 7063 7249 test -z "$as_dirs" || eval "mkdir $as_dirs" 7064 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&57065 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}7250 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 7251 echo "$as_me: error: cannot create directory $as_dir" >&2;} 7066 7252 { (exit 1); exit 1; }; }; } 7067 7253 ac_builddir=. … … 7070 7256 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 7071 7257 *) 7072 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`7258 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 7073 7259 # A ".." for each directory in $ac_dir_suffix. 7074 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`7260 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 7075 7261 case $ac_top_builddir_sub in 7076 7262 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 7117 7303 _ACEOF 7118 7304 7119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17305 cat >>$CONFIG_STATUS <<\_ACEOF 7120 7306 # If the template does not know about datarootdir, expand it. 7121 7307 # FIXME: This hack should be removed a few years after 2.60. 7122 7308 ac_datarootdir_hack=; ac_datarootdir_seen= 7123 7309 7124 ac_sed_dataroot=' 7125 /datarootdir/ { 7310 case `sed -n '/datarootdir/ { 7126 7311 p 7127 7312 q … … 7132 7317 /@localedir@/p 7133 7318 /@mandir@/p 7134 ' 7135 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 7319 ' $ac_file_inputs` in 7136 7320 *datarootdir*) ac_datarootdir_seen=yes;; 7137 7321 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 7138 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&57139 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}7140 _ACEOF 7141 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17322 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 7323 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 7324 _ACEOF 7325 cat >>$CONFIG_STATUS <<_ACEOF 7142 7326 ac_datarootdir_hack=' 7143 7327 s&@datadir@&$datadir&g … … 7153 7337 # Shell code in configure.ac might set extrasub. 7154 7338 # FIXME: do we really want to maintain this feature? 7155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17156 ac_sed_extra="$ac_vpsub7339 cat >>$CONFIG_STATUS <<_ACEOF 7340 sed "$ac_vpsub 7157 7341 $extrasub 7158 7342 _ACEOF 7159 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17343 cat >>$CONFIG_STATUS <<\_ACEOF 7160 7344 :t 7161 7345 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7162 s |@configure_input@|$ac_sed_conf_input|;t t7346 s&@configure_input@&$configure_input&;t t 7163 7347 s&@top_builddir@&$ac_top_builddir_sub&;t t 7164 s&@top_build_prefix@&$ac_top_build_prefix&;t t7165 7348 s&@srcdir@&$ac_srcdir&;t t 7166 7349 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 7173 7356 s&@MKDIR_P@&$ac_MKDIR_P&;t t 7174 7357 $ac_datarootdir_hack 7175 " 7176 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 7177 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 7178 $as_echo "$as_me: error: could not create $ac_file" >&2;} 7179 { (exit 1); exit 1; }; } 7358 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 7180 7359 7181 7360 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 7182 7361 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 7183 7362 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 7184 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'7363 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 7185 7364 which seems to be undefined. Please make sure it is defined." >&5 7186 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'7365 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 7187 7366 which seems to be undefined. Please make sure it is defined." >&2;} 7188 7367 7189 7368 rm -f "$tmp/stdin" 7190 7369 case $ac_file in 7191 -) cat "$tmp/out" && rm -f "$tmp/out";; 7192 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 7193 esac \ 7194 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 7195 $as_echo "$as_me: error: could not create $ac_file" >&2;} 7196 { (exit 1); exit 1; }; } 7370 -) cat "$tmp/out"; rm -f "$tmp/out";; 7371 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 7372 esac 7197 7373 ;; 7198 7374 :H) … … 7200 7376 # CONFIG_HEADER 7201 7377 # 7378 _ACEOF 7379 7380 # Transform confdefs.h into a sed script `conftest.defines', that 7381 # substitutes the proper values into config.h.in to produce config.h. 7382 rm -f conftest.defines conftest.tail 7383 # First, append a space to every undef/define line, to ease matching. 7384 echo 's/$/ /' >conftest.defines 7385 # Then, protect against being on the right side of a sed subst, or in 7386 # an unquoted here document, in config.status. If some macros were 7387 # called several times there might be several #defines for the same 7388 # symbol, which is useless. But do not sort them, since the last 7389 # AC_DEFINE must be honored. 7390 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 7391 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 7392 # NAME is the cpp macro being defined, VALUE is the value it is being given. 7393 # PARAMS is the parameter list in the macro definition--in most cases, it's 7394 # just an empty string. 7395 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 7396 ac_dB='\\)[ (].*,\\1define\\2' 7397 ac_dC=' ' 7398 ac_dD=' ,' 7399 7400 uniq confdefs.h | 7401 sed -n ' 7402 t rset 7403 :rset 7404 s/^[ ]*#[ ]*define[ ][ ]*// 7405 t ok 7406 d 7407 :ok 7408 s/[\\&,]/\\&/g 7409 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 7410 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 7411 ' >>conftest.defines 7412 7413 # Remove the space that was appended to ease matching. 7414 # Then replace #undef with comments. This is necessary, for 7415 # example, in the case of _POSIX_SOURCE, which is predefined and required 7416 # on some systems where configure will not decide to define it. 7417 # (The regexp can be short, since the line contains either #define or #undef.) 7418 echo 's/ $// 7419 s,^[ #]*u.*,/* & */,' >>conftest.defines 7420 7421 # Break up conftest.defines: 7422 ac_max_sed_lines=50 7423 7424 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 7425 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 7426 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 7427 # et cetera. 7428 ac_in='$ac_file_inputs' 7429 ac_out='"$tmp/out1"' 7430 ac_nxt='"$tmp/out2"' 7431 7432 while : 7433 do 7434 # Write a here document: 7435 cat >>$CONFIG_STATUS <<_ACEOF 7436 # First, check the format of the line: 7437 cat >"\$tmp/defines.sed" <<\\CEOF 7438 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 7439 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 7440 b 7441 :def 7442 _ACEOF 7443 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 7444 echo 'CEOF 7445 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 7446 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 7447 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 7448 grep . conftest.tail >/dev/null || break 7449 rm -f conftest.defines 7450 mv conftest.tail conftest.defines 7451 done 7452 rm -f conftest.defines conftest.tail 7453 7454 echo "ac_result=$ac_in" >>$CONFIG_STATUS 7455 cat >>$CONFIG_STATUS <<\_ACEOF 7202 7456 if test x"$ac_file" != x-; then 7203 { 7204 $as_echo "/* $configure_input */" \ 7205 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 7206 } >"$tmp/config.h" \ 7207 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 7208 $as_echo "$as_me: error: could not create $ac_file" >&2;} 7209 { (exit 1); exit 1; }; } 7210 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 7211 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 7212 $as_echo "$as_me: $ac_file is unchanged" >&6;} 7457 echo "/* $configure_input */" >"$tmp/config.h" 7458 cat "$ac_result" >>"$tmp/config.h" 7459 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 7460 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 7461 echo "$as_me: $ac_file is unchanged" >&6;} 7213 7462 else 7214 rm -f "$ac_file" 7215 mv "$tmp/config.h" "$ac_file" \ 7216 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 7217 $as_echo "$as_me: error: could not create $ac_file" >&2;} 7218 { (exit 1); exit 1; }; } 7463 rm -f $ac_file 7464 mv "$tmp/config.h" $ac_file 7219 7465 fi 7220 7466 else 7221 $as_echo "/* $configure_input */" \ 7222 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 7223 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 7224 $as_echo "$as_me: error: could not create -" >&2;} 7225 { (exit 1); exit 1; }; } 7467 echo "/* $configure_input */" 7468 cat "$ac_result" 7226 7469 fi 7227 # Compute "$ac_file"'s index in $config_headers. 7228 _am_arg="$ac_file" 7470 rm -f "$tmp/out12" 7471 # Compute $ac_file's index in $config_headers. 7229 7472 _am_stamp_count=1 7230 7473 for _am_header in $config_headers :; do 7231 7474 case $_am_header in 7232 $ _am_arg | $_am_arg:* )7475 $ac_file | $ac_file:* ) 7233 7476 break ;; 7234 7477 * ) … … 7236 7479 esac 7237 7480 done 7238 echo "timestamp for $ _am_arg" >`$as_dirname -- "$_am_arg"||7239 $as_expr X "$_am_arg": 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \7240 X "$_am_arg": 'X\(//\)[^/]' \| \7241 X "$_am_arg": 'X\(//\)$' \| \7242 X "$_am_arg": 'X\(/\)' \| . 2>/dev/null ||7243 $as_echo X"$_am_arg"|7481 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 7482 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 7483 X$ac_file : 'X\(//\)[^/]' \| \ 7484 X$ac_file : 'X\(//\)$' \| \ 7485 X$ac_file : 'X\(/\)' \| . 2>/dev/null || 7486 echo X$ac_file | 7244 7487 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7245 7488 s//\1/ … … 7261 7504 ;; 7262 7505 7263 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&57264 $as_echo "$as_me: executing $ac_file commands" >&6;}7506 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 7507 echo "$as_me: executing $ac_file commands" >&6;} 7265 7508 ;; 7266 7509 esac … … 7268 7511 7269 7512 case $ac_file$ac_mode in 7270 "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 7271 # are listed without --file. Let's play safe and only enable the eval 7272 # if we detect the quoting. 7273 case $CONFIG_FILES in 7274 *\'*) eval set x "$CONFIG_FILES" ;; 7275 *) set x $CONFIG_FILES ;; 7276 esac 7277 shift 7278 for mf 7279 do 7513 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 7280 7514 # Strip MF so we end up with the name of the file. 7281 7515 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 7287 7521 # Grep'ing the whole file is not good either: AIX grep has a line 7288 7522 # limit of 2048, but all sed's we know have understand at least 4000. 7289 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then7523 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 7290 7524 dirpart=`$as_dirname -- "$mf" || 7291 7525 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ … … 7293 7527 X"$mf" : 'X\(//\)$' \| \ 7294 7528 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 7295 $as_echo X"$mf" |7529 echo X"$mf" | 7296 7530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7297 7531 s//\1/ … … 7337 7571 X"$file" : 'X\(//\)$' \| \ 7338 7572 X"$file" : 'X\(/\)' \| . 2>/dev/null || 7339 $as_echo X"$file" |7573 echo X"$file" | 7340 7574 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7341 7575 s//\1/ … … 7363 7597 while :; do 7364 7598 case $as_dir in #( 7365 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(7599 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 7366 7600 *) as_qdir=$as_dir;; 7367 7601 esac … … 7372 7606 X"$as_dir" : 'X\(//\)$' \| \ 7373 7607 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 7374 $as_echo X"$as_dir" |7608 echo X"$as_dir" | 7375 7609 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7376 7610 s//\1/ … … 7393 7627 done 7394 7628 test -z "$as_dirs" || eval "mkdir $as_dirs" 7395 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&57396 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}7629 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 7630 echo "$as_me: error: cannot create directory $as_dir" >&2;} 7397 7631 { (exit 1); exit 1; }; }; } 7398 7632 # echo "creating $dirpart/$file" … … 7410 7644 chmod +x $CONFIG_STATUS 7411 7645 ac_clean_files=$ac_clean_files_save 7412 7413 test $ac_write_fail = 0 ||7414 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&57415 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}7416 { (exit 1); exit 1; }; }7417 7646 7418 7647 … … 7437 7666 $ac_cs_success || { (exit 1); exit 1; } 7438 7667 fi 7439 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 7440 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 7441 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 7442 fi 7443 7444 7668 7669 -
issm/trunk/autom4te.cache/traces.0
r132 r1378 1 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'1 m4trace:/usr/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' 2 2 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 3 3 dnl require some minimum version. Point them to the right macro. 4 m4_if([$1], [1.10 .2], [],4 m4_if([$1], [1.10], [], 5 5 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 6 6 ]) 7 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl 8 m4_ifndef([AC_AUTOCONF_VERSION], 9 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 10 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 11 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. 7 m4trace:/usr/share/aclocal-1.10/amversion.m4:35: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl 8 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 9 m4trace:/usr/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. 12 10 AC_PREREQ([2.50])dnl 13 11 # expand $ac_aux_dir to an absolute path 14 12 am_aux_dir=`cd $ac_aux_dir && pwd` 15 13 ]) 16 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl14 m4trace:/usr/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl 17 15 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 18 16 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl … … 33 31 Usually this means the macro was only invoked conditionally.]]) 34 32 fi])]) 35 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl33 m4trace:/usr/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl 36 34 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl 37 35 AC_REQUIRE([AM_MAKE_INCLUDE])dnl … … 137 135 && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) 138 136 ]) 139 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl137 m4trace:/usr/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 140 138 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 141 139 ]) 142 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,140 m4trace:/usr/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, 143 141 [ --disable-dependency-tracking speeds up one-time build 144 142 --enable-dependency-tracking do not reject slow dependency extractors]) … … 151 149 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 152 150 ]) 153 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depout.m4:63: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [# Autoconf 2.62 quotes --file arguments for eval, but not when files 154 # are listed without --file. Let's play safe and only enable the eval 155 # if we detect the quoting. 156 case $CONFIG_FILES in 157 *\'*) eval set x "$CONFIG_FILES" ;; 158 *) set x $CONFIG_FILES ;; 159 esac 160 shift 161 for mf 162 do 151 m4trace:/usr/share/aclocal-1.10/depout.m4:54: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do 163 152 # Strip MF so we end up with the name of the file. 164 153 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 170 159 # Grep'ing the whole file is not good either: AIX grep has a line 171 160 # limit of 2048, but all sed's we know have understand at least 4000. 172 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then161 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 173 162 dirpart=`AS_DIRNAME("$mf")` 174 163 else … … 200 189 done 201 190 ]) 202 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depout.m4:77: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],191 m4trace:/usr/share/aclocal-1.10/depout.m4:68: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], 203 192 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 204 193 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 205 194 ]) 206 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])207 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.195 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 196 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. 208 197 You should run autoupdate.])dnl 209 198 AC_CONFIG_HEADERS($@)]) 210 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl199 m4trace:/usr/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl 211 200 dnl Autoconf wants to disallow AM_ names. We explicitly allow 212 201 dnl the ones we care about. … … 285 274 ]) 286 275 ]) 287 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/init.m4:125: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. 288 _am_arg=$1 276 m4trace:/usr/share/aclocal-1.10/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. 289 277 _am_stamp_count=1 290 278 for _am_header in $config_headers :; do 291 279 case $_am_header in 292 $ _am_arg | $_am_arg:* )280 $1 | $1:* ) 293 281 break ;; 294 282 * ) … … 296 284 esac 297 285 done 298 echo "timestamp for $ _am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])299 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl286 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 287 m4trace:/usr/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 300 288 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} 301 289 AC_SUBST(install_sh)]) 302 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null290 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null 303 291 mkdir .tst 2>/dev/null 304 292 if test -d .tst; then … … 309 297 rmdir .tst 2>/dev/null 310 298 AC_SUBST([am__leading_dot])]) 311 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}299 m4trace:/usr/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} 312 300 cat > confinc << 'END' 313 301 am__doit: … … 346 334 rm -f confinc confmf 347 335 ]) 348 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/minuso.m4:35: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl336 m4trace:/usr/share/aclocal-1.10/minuso.m4:34: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl 349 337 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 350 338 AC_REQUIRE_AUX_FILE([compile])dnl … … 352 340 # there is no other way. 353 341 set dummy $CC 354 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 355 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 356 if test "$am_t" != yes; then 342 ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 343 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 357 344 # Losing compiler, so override with the script. 358 345 # FIXME: It is wrong to rewrite CC. … … 367 354 [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) 368 355 ]) 369 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])356 m4trace:/usr/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) 370 357 $1=${$1-"${am_missing_run}$2"} 371 358 AC_SUBST($1)]) 372 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl359 m4trace:/usr/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 373 360 AC_REQUIRE_AUX_FILE([missing])dnl 374 361 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" … … 381 368 fi 382 369 ]) 383 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl370 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl 384 371 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 385 372 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, … … 396 383 esac 397 384 ]) 398 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])399 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])400 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])401 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])402 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD385 m4trace:/usr/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 386 m4trace:/usr/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 387 m4trace:/usr/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 388 m4trace:/usr/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 389 m4trace:/usr/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD 403 390 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD 404 391 ac_status=$? 405 392 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 406 393 (exit $ac_status); }]) 407 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])394 m4trace:/usr/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) 408 395 # Just in case 409 396 sleep 1 … … 442 429 fi 443 430 AC_MSG_RESULT(yes)]) 444 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl431 m4trace:/usr/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 445 432 # Installed binaries are usually stripped using `strip' when the user 446 433 # run `make install-strip'. However `strip' might not be the right … … 453 440 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 454 441 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 455 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])456 m4trace:/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.442 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) 443 m4trace:/usr/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. 457 444 AM_MISSING_PROG([AMTAR], [tar]) 458 445 m4_if([$1], [v7], … … 525 512 AC_SUBST([am__untar]) 526 513 ]) 527 m4trace:m4/issm_options.m4: 393: -1- AC_DEFUN([ISSM_OPTIONS], [514 m4trace:m4/issm_options.m4:474: -1- AC_DEFUN([ISSM_OPTIONS], [ 528 515 dnl Debugging option check. 529 516 AC_ARG_ENABLE([debugging],AS_HELP_STRING([--enable-debugging], … … 591 578 fi 592 579 ;; 580 *darwin9.6.0*) 581 MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx" 582 MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map" 583 ;; 584 593 585 esac 594 586 … … 659 651 fi 660 652 AC_MSG_RESULT(ok) 653 654 dnl Dakota directory 655 AC_ARG_WITH([dakota-dir], 656 AS_HELP_STRING([--with-dakota-dir = DIR], [dakota root directory. necessary for serial build]), 657 [DAKOTA_ROOT=$withval],[DAKOTA_ROOT=""]) 658 AC_MSG_CHECKING(for Dakota ) 661 659 660 if test -d "$DAKOTA_ROOT"; then 661 662 dnl defaults 663 HAVE_DAKOTA=yes 664 DAKOTAINCL=-I$DAKOTA_ROOT/include 665 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs -levidence -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -lopt -lpsuade -lnewmat -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver " 666 667 AC_DEFINE([_HAVE_DAKOTA_],[1],[with Dakota in ISSM src]) 668 AC_SUBST([DAKOTAINCL]) 669 AC_SUBST([DAKOTALIB]) 670 671 else 672 HAVE_DAKOTA=no 673 fi 674 AC_MSG_RESULT($HAVE_DAKOTA) 675 662 676 663 677 dnl Metis directory … … 716 730 717 731 AC_DEFINE([_HAVE_MPI_],[1],[with Mpi in ISSM src]) 732 AC_DEFINE([HAVE_MPI],[1],[with Mpi in ISSM src]) 718 733 AC_SUBST([MPIINCL]) 719 734 AC_SUBST([MPILIB]) … … 834 849 HAVE_BLASLAPACK=yes 835 850 BLASLAPACKINCL="" 836 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide" 837 838 AC_DEFINE([_HAVE_BLASLAPACK_],[1],[with Scalapack in ISSM src]) 851 dnl BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide" 852 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack" 853 854 AC_DEFINE([_HAVE_BLASLAPACK_],[1],[with blas lapack in ISSM src]) 839 855 AC_SUBST([BLASLAPACKLIB]) 840 856 AC_SUBST([BLASLAPACKINCL]) … … 844 860 AC_MSG_RESULT($HAVE_BLASLAPACK) 845 861 862 dnl mkl directory 863 AC_ARG_WITH([mkl-dir], 864 AS_HELP_STRING([--with-mkl-dir = DIR], 865 [mkl root directory]), 866 [MKL_ROOT=$withval],[MKL_ROOT=""]) 867 868 AC_MSG_CHECKING(for mkl headers and libraries in $MKL_ROOT) 869 if test -d "$MKL_ROOT"; then 870 871 dnl defaults 872 HAVE_MKL=yes 873 MKLINCL="" 874 MKLLIB=-L"$MKL_ROOT -lmkl_lapack -lmkl -lguide" 875 876 AC_DEFINE([_HAVE_MKL_],[1],[with mkl in ISSM src]) 877 AC_SUBST([MKLLIB]) 878 AC_SUBST([MKLINCL]) 879 else 880 HAVE_MKL=no 881 fi 882 AC_MSG_RESULT($HAVE_MKL) 846 883 847 884 dnl Plapack directory … … 912 949 AC_MSG_RESULT($HAVE_BLACS) 913 950 914 915 951 dnl math library option 952 AC_MSG_CHECKING(for math library...) 953 AC_ARG_WITH([math-lib], 954 AS_HELP_STRING([--with-math-lib = otions], 955 [math options, for ex: "/usr/lib/libm.a]), 956 [MATH_LIB=$withval],[MATH_LIB=""]) 957 958 dnl check that --with-math-lib may have been provided 959 if test -n "$MATH_LIB" ; then 960 HAVE_MATH=yes 961 MATHLIB="$MATH_LIB" 962 963 AC_DEFINE([_HAVE_MATH_],[1],[with MATH in ISSM src]) 964 AC_SUBST([MATHLIB]) 965 fi 966 AC_MSG_RESULT(done) 967 968 dnl fortran library option 969 AC_MSG_CHECKING(for fortran library...) 970 AC_ARG_WITH([fortran-lib], 971 AS_HELP_STRING([--with-fortran-lib = options], 972 [fortran options, for ex: "/usr/lib/gfortran.a]), 973 [FORTRAN_LIB=$withval],[FORTRAN_LIB=""]) 974 975 dnl check that --with-fortran-lib may have been provided 976 if test -n "$FORTRAN_LIB" ; then 977 HAVE_FORTRAN=yes 978 FORTRANLIB="$FORTRAN_LIB" 979 980 AC_DEFINE([_HAVE_FORTRAN_],[1],[with FORTRAN in ISSM src]) 981 AC_SUBST([FORTRANLIB]) 982 fi 983 AC_MSG_RESULT(done) 916 984 917 985 ]) … … 1664 1732 m4trace:configure.ac:2: -1- AM_CONFIG_HEADER([config.h]) 1665 1733 m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. 1666 You should run autoupdate.], [/u /astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...1734 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from... 1667 1735 configure.ac:2: the top level]) 1668 1736 m4trace:configure.ac:3: -1- m4_pattern_allow([^build$]) … … 1681 1749 m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) 1682 1750 m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION 1683 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10 .2])1684 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.6 3])1751 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10]) 1752 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61]) 1685 1753 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) 1686 1754 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) … … 1690 1758 m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$]) 1691 1759 m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([]) 1760 m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. 1761 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from... 1762 /usr/share/aclocal-1.10/options.m4:26: _AM_SET_OPTIONS is expanded from... 1763 /usr/share/aclocal-1.10/init.m4:103: AM_INIT_AUTOMAKE is expanded from... 1764 configure.ac:4: the top level]) 1692 1765 m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$]) 1693 1766 m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$]) … … 1716 1789 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) 1717 1790 m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P 1718 m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])1719 1791 m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$]) 1720 1792 m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$]) … … 1837 1909 m4trace:configure.ac:12: -1- AX_MATLAB 1838 1910 m4trace:configure.ac:12: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. 1839 You should run autoupdate.], [ autoconf/general.m4:209: AC_HELP_STRING is expanded from...1911 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... 1840 1912 m4/matlab.m4:469: AX_MATLAB is expanded from... 1841 1913 m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from... 1842 m4/issm_options.m4: 393: ISSM_OPTIONS is expanded from...1914 m4/issm_options.m4:474: ISSM_OPTIONS is expanded from... 1843 1915 configure.ac:12: the top level]) 1844 1916 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MATLAB$]) … … 1857 1929 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLEINCL$]) 1858 1930 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLELIB$]) 1931 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_DAKOTA_$]) 1932 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTAINCL$]) 1933 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTALIB$]) 1859 1934 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_METIS_$]) 1860 1935 m4trace:configure.ac:12: -1- m4_pattern_allow([^METISINCL$]) 1861 1936 m4trace:configure.ac:12: -1- m4_pattern_allow([^METISLIB$]) 1862 1937 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MPI_$]) 1938 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MPI$]) 1863 1939 m4trace:configure.ac:12: -1- m4_pattern_allow([^MPIINCL$]) 1864 1940 m4trace:configure.ac:12: -1- m4_pattern_allow([^MPILIB$]) … … 1874 1950 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKLIB$]) 1875 1951 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKINCL$]) 1952 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MKL_$]) 1953 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLLIB$]) 1954 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLINCL$]) 1876 1955 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PLAPACK_$]) 1877 1956 m4trace:configure.ac:12: -1- m4_pattern_allow([^PLAPACKINCL$]) … … 1883 1962 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSINCL$]) 1884 1963 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSLIB$]) 1964 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATH_$]) 1965 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATHLIB$]) 1966 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$]) 1967 m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$]) 1885 1968 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$]) 1886 1969 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$]) 1887 m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([ "$ac_file"])1970 m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file]) 1888 1971 m4trace:configure.ac:18: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS -
issm/trunk/autom4te.cache/traces.1
r1 r1378 1 m4trace:aclocal.m4:9 25: -1- m4_include([m4/issm_options.m4])2 m4trace:aclocal.m4:9 26: -1- m4_include([m4/matlab.m4])1 m4trace:aclocal.m4:909: -1- m4_include([m4/issm_options.m4]) 2 m4trace:aclocal.m4:910: -1- m4_include([m4/matlab.m4]) 3 3 m4trace:configure.ac:1: -1- AC_INIT([ISSM], [1.0], [Eric Larour <eric.larour@jpl.nasa.gov>]) 4 4 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) … … 143 143 m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$]) 144 144 m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. 145 You should run autoupdate.], [aclocal.m4:3 92: AM_CONFIG_HEADER is expanded from...145 You should run autoupdate.], [aclocal.m4:378: AM_CONFIG_HEADER is expanded from... 146 146 configure.ac:2: the top level]) 147 147 m4trace:configure.ac:2: -1- AC_CONFIG_HEADERS([config.h]) … … 189 189 m4trace:configure.ac:4: -1- AM_INIT_AUTOMAKE 190 190 m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) 191 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10 .2])191 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10]) 192 192 m4trace:configure.ac:4: -1- AC_REQUIRE_AUX_FILE([install-sh]) 193 193 m4trace:configure.ac:4: -1- AC_SUBST([INSTALL_PROGRAM]) … … 207 207 m4trace:configure.ac:4: -1- AC_SUBST_TRACE([CYGPATH_W]) 208 208 m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$]) 209 m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. 210 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from... 211 aclocal.m4:713: _AM_SET_OPTIONS is expanded from... 212 aclocal.m4:482: AM_INIT_AUTOMAKE is expanded from... 213 configure.ac:4: the top level]) 209 214 m4trace:configure.ac:4: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) 210 215 m4trace:configure.ac:4: -1- AC_SUBST_TRACE([PACKAGE]) … … 247 252 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) 248 253 m4trace:configure.ac:4: -1- AC_REQUIRE_AUX_FILE([install-sh]) 249 m4trace:configure.ac:4: -1- AC_SUBST([MKDIR_P])250 m4trace:configure.ac:4: -1- AC_SUBST_TRACE([MKDIR_P])251 m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])252 254 m4trace:configure.ac:4: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"]) 253 255 m4trace:configure.ac:4: -1- AC_SUBST_TRACE([mkdir_p]) … … 478 480 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXLINK$]) 479 481 m4trace:configure.ac:12: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. 480 You should run autoupdate.], [ autoconf/general.m4:209: AC_HELP_STRING is expanded from...482 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... 481 483 m4/matlab.m4:469: AX_MATLAB is expanded from... 482 484 m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from... 483 m4/issm_options.m4: 393: ISSM_OPTIONS is expanded from...485 m4/issm_options.m4:474: ISSM_OPTIONS is expanded from... 484 486 configure.ac:12: the top level]) 485 487 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MATLAB]) … … 526 528 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([TRIANGLELIB]) 527 529 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLELIB$]) 530 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_DAKOTA_]) 531 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_DAKOTA_$]) 532 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_DAKOTA_], [/* with Dakota in ISSM src */ 533 #undef _HAVE_DAKOTA_]) 534 m4trace:configure.ac:12: -1- AC_SUBST([DAKOTAINCL]) 535 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DAKOTAINCL]) 536 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTAINCL$]) 537 m4trace:configure.ac:12: -1- AC_SUBST([DAKOTALIB]) 538 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DAKOTALIB]) 539 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTALIB$]) 528 540 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_METIS_]) 529 541 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_METIS_$]) … … 540 552 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MPI_], [/* with Mpi in ISSM src */ 541 553 #undef _HAVE_MPI_]) 554 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MPI]) 555 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MPI$]) 556 m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_MPI], [/* with Mpi in ISSM src */ 557 #undef HAVE_MPI]) 542 558 m4trace:configure.ac:12: -1- AC_SUBST([MPIINCL]) 543 559 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MPIINCL]) … … 575 591 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_BLASLAPACK_]) 576 592 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_BLASLAPACK_$]) 577 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_BLASLAPACK_], [/* with Scalapack in ISSM src */593 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_BLASLAPACK_], [/* with blas lapack in ISSM src */ 578 594 #undef _HAVE_BLASLAPACK_]) 579 595 m4trace:configure.ac:12: -1- AC_SUBST([BLASLAPACKLIB]) … … 583 599 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLASLAPACKINCL]) 584 600 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKINCL$]) 601 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MKL_]) 602 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MKL_$]) 603 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MKL_], [/* with mkl in ISSM src */ 604 #undef _HAVE_MKL_]) 605 m4trace:configure.ac:12: -1- AC_SUBST([MKLLIB]) 606 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MKLLIB]) 607 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLLIB$]) 608 m4trace:configure.ac:12: -1- AC_SUBST([MKLINCL]) 609 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MKLINCL]) 610 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLINCL$]) 585 611 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_PLAPACK_]) 586 612 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PLAPACK_$]) … … 613 639 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLACSLIB]) 614 640 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSLIB$]) 641 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MATH_]) 642 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATH_$]) 643 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MATH_], [/* with MATH in ISSM src */ 644 #undef _HAVE_MATH_]) 645 m4trace:configure.ac:12: -1- AC_SUBST([MATHLIB]) 646 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATHLIB]) 647 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATHLIB$]) 648 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_FORTRAN_]) 649 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$]) 650 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_FORTRAN_], [/* with FORTRAN in ISSM src */ 651 #undef _HAVE_FORTRAN_]) 652 m4trace:configure.ac:12: -1- AC_SUBST([FORTRANLIB]) 653 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FORTRANLIB]) 654 m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$]) 615 655 m4trace:configure.ac:17: -1- AC_CONFIG_FILES([Makefile 616 656 src/Makefile … … 625 665 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$]) 626 666 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([top_builddir]) 627 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([top_build_prefix])628 667 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([srcdir]) 629 668 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([abs_srcdir]) -
issm/trunk/autom4te.cache/traces.2
r1 r1378 1 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'1 m4trace:/usr/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' 2 2 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 3 3 dnl require some minimum version. Point them to the right macro. 4 m4_if([$1], [1.10 .2], [],4 m4_if([$1], [1.10], [], 5 5 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 6 6 ]) 7 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl 8 m4_ifndef([AC_AUTOCONF_VERSION], 9 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 10 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 11 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. 7 m4trace:/usr/share/aclocal-1.10/amversion.m4:35: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl 8 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 9 m4trace:/usr/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. 12 10 AC_PREREQ([2.50])dnl 13 11 # expand $ac_aux_dir to an absolute path 14 12 am_aux_dir=`cd $ac_aux_dir && pwd` 15 13 ]) 16 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl14 m4trace:/usr/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl 17 15 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 18 16 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl … … 33 31 Usually this means the macro was only invoked conditionally.]]) 34 32 fi])]) 35 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl33 m4trace:/usr/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl 36 34 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl 37 35 AC_REQUIRE([AM_MAKE_INCLUDE])dnl … … 137 135 && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) 138 136 ]) 139 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl137 m4trace:/usr/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 140 138 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 141 139 ]) 142 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,140 m4trace:/usr/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, 143 141 [ --disable-dependency-tracking speeds up one-time build 144 142 --enable-dependency-tracking do not reject slow dependency extractors]) … … 151 149 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 152 150 ]) 153 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depout.m4:63: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [# Autoconf 2.62 quotes --file arguments for eval, but not when files 154 # are listed without --file. Let's play safe and only enable the eval 155 # if we detect the quoting. 156 case $CONFIG_FILES in 157 *\'*) eval set x "$CONFIG_FILES" ;; 158 *) set x $CONFIG_FILES ;; 159 esac 160 shift 161 for mf 162 do 151 m4trace:/usr/share/aclocal-1.10/depout.m4:54: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do 163 152 # Strip MF so we end up with the name of the file. 164 153 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 170 159 # Grep'ing the whole file is not good either: AIX grep has a line 171 160 # limit of 2048, but all sed's we know have understand at least 4000. 172 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then161 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 173 162 dirpart=`AS_DIRNAME("$mf")` 174 163 else … … 200 189 done 201 190 ]) 202 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depout.m4:77: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],191 m4trace:/usr/share/aclocal-1.10/depout.m4:68: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], 203 192 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 204 193 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 205 194 ]) 206 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])207 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.195 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 196 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. 208 197 You should run autoupdate.])dnl 209 198 AC_CONFIG_HEADERS($@)]) 210 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl199 m4trace:/usr/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl 211 200 dnl Autoconf wants to disallow AM_ names. We explicitly allow 212 201 dnl the ones we care about. … … 285 274 ]) 286 275 ]) 287 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/init.m4:125: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. 288 _am_arg=$1 276 m4trace:/usr/share/aclocal-1.10/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. 289 277 _am_stamp_count=1 290 278 for _am_header in $config_headers :; do 291 279 case $_am_header in 292 $ _am_arg | $_am_arg:* )280 $1 | $1:* ) 293 281 break ;; 294 282 * ) … … 296 284 esac 297 285 done 298 echo "timestamp for $ _am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])299 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl286 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 287 m4trace:/usr/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 300 288 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} 301 289 AC_SUBST(install_sh)]) 302 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null290 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null 303 291 mkdir .tst 2>/dev/null 304 292 if test -d .tst; then … … 309 297 rmdir .tst 2>/dev/null 310 298 AC_SUBST([am__leading_dot])]) 311 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}299 m4trace:/usr/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} 312 300 cat > confinc << 'END' 313 301 am__doit: … … 346 334 rm -f confinc confmf 347 335 ]) 348 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/minuso.m4:35: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl336 m4trace:/usr/share/aclocal-1.10/minuso.m4:34: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl 349 337 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 350 338 AC_REQUIRE_AUX_FILE([compile])dnl … … 352 340 # there is no other way. 353 341 set dummy $CC 354 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 355 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 356 if test "$am_t" != yes; then 342 ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 343 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 357 344 # Losing compiler, so override with the script. 358 345 # FIXME: It is wrong to rewrite CC. … … 367 354 [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) 368 355 ]) 369 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])356 m4trace:/usr/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) 370 357 $1=${$1-"${am_missing_run}$2"} 371 358 AC_SUBST($1)]) 372 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl359 m4trace:/usr/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 373 360 AC_REQUIRE_AUX_FILE([missing])dnl 374 361 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" … … 381 368 fi 382 369 ]) 383 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl370 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl 384 371 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 385 372 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, … … 396 383 esac 397 384 ]) 398 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])399 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])400 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])401 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])402 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD385 m4trace:/usr/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 386 m4trace:/usr/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 387 m4trace:/usr/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 388 m4trace:/usr/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 389 m4trace:/usr/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD 403 390 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD 404 391 ac_status=$? 405 392 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 406 393 (exit $ac_status); }]) 407 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])394 m4trace:/usr/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) 408 395 # Just in case 409 396 sleep 1 … … 442 429 fi 443 430 AC_MSG_RESULT(yes)]) 444 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl431 m4trace:/usr/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 445 432 # Installed binaries are usually stripped using `strip' when the user 446 433 # run `make install-strip'. However `strip' might not be the right … … 453 440 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 454 441 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 455 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])456 m4trace:/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.442 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) 443 m4trace:/usr/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. 457 444 AM_MISSING_PROG([AMTAR], [tar]) 458 445 m4_if([$1], [v7], … … 576 563 m4trace:configure.ac:2: -1- AM_CONFIG_HEADER([config.h]) 577 564 m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. 578 You should run autoupdate.], [/u /wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...565 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from... 579 566 configure.ac:2: the top level]) 580 567 m4trace:configure.ac:3: -1- m4_pattern_allow([^build$]) … … 593 580 m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) 594 581 m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION 595 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10 .2])596 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.6 3])582 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10]) 583 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61]) 597 584 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) 598 585 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) … … 602 589 m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$]) 603 590 m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([]) 591 m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. 592 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from... 593 /usr/share/aclocal-1.10/options.m4:26: _AM_SET_OPTIONS is expanded from... 594 /usr/share/aclocal-1.10/init.m4:103: AM_INIT_AUTOMAKE is expanded from... 595 configure.ac:4: the top level]) 604 596 m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$]) 605 597 m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$]) … … 628 620 m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) 629 621 m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P 630 m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])631 622 m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$]) 632 623 m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$]) … … 694 685 m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) 695 686 m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) 696 m4trace:configure.ac:7: -1- m4_pattern_allow([^ F77$])697 m4trace:configure.ac:7: -1- m4_pattern_allow([^ FFLAGS$])687 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$]) 688 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXFLAGS$]) 698 689 m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$]) 699 690 m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$]) 700 m4trace:configure.ac:7: -1- m4_pattern_allow([^F77$]) 701 m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_F77$]) 702 m4trace:configure.ac:8: -1- m4_pattern_allow([^FLIBS$]) 703 m4trace:configure.ac:9: -1- AM_PROG_CC_C_O 704 m4trace:configure.ac:9: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$]) 705 m4trace:configure.ac:10: -1- m4_pattern_allow([^XMKMF$]) 706 m4trace:configure.ac:10: -1- m4_pattern_allow([^CPP$]) 707 m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$]) 708 m4trace:configure.ac:10: -1- m4_pattern_allow([^CPP$]) 709 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_DISPLAY_MISSING$]) 710 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_CFLAGS$]) 711 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_PRE_LIBS$]) 712 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_LIBS$]) 713 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_EXTRA_LIBS$]) 714 m4trace:configure.ac:17: -1- m4_pattern_allow([^LIB@&t@OBJS$]) 715 m4trace:configure.ac:17: -1- m4_pattern_allow([^LTLIBOBJS$]) 716 m4trace:configure.ac:17: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) 717 m4trace:configure.ac:17: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS 691 m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$]) 692 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$]) 693 m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CXX$]) 694 m4trace:configure.ac:7: -1- _AM_DEPENDENCIES([CXX]) 695 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXDEPMODE$]) 696 m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCXX], [ 697 test "x$enable_dependency_tracking" != xno \ 698 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3]) 699 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$]) 700 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$]) 701 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE]) 702 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE]) 703 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$]) 704 m4trace:configure.ac:8: -1- m4_pattern_allow([^FFLAGS$]) 705 m4trace:configure.ac:8: -1- m4_pattern_allow([^LDFLAGS$]) 706 m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$]) 707 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$]) 708 m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_F77$]) 709 m4trace:configure.ac:9: -1- m4_pattern_allow([^FLIBS$]) 710 m4trace:configure.ac:10: -1- AM_PROG_CC_C_O 711 m4trace:configure.ac:10: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$]) 712 m4trace:configure.ac:11: -1- m4_pattern_allow([^XMKMF$]) 713 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$]) 714 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$]) 715 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$]) 716 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_DISPLAY_MISSING$]) 717 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_CFLAGS$]) 718 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_PRE_LIBS$]) 719 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_LIBS$]) 720 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_EXTRA_LIBS$]) 721 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$]) 722 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$]) 723 m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file]) 724 m4trace:configure.ac:18: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS -
issm/trunk/bin/Makefile.in
r650 r1378 1 # Makefile.in generated by automake 1.10 .2from Makefile.am.1 # Makefile.in generated by automake 1.10 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 76 76 FFLAGS = @FFLAGS@ 77 77 FLIBS = @FLIBS@ 78 FORTRANLIB = @FORTRANLIB@ 78 79 INSTALL = @INSTALL@ 79 80 INSTALL_DATA = @INSTALL_DATA@ … … 86 87 LTLIBOBJS = @LTLIBOBJS@ 87 88 MAKEINFO = @MAKEINFO@ 89 MATHLIB = @MATHLIB@ 88 90 MATLAB = @MATLAB@ 89 91 MATLABINCL = @MATLABINCL@ … … 98 100 MEXLINK = @MEXLINK@ 99 101 MKDIR_P = @MKDIR_P@ 102 MKLINCL = @MKLINCL@ 103 MKLLIB = @MKLLIB@ 100 104 MPIINCL = @MPIINCL@ 101 105 MPILIB = @MPILIB@ … … 182 186 target_os = @target_os@ 183 187 target_vendor = @target_vendor@ 184 top_build_prefix = @top_build_prefix@185 188 top_builddir = @top_builddir@ 186 189 top_srcdir = @top_srcdir@ … … 192 195 case '$(am__configure_deps)' in \ 193 196 *$$dep*) \ 194 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh )\195 && { if test -f $@; then exit 0; else break; fi; }; \197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 198 && exit 0; \ 196 199 exit 1;; \ 197 200 esac; \ -
issm/trunk/config.h.in
r1 r1378 3 3 /* Define if you have Matlab. */ 4 4 #undef HAVE_MATLAB 5 6 /* with Mpi in ISSM src */ 7 #undef HAVE_MPI 5 8 6 9 /* Define to the Matlab major version number. */ … … 43 46 #undef _HAVE_BLACS_ 44 47 45 /* with Scalapack in ISSM src */48 /* with blas lapack in ISSM src */ 46 49 #undef _HAVE_BLASLAPACK_ 50 51 /* with Dakota in ISSM src */ 52 #undef _HAVE_DAKOTA_ 53 54 /* with FORTRAN in ISSM src */ 55 #undef _HAVE_FORTRAN_ 56 57 /* with MATH in ISSM src */ 58 #undef _HAVE_MATH_ 47 59 48 60 /* with Matlab in ISSM src */ … … 51 63 /* with Metis in ISSM src */ 52 64 #undef _HAVE_METIS_ 65 66 /* with mkl in ISSM src */ 67 #undef _HAVE_MKL_ 53 68 54 69 /* with Mpi in ISSM src */ -
issm/trunk/configure
r1073 r1378 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3for ISSM 1.0.3 # Generated by GNU Autoconf 2.61 for ISSM 1.0. 4 4 # 5 5 # Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 366 367 368 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 601 579 PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>' 602 580 603 ac_subst_vars='LTLIBOBJS 581 ac_subst_vars='SHELL 582 PATH_SEPARATOR 583 PACKAGE_NAME 584 PACKAGE_TARNAME 585 PACKAGE_VERSION 586 PACKAGE_STRING 587 PACKAGE_BUGREPORT 588 exec_prefix 589 prefix 590 program_transform_name 591 bindir 592 sbindir 593 libexecdir 594 datarootdir 595 datadir 596 sysconfdir 597 sharedstatedir 598 localstatedir 599 includedir 600 oldincludedir 601 docdir 602 infodir 603 htmldir 604 dvidir 605 pdfdir 606 psdir 607 libdir 608 localedir 609 mandir 610 DEFS 611 ECHO_C 612 ECHO_N 613 ECHO_T 614 LIBS 615 build_alias 616 host_alias 617 target_alias 618 build 619 build_cpu 620 build_vendor 621 build_os 622 host 623 host_cpu 624 host_vendor 625 host_os 626 target 627 target_cpu 628 target_vendor 629 target_os 630 INSTALL_PROGRAM 631 INSTALL_SCRIPT 632 INSTALL_DATA 633 am__isrc 634 CYGPATH_W 635 PACKAGE 636 VERSION 637 ACLOCAL 638 AUTOCONF 639 AUTOMAKE 640 AUTOHEADER 641 MAKEINFO 642 install_sh 643 STRIP 644 INSTALL_STRIP_PROGRAM 645 mkdir_p 646 AWK 647 SET_MAKE 648 am__leading_dot 649 AMTAR 650 am__tar 651 am__untar 652 RANLIB 653 CC 654 CFLAGS 655 LDFLAGS 656 CPPFLAGS 657 ac_ct_CC 658 EXEEXT 659 OBJEXT 660 DEPDIR 661 am__include 662 am__quote 663 AMDEP_TRUE 664 AMDEP_FALSE 665 AMDEPBACKSLASH 666 CCDEPMODE 667 am__fastdepCC_TRUE 668 am__fastdepCC_FALSE 669 CXX 670 CXXFLAGS 671 ac_ct_CXX 672 CXXDEPMODE 673 am__fastdepCXX_TRUE 674 am__fastdepCXX_FALSE 675 F77 676 FFLAGS 677 ac_ct_F77 678 FLIBS 679 XMKMF 680 CPP 681 X_CFLAGS 682 X_PRE_LIBS 683 X_LIBS 684 X_EXTRA_LIBS 685 NOSERIAL_TRUE 686 NOSERIAL_FALSE 687 NOPARALLEL_TRUE 688 NOPARALLEL_FALSE 689 MATLABINCL 690 MEX 691 MEXEXT 692 MEXLIB 693 MEXLINK 694 MATLAB 695 MATLAB_VERSION 696 MATLAB_MAJOR 697 MATLAB_MINOR 698 LARGEARRAYS_TRUE 699 LARGEARRAYS_FALSE 700 TRIANGLEINCL 701 TRIANGLELIB 702 DAKOTAINCL 703 DAKOTALIB 704 METISINCL 705 METISLIB 706 MPIINCL 707 MPILIB 708 PETSCINCL 709 PETSCLIB 710 SLEPCINCL 711 SLEPCLIB 712 SCALAPACKLIB 713 BLASLAPACKLIB 714 BLASLAPACKINCL 715 MKLLIB 716 MKLINCL 717 PLAPACKINCL 718 PLAPACKLIB 719 MUMPSINCL 720 MUMPSLIB 721 BLACSINCL 722 BLACSLIB 723 MATHLIB 724 FORTRANLIB 604 725 LIBOBJS 605 BLACSLIB 606 BLACSINCL 607 MUMPSLIB 608 MUMPSINCL 609 PLAPACKLIB 610 PLAPACKINCL 611 MKLINCL 612 MKLLIB 613 BLASLAPACKINCL 614 BLASLAPACKLIB 615 SCALAPACKLIB 616 SLEPCLIB 617 SLEPCINCL 618 PETSCLIB 619 PETSCINCL 620 MPILIB 621 MPIINCL 622 METISLIB 623 METISINCL 624 DAKOTALIB 625 DAKOTAINCL 626 TRIANGLELIB 627 TRIANGLEINCL 628 LARGEARRAYS_FALSE 629 LARGEARRAYS_TRUE 630 MATLAB_MINOR 631 MATLAB_MAJOR 632 MATLAB_VERSION 633 MATLAB 634 MEXLINK 635 MEXLIB 636 MEXEXT 637 MEX 638 MATLABINCL 639 NOPARALLEL_FALSE 640 NOPARALLEL_TRUE 641 NOSERIAL_FALSE 642 NOSERIAL_TRUE 643 X_EXTRA_LIBS 644 X_LIBS 645 X_PRE_LIBS 646 X_CFLAGS 647 CPP 648 XMKMF 649 FLIBS 650 ac_ct_F77 651 FFLAGS 652 F77 653 am__fastdepCXX_FALSE 654 am__fastdepCXX_TRUE 655 CXXDEPMODE 656 ac_ct_CXX 657 CXXFLAGS 658 CXX 659 am__fastdepCC_FALSE 660 am__fastdepCC_TRUE 661 CCDEPMODE 662 AMDEPBACKSLASH 663 AMDEP_FALSE 664 AMDEP_TRUE 665 am__quote 666 am__include 667 DEPDIR 668 OBJEXT 669 EXEEXT 670 ac_ct_CC 671 CPPFLAGS 672 LDFLAGS 673 CFLAGS 674 CC 675 RANLIB 676 am__untar 677 am__tar 678 AMTAR 679 am__leading_dot 680 SET_MAKE 681 AWK 682 mkdir_p 683 MKDIR_P 684 INSTALL_STRIP_PROGRAM 685 STRIP 686 install_sh 687 MAKEINFO 688 AUTOHEADER 689 AUTOMAKE 690 AUTOCONF 691 ACLOCAL 692 VERSION 693 PACKAGE 694 CYGPATH_W 695 am__isrc 696 INSTALL_DATA 697 INSTALL_SCRIPT 698 INSTALL_PROGRAM 699 target_os 700 target_vendor 701 target_cpu 702 target 703 host_os 704 host_vendor 705 host_cpu 706 host 707 build_os 708 build_vendor 709 build_cpu 710 build 711 target_alias 712 host_alias 713 build_alias 714 LIBS 715 ECHO_T 716 ECHO_N 717 ECHO_C 718 DEFS 719 mandir 720 localedir 721 libdir 722 psdir 723 pdfdir 724 dvidir 725 htmldir 726 infodir 727 docdir 728 oldincludedir 729 includedir 730 localstatedir 731 sharedstatedir 732 sysconfdir 733 datadir 734 datarootdir 735 libexecdir 736 sbindir 737 bindir 738 program_transform_name 739 prefix 740 exec_prefix 741 PACKAGE_BUGREPORT 742 PACKAGE_STRING 743 PACKAGE_VERSION 744 PACKAGE_TARNAME 745 PACKAGE_NAME 746 PATH_SEPARATOR 747 SHELL' 726 LTLIBOBJS' 748 727 ac_subst_files='' 749 ac_user_opts='750 enable_option_checking751 enable_dependency_tracking752 with_x753 enable_debugging754 with_serial755 with_parallel756 with_matlab_dir757 with_triangle_dir758 with_dakota_dir759 with_metis_dir760 with_mpi_lib761 with_mpi_include762 with_petsc_dir763 with_petsc_arch764 with_slepc_dir765 with_scalapack_dir766 with_blas_lapack_dir767 with_mkl_dir768 with_plapack_dir769 with_mumps_dir770 with_blacs_dir771 '772 728 ac_precious_vars='build_alias 773 729 host_alias … … 790 746 ac_init_help= 791 747 ac_init_version=false 792 ac_unrecognized_opts=793 ac_unrecognized_sep=794 748 # The variables have the same names as the options, with 795 749 # dashes changed to underlines. … … 890 844 891 845 -disable-* | --disable-*) 892 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`846 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 893 847 # Reject names that are not valid shell variable names. 894 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&895 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2848 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 849 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 896 850 { (exit 1); exit 1; }; } 897 ac_useropt_orig=$ac_useropt 898 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 899 case $ac_user_opts in 900 *" 901 "enable_$ac_useropt" 902 "*) ;; 903 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 904 ac_unrecognized_sep=', ';; 905 esac 906 eval enable_$ac_useropt=no ;; 851 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 852 eval enable_$ac_feature=no ;; 907 853 908 854 -docdir | --docdir | --docdi | --doc | --do) … … 917 863 918 864 -enable-* | --enable-*) 919 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`865 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 920 866 # Reject names that are not valid shell variable names. 921 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&922 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2867 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 868 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 923 869 { (exit 1); exit 1; }; } 924 ac_useropt_orig=$ac_useropt 925 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 926 case $ac_user_opts in 927 *" 928 "enable_$ac_useropt" 929 "*) ;; 930 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 931 ac_unrecognized_sep=', ';; 932 esac 933 eval enable_$ac_useropt=\$ac_optarg ;; 870 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 871 eval enable_$ac_feature=\$ac_optarg ;; 934 872 935 873 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1122 1060 1123 1061 -with-* | --with-*) 1124 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1062 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1125 1063 # Reject names that are not valid shell variable names. 1126 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1127 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21064 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1065 { echo "$as_me: error: invalid package name: $ac_package" >&2 1128 1066 { (exit 1); exit 1; }; } 1129 ac_useropt_orig=$ac_useropt 1130 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1131 case $ac_user_opts in 1132 *" 1133 "with_$ac_useropt" 1134 "*) ;; 1135 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1136 ac_unrecognized_sep=', ';; 1137 esac 1138 eval with_$ac_useropt=\$ac_optarg ;; 1067 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1068 eval with_$ac_package=\$ac_optarg ;; 1139 1069 1140 1070 -without-* | --without-*) 1141 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1071 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1142 1072 # Reject names that are not valid shell variable names. 1143 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1144 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21073 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1074 { echo "$as_me: error: invalid package name: $ac_package" >&2 1145 1075 { (exit 1); exit 1; }; } 1146 ac_useropt_orig=$ac_useropt 1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1148 case $ac_user_opts in 1149 *" 1150 "with_$ac_useropt" 1151 "*) ;; 1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1153 ac_unrecognized_sep=', ';; 1154 esac 1155 eval with_$ac_useropt=no ;; 1076 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1077 eval with_$ac_package=no ;; 1156 1078 1157 1079 --x) … … 1173 1095 x_libraries=$ac_optarg ;; 1174 1096 1175 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1097 -*) { echo "$as_me: error: unrecognized option: $ac_option 1176 1098 Try \`$0 --help' for more information." >&2 1177 1099 { (exit 1); exit 1; }; } … … 1182 1104 # Reject names that are not valid shell variable names. 1183 1105 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1184 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21106 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1185 1107 { (exit 1); exit 1; }; } 1186 1108 eval $ac_envvar=\$ac_optarg … … 1189 1111 *) 1190 1112 # FIXME: should be removed in autoconf 3.0. 1191 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21113 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1192 1114 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1193 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21115 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1194 1116 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1195 1117 ;; … … 1200 1122 if test -n "$ac_prev"; then 1201 1123 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1202 { $as_echo "$as_me: error: missing argument to $ac_option" >&21124 { echo "$as_me: error: missing argument to $ac_option" >&2 1203 1125 { (exit 1); exit 1; }; } 1204 1126 fi 1205 1127 1206 if test -n "$ac_unrecognized_opts"; then 1207 case $enable_option_checking in 1208 no) ;; 1209 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1210 { (exit 1); exit 1; }; } ;; 1211 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1212 esac 1213 fi 1214 1215 # Check all directory arguments for consistency. 1128 # Be sure to have absolute directory names. 1216 1129 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1217 1130 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1220 1133 do 1221 1134 eval ac_val=\$$ac_var 1222 # Remove trailing slashes.1223 case $ac_val in1224 */ )1225 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1226 eval $ac_var=\$ac_val;;1227 esac1228 # Be sure to have absolute directory names.1229 1135 case $ac_val in 1230 1136 [\\/$]* | ?:[\\/]* ) continue;; 1231 1137 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1232 1138 esac 1233 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21139 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1234 1140 { (exit 1); exit 1; }; } 1235 1141 done … … 1246 1152 if test "x$build_alias" = x; then 1247 1153 cross_compiling=maybe 1248 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1154 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1249 1155 If a cross compiler is detected then cross compile mode will be used." >&2 1250 1156 elif test "x$build_alias" != "x$host_alias"; then … … 1262 1168 ac_ls_di=`ls -di .` && 1263 1169 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1264 { $as_echo "$as_me: error: working directory cannot be determined" >&21170 { echo "$as_me: error: Working directory cannot be determined" >&2 1265 1171 { (exit 1); exit 1; }; } 1266 1172 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1267 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21173 { echo "$as_me: error: pwd does not report name of working directory" >&2 1268 1174 { (exit 1); exit 1; }; } 1269 1175 … … 1273 1179 ac_srcdir_defaulted=yes 1274 1180 # Try the directory containing this script, then the parent directory. 1275 ac_confdir=`$as_dirname -- "$ as_myself" ||1276 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1277 X"$ as_myself" : 'X\(//\)[^/]' \| \1278 X"$ as_myself" : 'X\(//\)$' \| \1279 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1280 $as_echo X"$as_myself" |1181 ac_confdir=`$as_dirname -- "$0" || 1182 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1183 X"$0" : 'X\(//\)[^/]' \| \ 1184 X"$0" : 'X\(//\)$' \| \ 1185 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1186 echo X"$0" | 1281 1187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1282 1188 s//\1/ … … 1305 1211 if test ! -r "$srcdir/$ac_unique_file"; then 1306 1212 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1307 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21213 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1308 1214 { (exit 1); exit 1; }; } 1309 1215 fi 1310 1216 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1311 1217 ac_abs_confdir=`( 1312 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21218 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1313 1219 { (exit 1); exit 1; }; } 1314 1220 pwd)` … … 1359 1265 Installation directories: 1360 1266 --prefix=PREFIX install architecture-independent files in PREFIX 1361 1267 [$ac_default_prefix] 1362 1268 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1363 1269 [PREFIX] 1364 1270 1365 1271 By default, \`make install' will install all the files in … … 1371 1277 1372 1278 Fine tuning of the installation directories: 1373 --bindir=DIR 1374 --sbindir=DIR 1375 --libexecdir=DIR 1376 --sysconfdir=DIR 1377 --sharedstatedir=DIR 1378 --localstatedir=DIR 1379 --libdir=DIR 1380 --includedir=DIR 1381 --oldincludedir=DIR 1382 --datarootdir=DIR 1383 --datadir=DIR 1384 --infodir=DIR 1385 --localedir=DIR 1386 --mandir=DIR 1387 --docdir=DIR 1388 --htmldir=DIR 1389 --dvidir=DIR 1390 --pdfdir=DIR 1391 --psdir=DIR 1279 --bindir=DIR user executables [EPREFIX/bin] 1280 --sbindir=DIR system admin executables [EPREFIX/sbin] 1281 --libexecdir=DIR program executables [EPREFIX/libexec] 1282 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1283 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1284 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1285 --libdir=DIR object code libraries [EPREFIX/lib] 1286 --includedir=DIR C header files [PREFIX/include] 1287 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1288 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1289 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1290 --infodir=DIR info documentation [DATAROOTDIR/info] 1291 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1292 --mandir=DIR man documentation [DATAROOTDIR/man] 1293 --docdir=DIR documentation root [DATAROOTDIR/doc/issm] 1294 --htmldir=DIR html documentation [DOCDIR] 1295 --dvidir=DIR dvi documentation [DOCDIR] 1296 --pdfdir=DIR pdf documentation [DOCDIR] 1297 --psdir=DIR ps documentation [DOCDIR] 1392 1298 _ACEOF 1393 1299 … … 1417 1323 1418 1324 Optional Features: 1419 --disable-option-checking ignore unrecognized --enable/--with options1420 1325 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1421 1326 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1451 1356 --with-mumps-dir = DIR mumps root directory 1452 1357 --with-blacs-dir = DIR blacs root directory 1358 --with-math-lib = otions 1359 math options, for ex: "/usr/lib/libm.a 1360 --with-fortran-lib = options 1361 fortran options, for ex: "/usr/lib/gfortran.a 1453 1362 1454 1363 Some influential environment variables: … … 1478 1387 # If there are subdirs, report their specific --help. 1479 1388 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1480 test -d "$ac_dir" || 1481 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1482 continue 1389 test -d "$ac_dir" || continue 1483 1390 ac_builddir=. 1484 1391 … … 1486 1393 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1487 1394 *) 1488 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1395 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1489 1396 # A ".." for each directory in $ac_dir_suffix. 1490 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1397 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1491 1398 case $ac_top_builddir_sub in 1492 1399 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1524 1431 $SHELL "$ac_srcdir/configure" --help=recursive 1525 1432 else 1526 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21433 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1527 1434 fi || ac_status=$? 1528 1435 cd "$ac_pwd" || { ac_status=$?; break; } … … 1534 1441 cat <<\_ACEOF 1535 1442 ISSM configure 1.0 1536 generated by GNU Autoconf 2.6 31443 generated by GNU Autoconf 2.61 1537 1444 1538 1445 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1539 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1446 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1540 1447 This configure script is free software; the Free Software Foundation 1541 1448 gives unlimited permission to copy, distribute and modify it. … … 1548 1455 1549 1456 It was created by ISSM $as_me 1.0, which was 1550 generated by GNU Autoconf 2.6 3. Invocation command line was1457 generated by GNU Autoconf 2.61. Invocation command line was 1551 1458 1552 1459 $ $0 $@ … … 1584 1491 IFS=$as_save_IFS 1585 1492 test -z "$as_dir" && as_dir=. 1586 $as_echo "PATH: $as_dir"1493 echo "PATH: $as_dir" 1587 1494 done 1588 1495 IFS=$as_save_IFS … … 1619 1526 continue ;; 1620 1527 *\'*) 1621 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1528 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1622 1529 esac 1623 1530 case $ac_pass in … … 1671 1578 *${as_nl}*) 1672 1579 case $ac_var in #( 1673 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51674 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1580 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1581 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1675 1582 esac 1676 1583 case $ac_var in #( 1677 1584 _ | IFS | as_nl) ;; #( 1678 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1679 1585 *) $as_unset $ac_var ;; 1680 1586 esac ;; … … 1706 1612 eval ac_val=\$$ac_var 1707 1613 case $ac_val in 1708 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1614 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1709 1615 esac 1710 $as_echo "$ac_var='\''$ac_val'\''"1616 echo "$ac_var='\''$ac_val'\''" 1711 1617 done | sort 1712 1618 echo … … 1723 1629 eval ac_val=\$$ac_var 1724 1630 case $ac_val in 1725 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1631 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1726 1632 esac 1727 $as_echo "$ac_var='\''$ac_val'\''"1633 echo "$ac_var='\''$ac_val'\''" 1728 1634 done | sort 1729 1635 echo … … 1741 1647 fi 1742 1648 test "$ac_signal" != 0 && 1743 $as_echo "$as_me: caught signal $ac_signal"1744 $as_echo "$as_me: exit $exit_status"1649 echo "$as_me: caught signal $ac_signal" 1650 echo "$as_me: exit $exit_status" 1745 1651 } >&5 1746 1652 rm -f core *.core core.conftest.* && … … 1784 1690 1785 1691 # Let the site file select an alternate cache file if it wants to. 1786 # Prefer an explicitly selected file to automatically selected ones. 1787 ac_site_file1=NONE 1788 ac_site_file2=NONE 1692 # Prefer explicitly selected file to automatically selected ones. 1789 1693 if test -n "$CONFIG_SITE"; then 1790 ac_site_file1=$CONFIG_SITE1694 set x "$CONFIG_SITE" 1791 1695 elif test "x$prefix" != xNONE; then 1792 ac_site_file1=$prefix/share/config.site1793 ac_site_file2=$prefix/etc/config.site1794 else 1795 ac_site_file1=$ac_default_prefix/share/config.site 1796 ac_site_file2=$ac_default_prefix/etc/config.site 1797 fi 1798 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1696 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1697 else 1698 set x "$ac_default_prefix/share/config.site" \ 1699 "$ac_default_prefix/etc/config.site" 1700 fi 1701 shift 1702 for ac_site_file 1799 1703 do 1800 test "x$ac_site_file" = xNONE && continue1801 1704 if test -r "$ac_site_file"; then 1802 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51803 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1705 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1706 echo "$as_me: loading site script $ac_site_file" >&6;} 1804 1707 sed 's/^/| /' "$ac_site_file" >&5 1805 1708 . "$ac_site_file" … … 1811 1714 # files actually), so we avoid doing that. 1812 1715 if test -f "$cache_file"; then 1813 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51814 $as_echo "$as_me: loading cache $cache_file" >&6;}1716 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1717 echo "$as_me: loading cache $cache_file" >&6;} 1815 1718 case $cache_file in 1816 1719 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1819 1722 fi 1820 1723 else 1821 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51822 $as_echo "$as_me: creating cache $cache_file" >&6;}1724 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1725 echo "$as_me: creating cache $cache_file" >&6;} 1823 1726 >$cache_file 1824 1727 fi … … 1834 1737 case $ac_old_set,$ac_new_set in 1835 1738 set,) 1836 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51837 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1739 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1740 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1838 1741 ac_cache_corrupted=: ;; 1839 1742 ,set) 1840 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51841 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1743 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1744 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1842 1745 ac_cache_corrupted=: ;; 1843 1746 ,);; 1844 1747 *) 1845 1748 if test "x$ac_old_val" != "x$ac_new_val"; then 1846 # differences in whitespace do not lead to failure. 1847 ac_old_val_w=`echo x $ac_old_val` 1848 ac_new_val_w=`echo x $ac_new_val` 1849 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1850 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1851 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1852 ac_cache_corrupted=: 1853 else 1854 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1855 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1856 eval $ac_var=\$ac_old_val 1857 fi 1858 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1859 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1860 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1861 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1749 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1750 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1751 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1752 echo "$as_me: former value: $ac_old_val" >&2;} 1753 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1754 echo "$as_me: current value: $ac_new_val" >&2;} 1755 ac_cache_corrupted=: 1862 1756 fi;; 1863 1757 esac … … 1865 1759 if test "$ac_new_set" = set; then 1866 1760 case $ac_new_val in 1867 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1761 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1868 1762 *) ac_arg=$ac_var=$ac_new_val ;; 1869 1763 esac … … 1875 1769 done 1876 1770 if $ac_cache_corrupted; then 1877 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1879 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1880 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1881 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1882 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1771 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1772 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1773 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1774 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1883 1775 { (exit 1); exit 1; }; } 1884 1776 fi … … 1934 1826 done 1935 1827 if test -z "$ac_aux_dir"; then 1936 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51937 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1828 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1829 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1938 1830 { (exit 1); exit 1; }; } 1939 1831 fi … … 1950 1842 # Make sure we can run config.sub. 1951 1843 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1952 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&51953 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}1844 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1845 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1954 1846 { (exit 1); exit 1; }; } 1955 1847 1956 { $as_echo "$as_me:$LINENO: checking build system type" >&51957 $as_echo_n "checking build system type..." >&6; }1848 { echo "$as_me:$LINENO: checking build system type" >&5 1849 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1958 1850 if test "${ac_cv_build+set}" = set; then 1959 $as_echo_n "(cached)" >&61851 echo $ECHO_N "(cached) $ECHO_C" >&6 1960 1852 else 1961 1853 ac_build_alias=$build_alias … … 1963 1855 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1964 1856 test "x$ac_build_alias" = x && 1965 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&51966 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}1857 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1858 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1967 1859 { (exit 1); exit 1; }; } 1968 1860 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1969 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&51970 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}1861 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1862 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1971 1863 { (exit 1); exit 1; }; } 1972 1864 1973 1865 fi 1974 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&51975 $as_echo "$ac_cv_build" >&6; }1866 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1867 echo "${ECHO_T}$ac_cv_build" >&6; } 1976 1868 case $ac_cv_build in 1977 1869 *-*-*) ;; 1978 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&51979 $as_echo "$as_me: error: invalid value of canonical build" >&2;}1870 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1871 echo "$as_me: error: invalid value of canonical build" >&2;} 1980 1872 { (exit 1); exit 1; }; };; 1981 1873 esac … … 1994 1886 1995 1887 1996 { $as_echo "$as_me:$LINENO: checking host system type" >&51997 $as_echo_n "checking host system type..." >&6; }1888 { echo "$as_me:$LINENO: checking host system type" >&5 1889 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1998 1890 if test "${ac_cv_host+set}" = set; then 1999 $as_echo_n "(cached)" >&61891 echo $ECHO_N "(cached) $ECHO_C" >&6 2000 1892 else 2001 1893 if test "x$host_alias" = x; then … … 2003 1895 else 2004 1896 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2005 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&52006 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}1897 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1898 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 2007 1899 { (exit 1); exit 1; }; } 2008 1900 fi 2009 1901 2010 1902 fi 2011 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&52012 $as_echo "$ac_cv_host" >&6; }1903 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1904 echo "${ECHO_T}$ac_cv_host" >&6; } 2013 1905 case $ac_cv_host in 2014 1906 *-*-*) ;; 2015 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&52016 $as_echo "$as_me: error: invalid value of canonical host" >&2;}1907 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1908 echo "$as_me: error: invalid value of canonical host" >&2;} 2017 1909 { (exit 1); exit 1; }; };; 2018 1910 esac … … 2031 1923 2032 1924 2033 { $as_echo "$as_me:$LINENO: checking target system type" >&52034 $as_echo_n "checking target system type..." >&6; }1925 { echo "$as_me:$LINENO: checking target system type" >&5 1926 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 2035 1927 if test "${ac_cv_target+set}" = set; then 2036 $as_echo_n "(cached)" >&61928 echo $ECHO_N "(cached) $ECHO_C" >&6 2037 1929 else 2038 1930 if test "x$target_alias" = x; then … … 2040 1932 else 2041 1933 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2042 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&52043 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}1934 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1935 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 2044 1936 { (exit 1); exit 1; }; } 2045 1937 fi 2046 1938 2047 1939 fi 2048 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&52049 $as_echo "$ac_cv_target" >&6; }1940 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1941 echo "${ECHO_T}$ac_cv_target" >&6; } 2050 1942 case $ac_cv_target in 2051 1943 *-*-*) ;; 2052 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&52053 $as_echo "$as_me: error: invalid value of canonical target" >&2;}1944 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1945 echo "$as_me: error: invalid value of canonical target" >&2;} 2054 1946 { (exit 1); exit 1; }; };; 2055 1947 esac … … 2089 1981 # OS/2's system install, which has a completely different semantic 2090 1982 # ./install, which can be erroneously created by make from ./install.sh. 2091 # Reject install programs that cannot install multiple files. 2092 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2093 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1983 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1984 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2094 1985 if test -z "$INSTALL"; then 2095 1986 if test "${ac_cv_path_install+set}" = set; then 2096 $as_echo_n "(cached)" >&61987 echo $ECHO_N "(cached) $ECHO_C" >&6 2097 1988 else 2098 1989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2123 2014 : 2124 2015 else 2125 rm -rf conftest.one conftest.two conftest.dir 2126 echo one > conftest.one 2127 echo two > conftest.two 2128 mkdir conftest.dir 2129 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2130 test -s conftest.one && test -s conftest.two && 2131 test -s conftest.dir/conftest.one && 2132 test -s conftest.dir/conftest.two 2133 then 2134 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2135 break 3 2136 fi 2016 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2017 break 3 2137 2018 fi 2138 2019 fi … … 2141 2022 ;; 2142 2023 esac 2143 2144 2024 done 2145 2025 IFS=$as_save_IFS 2146 2026 2147 rm -rf conftest.one conftest.two conftest.dir2148 2027 2149 2028 fi … … 2158 2037 fi 2159 2038 fi 2160 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&52161 $as_echo "$INSTALL" >&6; }2039 { echo "$as_me:$LINENO: result: $INSTALL" >&5 2040 echo "${ECHO_T}$INSTALL" >&6; } 2162 2041 2163 2042 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2169 2048 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2170 2049 2171 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&52172 $as_echo_n "checking whether build environment is sane..." >&6; }2050 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 2051 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 2173 2052 # Just in case 2174 2053 sleep 1 … … 2193 2072 # broken ls alias from the environment. This has actually 2194 2073 # happened. Such a system could not be considered "sane". 2195 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken2074 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2196 2075 alias in your environment" >&5 2197 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken2076 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2198 2077 alias in your environment" >&2;} 2199 2078 { (exit 1); exit 1; }; } … … 2206 2085 : 2207 2086 else 2208 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!2087 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2209 2088 Check your system clock" >&5 2210 $as_echo "$as_me: error: newly created file is older than distributed files!2089 echo "$as_me: error: newly created file is older than distributed files! 2211 2090 Check your system clock" >&2;} 2212 2091 { (exit 1); exit 1; }; } 2213 2092 fi 2214 { $as_echo "$as_me:$LINENO: result: yes" >&52215 $as_echo "yes" >&6; }2093 { echo "$as_me:$LINENO: result: yes" >&5 2094 echo "${ECHO_T}yes" >&6; } 2216 2095 test "$program_prefix" != NONE && 2217 2096 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2219 2098 test "$program_suffix" != NONE && 2220 2099 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2221 # Double any \ or $. 2100 # Double any \ or $. echo might interpret backslashes. 2222 2101 # By default was `s,x,x', remove it if useless. 2223 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2224 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2102 cat <<\_ACEOF >conftest.sed 2103 s/[\\$]/&&/g;s/;s,x,x,$// 2104 _ACEOF 2105 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 2106 rm -f conftest.sed 2225 2107 2226 2108 # expand $ac_aux_dir to an absolute path … … 2233 2115 else 2234 2116 am_missing_run= 2235 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&52236 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2237 fi 2238 2239 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&52240 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }2117 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 2118 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2119 fi 2120 2121 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2122 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2241 2123 if test -z "$MKDIR_P"; then 2242 2124 if test "${ac_cv_path_mkdir+set}" = set; then 2243 $as_echo_n "(cached)" >&62125 echo $ECHO_N "(cached) $ECHO_C" >&6 2244 2126 else 2245 2127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2276 2158 fi 2277 2159 fi 2278 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&52279 $as_echo "$MKDIR_P" >&6; }2160 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2161 echo "${ECHO_T}$MKDIR_P" >&6; } 2280 2162 2281 2163 mkdir_p="$MKDIR_P" … … 2289 2171 # Extract the first word of "$ac_prog", so it can be a program name with args. 2290 2172 set dummy $ac_prog; ac_word=$2 2291 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52292 $as_echo_n "checking for $ac_word..." >&6; }2173 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2293 2175 if test "${ac_cv_prog_AWK+set}" = set; then 2294 $as_echo_n "(cached)" >&62176 echo $ECHO_N "(cached) $ECHO_C" >&6 2295 2177 else 2296 2178 if test -n "$AWK"; then … … 2305 2187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2306 2188 ac_cv_prog_AWK="$ac_prog" 2307 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2308 2190 break 2 2309 2191 fi … … 2316 2198 AWK=$ac_cv_prog_AWK 2317 2199 if test -n "$AWK"; then 2318 { $as_echo "$as_me:$LINENO: result: $AWK" >&52319 $as_echo "$AWK" >&6; }2320 else 2321 { $as_echo "$as_me:$LINENO: result: no" >&52322 $as_echo "no" >&6; }2200 { echo "$as_me:$LINENO: result: $AWK" >&5 2201 echo "${ECHO_T}$AWK" >&6; } 2202 else 2203 { echo "$as_me:$LINENO: result: no" >&5 2204 echo "${ECHO_T}no" >&6; } 2323 2205 fi 2324 2206 … … 2327 2209 done 2328 2210 2329 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2330 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2331 set x ${MAKE-make} 2332 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2211 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2212 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2213 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2333 2214 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2334 $as_echo_n "(cached)" >&62215 echo $ECHO_N "(cached) $ECHO_C" >&6 2335 2216 else 2336 2217 cat >conftest.make <<\_ACEOF … … 2349 2230 fi 2350 2231 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2351 { $as_echo "$as_me:$LINENO: result: yes" >&52352 $as_echo "yes" >&6; }2232 { echo "$as_me:$LINENO: result: yes" >&5 2233 echo "${ECHO_T}yes" >&6; } 2353 2234 SET_MAKE= 2354 2235 else 2355 { $as_echo "$as_me:$LINENO: result: no" >&52356 $as_echo "no" >&6; }2236 { echo "$as_me:$LINENO: result: no" >&5 2237 echo "${ECHO_T}no" >&6; } 2357 2238 SET_MAKE="MAKE=${MAKE-make}" 2358 2239 fi … … 2373 2254 # test to see if srcdir already configured 2374 2255 if test -f $srcdir/config.status; then 2375 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52376 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}2256 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2257 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2377 2258 { (exit 1); exit 1; }; } 2378 2259 fi … … 2429 2310 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2430 2311 set dummy ${ac_tool_prefix}strip; ac_word=$2 2431 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52432 $as_echo_n "checking for $ac_word..." >&6; }2312 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2433 2314 if test "${ac_cv_prog_STRIP+set}" = set; then 2434 $as_echo_n "(cached)" >&62315 echo $ECHO_N "(cached) $ECHO_C" >&6 2435 2316 else 2436 2317 if test -n "$STRIP"; then … … 2445 2326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2446 2327 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2447 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2448 2329 break 2 2449 2330 fi … … 2456 2337 STRIP=$ac_cv_prog_STRIP 2457 2338 if test -n "$STRIP"; then 2458 { $as_echo "$as_me:$LINENO: result: $STRIP" >&52459 $as_echo "$STRIP" >&6; }2460 else 2461 { $as_echo "$as_me:$LINENO: result: no" >&52462 $as_echo "no" >&6; }2339 { echo "$as_me:$LINENO: result: $STRIP" >&5 2340 echo "${ECHO_T}$STRIP" >&6; } 2341 else 2342 { echo "$as_me:$LINENO: result: no" >&5 2343 echo "${ECHO_T}no" >&6; } 2463 2344 fi 2464 2345 … … 2469 2350 # Extract the first word of "strip", so it can be a program name with args. 2470 2351 set dummy strip; ac_word=$2 2471 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52472 $as_echo_n "checking for $ac_word..." >&6; }2352 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2473 2354 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2474 $as_echo_n "(cached)" >&62355 echo $ECHO_N "(cached) $ECHO_C" >&6 2475 2356 else 2476 2357 if test -n "$ac_ct_STRIP"; then … … 2485 2366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2486 2367 ac_cv_prog_ac_ct_STRIP="strip" 2487 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52368 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2488 2369 break 2 2489 2370 fi … … 2496 2377 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2497 2378 if test -n "$ac_ct_STRIP"; then 2498 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52499 $as_echo "$ac_ct_STRIP" >&6; }2500 else 2501 { $as_echo "$as_me:$LINENO: result: no" >&52502 $as_echo "no" >&6; }2379 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2380 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 2381 else 2382 { echo "$as_me:$LINENO: result: no" >&5 2383 echo "${ECHO_T}no" >&6; } 2503 2384 fi 2504 2385 … … 2508 2389 case $cross_compiling:$ac_tool_warned in 2509 2390 yes:) 2510 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2391 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2392 whose name does not start with the host triplet. If you think this 2393 configuration is useful to you, please write to autoconf@gnu.org." >&5 2394 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2395 whose name does not start with the host triplet. If you think this 2396 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2512 2397 ac_tool_warned=yes ;; 2513 2398 esac … … 2536 2421 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2537 2422 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2538 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52539 $as_echo_n "checking for $ac_word..." >&6; }2423 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2540 2425 if test "${ac_cv_prog_RANLIB+set}" = set; then 2541 $as_echo_n "(cached)" >&62426 echo $ECHO_N "(cached) $ECHO_C" >&6 2542 2427 else 2543 2428 if test -n "$RANLIB"; then … … 2552 2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2553 2438 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2554 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2555 2440 break 2 2556 2441 fi … … 2563 2448 RANLIB=$ac_cv_prog_RANLIB 2564 2449 if test -n "$RANLIB"; then 2565 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&52566 $as_echo "$RANLIB" >&6; }2567 else 2568 { $as_echo "$as_me:$LINENO: result: no" >&52569 $as_echo "no" >&6; }2450 { echo "$as_me:$LINENO: result: $RANLIB" >&5 2451 echo "${ECHO_T}$RANLIB" >&6; } 2452 else 2453 { echo "$as_me:$LINENO: result: no" >&5 2454 echo "${ECHO_T}no" >&6; } 2570 2455 fi 2571 2456 … … 2576 2461 # Extract the first word of "ranlib", so it can be a program name with args. 2577 2462 set dummy ranlib; ac_word=$2 2578 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52579 $as_echo_n "checking for $ac_word..." >&6; }2463 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2580 2465 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2581 $as_echo_n "(cached)" >&62466 echo $ECHO_N "(cached) $ECHO_C" >&6 2582 2467 else 2583 2468 if test -n "$ac_ct_RANLIB"; then … … 2592 2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2593 2478 ac_cv_prog_ac_ct_RANLIB="ranlib" 2594 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2595 2480 break 2 2596 2481 fi … … 2603 2488 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2604 2489 if test -n "$ac_ct_RANLIB"; then 2605 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&52606 $as_echo "$ac_ct_RANLIB" >&6; }2607 else 2608 { $as_echo "$as_me:$LINENO: result: no" >&52609 $as_echo "no" >&6; }2490 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2491 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 2492 else 2493 { echo "$as_me:$LINENO: result: no" >&5 2494 echo "${ECHO_T}no" >&6; } 2610 2495 fi 2611 2496 … … 2615 2500 case $cross_compiling:$ac_tool_warned in 2616 2501 yes:) 2617 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2618 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2502 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2503 whose name does not start with the host triplet. If you think this 2504 configuration is useful to you, please write to autoconf@gnu.org." >&5 2505 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2506 whose name does not start with the host triplet. If you think this 2507 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2619 2508 ac_tool_warned=yes ;; 2620 2509 esac … … 2633 2522 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2634 2523 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2635 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52636 $as_echo_n "checking for $ac_word..." >&6; }2524 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2637 2526 if test "${ac_cv_prog_CC+set}" = set; then 2638 $as_echo_n "(cached)" >&62527 echo $ECHO_N "(cached) $ECHO_C" >&6 2639 2528 else 2640 2529 if test -n "$CC"; then … … 2649 2538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2650 2539 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2651 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2652 2541 break 2 2653 2542 fi … … 2660 2549 CC=$ac_cv_prog_CC 2661 2550 if test -n "$CC"; then 2662 { $as_echo "$as_me:$LINENO: result: $CC" >&52663 $as_echo "$CC" >&6; }2664 else 2665 { $as_echo "$as_me:$LINENO: result: no" >&52666 $as_echo "no" >&6; }2551 { echo "$as_me:$LINENO: result: $CC" >&5 2552 echo "${ECHO_T}$CC" >&6; } 2553 else 2554 { echo "$as_me:$LINENO: result: no" >&5 2555 echo "${ECHO_T}no" >&6; } 2667 2556 fi 2668 2557 … … 2673 2562 # Extract the first word of "gcc", so it can be a program name with args. 2674 2563 set dummy gcc; ac_word=$2 2675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52676 $as_echo_n "checking for $ac_word..." >&6; }2564 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2677 2566 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2678 $as_echo_n "(cached)" >&62567 echo $ECHO_N "(cached) $ECHO_C" >&6 2679 2568 else 2680 2569 if test -n "$ac_ct_CC"; then … … 2689 2578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2690 2579 ac_cv_prog_ac_ct_CC="gcc" 2691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2692 2581 break 2 2693 2582 fi … … 2700 2589 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2701 2590 if test -n "$ac_ct_CC"; then 2702 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52703 $as_echo "$ac_ct_CC" >&6; }2704 else 2705 { $as_echo "$as_me:$LINENO: result: no" >&52706 $as_echo "no" >&6; }2591 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2592 echo "${ECHO_T}$ac_ct_CC" >&6; } 2593 else 2594 { echo "$as_me:$LINENO: result: no" >&5 2595 echo "${ECHO_T}no" >&6; } 2707 2596 fi 2708 2597 … … 2712 2601 case $cross_compiling:$ac_tool_warned in 2713 2602 yes:) 2714 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2603 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2604 whose name does not start with the host triplet. If you think this 2605 configuration is useful to you, please write to autoconf@gnu.org." >&5 2606 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2607 whose name does not start with the host triplet. If you think this 2608 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2716 2609 ac_tool_warned=yes ;; 2717 2610 esac … … 2726 2619 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2727 2620 set dummy ${ac_tool_prefix}cc; ac_word=$2 2728 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52729 $as_echo_n "checking for $ac_word..." >&6; }2621 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2730 2623 if test "${ac_cv_prog_CC+set}" = set; then 2731 $as_echo_n "(cached)" >&62624 echo $ECHO_N "(cached) $ECHO_C" >&6 2732 2625 else 2733 2626 if test -n "$CC"; then … … 2742 2635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2743 2636 ac_cv_prog_CC="${ac_tool_prefix}cc" 2744 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2745 2638 break 2 2746 2639 fi … … 2753 2646 CC=$ac_cv_prog_CC 2754 2647 if test -n "$CC"; then 2755 { $as_echo "$as_me:$LINENO: result: $CC" >&52756 $as_echo "$CC" >&6; }2757 else 2758 { $as_echo "$as_me:$LINENO: result: no" >&52759 $as_echo "no" >&6; }2648 { echo "$as_me:$LINENO: result: $CC" >&5 2649 echo "${ECHO_T}$CC" >&6; } 2650 else 2651 { echo "$as_me:$LINENO: result: no" >&5 2652 echo "${ECHO_T}no" >&6; } 2760 2653 fi 2761 2654 … … 2766 2659 # Extract the first word of "cc", so it can be a program name with args. 2767 2660 set dummy cc; ac_word=$2 2768 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52769 $as_echo_n "checking for $ac_word..." >&6; }2661 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2770 2663 if test "${ac_cv_prog_CC+set}" = set; then 2771 $as_echo_n "(cached)" >&62664 echo $ECHO_N "(cached) $ECHO_C" >&6 2772 2665 else 2773 2666 if test -n "$CC"; then … … 2787 2680 fi 2788 2681 ac_cv_prog_CC="cc" 2789 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2790 2683 break 2 2791 2684 fi … … 2810 2703 CC=$ac_cv_prog_CC 2811 2704 if test -n "$CC"; then 2812 { $as_echo "$as_me:$LINENO: result: $CC" >&52813 $as_echo "$CC" >&6; }2814 else 2815 { $as_echo "$as_me:$LINENO: result: no" >&52816 $as_echo "no" >&6; }2705 { echo "$as_me:$LINENO: result: $CC" >&5 2706 echo "${ECHO_T}$CC" >&6; } 2707 else 2708 { echo "$as_me:$LINENO: result: no" >&5 2709 echo "${ECHO_T}no" >&6; } 2817 2710 fi 2818 2711 … … 2825 2718 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2826 2719 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2827 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52828 $as_echo_n "checking for $ac_word..." >&6; }2720 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2721 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2829 2722 if test "${ac_cv_prog_CC+set}" = set; then 2830 $as_echo_n "(cached)" >&62723 echo $ECHO_N "(cached) $ECHO_C" >&6 2831 2724 else 2832 2725 if test -n "$CC"; then … … 2841 2734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2842 2735 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2843 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52736 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2844 2737 break 2 2845 2738 fi … … 2852 2745 CC=$ac_cv_prog_CC 2853 2746 if test -n "$CC"; then 2854 { $as_echo "$as_me:$LINENO: result: $CC" >&52855 $as_echo "$CC" >&6; }2856 else 2857 { $as_echo "$as_me:$LINENO: result: no" >&52858 $as_echo "no" >&6; }2747 { echo "$as_me:$LINENO: result: $CC" >&5 2748 echo "${ECHO_T}$CC" >&6; } 2749 else 2750 { echo "$as_me:$LINENO: result: no" >&5 2751 echo "${ECHO_T}no" >&6; } 2859 2752 fi 2860 2753 … … 2869 2762 # Extract the first word of "$ac_prog", so it can be a program name with args. 2870 2763 set dummy $ac_prog; ac_word=$2 2871 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52872 $as_echo_n "checking for $ac_word..." >&6; }2764 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2873 2766 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2874 $as_echo_n "(cached)" >&62767 echo $ECHO_N "(cached) $ECHO_C" >&6 2875 2768 else 2876 2769 if test -n "$ac_ct_CC"; then … … 2885 2778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2886 2779 ac_cv_prog_ac_ct_CC="$ac_prog" 2887 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2888 2781 break 2 2889 2782 fi … … 2896 2789 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2897 2790 if test -n "$ac_ct_CC"; then 2898 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52899 $as_echo "$ac_ct_CC" >&6; }2900 else 2901 { $as_echo "$as_me:$LINENO: result: no" >&52902 $as_echo "no" >&6; }2791 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2792 echo "${ECHO_T}$ac_ct_CC" >&6; } 2793 else 2794 { echo "$as_me:$LINENO: result: no" >&5 2795 echo "${ECHO_T}no" >&6; } 2903 2796 fi 2904 2797 … … 2912 2805 case $cross_compiling:$ac_tool_warned in 2913 2806 yes:) 2914 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2915 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2807 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2808 whose name does not start with the host triplet. If you think this 2809 configuration is useful to you, please write to autoconf@gnu.org." >&5 2810 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2811 whose name does not start with the host triplet. If you think this 2812 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2916 2813 ac_tool_warned=yes ;; 2917 2814 esac … … 2923 2820 2924 2821 2925 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2927 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2822 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2928 2823 See \`config.log' for more details." >&5 2929 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2824 echo "$as_me: error: no acceptable C compiler found in \$PATH 2930 2825 See \`config.log' for more details." >&2;} 2931 { (exit 1); exit 1; }; } ; }2826 { (exit 1); exit 1; }; } 2932 2827 2933 2828 # Provide some information about the compiler. 2934 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2935 set X $ac_compile 2936 ac_compiler=$2 2829 echo "$as_me:$LINENO: checking for C compiler version" >&5 2830 ac_compiler=`set X $ac_compile; echo $2` 2937 2831 { (ac_try="$ac_compiler --version >&5" 2938 2832 case "(($ac_try" in … … 2940 2834 *) ac_try_echo=$ac_try;; 2941 2835 esac 2942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2943 $as_echo "$ac_try_echo") >&5 2836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2944 2837 (eval "$ac_compiler --version >&5") 2>&5 2945 2838 ac_status=$? 2946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2947 2840 (exit $ac_status); } 2948 2841 { (ac_try="$ac_compiler -v >&5" … … 2951 2844 *) ac_try_echo=$ac_try;; 2952 2845 esac 2953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2954 $as_echo "$ac_try_echo") >&5 2846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2955 2847 (eval "$ac_compiler -v >&5") 2>&5 2956 2848 ac_status=$? 2957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2958 2850 (exit $ac_status); } 2959 2851 { (ac_try="$ac_compiler -V >&5" … … 2962 2854 *) ac_try_echo=$ac_try;; 2963 2855 esac 2964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2965 $as_echo "$ac_try_echo") >&5 2856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2966 2857 (eval "$ac_compiler -V >&5") 2>&5 2967 2858 ac_status=$? 2968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2969 2860 (exit $ac_status); } 2970 2861 … … 2985 2876 _ACEOF 2986 2877 ac_clean_files_save=$ac_clean_files 2987 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2878 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2988 2879 # Try to create an executable without -o first, disregard a.out. 2989 2880 # It will help us diagnose broken compilers, and finding out an intuition 2990 2881 # of exeext. 2991 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2992 $as_echo_n "checking for C compiler default output file name... " >&6; } 2993 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2994 2995 # The possible output files: 2996 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2997 2882 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2883 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2884 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2885 # 2886 # List of possible output files, starting from the most likely. 2887 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2888 # only as a last resort. b.out is created by i960 compilers. 2889 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2890 # 2891 # The IRIX 6 linker writes into existing files which may not be 2892 # executable, retaining their permissions. Remove them first so a 2893 # subsequent execution test works. 2998 2894 ac_rmfiles= 2999 2895 for ac_file in $ac_files 3000 2896 do 3001 2897 case $ac_file in 3002 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3003 2899 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 3004 2900 esac … … 3011 2907 *) ac_try_echo=$ac_try;; 3012 2908 esac 3013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3014 $as_echo "$ac_try_echo") >&5 2909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3015 2910 (eval "$ac_link_default") 2>&5 3016 2911 ac_status=$? 3017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3018 2913 (exit $ac_status); }; then 3019 2914 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 3026 2921 test -f "$ac_file" || continue 3027 2922 case $ac_file in 3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3029 2924 ;; 3030 2925 [ab].out ) … … 3053 2948 fi 3054 2949 3055 { $as_echo "$as_me:$LINENO: result: $ac_file" >&53056 $as_echo "$ac_file" >&6; }2950 { echo "$as_me:$LINENO: result: $ac_file" >&5 2951 echo "${ECHO_T}$ac_file" >&6; } 3057 2952 if test -z "$ac_file"; then 3058 $as_echo "$as_me: failed program was:" >&52953 echo "$as_me: failed program was:" >&5 3059 2954 sed 's/^/| /' conftest.$ac_ext >&5 3060 2955 3061 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3062 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3063 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2956 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 3064 2957 See \`config.log' for more details." >&5 3065 $as_echo "$as_me: error: C compiler cannot create executables2958 echo "$as_me: error: C compiler cannot create executables 3066 2959 See \`config.log' for more details." >&2;} 3067 { (exit 77); exit 77; }; } ; }2960 { (exit 77); exit 77; }; } 3068 2961 fi 3069 2962 … … 3072 2965 # Check that the compiler produces executables we can run. If not, either 3073 2966 # the compiler is broken, or we cross compile. 3074 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&53075 $as_echo_n "checking whether the C compiler works..." >&6; }2967 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2968 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 3076 2969 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 3077 2970 # If not cross compiling, check that we can run a simple program. … … 3082 2975 *) ac_try_echo=$ac_try;; 3083 2976 esac 3084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3085 $as_echo "$ac_try_echo") >&5 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3086 2978 (eval "$ac_try") 2>&5 3087 2979 ac_status=$? 3088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3089 2981 (exit $ac_status); }; }; then 3090 2982 cross_compiling=no … … 3093 2985 cross_compiling=yes 3094 2986 else 3095 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3096 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3097 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2987 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3098 2988 If you meant to cross compile, use \`--host'. 3099 2989 See \`config.log' for more details." >&5 3100 $as_echo "$as_me: error: cannot run C compiled programs.2990 echo "$as_me: error: cannot run C compiled programs. 3101 2991 If you meant to cross compile, use \`--host'. 3102 2992 See \`config.log' for more details." >&2;} 3103 { (exit 1); exit 1; }; } ; }2993 { (exit 1); exit 1; }; } 3104 2994 fi 3105 2995 fi 3106 2996 fi 3107 { $as_echo "$as_me:$LINENO: result: yes" >&53108 $as_echo "yes" >&6; }3109 3110 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2997 { echo "$as_me:$LINENO: result: yes" >&5 2998 echo "${ECHO_T}yes" >&6; } 2999 3000 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3111 3001 ac_clean_files=$ac_clean_files_save 3112 3002 # Check that the compiler produces executables we can run. If not, either 3113 3003 # the compiler is broken, or we cross compile. 3114 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&53115 $as_echo_n "checking whether we are cross compiling..." >&6; }3116 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&53117 $as_echo "$cross_compiling" >&6; }3118 3119 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&53120 $as_echo_n "checking for suffix of executables..." >&6; }3004 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 3005 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 3006 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 3007 echo "${ECHO_T}$cross_compiling" >&6; } 3008 3009 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 3010 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3121 3011 if { (ac_try="$ac_link" 3122 3012 case "(($ac_try" in … … 3124 3014 *) ac_try_echo=$ac_try;; 3125 3015 esac 3126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3127 $as_echo "$ac_try_echo") >&5 3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3128 3017 (eval "$ac_link") 2>&5 3129 3018 ac_status=$? 3130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3131 3020 (exit $ac_status); }; then 3132 3021 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 3137 3026 test -f "$ac_file" || continue 3138 3027 case $ac_file in 3139 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3140 3029 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3141 3030 break;; … … 3144 3033 done 3145 3034 else 3146 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3148 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3035 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3149 3036 See \`config.log' for more details." >&5 3150 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link3037 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3151 3038 See \`config.log' for more details." >&2;} 3152 { (exit 1); exit 1; }; } ; }3039 { (exit 1); exit 1; }; } 3153 3040 fi 3154 3041 3155 3042 rm -f conftest$ac_cv_exeext 3156 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&53157 $as_echo "$ac_cv_exeext" >&6; }3043 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3044 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3158 3045 3159 3046 rm -f conftest.$ac_ext 3160 3047 EXEEXT=$ac_cv_exeext 3161 3048 ac_exeext=$EXEEXT 3162 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&53163 $as_echo_n "checking for suffix of object files..." >&6; }3049 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 3050 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 3164 3051 if test "${ac_cv_objext+set}" = set; then 3165 $as_echo_n "(cached)" >&63052 echo $ECHO_N "(cached) $ECHO_C" >&6 3166 3053 else 3167 3054 cat >conftest.$ac_ext <<_ACEOF … … 3186 3073 *) ac_try_echo=$ac_try;; 3187 3074 esac 3188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3189 $as_echo "$ac_try_echo") >&5 3075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3190 3076 (eval "$ac_compile") 2>&5 3191 3077 ac_status=$? 3192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3193 3079 (exit $ac_status); }; then 3194 3080 for ac_file in conftest.o conftest.obj conftest.*; do 3195 3081 test -f "$ac_file" || continue; 3196 3082 case $ac_file in 3197 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;3083 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3198 3084 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3199 3085 break;; … … 3201 3087 done 3202 3088 else 3203 $as_echo "$as_me: failed program was:" >&53089 echo "$as_me: failed program was:" >&5 3204 3090 sed 's/^/| /' conftest.$ac_ext >&5 3205 3091 3206 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3208 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3092 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3209 3093 See \`config.log' for more details." >&5 3210 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile3094 echo "$as_me: error: cannot compute suffix of object files: cannot compile 3211 3095 See \`config.log' for more details." >&2;} 3212 { (exit 1); exit 1; }; } ; }3096 { (exit 1); exit 1; }; } 3213 3097 fi 3214 3098 3215 3099 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3216 3100 fi 3217 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&53218 $as_echo "$ac_cv_objext" >&6; }3101 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3102 echo "${ECHO_T}$ac_cv_objext" >&6; } 3219 3103 OBJEXT=$ac_cv_objext 3220 3104 ac_objext=$OBJEXT 3221 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&53222 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }3105 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3106 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 3223 3107 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3224 $as_echo_n "(cached)" >&63108 echo $ECHO_N "(cached) $ECHO_C" >&6 3225 3109 else 3226 3110 cat >conftest.$ac_ext <<_ACEOF … … 3248 3132 *) ac_try_echo=$ac_try;; 3249 3133 esac 3250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3251 $as_echo "$ac_try_echo") >&5 3134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3252 3135 (eval "$ac_compile") 2>conftest.er1 3253 3136 ac_status=$? … … 3255 3138 rm -f conftest.er1 3256 3139 cat conftest.err >&5 3257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3258 3141 (exit $ac_status); } && { 3259 3142 test -z "$ac_c_werror_flag" || … … 3262 3145 ac_compiler_gnu=yes 3263 3146 else 3264 $as_echo "$as_me: failed program was:" >&53147 echo "$as_me: failed program was:" >&5 3265 3148 sed 's/^/| /' conftest.$ac_ext >&5 3266 3149 … … 3272 3155 3273 3156 fi 3274 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3275 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3276 if test $ac_compiler_gnu = yes; then 3277 GCC=yes 3278 else 3279 GCC= 3280 fi 3157 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3158 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 3159 GCC=`test $ac_compiler_gnu = yes && echo yes` 3281 3160 ac_test_CFLAGS=${CFLAGS+set} 3282 3161 ac_save_CFLAGS=$CFLAGS 3283 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&53284 $as_echo_n "checking whether $CC accepts -g..." >&6; }3162 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3163 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 3285 3164 if test "${ac_cv_prog_cc_g+set}" = set; then 3286 $as_echo_n "(cached)" >&63165 echo $ECHO_N "(cached) $ECHO_C" >&6 3287 3166 else 3288 3167 ac_save_c_werror_flag=$ac_c_werror_flag … … 3311 3190 *) ac_try_echo=$ac_try;; 3312 3191 esac 3313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3314 $as_echo "$ac_try_echo") >&5 3192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3315 3193 (eval "$ac_compile") 2>conftest.er1 3316 3194 ac_status=$? … … 3318 3196 rm -f conftest.er1 3319 3197 cat conftest.err >&5 3320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3321 3199 (exit $ac_status); } && { 3322 3200 test -z "$ac_c_werror_flag" || … … 3325 3203 ac_cv_prog_cc_g=yes 3326 3204 else 3327 $as_echo "$as_me: failed program was:" >&53205 echo "$as_me: failed program was:" >&5 3328 3206 sed 's/^/| /' conftest.$ac_ext >&5 3329 3207 … … 3350 3228 *) ac_try_echo=$ac_try;; 3351 3229 esac 3352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3353 $as_echo "$ac_try_echo") >&5 3230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3354 3231 (eval "$ac_compile") 2>conftest.er1 3355 3232 ac_status=$? … … 3357 3234 rm -f conftest.er1 3358 3235 cat conftest.err >&5 3359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3360 3237 (exit $ac_status); } && { 3361 3238 test -z "$ac_c_werror_flag" || … … 3364 3241 : 3365 3242 else 3366 $as_echo "$as_me: failed program was:" >&53243 echo "$as_me: failed program was:" >&5 3367 3244 sed 's/^/| /' conftest.$ac_ext >&5 3368 3245 … … 3390 3267 *) ac_try_echo=$ac_try;; 3391 3268 esac 3392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3393 $as_echo "$ac_try_echo") >&5 3269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3394 3270 (eval "$ac_compile") 2>conftest.er1 3395 3271 ac_status=$? … … 3397 3273 rm -f conftest.er1 3398 3274 cat conftest.err >&5 3399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3400 3276 (exit $ac_status); } && { 3401 3277 test -z "$ac_c_werror_flag" || … … 3404 3280 ac_cv_prog_cc_g=yes 3405 3281 else 3406 $as_echo "$as_me: failed program was:" >&53282 echo "$as_me: failed program was:" >&5 3407 3283 sed 's/^/| /' conftest.$ac_ext >&5 3408 3284 … … 3419 3295 ac_c_werror_flag=$ac_save_c_werror_flag 3420 3296 fi 3421 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53422 $as_echo "$ac_cv_prog_cc_g" >&6; }3297 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3298 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3423 3299 if test "$ac_test_CFLAGS" = set; then 3424 3300 CFLAGS=$ac_save_CFLAGS … … 3436 3312 fi 3437 3313 fi 3438 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53439 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3314 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3315 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3440 3316 if test "${ac_cv_prog_cc_c89+set}" = set; then 3441 $as_echo_n "(cached)" >&63317 echo $ECHO_N "(cached) $ECHO_C" >&6 3442 3318 else 3443 3319 ac_cv_prog_cc_c89=no … … 3510 3386 *) ac_try_echo=$ac_try;; 3511 3387 esac 3512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3513 $as_echo "$ac_try_echo") >&5 3388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3514 3389 (eval "$ac_compile") 2>conftest.er1 3515 3390 ac_status=$? … … 3517 3392 rm -f conftest.er1 3518 3393 cat conftest.err >&5 3519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3520 3395 (exit $ac_status); } && { 3521 3396 test -z "$ac_c_werror_flag" || … … 3524 3399 ac_cv_prog_cc_c89=$ac_arg 3525 3400 else 3526 $as_echo "$as_me: failed program was:" >&53401 echo "$as_me: failed program was:" >&5 3527 3402 sed 's/^/| /' conftest.$ac_ext >&5 3528 3403 … … 3540 3415 case "x$ac_cv_prog_cc_c89" in 3541 3416 x) 3542 { $as_echo "$as_me:$LINENO: result: none needed" >&53543 $as_echo "none needed" >&6; } ;;3417 { echo "$as_me:$LINENO: result: none needed" >&5 3418 echo "${ECHO_T}none needed" >&6; } ;; 3544 3419 xno) 3545 { $as_echo "$as_me:$LINENO: result: unsupported" >&53546 $as_echo "unsupported" >&6; } ;;3420 { echo "$as_me:$LINENO: result: unsupported" >&5 3421 echo "${ECHO_T}unsupported" >&6; } ;; 3547 3422 *) 3548 3423 CC="$CC $ac_cv_prog_cc_c89" 3549 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53550 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3424 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3425 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3551 3426 esac 3552 3427 … … 3569 3444 END 3570 3445 # If we don't find an include directive, just comment out the code. 3571 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53572 $as_echo_n "checking for style of include used by $am_make..." >&6; }3446 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3447 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 3573 3448 am__include="#" 3574 3449 am__quote= … … 3597 3472 3598 3473 3599 { $as_echo "$as_me:$LINENO: result: $_am_result" >&53600 $as_echo "$_am_result" >&6; }3474 { echo "$as_me:$LINENO: result: $_am_result" >&5 3475 echo "${ECHO_T}$_am_result" >&6; } 3601 3476 rm -f confinc confmf 3602 3477 … … 3622 3497 depcc="$CC" am_compiler_list= 3623 3498 3624 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&53625 $as_echo_n "checking dependency style of $depcc..." >&6; }3499 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3500 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3626 3501 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3627 $as_echo_n "(cached)" >&63502 echo $ECHO_N "(cached) $ECHO_C" >&6 3628 3503 else 3629 3504 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3713 3588 3714 3589 fi 3715 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53716 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }3590 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3591 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3717 3592 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3718 3593 … … 3742 3617 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3743 3618 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53745 $as_echo_n "checking for $ac_word..." >&6; }3619 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3746 3621 if test "${ac_cv_prog_CXX+set}" = set; then 3747 $as_echo_n "(cached)" >&63622 echo $ECHO_N "(cached) $ECHO_C" >&6 3748 3623 else 3749 3624 if test -n "$CXX"; then … … 3758 3633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3759 3634 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3761 3636 break 2 3762 3637 fi … … 3769 3644 CXX=$ac_cv_prog_CXX 3770 3645 if test -n "$CXX"; then 3771 { $as_echo "$as_me:$LINENO: result: $CXX" >&53772 $as_echo "$CXX" >&6; }3773 else 3774 { $as_echo "$as_me:$LINENO: result: no" >&53775 $as_echo "no" >&6; }3646 { echo "$as_me:$LINENO: result: $CXX" >&5 3647 echo "${ECHO_T}$CXX" >&6; } 3648 else 3649 { echo "$as_me:$LINENO: result: no" >&5 3650 echo "${ECHO_T}no" >&6; } 3776 3651 fi 3777 3652 … … 3786 3661 # Extract the first word of "$ac_prog", so it can be a program name with args. 3787 3662 set dummy $ac_prog; ac_word=$2 3788 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53789 $as_echo_n "checking for $ac_word..." >&6; }3663 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3790 3665 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3791 $as_echo_n "(cached)" >&63666 echo $ECHO_N "(cached) $ECHO_C" >&6 3792 3667 else 3793 3668 if test -n "$ac_ct_CXX"; then … … 3802 3677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3803 3678 ac_cv_prog_ac_ct_CXX="$ac_prog" 3804 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3805 3680 break 2 3806 3681 fi … … 3813 3688 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3814 3689 if test -n "$ac_ct_CXX"; then 3815 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53816 $as_echo "$ac_ct_CXX" >&6; }3817 else 3818 { $as_echo "$as_me:$LINENO: result: no" >&53819 $as_echo "no" >&6; }3690 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3691 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3692 else 3693 { echo "$as_me:$LINENO: result: no" >&5 3694 echo "${ECHO_T}no" >&6; } 3820 3695 fi 3821 3696 … … 3829 3704 case $cross_compiling:$ac_tool_warned in 3830 3705 yes:) 3831 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3706 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3707 whose name does not start with the host triplet. If you think this 3708 configuration is useful to you, please write to autoconf@gnu.org." >&5 3709 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3710 whose name does not start with the host triplet. If you think this 3711 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3833 3712 ac_tool_warned=yes ;; 3834 3713 esac … … 3840 3719 fi 3841 3720 # Provide some information about the compiler. 3842 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3843 set X $ac_compile 3844 ac_compiler=$2 3721 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3722 ac_compiler=`set X $ac_compile; echo $2` 3845 3723 { (ac_try="$ac_compiler --version >&5" 3846 3724 case "(($ac_try" in … … 3848 3726 *) ac_try_echo=$ac_try;; 3849 3727 esac 3850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3851 $as_echo "$ac_try_echo") >&5 3728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3852 3729 (eval "$ac_compiler --version >&5") 2>&5 3853 3730 ac_status=$? 3854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3855 3732 (exit $ac_status); } 3856 3733 { (ac_try="$ac_compiler -v >&5" … … 3859 3736 *) ac_try_echo=$ac_try;; 3860 3737 esac 3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3862 $as_echo "$ac_try_echo") >&5 3738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3863 3739 (eval "$ac_compiler -v >&5") 2>&5 3864 3740 ac_status=$? 3865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3866 3742 (exit $ac_status); } 3867 3743 { (ac_try="$ac_compiler -V >&5" … … 3870 3746 *) ac_try_echo=$ac_try;; 3871 3747 esac 3872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3873 $as_echo "$ac_try_echo") >&5 3748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3874 3749 (eval "$ac_compiler -V >&5") 2>&5 3875 3750 ac_status=$? 3876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3877 3752 (exit $ac_status); } 3878 3753 3879 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53880 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3754 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3755 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3881 3756 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3882 $as_echo_n "(cached)" >&63757 echo $ECHO_N "(cached) $ECHO_C" >&6 3883 3758 else 3884 3759 cat >conftest.$ac_ext <<_ACEOF … … 3906 3781 *) ac_try_echo=$ac_try;; 3907 3782 esac 3908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3909 $as_echo "$ac_try_echo") >&5 3783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3910 3784 (eval "$ac_compile") 2>conftest.er1 3911 3785 ac_status=$? … … 3913 3787 rm -f conftest.er1 3914 3788 cat conftest.err >&5 3915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3916 3790 (exit $ac_status); } && { 3917 3791 test -z "$ac_cxx_werror_flag" || … … 3920 3794 ac_compiler_gnu=yes 3921 3795 else 3922 $as_echo "$as_me: failed program was:" >&53796 echo "$as_me: failed program was:" >&5 3923 3797 sed 's/^/| /' conftest.$ac_ext >&5 3924 3798 … … 3930 3804 3931 3805 fi 3932 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3933 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3934 if test $ac_compiler_gnu = yes; then 3935 GXX=yes 3936 else 3937 GXX= 3938 fi 3806 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3807 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3808 GXX=`test $ac_compiler_gnu = yes && echo yes` 3939 3809 ac_test_CXXFLAGS=${CXXFLAGS+set} 3940 3810 ac_save_CXXFLAGS=$CXXFLAGS 3941 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53942 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3811 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3812 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3943 3813 if test "${ac_cv_prog_cxx_g+set}" = set; then 3944 $as_echo_n "(cached)" >&63814 echo $ECHO_N "(cached) $ECHO_C" >&6 3945 3815 else 3946 3816 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3969 3839 *) ac_try_echo=$ac_try;; 3970 3840 esac 3971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3972 $as_echo "$ac_try_echo") >&5 3841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3973 3842 (eval "$ac_compile") 2>conftest.er1 3974 3843 ac_status=$? … … 3976 3845 rm -f conftest.er1 3977 3846 cat conftest.err >&5 3978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3979 3848 (exit $ac_status); } && { 3980 3849 test -z "$ac_cxx_werror_flag" || … … 3983 3852 ac_cv_prog_cxx_g=yes 3984 3853 else 3985 $as_echo "$as_me: failed program was:" >&53854 echo "$as_me: failed program was:" >&5 3986 3855 sed 's/^/| /' conftest.$ac_ext >&5 3987 3856 … … 4008 3877 *) ac_try_echo=$ac_try;; 4009 3878 esac 4010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4011 $as_echo "$ac_try_echo") >&5 3879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4012 3880 (eval "$ac_compile") 2>conftest.er1 4013 3881 ac_status=$? … … 4015 3883 rm -f conftest.er1 4016 3884 cat conftest.err >&5 4017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4018 3886 (exit $ac_status); } && { 4019 3887 test -z "$ac_cxx_werror_flag" || … … 4022 3890 : 4023 3891 else 4024 $as_echo "$as_me: failed program was:" >&53892 echo "$as_me: failed program was:" >&5 4025 3893 sed 's/^/| /' conftest.$ac_ext >&5 4026 3894 … … 4048 3916 *) ac_try_echo=$ac_try;; 4049 3917 esac 4050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4051 $as_echo "$ac_try_echo") >&5 3918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4052 3919 (eval "$ac_compile") 2>conftest.er1 4053 3920 ac_status=$? … … 4055 3922 rm -f conftest.er1 4056 3923 cat conftest.err >&5 4057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53924 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4058 3925 (exit $ac_status); } && { 4059 3926 test -z "$ac_cxx_werror_flag" || … … 4062 3929 ac_cv_prog_cxx_g=yes 4063 3930 else 4064 $as_echo "$as_me: failed program was:" >&53931 echo "$as_me: failed program was:" >&5 4065 3932 sed 's/^/| /' conftest.$ac_ext >&5 4066 3933 … … 4077 3944 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4078 3945 fi 4079 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54080 $as_echo "$ac_cv_prog_cxx_g" >&6; }3946 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3947 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4081 3948 if test "$ac_test_CXXFLAGS" = set; then 4082 3949 CXXFLAGS=$ac_save_CXXFLAGS … … 4102 3969 depcc="$CXX" am_compiler_list= 4103 3970 4104 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&54105 $as_echo_n "checking dependency style of $depcc..." >&6; }3971 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3972 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 4106 3973 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 4107 $as_echo_n "(cached)" >&63974 echo $ECHO_N "(cached) $ECHO_C" >&6 4108 3975 else 4109 3976 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 4193 4060 4194 4061 fi 4195 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&54196 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }4062 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 4063 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } 4197 4064 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 4198 4065 … … 4217 4084 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4218 4085 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54220 $as_echo_n "checking for $ac_word..." >&6; }4086 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4221 4088 if test "${ac_cv_prog_F77+set}" = set; then 4222 $as_echo_n "(cached)" >&64089 echo $ECHO_N "(cached) $ECHO_C" >&6 4223 4090 else 4224 4091 if test -n "$F77"; then … … 4233 4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4234 4101 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4235 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4236 4103 break 2 4237 4104 fi … … 4244 4111 F77=$ac_cv_prog_F77 4245 4112 if test -n "$F77"; then 4246 { $as_echo "$as_me:$LINENO: result: $F77" >&54247 $as_echo "$F77" >&6; }4248 else 4249 { $as_echo "$as_me:$LINENO: result: no" >&54250 $as_echo "no" >&6; }4113 { echo "$as_me:$LINENO: result: $F77" >&5 4114 echo "${ECHO_T}$F77" >&6; } 4115 else 4116 { echo "$as_me:$LINENO: result: no" >&5 4117 echo "${ECHO_T}no" >&6; } 4251 4118 fi 4252 4119 … … 4261 4128 # Extract the first word of "$ac_prog", so it can be a program name with args. 4262 4129 set dummy $ac_prog; ac_word=$2 4263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54264 $as_echo_n "checking for $ac_word..." >&6; }4130 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4265 4132 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 4266 $as_echo_n "(cached)" >&64133 echo $ECHO_N "(cached) $ECHO_C" >&6 4267 4134 else 4268 4135 if test -n "$ac_ct_F77"; then … … 4277 4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4278 4145 ac_cv_prog_ac_ct_F77="$ac_prog" 4279 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4280 4147 break 2 4281 4148 fi … … 4288 4155 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4289 4156 if test -n "$ac_ct_F77"; then 4290 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&54291 $as_echo "$ac_ct_F77" >&6; }4292 else 4293 { $as_echo "$as_me:$LINENO: result: no" >&54294 $as_echo "no" >&6; }4157 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4158 echo "${ECHO_T}$ac_ct_F77" >&6; } 4159 else 4160 { echo "$as_me:$LINENO: result: no" >&5 4161 echo "${ECHO_T}no" >&6; } 4295 4162 fi 4296 4163 … … 4304 4171 case $cross_compiling:$ac_tool_warned in 4305 4172 yes:) 4306 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4173 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4174 whose name does not start with the host triplet. If you think this 4175 configuration is useful to you, please write to autoconf@gnu.org." >&5 4176 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4177 whose name does not start with the host triplet. If you think this 4178 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4308 4179 ac_tool_warned=yes ;; 4309 4180 esac … … 4314 4185 4315 4186 # Provide some information about the compiler. 4316 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4317 set X $ac_compile 4318 ac_compiler=$2 4187 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4188 ac_compiler=`set X $ac_compile; echo $2` 4319 4189 { (ac_try="$ac_compiler --version >&5" 4320 4190 case "(($ac_try" in … … 4322 4192 *) ac_try_echo=$ac_try;; 4323 4193 esac 4324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4325 $as_echo "$ac_try_echo") >&5 4194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4326 4195 (eval "$ac_compiler --version >&5") 2>&5 4327 4196 ac_status=$? 4328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4329 4198 (exit $ac_status); } 4330 4199 { (ac_try="$ac_compiler -v >&5" … … 4333 4202 *) ac_try_echo=$ac_try;; 4334 4203 esac 4335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4336 $as_echo "$ac_try_echo") >&5 4204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4337 4205 (eval "$ac_compiler -v >&5") 2>&5 4338 4206 ac_status=$? 4339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4340 4208 (exit $ac_status); } 4341 4209 { (ac_try="$ac_compiler -V >&5" … … 4344 4212 *) ac_try_echo=$ac_try;; 4345 4213 esac 4346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4347 $as_echo "$ac_try_echo") >&5 4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4348 4215 (eval "$ac_compiler -V >&5") 2>&5 4349 4216 ac_status=$? 4350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54217 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4351 4218 (exit $ac_status); } 4352 4219 rm -f a.out … … 4356 4223 ac_save_ext=$ac_ext 4357 4224 ac_ext=F 4358 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&54359 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }4225 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 4226 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 4360 4227 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 4361 $as_echo_n "(cached)" >&64228 echo $ECHO_N "(cached) $ECHO_C" >&6 4362 4229 else 4363 4230 cat >conftest.$ac_ext <<_ACEOF … … 4375 4242 *) ac_try_echo=$ac_try;; 4376 4243 esac 4377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4378 $as_echo "$ac_try_echo") >&5 4244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4379 4245 (eval "$ac_compile") 2>conftest.er1 4380 4246 ac_status=$? … … 4382 4248 rm -f conftest.er1 4383 4249 cat conftest.err >&5 4384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54250 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4385 4251 (exit $ac_status); } && { 4386 4252 test -z "$ac_f77_werror_flag" || … … 4389 4255 ac_compiler_gnu=yes 4390 4256 else 4391 $as_echo "$as_me: failed program was:" >&54257 echo "$as_me: failed program was:" >&5 4392 4258 sed 's/^/| /' conftest.$ac_ext >&5 4393 4259 … … 4399 4265 4400 4266 fi 4401 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&54402 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }4267 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 4268 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 4403 4269 ac_ext=$ac_save_ext 4404 4270 ac_test_FFLAGS=${FFLAGS+set} 4405 4271 ac_save_FFLAGS=$FFLAGS 4406 4272 FFLAGS= 4407 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&54408 $as_echo_n "checking whether $F77 accepts -g..." >&6; }4273 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 4274 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 4409 4275 if test "${ac_cv_prog_f77_g+set}" = set; then 4410 $as_echo_n "(cached)" >&64276 echo $ECHO_N "(cached) $ECHO_C" >&6 4411 4277 else 4412 4278 FFLAGS=-g … … 4422 4288 *) ac_try_echo=$ac_try;; 4423 4289 esac 4424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4425 $as_echo "$ac_try_echo") >&5 4290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4426 4291 (eval "$ac_compile") 2>conftest.er1 4427 4292 ac_status=$? … … 4429 4294 rm -f conftest.er1 4430 4295 cat conftest.err >&5 4431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4432 4297 (exit $ac_status); } && { 4433 4298 test -z "$ac_f77_werror_flag" || … … 4436 4301 ac_cv_prog_f77_g=yes 4437 4302 else 4438 $as_echo "$as_me: failed program was:" >&54303 echo "$as_me: failed program was:" >&5 4439 4304 sed 's/^/| /' conftest.$ac_ext >&5 4440 4305 … … 4445 4310 4446 4311 fi 4447 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&54448 $as_echo "$ac_cv_prog_f77_g" >&6; }4312 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4313 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 4449 4314 if test "$ac_test_FFLAGS" = set; then 4450 4315 FFLAGS=$ac_save_FFLAGS … … 4463 4328 fi 4464 4329 4465 if test $ac_compiler_gnu = yes; then 4466 G77=yes 4467 else 4468 G77= 4469 fi 4330 G77=`test $ac_compiler_gnu = yes && echo yes` 4470 4331 ac_ext=c 4471 4332 ac_cpp='$CPP $CPPFLAGS' … … 4479 4340 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4480 4341 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 4481 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&54482 $as_echo_n "checking how to get verbose linking output from $F77..." >&6; }4342 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5 4343 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; } 4483 4344 if test "${ac_cv_prog_f77_v+set}" = set; then 4484 $as_echo_n "(cached)" >&64345 echo $ECHO_N "(cached) $ECHO_C" >&6 4485 4346 else 4486 4347 cat >conftest.$ac_ext <<_ACEOF … … 4495 4356 *) ac_try_echo=$ac_try;; 4496 4357 esac 4497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4498 $as_echo "$ac_try_echo") >&5 4358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4499 4359 (eval "$ac_compile") 2>conftest.er1 4500 4360 ac_status=$? … … 4502 4362 rm -f conftest.er1 4503 4363 cat conftest.err >&5 4504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4505 4365 (exit $ac_status); } && { 4506 4366 test -z "$ac_f77_werror_flag" || … … 4524 4384 eval "set x $ac_link" 4525 4385 shift 4526 $as_echo "$as_me:$LINENO: $*" >&5 4527 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4528 # LIBRARY_PATH; skip all such settings. 4529 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4530 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4531 $as_echo "$ac_f77_v_output" >&5 4386 echo "$as_me:$LINENO: $*" >&5 4387 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4388 echo "$ac_f77_v_output" >&5 4532 4389 FFLAGS=$ac_save_FFLAGS 4533 4390 4534 rm - rf conftest*4391 rm -f conftest* 4535 4392 4536 4393 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4539 4396 ac_f77_v_output="`echo $ac_f77_v_output | 4540 4397 grep 'LPATH is:' | 4541 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4398 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4542 4399 4543 4400 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4579 4436 done 4580 4437 if test -z "$ac_cv_prog_f77_v"; then 4581 { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&54582 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}4583 fi 4584 else 4585 $as_echo "$as_me: failed program was:" >&54438 { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5 4439 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;} 4440 fi 4441 else 4442 echo "$as_me: failed program was:" >&5 4586 4443 sed 's/^/| /' conftest.$ac_ext >&5 4587 4444 4588 { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&54589 $as_echo "$as_me: WARNING: compilation failed" >&2;}4445 { echo "$as_me:$LINENO: WARNING: compilation failed" >&5 4446 echo "$as_me: WARNING: compilation failed" >&2;} 4590 4447 fi 4591 4448 … … 4593 4450 4594 4451 fi 4595 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&54596 $as_echo "$ac_cv_prog_f77_v" >&6; }4597 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&54598 $as_echo_n "checking for Fortran 77 libraries of $F77..." >&6; }4452 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5 4453 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; } 4454 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5 4455 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; } 4599 4456 if test "${ac_cv_f77_libs+set}" = set; then 4600 $as_echo_n "(cached)" >&64457 echo $ECHO_N "(cached) $ECHO_C" >&6 4601 4458 else 4602 4459 if test "x$FLIBS" != "x"; then … … 4618 4475 eval "set x $ac_link" 4619 4476 shift 4620 $as_echo "$as_me:$LINENO: $*" >&5 4621 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, 4622 # LIBRARY_PATH; skip all such settings. 4623 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | 4624 grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` 4625 $as_echo "$ac_f77_v_output" >&5 4477 echo "$as_me:$LINENO: $*" >&5 4478 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4479 echo "$ac_f77_v_output" >&5 4626 4480 FFLAGS=$ac_save_FFLAGS 4627 4481 4628 rm - rf conftest*4482 rm -f conftest* 4629 4483 4630 4484 # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where … … 4633 4487 ac_f77_v_output="`echo $ac_f77_v_output | 4634 4488 grep 'LPATH is:' | 4635 sed 's |.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"4489 sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output" 4636 4490 4637 4491 # FIXME: we keep getting bitten by quoted arguments; a more general fix … … 4732 4586 ;; 4733 4587 -YP,*) 4734 for ac_j in ` $as_echo "$ac_arg"| sed -e 's/-YP,/-L/;s/:/ -L/g'`; do4588 for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do 4735 4589 ac_exists=false 4736 4590 for ac_i in $ac_cv_f77_libs; do … … 4780 4634 case `(uname -sr) 2>/dev/null` in 4781 4635 "SunOS 5"*) 4782 ac_ld_run_path=` $as_echo "$ac_f77_v_output"|4636 ac_ld_run_path=`echo $ac_f77_v_output | 4783 4637 sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'` 4784 4638 test "x$ac_ld_run_path" != x && … … 4795 4649 4796 4650 fi 4797 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&54798 $as_echo "$ac_cv_f77_libs" >&6; }4651 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5 4652 echo "${ECHO_T}$ac_cv_f77_libs" >&6; } 4799 4653 FLIBS="$ac_cv_f77_libs" 4800 4654 … … 4807 4661 4808 4662 if test "x$CC" != xcc; then 4809 { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&54810 $as_echo_n "checking whether $CC and cc understand -c and -o together..." >&6; }4811 else 4812 { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&54813 $as_echo_n "checking whether cc understands -c and -o together..." >&6; }4814 fi 4815 set dummy $CC; ac_cc=` $as_echo "$2"|4663 { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 4664 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } 4665 else 4666 { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 4667 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } 4668 fi 4669 set dummy $CC; ac_cc=`echo $2 | 4816 4670 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4817 4671 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then 4818 $as_echo_n "(cached)" >&64672 echo $ECHO_N "(cached) $ECHO_C" >&6 4819 4673 else 4820 4674 cat >conftest.$ac_ext <<_ACEOF … … 4842 4696 *) ac_try_echo=$ac_try;; 4843 4697 esac 4844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4845 $as_echo "$ac_try_echo") >&5 4698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4846 4699 (eval "$ac_try") 2>&5 4847 4700 ac_status=$? 4848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4849 4702 (exit $ac_status); } && 4850 4703 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4852 4705 *) ac_try_echo=$ac_try;; 4853 4706 esac 4854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4855 $as_echo "$ac_try_echo") >&5 4707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4856 4708 (eval "$ac_try") 2>&5 4857 4709 ac_status=$? 4858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4859 4711 (exit $ac_status); }; 4860 4712 then … … 4867 4719 *) ac_try_echo=$ac_try;; 4868 4720 esac 4869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4870 $as_echo "$ac_try_echo") >&5 4721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4871 4722 (eval "$ac_try") 2>&5 4872 4723 ac_status=$? 4873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4874 4725 (exit $ac_status); }; }; then 4875 4726 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' … … 4879 4730 *) ac_try_echo=$ac_try;; 4880 4731 esac 4881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4882 $as_echo "$ac_try_echo") >&5 4732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4883 4733 (eval "$ac_try") 2>&5 4884 4734 ac_status=$? 4885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4886 4736 (exit $ac_status); } && 4887 4737 test -f conftest2.$ac_objext && { (case "(($ac_try" in … … 4889 4739 *) ac_try_echo=$ac_try;; 4890 4740 esac 4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4892 $as_echo "$ac_try_echo") >&5 4741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4893 4742 (eval "$ac_try") 2>&5 4894 4743 ac_status=$? 4895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4896 4745 (exit $ac_status); }; 4897 4746 then … … 4911 4760 fi 4912 4761 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then 4913 { $as_echo "$as_me:$LINENO: result: yes" >&54914 $as_echo "yes" >&6; }4915 else 4916 { $as_echo "$as_me:$LINENO: result: no" >&54917 $as_echo "no" >&6; }4762 { echo "$as_me:$LINENO: result: yes" >&5 4763 echo "${ECHO_T}yes" >&6; } 4764 else 4765 { echo "$as_me:$LINENO: result: no" >&5 4766 echo "${ECHO_T}no" >&6; } 4918 4767 4919 4768 cat >>confdefs.h <<\_ACEOF … … 4926 4775 # there is no other way. 4927 4776 set dummy $CC 4928 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4929 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 4930 if test "$am_t" != yes; then 4777 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 4778 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 4931 4779 # Losing compiler, so override with the script. 4932 4780 # FIXME: It is wrong to rewrite CC. … … 4944 4792 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4945 4793 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4946 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&54947 $as_echo_n "checking how to run the C preprocessor..." >&6; }4794 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4795 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4948 4796 # On Suns, sometimes $CPP names a directory. 4949 4797 if test -n "$CPP" && test -d "$CPP"; then … … 4952 4800 if test -z "$CPP"; then 4953 4801 if test "${ac_cv_prog_CPP+set}" = set; then 4954 $as_echo_n "(cached)" >&64802 echo $ECHO_N "(cached) $ECHO_C" >&6 4955 4803 else 4956 4804 # Double quotes because CPP needs to be expanded … … 4984 4832 *) ac_try_echo=$ac_try;; 4985 4833 esac 4986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4987 $as_echo "$ac_try_echo") >&5 4834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4988 4835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4989 4836 ac_status=$? … … 4991 4838 rm -f conftest.er1 4992 4839 cat conftest.err >&5 4993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4994 4841 (exit $ac_status); } >/dev/null && { 4995 4842 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4998 4845 : 4999 4846 else 5000 $as_echo "$as_me: failed program was:" >&54847 echo "$as_me: failed program was:" >&5 5001 4848 sed 's/^/| /' conftest.$ac_ext >&5 5002 4849 … … 5022 4869 *) ac_try_echo=$ac_try;; 5023 4870 esac 5024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5025 $as_echo "$ac_try_echo") >&5 4871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5026 4872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5027 4873 ac_status=$? … … 5029 4875 rm -f conftest.er1 5030 4876 cat conftest.err >&5 5031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5032 4878 (exit $ac_status); } >/dev/null && { 5033 4879 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5037 4883 continue 5038 4884 else 5039 $as_echo "$as_me: failed program was:" >&54885 echo "$as_me: failed program was:" >&5 5040 4886 sed 's/^/| /' conftest.$ac_ext >&5 5041 4887 … … 5062 4908 ac_cv_prog_CPP=$CPP 5063 4909 fi 5064 { $as_echo "$as_me:$LINENO: result: $CPP" >&55065 $as_echo "$CPP" >&6; }4910 { echo "$as_me:$LINENO: result: $CPP" >&5 4911 echo "${ECHO_T}$CPP" >&6; } 5066 4912 ac_preproc_ok=false 5067 4913 for ac_c_preproc_warn_flag in '' yes … … 5091 4937 *) ac_try_echo=$ac_try;; 5092 4938 esac 5093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5094 $as_echo "$ac_try_echo") >&5 4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5095 4940 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5096 4941 ac_status=$? … … 5098 4943 rm -f conftest.er1 5099 4944 cat conftest.err >&5 5100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5101 4946 (exit $ac_status); } >/dev/null && { 5102 4947 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5105 4950 : 5106 4951 else 5107 $as_echo "$as_me: failed program was:" >&54952 echo "$as_me: failed program was:" >&5 5108 4953 sed 's/^/| /' conftest.$ac_ext >&5 5109 4954 … … 5129 4974 *) ac_try_echo=$ac_try;; 5130 4975 esac 5131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5132 $as_echo "$ac_try_echo") >&5 4976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5133 4977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5134 4978 ac_status=$? … … 5136 4980 rm -f conftest.er1 5137 4981 cat conftest.err >&5 5138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5139 4983 (exit $ac_status); } >/dev/null && { 5140 4984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5144 4988 continue 5145 4989 else 5146 $as_echo "$as_me: failed program was:" >&54990 echo "$as_me: failed program was:" >&5 5147 4991 sed 's/^/| /' conftest.$ac_ext >&5 5148 4992 … … 5160 5004 : 5161 5005 else 5162 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 5163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5164 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5006 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5165 5007 See \`config.log' for more details." >&5 5166 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check5008 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5167 5009 See \`config.log' for more details." >&2;} 5168 { (exit 1); exit 1; }; } ; }5010 { (exit 1); exit 1; }; } 5169 5011 fi 5170 5012 … … 5176 5018 5177 5019 5178 { $as_echo "$as_me:$LINENO: checking for X" >&55179 $as_echo_n "checking for X..." >&6; }5020 { echo "$as_me:$LINENO: checking for X" >&5 5021 echo $ECHO_N "checking for X... $ECHO_C" >&6; } 5180 5022 5181 5023 … … 5191 5033 else 5192 5034 case $x_includes,$x_libraries in #( 5193 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&55194 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}5035 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 5036 echo "$as_me: error: Cannot use X directory names containing '" >&2;} 5195 5037 { (exit 1); exit 1; }; };; #( 5196 5038 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 5197 $as_echo_n "(cached)" >&65039 echo $ECHO_N "(cached) $ECHO_C" >&6 5198 5040 else 5199 5041 # One or both of the vars are not set, and there is no cached value. … … 5216 5058 done 5217 5059 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 5218 for ac_extension in a so sl dylib la dll; do5060 for ac_extension in a so sl; do 5219 5061 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 5220 5062 test -f "$ac_im_libdir/libX11.$ac_extension"; then … … 5230 5072 esac 5231 5073 case $ac_im_usrlibdir in 5232 /usr/lib | / usr/lib64 | /lib | /lib64) ;;5074 /usr/lib | /lib) ;; 5233 5075 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 5234 5076 esac … … 5291 5133 *) ac_try_echo=$ac_try;; 5292 5134 esac 5293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5294 $as_echo "$ac_try_echo") >&5 5135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5295 5136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5296 5137 ac_status=$? … … 5298 5139 rm -f conftest.er1 5299 5140 cat conftest.err >&5 5300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55141 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5301 5142 (exit $ac_status); } >/dev/null && { 5302 5143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5306 5147 ac_x_includes= 5307 5148 else 5308 $as_echo "$as_me: failed program was:" >&55149 echo "$as_me: failed program was:" >&5 5309 5150 sed 's/^/| /' conftest.$ac_ext >&5 5310 5151 … … 5347 5188 *) ac_try_echo=$ac_try;; 5348 5189 esac 5349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5350 $as_echo "$ac_try_echo") >&5 5190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5351 5191 (eval "$ac_link") 2>conftest.er1 5352 5192 ac_status=$? … … 5354 5194 rm -f conftest.er1 5355 5195 cat conftest.err >&5 5356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5357 5197 (exit $ac_status); } && { 5358 5198 test -z "$ac_c_werror_flag" || 5359 5199 test ! -s conftest.err 5360 } && test -s conftest$ac_exeext && { 5361 test "$cross_compiling" = yes || 5362 $as_test_x conftest$ac_exeext 5363 }; then 5200 } && test -s conftest$ac_exeext && 5201 $as_test_x conftest$ac_exeext; then 5364 5202 LIBS=$ac_save_LIBS 5365 5203 # We can link X programs with no special library path. 5366 5204 ac_x_libraries= 5367 5205 else 5368 $as_echo "$as_me: failed program was:" >&55206 echo "$as_me: failed program was:" >&5 5369 5207 sed 's/^/| /' conftest.$ac_ext >&5 5370 5208 5371 5209 LIBS=$ac_save_LIBS 5372 for ac_dir in ` $as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`5210 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5373 5211 do 5374 5212 # Don't even attempt the hair of trying to link an X program! 5375 for ac_extension in a so sl dylib la dll; do5213 for ac_extension in a so sl; do 5376 5214 if test -r "$ac_dir/libX11.$ac_extension"; then 5377 5215 ac_x_libraries=$ac_dir … … 5382 5220 fi 5383 5221 5384 rm -rf conftest.dSYM5385 5222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5386 5223 conftest$ac_exeext conftest.$ac_ext … … 5405 5242 5406 5243 if test "$have_x" != yes; then 5407 { $as_echo "$as_me:$LINENO: result: $have_x" >&55408 $as_echo "$have_x" >&6; }5244 { echo "$as_me:$LINENO: result: $have_x" >&5 5245 echo "${ECHO_T}$have_x" >&6; } 5409 5246 no_x=yes 5410 5247 else … … 5416 5253 ac_x_includes='$x_includes'\ 5417 5254 ac_x_libraries='$x_libraries'" 5418 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&55419 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }5255 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 5256 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 5420 5257 fi 5421 5258 … … 5438 5275 # For Solaris; some versions of Sun CC require a space after -R and 5439 5276 # others require no space. Words are not sufficient . . . . 5440 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&55441 $as_echo_n "checking whether -R must be followed by a space..." >&6; }5277 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 5278 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 5442 5279 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 5443 5280 ac_xsave_c_werror_flag=$ac_c_werror_flag … … 5464 5301 *) ac_try_echo=$ac_try;; 5465 5302 esac 5466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5467 $as_echo "$ac_try_echo") >&5 5303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5468 5304 (eval "$ac_link") 2>conftest.er1 5469 5305 ac_status=$? … … 5471 5307 rm -f conftest.er1 5472 5308 cat conftest.err >&5 5473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5474 5310 (exit $ac_status); } && { 5475 5311 test -z "$ac_c_werror_flag" || 5476 5312 test ! -s conftest.err 5477 } && test -s conftest$ac_exeext && { 5478 test "$cross_compiling" = yes || 5479 $as_test_x conftest$ac_exeext 5480 }; then 5481 { $as_echo "$as_me:$LINENO: result: no" >&5 5482 $as_echo "no" >&6; } 5313 } && test -s conftest$ac_exeext && 5314 $as_test_x conftest$ac_exeext; then 5315 { echo "$as_me:$LINENO: result: no" >&5 5316 echo "${ECHO_T}no" >&6; } 5483 5317 X_LIBS="$X_LIBS -R$x_libraries" 5484 5318 else 5485 $as_echo "$as_me: failed program was:" >&55319 echo "$as_me: failed program was:" >&5 5486 5320 sed 's/^/| /' conftest.$ac_ext >&5 5487 5321 … … 5508 5342 *) ac_try_echo=$ac_try;; 5509 5343 esac 5510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5511 $as_echo "$ac_try_echo") >&5 5344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5512 5345 (eval "$ac_link") 2>conftest.er1 5513 5346 ac_status=$? … … 5515 5348 rm -f conftest.er1 5516 5349 cat conftest.err >&5 5517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5518 5351 (exit $ac_status); } && { 5519 5352 test -z "$ac_c_werror_flag" || 5520 5353 test ! -s conftest.err 5521 } && test -s conftest$ac_exeext && { 5522 test "$cross_compiling" = yes || 5523 $as_test_x conftest$ac_exeext 5524 }; then 5525 { $as_echo "$as_me:$LINENO: result: yes" >&5 5526 $as_echo "yes" >&6; } 5354 } && test -s conftest$ac_exeext && 5355 $as_test_x conftest$ac_exeext; then 5356 { echo "$as_me:$LINENO: result: yes" >&5 5357 echo "${ECHO_T}yes" >&6; } 5527 5358 X_LIBS="$X_LIBS -R $x_libraries" 5528 5359 else 5529 $as_echo "$as_me: failed program was:" >&55360 echo "$as_me: failed program was:" >&5 5530 5361 sed 's/^/| /' conftest.$ac_ext >&5 5531 5362 5532 { $as_echo "$as_me:$LINENO: result: neither works" >&5 5533 $as_echo "neither works" >&6; } 5534 fi 5535 5536 rm -rf conftest.dSYM 5363 { echo "$as_me:$LINENO: result: neither works" >&5 5364 echo "${ECHO_T}neither works" >&6; } 5365 fi 5366 5537 5367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5538 5368 conftest$ac_exeext conftest.$ac_ext 5539 5369 fi 5540 5370 5541 rm -rf conftest.dSYM5542 5371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5543 5372 conftest$ac_exeext conftest.$ac_ext … … 5585 5414 *) ac_try_echo=$ac_try;; 5586 5415 esac 5587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5588 $as_echo "$ac_try_echo") >&5 5416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5589 5417 (eval "$ac_link") 2>conftest.er1 5590 5418 ac_status=$? … … 5592 5420 rm -f conftest.er1 5593 5421 cat conftest.err >&5 5594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5595 5423 (exit $ac_status); } && { 5596 5424 test -z "$ac_c_werror_flag" || 5597 5425 test ! -s conftest.err 5598 } && test -s conftest$ac_exeext && { 5599 test "$cross_compiling" = yes || 5600 $as_test_x conftest$ac_exeext 5601 }; then 5426 } && test -s conftest$ac_exeext && 5427 $as_test_x conftest$ac_exeext; then 5602 5428 : 5603 5429 else 5604 $as_echo "$as_me: failed program was:" >&55430 echo "$as_me: failed program was:" >&5 5605 5431 sed 's/^/| /' conftest.$ac_ext >&5 5606 5432 5607 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&55608 $as_echo_n "checking for dnet_ntoa in -ldnet..." >&6; }5433 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 5434 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 5609 5435 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5610 $as_echo_n "(cached)" >&65436 echo $ECHO_N "(cached) $ECHO_C" >&6 5611 5437 else 5612 5438 ac_check_lib_save_LIBS=$LIBS … … 5640 5466 *) ac_try_echo=$ac_try;; 5641 5467 esac 5642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5643 $as_echo "$ac_try_echo") >&5 5468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5644 5469 (eval "$ac_link") 2>conftest.er1 5645 5470 ac_status=$? … … 5647 5472 rm -f conftest.er1 5648 5473 cat conftest.err >&5 5649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5650 5475 (exit $ac_status); } && { 5651 5476 test -z "$ac_c_werror_flag" || 5652 5477 test ! -s conftest.err 5653 } && test -s conftest$ac_exeext && { 5654 test "$cross_compiling" = yes || 5655 $as_test_x conftest$ac_exeext 5656 }; then 5478 } && test -s conftest$ac_exeext && 5479 $as_test_x conftest$ac_exeext; then 5657 5480 ac_cv_lib_dnet_dnet_ntoa=yes 5658 5481 else 5659 $as_echo "$as_me: failed program was:" >&55482 echo "$as_me: failed program was:" >&5 5660 5483 sed 's/^/| /' conftest.$ac_ext >&5 5661 5484 … … 5663 5486 fi 5664 5487 5665 rm -rf conftest.dSYM5666 5488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5667 5489 conftest$ac_exeext conftest.$ac_ext 5668 5490 LIBS=$ac_check_lib_save_LIBS 5669 5491 fi 5670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&55671 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }5672 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then5492 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5493 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 5494 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5673 5495 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 5674 5496 fi 5675 5497 5676 5498 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 5677 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&55678 $as_echo_n "checking for dnet_ntoa in -ldnet_stub..." >&6; }5499 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 5500 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 5679 5501 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 5680 $as_echo_n "(cached)" >&65502 echo $ECHO_N "(cached) $ECHO_C" >&6 5681 5503 else 5682 5504 ac_check_lib_save_LIBS=$LIBS … … 5710 5532 *) ac_try_echo=$ac_try;; 5711 5533 esac 5712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5713 $as_echo "$ac_try_echo") >&5 5534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5714 5535 (eval "$ac_link") 2>conftest.er1 5715 5536 ac_status=$? … … 5717 5538 rm -f conftest.er1 5718 5539 cat conftest.err >&5 5719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5720 5541 (exit $ac_status); } && { 5721 5542 test -z "$ac_c_werror_flag" || 5722 5543 test ! -s conftest.err 5723 } && test -s conftest$ac_exeext && { 5724 test "$cross_compiling" = yes || 5725 $as_test_x conftest$ac_exeext 5726 }; then 5544 } && test -s conftest$ac_exeext && 5545 $as_test_x conftest$ac_exeext; then 5727 5546 ac_cv_lib_dnet_stub_dnet_ntoa=yes 5728 5547 else 5729 $as_echo "$as_me: failed program was:" >&55548 echo "$as_me: failed program was:" >&5 5730 5549 sed 's/^/| /' conftest.$ac_ext >&5 5731 5550 … … 5733 5552 fi 5734 5553 5735 rm -rf conftest.dSYM5736 5554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5737 5555 conftest$ac_exeext conftest.$ac_ext 5738 5556 LIBS=$ac_check_lib_save_LIBS 5739 5557 fi 5740 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&55741 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }5742 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then5558 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 5559 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 5560 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 5743 5561 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 5744 5562 fi … … 5747 5565 fi 5748 5566 5749 rm -rf conftest.dSYM5750 5567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5751 5568 conftest$ac_exeext conftest.$ac_ext … … 5760 5577 # The functions gethostbyname, getservbyname, and inet_addr are 5761 5578 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 5762 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&55763 $as_echo_n "checking for gethostbyname..." >&6; }5579 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 5580 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 5764 5581 if test "${ac_cv_func_gethostbyname+set}" = set; then 5765 $as_echo_n "(cached)" >&65582 echo $ECHO_N "(cached) $ECHO_C" >&6 5766 5583 else 5767 5584 cat >conftest.$ac_ext <<_ACEOF … … 5816 5633 *) ac_try_echo=$ac_try;; 5817 5634 esac 5818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5819 $as_echo "$ac_try_echo") >&5 5635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5820 5636 (eval "$ac_link") 2>conftest.er1 5821 5637 ac_status=$? … … 5823 5639 rm -f conftest.er1 5824 5640 cat conftest.err >&5 5825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5826 5642 (exit $ac_status); } && { 5827 5643 test -z "$ac_c_werror_flag" || 5828 5644 test ! -s conftest.err 5829 } && test -s conftest$ac_exeext && { 5830 test "$cross_compiling" = yes || 5831 $as_test_x conftest$ac_exeext 5832 }; then 5645 } && test -s conftest$ac_exeext && 5646 $as_test_x conftest$ac_exeext; then 5833 5647 ac_cv_func_gethostbyname=yes 5834 5648 else 5835 $as_echo "$as_me: failed program was:" >&55649 echo "$as_me: failed program was:" >&5 5836 5650 sed 's/^/| /' conftest.$ac_ext >&5 5837 5651 … … 5839 5653 fi 5840 5654 5841 rm -rf conftest.dSYM5842 5655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5843 5656 conftest$ac_exeext conftest.$ac_ext 5844 5657 fi 5845 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&55846 $as_echo "$ac_cv_func_gethostbyname" >&6; }5658 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 5659 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 5847 5660 5848 5661 if test $ac_cv_func_gethostbyname = no; then 5849 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&55850 $as_echo_n "checking for gethostbyname in -lnsl..." >&6; }5662 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 5663 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 5851 5664 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 5852 $as_echo_n "(cached)" >&65665 echo $ECHO_N "(cached) $ECHO_C" >&6 5853 5666 else 5854 5667 ac_check_lib_save_LIBS=$LIBS … … 5882 5695 *) ac_try_echo=$ac_try;; 5883 5696 esac 5884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5885 $as_echo "$ac_try_echo") >&5 5697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5886 5698 (eval "$ac_link") 2>conftest.er1 5887 5699 ac_status=$? … … 5889 5701 rm -f conftest.er1 5890 5702 cat conftest.err >&5 5891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5892 5704 (exit $ac_status); } && { 5893 5705 test -z "$ac_c_werror_flag" || 5894 5706 test ! -s conftest.err 5895 } && test -s conftest$ac_exeext && { 5896 test "$cross_compiling" = yes || 5897 $as_test_x conftest$ac_exeext 5898 }; then 5707 } && test -s conftest$ac_exeext && 5708 $as_test_x conftest$ac_exeext; then 5899 5709 ac_cv_lib_nsl_gethostbyname=yes 5900 5710 else 5901 $as_echo "$as_me: failed program was:" >&55711 echo "$as_me: failed program was:" >&5 5902 5712 sed 's/^/| /' conftest.$ac_ext >&5 5903 5713 … … 5905 5715 fi 5906 5716 5907 rm -rf conftest.dSYM5908 5717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5909 5718 conftest$ac_exeext conftest.$ac_ext 5910 5719 LIBS=$ac_check_lib_save_LIBS 5911 5720 fi 5912 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&55913 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }5914 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then5721 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 5722 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 5723 if test $ac_cv_lib_nsl_gethostbyname = yes; then 5915 5724 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 5916 5725 fi 5917 5726 5918 5727 if test $ac_cv_lib_nsl_gethostbyname = no; then 5919 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&55920 $as_echo_n "checking for gethostbyname in -lbsd..." >&6; }5728 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 5729 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 5921 5730 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 5922 $as_echo_n "(cached)" >&65731 echo $ECHO_N "(cached) $ECHO_C" >&6 5923 5732 else 5924 5733 ac_check_lib_save_LIBS=$LIBS … … 5952 5761 *) ac_try_echo=$ac_try;; 5953 5762 esac 5954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5955 $as_echo "$ac_try_echo") >&5 5763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5956 5764 (eval "$ac_link") 2>conftest.er1 5957 5765 ac_status=$? … … 5959 5767 rm -f conftest.er1 5960 5768 cat conftest.err >&5 5961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5962 5770 (exit $ac_status); } && { 5963 5771 test -z "$ac_c_werror_flag" || 5964 5772 test ! -s conftest.err 5965 } && test -s conftest$ac_exeext && { 5966 test "$cross_compiling" = yes || 5967 $as_test_x conftest$ac_exeext 5968 }; then 5773 } && test -s conftest$ac_exeext && 5774 $as_test_x conftest$ac_exeext; then 5969 5775 ac_cv_lib_bsd_gethostbyname=yes 5970 5776 else 5971 $as_echo "$as_me: failed program was:" >&55777 echo "$as_me: failed program was:" >&5 5972 5778 sed 's/^/| /' conftest.$ac_ext >&5 5973 5779 … … 5975 5781 fi 5976 5782 5977 rm -rf conftest.dSYM5978 5783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5979 5784 conftest$ac_exeext conftest.$ac_ext 5980 5785 LIBS=$ac_check_lib_save_LIBS 5981 5786 fi 5982 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&55983 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }5984 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then5787 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 5788 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 5789 if test $ac_cv_lib_bsd_gethostbyname = yes; then 5985 5790 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 5986 5791 fi … … 5996 5801 # must be given before -lnsl if both are needed. We assume that 5997 5802 # if connect needs -lnsl, so does gethostbyname. 5998 { $as_echo "$as_me:$LINENO: checking for connect" >&55999 $as_echo_n "checking for connect..." >&6; }5803 { echo "$as_me:$LINENO: checking for connect" >&5 5804 echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 6000 5805 if test "${ac_cv_func_connect+set}" = set; then 6001 $as_echo_n "(cached)" >&65806 echo $ECHO_N "(cached) $ECHO_C" >&6 6002 5807 else 6003 5808 cat >conftest.$ac_ext <<_ACEOF … … 6052 5857 *) ac_try_echo=$ac_try;; 6053 5858 esac 6054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6055 $as_echo "$ac_try_echo") >&5 5859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6056 5860 (eval "$ac_link") 2>conftest.er1 6057 5861 ac_status=$? … … 6059 5863 rm -f conftest.er1 6060 5864 cat conftest.err >&5 6061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6062 5866 (exit $ac_status); } && { 6063 5867 test -z "$ac_c_werror_flag" || 6064 5868 test ! -s conftest.err 6065 } && test -s conftest$ac_exeext && { 6066 test "$cross_compiling" = yes || 6067 $as_test_x conftest$ac_exeext 6068 }; then 5869 } && test -s conftest$ac_exeext && 5870 $as_test_x conftest$ac_exeext; then 6069 5871 ac_cv_func_connect=yes 6070 5872 else 6071 $as_echo "$as_me: failed program was:" >&55873 echo "$as_me: failed program was:" >&5 6072 5874 sed 's/^/| /' conftest.$ac_ext >&5 6073 5875 … … 6075 5877 fi 6076 5878 6077 rm -rf conftest.dSYM6078 5879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6079 5880 conftest$ac_exeext conftest.$ac_ext 6080 5881 fi 6081 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&56082 $as_echo "$ac_cv_func_connect" >&6; }5882 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 5883 echo "${ECHO_T}$ac_cv_func_connect" >&6; } 6083 5884 6084 5885 if test $ac_cv_func_connect = no; then 6085 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&56086 $as_echo_n "checking for connect in -lsocket..." >&6; }5886 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 5887 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 6087 5888 if test "${ac_cv_lib_socket_connect+set}" = set; then 6088 $as_echo_n "(cached)" >&65889 echo $ECHO_N "(cached) $ECHO_C" >&6 6089 5890 else 6090 5891 ac_check_lib_save_LIBS=$LIBS … … 6118 5919 *) ac_try_echo=$ac_try;; 6119 5920 esac 6120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6121 $as_echo "$ac_try_echo") >&5 5921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6122 5922 (eval "$ac_link") 2>conftest.er1 6123 5923 ac_status=$? … … 6125 5925 rm -f conftest.er1 6126 5926 cat conftest.err >&5 6127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6128 5928 (exit $ac_status); } && { 6129 5929 test -z "$ac_c_werror_flag" || 6130 5930 test ! -s conftest.err 6131 } && test -s conftest$ac_exeext && { 6132 test "$cross_compiling" = yes || 6133 $as_test_x conftest$ac_exeext 6134 }; then 5931 } && test -s conftest$ac_exeext && 5932 $as_test_x conftest$ac_exeext; then 6135 5933 ac_cv_lib_socket_connect=yes 6136 5934 else 6137 $as_echo "$as_me: failed program was:" >&55935 echo "$as_me: failed program was:" >&5 6138 5936 sed 's/^/| /' conftest.$ac_ext >&5 6139 5937 … … 6141 5939 fi 6142 5940 6143 rm -rf conftest.dSYM6144 5941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6145 5942 conftest$ac_exeext conftest.$ac_ext 6146 5943 LIBS=$ac_check_lib_save_LIBS 6147 5944 fi 6148 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&56149 $as_echo "$ac_cv_lib_socket_connect" >&6; }6150 if test "x$ac_cv_lib_socket_connect" = x""yes; then5945 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 5946 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 5947 if test $ac_cv_lib_socket_connect = yes; then 6151 5948 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 6152 5949 fi … … 6155 5952 6156 5953 # Guillermo Gomez says -lposix is necessary on A/UX. 6157 { $as_echo "$as_me:$LINENO: checking for remove" >&56158 $as_echo_n "checking for remove..." >&6; }5954 { echo "$as_me:$LINENO: checking for remove" >&5 5955 echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 6159 5956 if test "${ac_cv_func_remove+set}" = set; then 6160 $as_echo_n "(cached)" >&65957 echo $ECHO_N "(cached) $ECHO_C" >&6 6161 5958 else 6162 5959 cat >conftest.$ac_ext <<_ACEOF … … 6211 6008 *) ac_try_echo=$ac_try;; 6212 6009 esac 6213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6214 $as_echo "$ac_try_echo") >&5 6010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6215 6011 (eval "$ac_link") 2>conftest.er1 6216 6012 ac_status=$? … … 6218 6014 rm -f conftest.er1 6219 6015 cat conftest.err >&5 6220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6221 6017 (exit $ac_status); } && { 6222 6018 test -z "$ac_c_werror_flag" || 6223 6019 test ! -s conftest.err 6224 } && test -s conftest$ac_exeext && { 6225 test "$cross_compiling" = yes || 6226 $as_test_x conftest$ac_exeext 6227 }; then 6020 } && test -s conftest$ac_exeext && 6021 $as_test_x conftest$ac_exeext; then 6228 6022 ac_cv_func_remove=yes 6229 6023 else 6230 $as_echo "$as_me: failed program was:" >&56024 echo "$as_me: failed program was:" >&5 6231 6025 sed 's/^/| /' conftest.$ac_ext >&5 6232 6026 … … 6234 6028 fi 6235 6029 6236 rm -rf conftest.dSYM6237 6030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6238 6031 conftest$ac_exeext conftest.$ac_ext 6239 6032 fi 6240 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&56241 $as_echo "$ac_cv_func_remove" >&6; }6033 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 6034 echo "${ECHO_T}$ac_cv_func_remove" >&6; } 6242 6035 6243 6036 if test $ac_cv_func_remove = no; then 6244 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&56245 $as_echo_n "checking for remove in -lposix..." >&6; }6037 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 6038 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 6246 6039 if test "${ac_cv_lib_posix_remove+set}" = set; then 6247 $as_echo_n "(cached)" >&66040 echo $ECHO_N "(cached) $ECHO_C" >&6 6248 6041 else 6249 6042 ac_check_lib_save_LIBS=$LIBS … … 6277 6070 *) ac_try_echo=$ac_try;; 6278 6071 esac 6279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6280 $as_echo "$ac_try_echo") >&5 6072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6281 6073 (eval "$ac_link") 2>conftest.er1 6282 6074 ac_status=$? … … 6284 6076 rm -f conftest.er1 6285 6077 cat conftest.err >&5 6286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6287 6079 (exit $ac_status); } && { 6288 6080 test -z "$ac_c_werror_flag" || 6289 6081 test ! -s conftest.err 6290 } && test -s conftest$ac_exeext && { 6291 test "$cross_compiling" = yes || 6292 $as_test_x conftest$ac_exeext 6293 }; then 6082 } && test -s conftest$ac_exeext && 6083 $as_test_x conftest$ac_exeext; then 6294 6084 ac_cv_lib_posix_remove=yes 6295 6085 else 6296 $as_echo "$as_me: failed program was:" >&56086 echo "$as_me: failed program was:" >&5 6297 6087 sed 's/^/| /' conftest.$ac_ext >&5 6298 6088 … … 6300 6090 fi 6301 6091 6302 rm -rf conftest.dSYM6303 6092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6304 6093 conftest$ac_exeext conftest.$ac_ext 6305 6094 LIBS=$ac_check_lib_save_LIBS 6306 6095 fi 6307 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&56308 $as_echo "$ac_cv_lib_posix_remove" >&6; }6309 if test "x$ac_cv_lib_posix_remove" = x""yes; then6096 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 6097 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 6098 if test $ac_cv_lib_posix_remove = yes; then 6310 6099 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 6311 6100 fi … … 6314 6103 6315 6104 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 6316 { $as_echo "$as_me:$LINENO: checking for shmat" >&56317 $as_echo_n "checking for shmat..." >&6; }6105 { echo "$as_me:$LINENO: checking for shmat" >&5 6106 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 6318 6107 if test "${ac_cv_func_shmat+set}" = set; then 6319 $as_echo_n "(cached)" >&66108 echo $ECHO_N "(cached) $ECHO_C" >&6 6320 6109 else 6321 6110 cat >conftest.$ac_ext <<_ACEOF … … 6370 6159 *) ac_try_echo=$ac_try;; 6371 6160 esac 6372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6373 $as_echo "$ac_try_echo") >&5 6161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6374 6162 (eval "$ac_link") 2>conftest.er1 6375 6163 ac_status=$? … … 6377 6165 rm -f conftest.er1 6378 6166 cat conftest.err >&5 6379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6380 6168 (exit $ac_status); } && { 6381 6169 test -z "$ac_c_werror_flag" || 6382 6170 test ! -s conftest.err 6383 } && test -s conftest$ac_exeext && { 6384 test "$cross_compiling" = yes || 6385 $as_test_x conftest$ac_exeext 6386 }; then 6171 } && test -s conftest$ac_exeext && 6172 $as_test_x conftest$ac_exeext; then 6387 6173 ac_cv_func_shmat=yes 6388 6174 else 6389 $as_echo "$as_me: failed program was:" >&56175 echo "$as_me: failed program was:" >&5 6390 6176 sed 's/^/| /' conftest.$ac_ext >&5 6391 6177 … … 6393 6179 fi 6394 6180 6395 rm -rf conftest.dSYM6396 6181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6397 6182 conftest$ac_exeext conftest.$ac_ext 6398 6183 fi 6399 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&56400 $as_echo "$ac_cv_func_shmat" >&6; }6184 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 6185 echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 6401 6186 6402 6187 if test $ac_cv_func_shmat = no; then 6403 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&56404 $as_echo_n "checking for shmat in -lipc..." >&6; }6188 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 6189 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 6405 6190 if test "${ac_cv_lib_ipc_shmat+set}" = set; then 6406 $as_echo_n "(cached)" >&66191 echo $ECHO_N "(cached) $ECHO_C" >&6 6407 6192 else 6408 6193 ac_check_lib_save_LIBS=$LIBS … … 6436 6221 *) ac_try_echo=$ac_try;; 6437 6222 esac 6438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6439 $as_echo "$ac_try_echo") >&5 6223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6440 6224 (eval "$ac_link") 2>conftest.er1 6441 6225 ac_status=$? … … 6443 6227 rm -f conftest.er1 6444 6228 cat conftest.err >&5 6445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6446 6230 (exit $ac_status); } && { 6447 6231 test -z "$ac_c_werror_flag" || 6448 6232 test ! -s conftest.err 6449 } && test -s conftest$ac_exeext && { 6450 test "$cross_compiling" = yes || 6451 $as_test_x conftest$ac_exeext 6452 }; then 6233 } && test -s conftest$ac_exeext && 6234 $as_test_x conftest$ac_exeext; then 6453 6235 ac_cv_lib_ipc_shmat=yes 6454 6236 else 6455 $as_echo "$as_me: failed program was:" >&56237 echo "$as_me: failed program was:" >&5 6456 6238 sed 's/^/| /' conftest.$ac_ext >&5 6457 6239 … … 6459 6241 fi 6460 6242 6461 rm -rf conftest.dSYM6462 6243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6463 6244 conftest$ac_exeext conftest.$ac_ext 6464 6245 LIBS=$ac_check_lib_save_LIBS 6465 6246 fi 6466 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&56467 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }6468 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then6247 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 6248 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 6249 if test $ac_cv_lib_ipc_shmat = yes; then 6469 6250 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 6470 6251 fi … … 6482 6263 # libraries we check for below, so use a different variable. 6483 6264 # John Interrante, Karl Berry 6484 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&56485 $as_echo_n "checking for IceConnectionNumber in -lICE..." >&6; }6265 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 6266 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 6486 6267 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 6487 $as_echo_n "(cached)" >&66268 echo $ECHO_N "(cached) $ECHO_C" >&6 6488 6269 else 6489 6270 ac_check_lib_save_LIBS=$LIBS … … 6517 6298 *) ac_try_echo=$ac_try;; 6518 6299 esac 6519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6520 $as_echo "$ac_try_echo") >&5 6300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6521 6301 (eval "$ac_link") 2>conftest.er1 6522 6302 ac_status=$? … … 6524 6304 rm -f conftest.er1 6525 6305 cat conftest.err >&5 6526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6527 6307 (exit $ac_status); } && { 6528 6308 test -z "$ac_c_werror_flag" || 6529 6309 test ! -s conftest.err 6530 } && test -s conftest$ac_exeext && { 6531 test "$cross_compiling" = yes || 6532 $as_test_x conftest$ac_exeext 6533 }; then 6310 } && test -s conftest$ac_exeext && 6311 $as_test_x conftest$ac_exeext; then 6534 6312 ac_cv_lib_ICE_IceConnectionNumber=yes 6535 6313 else 6536 $as_echo "$as_me: failed program was:" >&56314 echo "$as_me: failed program was:" >&5 6537 6315 sed 's/^/| /' conftest.$ac_ext >&5 6538 6316 … … 6540 6318 fi 6541 6319 6542 rm -rf conftest.dSYM6543 6320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6544 6321 conftest$ac_exeext conftest.$ac_ext 6545 6322 LIBS=$ac_check_lib_save_LIBS 6546 6323 fi 6547 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&56548 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }6549 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then6324 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 6325 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 6326 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 6550 6327 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 6551 6328 fi … … 6572 6349 MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd` 6573 6350 if test -z "$MATLAB" ; then 6574 { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&56575 $as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}6351 { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5 6352 echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;} 6576 6353 { (exit 1); exit 1; }; } 6577 6354 fi … … 6581 6358 6582 6359 if test x$ax_enable_matlab != xno ; then 6583 { $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&56584 $as_echo_n "checking for Matlab prefix..." >&6; }6360 { echo "$as_me:$LINENO: checking for Matlab prefix" >&5 6361 echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; } 6585 6362 if test "${ax_cv_matlab+set}" = set; then 6586 $as_echo_n "(cached)" >&66363 echo $ECHO_N "(cached) $ECHO_C" >&6 6587 6364 else 6588 6365 if test "${MATLAB+set}" = set ; then … … 6610 6387 fi 6611 6388 fi 6612 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&56613 $as_echo "$ax_cv_matlab" >&6; }6389 { echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5 6390 echo "${ECHO_T}$ax_cv_matlab" >&6; } 6614 6391 if test "$ax_cv_matlab" = "not found" ; then 6615 6392 unset MATLAB … … 6618 6395 MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'` 6619 6396 fi 6620 { $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&56621 $as_echo_n "checking whether to enable Matlab support..." >&6; }6397 { echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5 6398 echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; } 6622 6399 if test x$ax_enable_matlab != xno ; then 6623 6400 if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then … … 6627 6404 else 6628 6405 # Fail if Matlab was explicitly enabled. 6629 { $as_echo "$as_me:$LINENO: result: failure" >&56630 $as_echo "failure" >&6; }6631 { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&56632 $as_echo "$as_me: error: check your Matlab setup" >&2;}6406 { echo "$as_me:$LINENO: result: failure" >&5 6407 echo "${ECHO_T}failure" >&6; } 6408 { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5 6409 echo "$as_me: error: check your Matlab setup" >&2;} 6633 6410 { (exit 1); exit 1; }; } 6634 6411 fi 6635 6412 fi 6636 { $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&56637 $as_echo "$ax_enable_matlab" >&6; }6413 { echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5 6414 echo "${ECHO_T}$ax_enable_matlab" >&6; } 6638 6415 if test x$ax_enable_matlab = xyes ; then 6639 6416 … … 6670 6447 fi 6671 6448 6672 { $as_echo "$as_me:$LINENO: checking for serial compilation" >&56673 $as_echo_n "checking for serial compilation..." >&6; }6449 { echo "$as_me:$LINENO: checking for serial compilation" >&5 6450 echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; } 6674 6451 if test $SERIAL_VALUE = no; then 6675 6452 NOSERIAL_TRUE= … … 6680 6457 fi 6681 6458 6682 { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&56683 $as_echo "$SERIAL_VALUE" >&6; }6459 { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5 6460 echo "${ECHO_T}$SERIAL_VALUE" >&6; } 6684 6461 6685 6462 … … 6692 6469 fi 6693 6470 6694 { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&56695 $as_echo_n "checking for parallel compilation..." >&6; }6471 { echo "$as_me:$LINENO: checking for parallel compilation" >&5 6472 echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; } 6696 6473 if test $PARALLEL_VALUE = no; then 6697 6474 NOPARALLEL_TRUE= … … 6702 6479 fi 6703 6480 6704 { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&56705 $as_echo "$PARALLEL_VALUE" >&6; }6481 { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5 6482 echo "${ECHO_T}$PARALLEL_VALUE" >&6; } 6706 6483 6707 6484 if test "$SERIAL_VALUE" != "yes" ; then 6708 6485 if test "$PARALLEL_VALUE" != "yes"; then 6709 { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&56710 $as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}6486 { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5 6487 echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;} 6711 6488 { (exit 1); exit 1; }; } 6712 6489 fi … … 6725 6502 if test -d "$MATLAB_ROOT"; then 6726 6503 6727 { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&56728 $as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT..." >&6; }6504 { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5 6505 echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; } 6729 6506 6730 6507 HAVE_MATLAB=yes … … 6745 6522 fi 6746 6523 ;; 6524 *darwin9.6.0*) 6525 MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx" 6526 MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map" 6527 ;; 6528 6747 6529 esac 6748 6530 … … 6758 6540 6759 6541 6760 { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&56761 $as_echo "$HAVE_MATLAB" >&6; }6542 { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5 6543 echo "${ECHO_T}$HAVE_MATLAB" >&6; } 6762 6544 else 6763 6545 HAVE_MATLAB=no … … 6767 6549 if test $HAVE_MATLAB = no; then 6768 6550 if test "$SERIAL_VALUE" = "yes" ; then 6769 { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&56770 $as_echo "$as_me: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&2;}6551 { { echo "$as_me:$LINENO: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&5 6552 echo "$as_me: error: --with-matlab-dir missing. Matlab is needed to run ISSM serially!" >&2;} 6771 6553 { (exit 1); exit 1; }; } 6772 6554 fi … … 6778 6560 6779 6561 6780 { $as_echo "$as_me:$LINENO: checking for Matlab version" >&56781 $as_echo_n "checking for Matlab version..." >&6; }6562 { echo "$as_me:$LINENO: checking for Matlab version" >&5 6563 echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; } 6782 6564 if test "${ax_cv_matlab_version+set}" = set; then 6783 $as_echo_n "(cached)" >&66565 echo $ECHO_N "(cached) $ECHO_C" >&6 6784 6566 else 6785 6567 if test "${MATLAB_VERSION+set}" = set ; then … … 6819 6601 fi 6820 6602 fi 6821 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&56822 $as_echo "$ax_cv_matlab_version" >&6; }6603 { echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5 6604 echo "${ECHO_T}$ax_cv_matlab_version" >&6; } 6823 6605 case $ax_cv_matlab_version in 6824 6606 [1-9].[0-9] | [1-9][0-9].[0-9]) … … 6829 6611 *) 6830 6612 if test x$ax_enable_matlab = xyes ; then 6831 { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&56832 $as_echo "$as_me: error: can not determine Matlab version number" >&2;}6613 { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5 6614 echo "$as_me: error: can not determine Matlab version number" >&2;} 6833 6615 { (exit 1); exit 1; }; } 6834 6616 fi … … 6881 6663 fi 6882 6664 6883 { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&56884 $as_echo_n "checking for Triangle headers and libraries ..." >&6; }6665 { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5 6666 echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; } 6885 6667 if test -d "$TRIANGLE_ROOT"; then 6886 6668 … … 6901 6683 HAVE_TRIANGLE=no 6902 6684 fi 6903 { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&56904 $as_echo "$HAVE_TRIANGLE" >&6; }6905 6906 { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&56907 $as_echo_n "checking for triangle and parallel status..." >&6; }6685 { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5 6686 echo "${ECHO_T}$HAVE_TRIANGLE" >&6; } 6687 6688 { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5 6689 echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; } 6908 6690 if test $HAVE_TRIANGLE = no; then 6909 6691 if test "$SERIAL_VALUE" = "yes" ; then 6910 { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&56911 $as_echo "$as_me: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&2;}6692 { { echo "$as_me:$LINENO: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&5 6693 echo "$as_me: error: --with-triangle-dir missing. Triangle is needed to run ISSM serially!" >&2;} 6912 6694 { (exit 1); exit 1; }; } 6913 6695 fi 6914 6696 fi 6915 { $as_echo "$as_me:$LINENO: result: ok" >&56916 $as_echo "ok" >&6; }6697 { echo "$as_me:$LINENO: result: ok" >&5 6698 echo "${ECHO_T}ok" >&6; } 6917 6699 6918 6700 … … 6924 6706 fi 6925 6707 6926 { $as_echo "$as_me:$LINENO: checking for Dakota " >&56927 $as_echo_n "checking for Dakota ..." >&6; }6708 { echo "$as_me:$LINENO: checking for Dakota " >&5 6709 echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; } 6928 6710 6929 6711 if test -d "$DAKOTA_ROOT"; then … … 6934 6716 6935 6717 6936 6937 6718 cat >>confdefs.h <<\_ACEOF 6938 6719 #define _HAVE_DAKOTA_ 1 … … 6945 6726 HAVE_DAKOTA=no 6946 6727 fi 6947 { $as_echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&56948 $as_echo "$HAVE_DAKOTA" >&6; }6728 { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5 6729 echo "${ECHO_T}$HAVE_DAKOTA" >&6; } 6949 6730 6950 6731 … … 6960 6741 if test -d "$METIS_ROOT"; then 6961 6742 6962 { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&56963 $as_echo_n "checking for Metis headers and libraries in $METIS_ROOT..." >&6; }6743 { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5 6744 echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; } 6964 6745 6965 6746 HAVE_METIS=yes … … 6979 6760 6980 6761 if test $HAVE_METIS = no; then 6981 { { $as_echo "$as_me:$LINENO: error: --with-metis-dir missing. Metis is needed to run ISSM" >&56982 $as_echo "$as_me: error: --with-metis-dir missing. Metis is needed to run ISSM" >&2;}6762 { { echo "$as_me:$LINENO: error: --with-metis-dir missing. Metis is needed to run ISSM" >&5 6763 echo "$as_me: error: --with-metis-dir missing. Metis is needed to run ISSM" >&2;} 6983 6764 { (exit 1); exit 1; }; }; 6984 6765 else 6985 { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&56986 $as_echo "$HAVE_METIS" >&6; }6766 { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5 6767 echo "${ECHO_T}$HAVE_METIS" >&6; } 6987 6768 fi 6988 6769 6989 { $as_echo "$as_me:$LINENO: checking for mpi..." >&56990 $as_echo_n "checking for mpi......" >&6; }6770 { echo "$as_me:$LINENO: checking for mpi..." >&5 6771 echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; } 6991 6772 6992 6773 # Check whether --with-mpi-lib was given. … … 7009 6790 if test -z "$MPILIB" ; then 7010 6791 if test "$PARALLEL_VALUE" = "yes" ; then 7011 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in parallel!" >&57012 $as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in parallel!" >&2;}6792 { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5 6793 echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;} 7013 6794 { (exit 1); exit 1; }; } 7014 6795 fi … … 7016 6797 if test -z "$MPI_INCLUDE" ; then 7017 6798 if test "$PARALLEL_VALUE" = "yes" ; then 7018 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in parallel!" >&57019 $as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in parallel!" >&2;}6799 { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5 6800 echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;} 7020 6801 { (exit 1); exit 1; }; } 7021 6802 fi … … 7038 6819 fi 7039 6820 fi 7040 { $as_echo "$as_me:$LINENO: result: done" >&57041 $as_echo "done" >&6; }6821 { echo "$as_me:$LINENO: result: done" >&5 6822 echo "${ECHO_T}done" >&6; } 7042 6823 7043 6824 … … 7052 6833 if test "$PARALLEL_VALUE" = "yes" ; then 7053 6834 if test "$PETSC_ROOT" = "" ; then 7054 { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&57055 $as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}6835 { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5 6836 echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;} 7056 6837 { (exit 1); exit 1; }; } 7057 6838 fi … … 7069 6850 if test "$PARALLEL_VALUE" = "yes" ; then 7070 6851 if test "$PETSC_ARCH" = "" ; then 7071 { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&57072 $as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}6852 { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5 6853 echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;} 7073 6854 { (exit 1); exit 1; }; } 7074 6855 fi 7075 6856 fi 7076 6857 7077 { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&57078 $as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH..." >&6; }6858 { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5 6859 echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; } 7079 6860 7080 6861 if test -d "$PETSC_ROOT"; then … … 7105 6886 if test $HAVE_PETSC = no; then 7106 6887 if test "$PARALLEL_VALUE" = "yes" ; then 7107 { { $as_echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in parallel!" >&57108 $as_echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in parallel!" >&2;}6888 { { echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&5 6889 echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;} 7109 6890 { (exit 1); exit 1; }; } 7110 6891 fi 7111 6892 else 7112 { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&57113 $as_echo "$HAVE_PETSC" >&6; }6893 { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5 6894 echo "${ECHO_T}$HAVE_PETSC" >&6; } 7114 6895 fi 7115 6896 … … 7124 6905 7125 6906 7126 { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&57127 $as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT..." >&6; }6907 { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5 6908 echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; } 7128 6909 if test -d "$SLEPC_ROOT"; then 7129 6910 … … 7143 6924 HAVE_SLEPC=no 7144 6925 fi 7145 { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&57146 $as_echo "$HAVE_SLEPC" >&6; }6926 { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5 6927 echo "${ECHO_T}$HAVE_SLEPC" >&6; } 7147 6928 7148 6929 … … 7155 6936 7156 6937 7157 { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&57158 $as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT..." >&6; }6938 { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5 6939 echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; } 7159 6940 if test -d "$SCALAPACK_ROOT"; then 7160 6941 … … 7172 6953 HAVE_SCALAPACK=no 7173 6954 fi 7174 { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&57175 $as_echo "$HAVE_SCALAPACK" >&6; }6955 { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5 6956 echo "${ECHO_T}$HAVE_SCALAPACK" >&6; } 7176 6957 7177 6958 … … 7184 6965 7185 6966 7186 { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&57187 $as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT..." >&6; }6967 { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5 6968 echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; } 7188 6969 if test -d "$BLASLAPACK_ROOT"; then 7189 6970 … … 7203 6984 HAVE_BLASLAPACK=no 7204 6985 fi 7205 { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&57206 $as_echo "$HAVE_BLASLAPACK" >&6; }6986 { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5 6987 echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; } 7207 6988 7208 6989 … … 7215 6996 7216 6997 7217 { $as_echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&57218 $as_echo_n "checking for mkl headers and libraries in $MKL_ROOT..." >&6; }6998 { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5 6999 echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; } 7219 7000 if test -d "$MKL_ROOT"; then 7220 7001 … … 7233 7014 HAVE_MKL=no 7234 7015 fi 7235 { $as_echo "$as_me:$LINENO: result: $HAVE_MKL" >&57236 $as_echo "$HAVE_MKL" >&6; }7016 { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5 7017 echo "${ECHO_T}$HAVE_MKL" >&6; } 7237 7018 7238 7019 … … 7245 7026 7246 7027 7247 { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&57248 $as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT..." >&6; }7028 { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5 7029 echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; } 7249 7030 if test -d "$PLAPACK_ROOT"; then 7250 7031 … … 7264 7045 HAVE_PLAPACK=no 7265 7046 fi 7266 { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&57267 $as_echo "$HAVE_PLAPACK" >&6; }7047 { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5 7048 echo "${ECHO_T}$HAVE_PLAPACK" >&6; } 7268 7049 7269 7050 … … 7276 7057 7277 7058 7278 { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&57279 $as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT..." >&6; }7059 { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5 7060 echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; } 7280 7061 if test -d "$MUMPS_ROOT"; then 7281 7062 … … 7294 7075 HAVE_MUMPS=no 7295 7076 fi 7296 { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&57297 $as_echo "$HAVE_MUMPS" >&6; }7077 { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5 7078 echo "${ECHO_T}$HAVE_MUMPS" >&6; } 7298 7079 7299 7080 … … 7306 7087 7307 7088 7308 { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&57309 $as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT..." >&6; }7089 { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5 7090 echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; } 7310 7091 if test -d "$BLACS_ROOT"; then 7311 7092 … … 7324 7105 HAVE_BLACS=no 7325 7106 fi 7326 { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5 7327 $as_echo "$HAVE_BLACS" >&6; } 7328 7329 7330 7107 { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5 7108 echo "${ECHO_T}$HAVE_BLACS" >&6; } 7109 7110 { echo "$as_me:$LINENO: checking for math library..." >&5 7111 echo $ECHO_N "checking for math library...... $ECHO_C" >&6; } 7112 7113 # Check whether --with-math-lib was given. 7114 if test "${with_math_lib+set}" = set; then 7115 withval=$with_math_lib; MATH_LIB=$withval 7116 else 7117 MATH_LIB="" 7118 fi 7119 7120 7121 if test -n "$MATH_LIB" ; then 7122 HAVE_MATH=yes 7123 MATHLIB="$MATH_LIB" 7124 7125 7126 cat >>confdefs.h <<\_ACEOF 7127 #define _HAVE_MATH_ 1 7128 _ACEOF 7129 7130 7131 fi 7132 { echo "$as_me:$LINENO: result: done" >&5 7133 echo "${ECHO_T}done" >&6; } 7134 7135 { echo "$as_me:$LINENO: checking for fortran library..." >&5 7136 echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; } 7137 7138 # Check whether --with-fortran-lib was given. 7139 if test "${with_fortran_lib+set}" = set; then 7140 withval=$with_fortran_lib; FORTRAN_LIB=$withval 7141 else 7142 FORTRAN_LIB="" 7143 fi 7144 7145 7146 if test -n "$FORTRAN_LIB" ; then 7147 HAVE_FORTRAN=yes 7148 FORTRANLIB="$FORTRAN_LIB" 7149 7150 7151 cat >>confdefs.h <<\_ACEOF 7152 #define _HAVE_FORTRAN_ 1 7153 _ACEOF 7154 7155 7156 fi 7157 { echo "$as_me:$LINENO: result: done" >&5 7158 echo "${ECHO_T}done" >&6; } 7331 7159 7332 7160 … … 7360 7188 *${as_nl}*) 7361 7189 case $ac_var in #( 7362 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&57363 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;7190 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 7191 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 7364 7192 esac 7365 7193 case $ac_var in #( 7366 7194 _ | IFS | as_nl) ;; #( 7367 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(7368 7195 *) $as_unset $ac_var ;; 7369 7196 esac ;; … … 7398 7225 if test -w "$cache_file"; then 7399 7226 test "x$cache_file" != "x/dev/null" && 7400 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&57401 $as_echo "$as_me: updating cache $cache_file" >&6;}7227 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 7228 echo "$as_me: updating cache $cache_file" >&6;} 7402 7229 cat confcache >$cache_file 7403 7230 else 7404 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&57405 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}7231 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 7232 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 7406 7233 fi 7407 7234 fi … … 7419 7246 # 1. Remove the extension, and $U if already installed. 7420 7247 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 7421 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`7248 ac_i=`echo "$ac_i" | sed "$ac_script"` 7422 7249 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 7423 7250 # will be set to the directory where LIBOBJS objects are built. … … 7431 7258 7432 7259 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 7433 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.7260 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 7434 7261 Usually this means the macro was only invoked conditionally." >&5 7435 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.7262 echo "$as_me: error: conditional \"AMDEP\" was never defined. 7436 7263 Usually this means the macro was only invoked conditionally." >&2;} 7437 7264 { (exit 1); exit 1; }; } 7438 7265 fi 7439 7266 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 7440 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.7267 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 7441 7268 Usually this means the macro was only invoked conditionally." >&5 7442 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.7269 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 7443 7270 Usually this means the macro was only invoked conditionally." >&2;} 7444 7271 { (exit 1); exit 1; }; } 7445 7272 fi 7446 7273 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 7447 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.7274 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 7448 7275 Usually this means the macro was only invoked conditionally." >&5 7449 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.7276 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 7450 7277 Usually this means the macro was only invoked conditionally." >&2;} 7451 7278 { (exit 1); exit 1; }; } 7452 7279 fi 7453 7280 if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then 7454 { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.7281 { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined. 7455 7282 Usually this means the macro was only invoked conditionally." >&5 7456 $as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.7283 echo "$as_me: error: conditional \"NOSERIAL\" was never defined. 7457 7284 Usually this means the macro was only invoked conditionally." >&2;} 7458 7285 { (exit 1); exit 1; }; } 7459 7286 fi 7460 7287 if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then 7461 { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.7288 { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined. 7462 7289 Usually this means the macro was only invoked conditionally." >&5 7463 $as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.7290 echo "$as_me: error: conditional \"NOPARALLEL\" was never defined. 7464 7291 Usually this means the macro was only invoked conditionally." >&2;} 7465 7292 { (exit 1); exit 1; }; } 7466 7293 fi 7467 7294 if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then 7468 { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.7295 { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined. 7469 7296 Usually this means the macro was only invoked conditionally." >&5 7470 $as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.7297 echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined. 7471 7298 Usually this means the macro was only invoked conditionally." >&2;} 7472 7299 { (exit 1); exit 1; }; } … … 7474 7301 7475 7302 : ${CONFIG_STATUS=./config.status} 7476 ac_write_fail=07477 7303 ac_clean_files_save=$ac_clean_files 7478 7304 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 7479 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&57480 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}7481 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=17305 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 7306 echo "$as_me: creating $CONFIG_STATUS" >&6;} 7307 cat >$CONFIG_STATUS <<_ACEOF 7482 7308 #! $SHELL 7483 7309 # Generated by $as_me. … … 7492 7318 _ACEOF 7493 7319 7494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17320 cat >>$CONFIG_STATUS <<\_ACEOF 7495 7321 ## --------------------- ## 7496 7322 ## M4sh Initialization. ## … … 7502 7328 emulate sh 7503 7329 NULLCMD=: 7504 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which7330 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 7505 7331 # is contrary to our usage. Disable this feature. 7506 7332 alias -g '${1+"$@"}'='"$@"' … … 7524 7350 as_cr_alnum=$as_cr_Letters$as_cr_digits 7525 7351 7526 as_nl='7527 '7528 export as_nl7529 # Printing a long string crashes Solaris 7 /usr/bin/printf.7530 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'7531 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo7532 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo7533 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then7534 as_echo='printf %s\n'7535 as_echo_n='printf %s'7536 else7537 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then7538 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'7539 as_echo_n='/usr/ucb/echo -n'7540 else7541 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'7542 as_echo_n_body='eval7543 arg=$1;7544 case $arg in7545 *"$as_nl"*)7546 expr "X$arg" : "X\\(.*\\)$as_nl";7547 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;7548 esac;7549 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"7550 '7551 export as_echo_n_body7552 as_echo_n='sh -c $as_echo_n_body as_echo'7553 fi7554 export as_echo_body7555 as_echo='sh -c $as_echo_body as_echo'7556 fi7557 7558 7352 # The user is always right. 7559 7353 if test "${PATH_SEPARATOR+set}" != set; then 7560 PATH_SEPARATOR=: 7561 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 7562 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 7563 PATH_SEPARATOR=';' 7564 } 7354 echo "#! /bin/sh" >conf$$.sh 7355 echo "exit 0" >>conf$$.sh 7356 chmod +x conf$$.sh 7357 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 7358 PATH_SEPARATOR=';' 7359 else 7360 PATH_SEPARATOR=: 7361 fi 7362 rm -f conf$$.sh 7565 7363 fi 7566 7364 … … 7578 7376 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 7579 7377 # splitting by setting IFS to empty value.) 7378 as_nl=' 7379 ' 7580 7380 IFS=" "" $as_nl" 7581 7381 … … 7600 7400 fi 7601 7401 if test ! -f "$as_myself"; then 7602 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&27402 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 7603 7403 { (exit 1); exit 1; } 7604 7404 fi … … 7613 7413 7614 7414 # NLS nuisances. 7615 LC_ALL=C 7616 export LC_ALL 7617 LANGUAGE=C 7618 export LANGUAGE 7415 for as_var in \ 7416 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 7417 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 7418 LC_TELEPHONE LC_TIME 7419 do 7420 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 7421 eval $as_var=C; export $as_var 7422 else 7423 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 7424 fi 7425 done 7619 7426 7620 7427 # Required to use basename. … … 7638 7445 X"$0" : 'X\(//\)$' \| \ 7639 7446 X"$0" : 'X\(/\)' \| . 2>/dev/null || 7640 $as_echo X/"$0" |7447 echo X/"$0" | 7641 7448 sed '/^.*\/\([^/][^/]*\)\/*$/{ 7642 7449 s//\1/ … … 7689 7496 ' >$as_me.lineno && 7690 7497 chmod +x "$as_me.lineno" || 7691 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&27498 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 7692 7499 { (exit 1); exit 1; }; } 7693 7500 … … 7717 7524 ECHO_N='-n';; 7718 7525 esac 7526 7719 7527 if expr a : '\(a\)' >/dev/null 2>&1 && 7720 7528 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 7729 7537 else 7730 7538 rm -f conf$$.dir 7731 mkdir conf$$.dir 2>/dev/null 7732 fi 7733 if (echo >conf$$.file) 2>/dev/null; then 7734 if ln -s conf$$.file conf$$ 2>/dev/null; then 7735 as_ln_s='ln -s' 7736 # ... but there are two gotchas: 7737 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7738 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7739 # In both cases, we have to default to `cp -p'. 7740 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7741 as_ln_s='cp -p' 7742 elif ln conf$$.file conf$$ 2>/dev/null; then 7743 as_ln_s=ln 7744 else 7539 mkdir conf$$.dir 7540 fi 7541 echo >conf$$.file 7542 if ln -s conf$$.file conf$$ 2>/dev/null; then 7543 as_ln_s='ln -s' 7544 # ... but there are two gotchas: 7545 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7546 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7547 # In both cases, we have to default to `cp -p'. 7548 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7745 7549 as_ln_s='cp -p' 7746 fi 7550 elif ln conf$$.file conf$$ 2>/dev/null; then 7551 as_ln_s=ln 7747 7552 else 7748 7553 as_ln_s='cp -p' … … 7769 7574 eval sh -c '\'' 7770 7575 if test -d "$1"; then 7771 7576 test -d "$1/."; 7772 7577 else 7773 7578 case $1 in 7774 7579 -*)set "./$1";; 7775 7580 esac; 7776 7581 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 7795 7600 ac_log=" 7796 7601 This file was extended by ISSM $as_me 1.0, which was 7797 generated by GNU Autoconf 2.6 3. Invocation command line was7602 generated by GNU Autoconf 2.61. Invocation command line was 7798 7603 7799 7604 CONFIG_FILES = $CONFIG_FILES … … 7808 7613 _ACEOF 7809 7614 7810 case $ac_config_files in *" 7811 "*) set x $ac_config_files; shift; ac_config_files=$*;; 7812 esac 7813 7814 case $ac_config_headers in *" 7815 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 7816 esac 7817 7818 7819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7615 cat >>$CONFIG_STATUS <<_ACEOF 7820 7616 # Files that config.status was made for. 7821 7617 config_files="$ac_config_files" … … 7825 7621 _ACEOF 7826 7622 7827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17623 cat >>$CONFIG_STATUS <<\_ACEOF 7828 7624 ac_cs_usage="\ 7829 7625 \`$as_me' instantiates files from templates according to the 7830 7626 current configuration. 7831 7627 7832 Usage: $0 [OPTION ]...[FILE]...7628 Usage: $0 [OPTIONS] [FILE]... 7833 7629 7834 7630 -h, --help print this help, then exit 7835 7631 -V, --version print version number and configuration settings, then exit 7836 -q, --quiet, --silent 7837 do not print progress messages 7632 -q, --quiet do not print progress messages 7838 7633 -d, --debug don't remove temporary files 7839 7634 --recheck update $as_me by reconfiguring in the same conditions 7840 7841 7842 7843 7635 --file=FILE[:TEMPLATE] 7636 instantiate the configuration file FILE 7637 --header=FILE[:TEMPLATE] 7638 instantiate the configuration header FILE 7844 7639 7845 7640 Configuration files: … … 7855 7650 7856 7651 _ACEOF 7857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17652 cat >>$CONFIG_STATUS <<_ACEOF 7858 7653 ac_cs_version="\\ 7859 7654 ISSM config.status 1.0 7860 configured by $0, generated by GNU Autoconf 2.6 3,7861 with options \\"` $as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"7862 7863 Copyright (C) 200 8Free Software Foundation, Inc.7655 configured by $0, generated by GNU Autoconf 2.61, 7656 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 7657 7658 Copyright (C) 2006 Free Software Foundation, Inc. 7864 7659 This config.status script is free software; the Free Software Foundation 7865 7660 gives unlimited permission to copy, distribute and modify it." … … 7869 7664 INSTALL='$INSTALL' 7870 7665 MKDIR_P='$MKDIR_P' 7871 AWK='$AWK' 7872 test -n "\$AWK" || AWK=awk 7873 _ACEOF 7874 7875 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 7876 # The default lists apply if the user does not specify any file. 7666 _ACEOF 7667 7668 cat >>$CONFIG_STATUS <<\_ACEOF 7669 # If no file are specified by the user, then we need to provide default 7670 # value. By we need to know if files were specified by the user. 7877 7671 ac_need_defaults=: 7878 7672 while test $# != 0 … … 7896 7690 ac_cs_recheck=: ;; 7897 7691 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 7898 $as_echo "$ac_cs_version"; exit ;;7692 echo "$ac_cs_version"; exit ;; 7899 7693 --debug | --debu | --deb | --de | --d | -d ) 7900 7694 debug=: ;; 7901 7695 --file | --fil | --fi | --f ) 7902 7696 $ac_shift 7903 case $ac_optarg in 7904 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 7905 esac 7906 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 7697 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 7907 7698 ac_need_defaults=false;; 7908 7699 --header | --heade | --head | --hea ) 7909 7700 $ac_shift 7910 case $ac_optarg in 7911 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 7912 esac 7913 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 7701 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 7914 7702 ac_need_defaults=false;; 7915 7703 --he | --h) 7916 7704 # Conflict between --help and --header 7917 { $as_echo "$as_me: error: ambiguous option: $17705 { echo "$as_me: error: ambiguous option: $1 7918 7706 Try \`$0 --help' for more information." >&2 7919 7707 { (exit 1); exit 1; }; };; 7920 7708 --help | --hel | -h ) 7921 $as_echo "$ac_cs_usage"; exit ;;7709 echo "$ac_cs_usage"; exit ;; 7922 7710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 7923 7711 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 7925 7713 7926 7714 # This is an error. 7927 -*) { $as_echo "$as_me: error: unrecognized option: $17715 -*) { echo "$as_me: error: unrecognized option: $1 7928 7716 Try \`$0 --help' for more information." >&2 7929 7717 { (exit 1); exit 1; }; } ;; … … 7944 7732 7945 7733 _ACEOF 7946 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17734 cat >>$CONFIG_STATUS <<_ACEOF 7947 7735 if \$ac_cs_recheck; then 7948 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7949 shift 7950 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 7951 CONFIG_SHELL='$SHELL' 7736 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 7737 CONFIG_SHELL=$SHELL 7952 7738 export CONFIG_SHELL 7953 exec "\$@"7954 fi 7955 7956 _ACEOF 7957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17739 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7740 fi 7741 7742 _ACEOF 7743 cat >>$CONFIG_STATUS <<\_ACEOF 7958 7744 exec 5>>config.log 7959 7745 { … … 7962 7748 ## Running $as_me. ## 7963 7749 _ASBOX 7964 $as_echo "$ac_log"7750 echo "$ac_log" 7965 7751 } >&5 7966 7752 7967 7753 _ACEOF 7968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=17754 cat >>$CONFIG_STATUS <<_ACEOF 7969 7755 # 7970 7756 # INIT-COMMANDS … … 7974 7760 _ACEOF 7975 7761 7976 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=17762 cat >>$CONFIG_STATUS <<\_ACEOF 7977 7763 7978 7764 # Handling of arguments. … … 7988 7774 "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; 7989 7775 7990 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&57991 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}7776 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 7777 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 7992 7778 { (exit 1); exit 1; }; };; 7993 7779 esac … … 8030 7816 } || 8031 7817 { 8032 $as_echo "$as_me: cannot create a temporary directory in ." >&27818 echo "$me: cannot create a temporary directory in ." >&2 8033 7819 { (exit 1); exit 1; } 8034 7820 } 8035 7821 8036 # Set up the scripts for CONFIG_FILES section. 8037 # No need to generate them if there are no CONFIG_FILES. 8038 # This happens for instance with `./config.status config.h'. 7822 # 7823 # Set up the sed scripts for CONFIG_FILES section. 7824 # 7825 7826 # No need to generate the scripts if there are no CONFIG_FILES. 7827 # This happens for instance when ./config.status config.h 8039 7828 if test -n "$CONFIG_FILES"; then 8040 7829 8041 8042 ac_cr=' 8043 ' 8044 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 8045 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 8046 ac_cs_awk_cr='\\r' 8047 else 8048 ac_cs_awk_cr=$ac_cr 8049 fi 8050 8051 echo 'BEGIN {' >"$tmp/subs1.awk" && 8052 _ACEOF 8053 8054 8055 { 8056 echo "cat >conf$$subs.awk <<_ACEOF" && 8057 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 8058 echo "_ACEOF" 8059 } >conf$$subs.sh || 8060 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 8061 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8062 { (exit 1); exit 1; }; } 8063 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 7830 _ACEOF 7831 7832 7833 8064 7834 ac_delim='%!_!# ' 8065 7835 for ac_last_try in false false false false false :; do 8066 . ./conf$$subs.sh || 8067 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 8068 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8069 { (exit 1); exit 1; }; } 8070 8071 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 8072 if test $ac_delim_n = $ac_delim_num; then 7836 cat >conf$$subs.sed <<_ACEOF 7837 SHELL!$SHELL$ac_delim 7838 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 7839 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 7840 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 7841 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 7842 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 7843 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 7844 exec_prefix!$exec_prefix$ac_delim 7845 prefix!$prefix$ac_delim 7846 program_transform_name!$program_transform_name$ac_delim 7847 bindir!$bindir$ac_delim 7848 sbindir!$sbindir$ac_delim 7849 libexecdir!$libexecdir$ac_delim 7850 datarootdir!$datarootdir$ac_delim 7851 datadir!$datadir$ac_delim 7852 sysconfdir!$sysconfdir$ac_delim 7853 sharedstatedir!$sharedstatedir$ac_delim 7854 localstatedir!$localstatedir$ac_delim 7855 includedir!$includedir$ac_delim 7856 oldincludedir!$oldincludedir$ac_delim 7857 docdir!$docdir$ac_delim 7858 infodir!$infodir$ac_delim 7859 htmldir!$htmldir$ac_delim 7860 dvidir!$dvidir$ac_delim 7861 pdfdir!$pdfdir$ac_delim 7862 psdir!$psdir$ac_delim 7863 libdir!$libdir$ac_delim 7864 localedir!$localedir$ac_delim 7865 mandir!$mandir$ac_delim 7866 DEFS!$DEFS$ac_delim 7867 ECHO_C!$ECHO_C$ac_delim 7868 ECHO_N!$ECHO_N$ac_delim 7869 ECHO_T!$ECHO_T$ac_delim 7870 LIBS!$LIBS$ac_delim 7871 build_alias!$build_alias$ac_delim 7872 host_alias!$host_alias$ac_delim 7873 target_alias!$target_alias$ac_delim 7874 build!$build$ac_delim 7875 build_cpu!$build_cpu$ac_delim 7876 build_vendor!$build_vendor$ac_delim 7877 build_os!$build_os$ac_delim 7878 host!$host$ac_delim 7879 host_cpu!$host_cpu$ac_delim 7880 host_vendor!$host_vendor$ac_delim 7881 host_os!$host_os$ac_delim 7882 target!$target$ac_delim 7883 target_cpu!$target_cpu$ac_delim 7884 target_vendor!$target_vendor$ac_delim 7885 target_os!$target_os$ac_delim 7886 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 7887 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 7888 INSTALL_DATA!$INSTALL_DATA$ac_delim 7889 am__isrc!$am__isrc$ac_delim 7890 CYGPATH_W!$CYGPATH_W$ac_delim 7891 PACKAGE!$PACKAGE$ac_delim 7892 VERSION!$VERSION$ac_delim 7893 ACLOCAL!$ACLOCAL$ac_delim 7894 AUTOCONF!$AUTOCONF$ac_delim 7895 AUTOMAKE!$AUTOMAKE$ac_delim 7896 AUTOHEADER!$AUTOHEADER$ac_delim 7897 MAKEINFO!$MAKEINFO$ac_delim 7898 install_sh!$install_sh$ac_delim 7899 STRIP!$STRIP$ac_delim 7900 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 7901 mkdir_p!$mkdir_p$ac_delim 7902 AWK!$AWK$ac_delim 7903 SET_MAKE!$SET_MAKE$ac_delim 7904 am__leading_dot!$am__leading_dot$ac_delim 7905 AMTAR!$AMTAR$ac_delim 7906 am__tar!$am__tar$ac_delim 7907 am__untar!$am__untar$ac_delim 7908 RANLIB!$RANLIB$ac_delim 7909 CC!$CC$ac_delim 7910 CFLAGS!$CFLAGS$ac_delim 7911 LDFLAGS!$LDFLAGS$ac_delim 7912 CPPFLAGS!$CPPFLAGS$ac_delim 7913 ac_ct_CC!$ac_ct_CC$ac_delim 7914 EXEEXT!$EXEEXT$ac_delim 7915 OBJEXT!$OBJEXT$ac_delim 7916 DEPDIR!$DEPDIR$ac_delim 7917 am__include!$am__include$ac_delim 7918 am__quote!$am__quote$ac_delim 7919 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 7920 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 7921 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 7922 CCDEPMODE!$CCDEPMODE$ac_delim 7923 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 7924 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 7925 CXX!$CXX$ac_delim 7926 CXXFLAGS!$CXXFLAGS$ac_delim 7927 ac_ct_CXX!$ac_ct_CXX$ac_delim 7928 CXXDEPMODE!$CXXDEPMODE$ac_delim 7929 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 7930 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 7931 F77!$F77$ac_delim 7932 FFLAGS!$FFLAGS$ac_delim 7933 ac_ct_F77!$ac_ct_F77$ac_delim 7934 _ACEOF 7935 7936 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 8073 7937 break 8074 7938 elif $ac_last_try; then 8075 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&58076 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}7939 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 7940 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8077 7941 { (exit 1); exit 1; }; } 8078 7942 else … … 8080 7944 fi 8081 7945 done 8082 rm -f conf$$subs.sh 8083 8084 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8085 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 8086 _ACEOF 8087 sed -n ' 8088 h 8089 s/^/S["/; s/!.*/"]=/ 8090 p 8091 g 8092 s/^[^!]*!// 8093 :repl 8094 t repl 8095 s/'"$ac_delim"'$// 8096 t delim 8097 :nl 8098 h 8099 s/\(.\{148\}\).*/\1/ 8100 t more1 8101 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 8102 p 8103 n 8104 b repl 8105 :more1 8106 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 8107 p 8108 g 8109 s/.\{148\}// 8110 t nl 8111 :delim 8112 h 8113 s/\(.\{148\}\).*/\1/ 8114 t more2 8115 s/["\\]/\\&/g; s/^/"/; s/$/"/ 8116 p 8117 b 8118 :more2 8119 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 8120 p 8121 g 8122 s/.\{148\}// 8123 t delim 8124 ' <conf$$subs.awk | sed ' 8125 /^[^""]/{ 8126 N 8127 s/\n// 8128 } 8129 ' >>$CONFIG_STATUS || ac_write_fail=1 8130 rm -f conf$$subs.awk 8131 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8132 _ACAWK 8133 cat >>"\$tmp/subs1.awk" <<_ACAWK && 8134 for (key in S) S_is_set[key] = 1 8135 FS = "" 8136 8137 } 8138 { 8139 line = $ 0 8140 nfields = split(line, field, "@") 8141 substed = 0 8142 len = length(field[1]) 8143 for (i = 2; i < nfields; i++) { 8144 key = field[i] 8145 keylen = length(key) 8146 if (S_is_set[key]) { 8147 value = S[key] 8148 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 8149 len += length(value) + length(field[++i]) 8150 substed = 1 8151 } else 8152 len += 1 + keylen 8153 } 8154 8155 print line 8156 } 8157 8158 _ACAWK 8159 _ACEOF 8160 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8161 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 8162 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 8163 else 8164 cat 8165 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 8166 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 8167 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 7946 7947 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 7948 if test -n "$ac_eof"; then 7949 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 7950 ac_eof=`expr $ac_eof + 1` 7951 fi 7952 7953 cat >>$CONFIG_STATUS <<_ACEOF 7954 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 7955 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7956 _ACEOF 7957 sed ' 7958 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 7959 s/^/s,@/; s/!/@,|#_!!_#|/ 7960 :n 7961 t n 7962 s/'"$ac_delim"'$/,g/; t 7963 s/$/\\/; p 7964 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 7965 ' >>$CONFIG_STATUS <conf$$subs.sed 7966 rm -f conf$$subs.sed 7967 cat >>$CONFIG_STATUS <<_ACEOF 7968 CEOF$ac_eof 7969 _ACEOF 7970 7971 7972 ac_delim='%!_!# ' 7973 for ac_last_try in false false false false false :; do 7974 cat >conf$$subs.sed <<_ACEOF 7975 FLIBS!$FLIBS$ac_delim 7976 XMKMF!$XMKMF$ac_delim 7977 CPP!$CPP$ac_delim 7978 X_CFLAGS!$X_CFLAGS$ac_delim 7979 X_PRE_LIBS!$X_PRE_LIBS$ac_delim 7980 X_LIBS!$X_LIBS$ac_delim 7981 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 7982 NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim 7983 NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim 7984 NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim 7985 NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim 7986 MATLABINCL!$MATLABINCL$ac_delim 7987 MEX!$MEX$ac_delim 7988 MEXEXT!$MEXEXT$ac_delim 7989 MEXLIB!$MEXLIB$ac_delim 7990 MEXLINK!$MEXLINK$ac_delim 7991 MATLAB!$MATLAB$ac_delim 7992 MATLAB_VERSION!$MATLAB_VERSION$ac_delim 7993 MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim 7994 MATLAB_MINOR!$MATLAB_MINOR$ac_delim 7995 LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim 7996 LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim 7997 TRIANGLEINCL!$TRIANGLEINCL$ac_delim 7998 TRIANGLELIB!$TRIANGLELIB$ac_delim 7999 DAKOTAINCL!$DAKOTAINCL$ac_delim 8000 DAKOTALIB!$DAKOTALIB$ac_delim 8001 METISINCL!$METISINCL$ac_delim 8002 METISLIB!$METISLIB$ac_delim 8003 MPIINCL!$MPIINCL$ac_delim 8004 MPILIB!$MPILIB$ac_delim 8005 PETSCINCL!$PETSCINCL$ac_delim 8006 PETSCLIB!$PETSCLIB$ac_delim 8007 SLEPCINCL!$SLEPCINCL$ac_delim 8008 SLEPCLIB!$SLEPCLIB$ac_delim 8009 SCALAPACKLIB!$SCALAPACKLIB$ac_delim 8010 BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim 8011 BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim 8012 MKLLIB!$MKLLIB$ac_delim 8013 MKLINCL!$MKLINCL$ac_delim 8014 PLAPACKINCL!$PLAPACKINCL$ac_delim 8015 PLAPACKLIB!$PLAPACKLIB$ac_delim 8016 MUMPSINCL!$MUMPSINCL$ac_delim 8017 MUMPSLIB!$MUMPSLIB$ac_delim 8018 BLACSINCL!$BLACSINCL$ac_delim 8019 BLACSLIB!$BLACSLIB$ac_delim 8020 MATHLIB!$MATHLIB$ac_delim 8021 FORTRANLIB!$FORTRANLIB$ac_delim 8022 LIBOBJS!$LIBOBJS$ac_delim 8023 LTLIBOBJS!$LTLIBOBJS$ac_delim 8024 _ACEOF 8025 8026 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then 8027 break 8028 elif $ac_last_try; then 8029 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 8030 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8168 8031 { (exit 1); exit 1; }; } 8169 _ACEOF 8032 else 8033 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8034 fi 8035 done 8036 8037 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 8038 if test -n "$ac_eof"; then 8039 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 8040 ac_eof=`expr $ac_eof + 1` 8041 fi 8042 8043 cat >>$CONFIG_STATUS <<_ACEOF 8044 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 8045 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 8046 _ACEOF 8047 sed ' 8048 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 8049 s/^/s,@/; s/!/@,|#_!!_#|/ 8050 :n 8051 t n 8052 s/'"$ac_delim"'$/,g/; t 8053 s/$/\\/; p 8054 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 8055 ' >>$CONFIG_STATUS <conf$$subs.sed 8056 rm -f conf$$subs.sed 8057 cat >>$CONFIG_STATUS <<_ACEOF 8058 :end 8059 s/|#_!!_#|//g 8060 CEOF$ac_eof 8061 _ACEOF 8062 8170 8063 8171 8064 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 8184 8077 fi 8185 8078 8186 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18079 cat >>$CONFIG_STATUS <<\_ACEOF 8187 8080 fi # test -n "$CONFIG_FILES" 8188 8081 8189 # Set up the scripts for CONFIG_HEADERS section. 8190 # No need to generate them if there are no CONFIG_HEADERS. 8191 # This happens for instance with `./config.status Makefile'. 8192 if test -n "$CONFIG_HEADERS"; then 8193 cat >"$tmp/defines.awk" <<\_ACAWK || 8194 BEGIN { 8195 _ACEOF 8196 8197 # Transform confdefs.h into an awk script `defines.awk', embedded as 8198 # here-document in config.status, that substitutes the proper values into 8199 # config.h.in to produce config.h. 8200 8201 # Create a delimiter string that does not exist in confdefs.h, to ease 8202 # handling of long lines. 8203 ac_delim='%!_!# ' 8204 for ac_last_try in false false :; do 8205 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 8206 if test -z "$ac_t"; then 8207 break 8208 elif $ac_last_try; then 8209 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 8210 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 8211 { (exit 1); exit 1; }; } 8212 else 8213 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8214 fi 8215 done 8216 8217 # For the awk script, D is an array of macro values keyed by name, 8218 # likewise P contains macro parameters if any. Preserve backslash 8219 # newline sequences. 8220 8221 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8222 sed -n ' 8223 s/.\{148\}/&'"$ac_delim"'/g 8224 t rset 8225 :rset 8226 s/^[ ]*#[ ]*define[ ][ ]*/ / 8227 t def 8228 d 8229 :def 8230 s/\\$// 8231 t bsnl 8232 s/["\\]/\\&/g 8233 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 8234 D["\1"]=" \3"/p 8235 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 8236 d 8237 :bsnl 8238 s/["\\]/\\&/g 8239 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 8240 D["\1"]=" \3\\\\\\n"\\/p 8241 t cont 8242 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 8243 t cont 8244 d 8245 :cont 8246 n 8247 s/.\{148\}/&'"$ac_delim"'/g 8248 t clear 8249 :clear 8250 s/\\$// 8251 t bsnlc 8252 s/["\\]/\\&/g; s/^/"/; s/$/"/p 8253 d 8254 :bsnlc 8255 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 8256 b cont 8257 ' <confdefs.h | sed ' 8258 s/'"$ac_delim"'/"\\\ 8259 "/g' >>$CONFIG_STATUS || ac_write_fail=1 8260 8261 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8262 for (key in D) D_is_set[key] = 1 8263 FS = "" 8264 } 8265 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 8266 line = \$ 0 8267 split(line, arg, " ") 8268 if (arg[1] == "#") { 8269 defundef = arg[2] 8270 mac1 = arg[3] 8271 } else { 8272 defundef = substr(arg[1], 2) 8273 mac1 = arg[2] 8274 } 8275 split(mac1, mac2, "(") #) 8276 macro = mac2[1] 8277 prefix = substr(line, 1, index(line, defundef) - 1) 8278 if (D_is_set[macro]) { 8279 # Preserve the white space surrounding the "#". 8280 print prefix "define", macro P[macro] D[macro] 8281 next 8282 } else { 8283 # Replace #undef with comments. This is necessary, for example, 8284 # in the case of _POSIX_SOURCE, which is predefined and required 8285 # on some systems where configure will not decide to define it. 8286 if (defundef == "undef") { 8287 print "/*", prefix defundef, macro, "*/" 8288 next 8289 } 8290 } 8291 } 8292 { print } 8293 _ACAWK 8294 _ACEOF 8295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 8296 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 8297 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 8298 { (exit 1); exit 1; }; } 8299 fi # test -n "$CONFIG_HEADERS" 8300 8301 8302 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 8303 shift 8304 for ac_tag 8082 8083 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 8305 8084 do 8306 8085 case $ac_tag in … … 8309 8088 case $ac_mode$ac_tag in 8310 8089 :[FHL]*:*);; 8311 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&58312 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}8090 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 8091 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 8313 8092 { (exit 1); exit 1; }; };; 8314 8093 :[FH]-) ac_tag=-:-;; … … 8339 8118 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8340 8119 esac || 8341 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&58342 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}8120 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 8121 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 8343 8122 { (exit 1); exit 1; }; };; 8344 8123 esac 8345 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 8346 ac_file_inputs="$ac_file_inputs '$ac_f'" 8124 ac_file_inputs="$ac_file_inputs $ac_f" 8347 8125 done 8348 8126 … … 8350 8128 # use $as_me), people would be surprised to read: 8351 8129 # /* config.h. Generated by config.status. */ 8352 configure_input='Generated from '` 8353 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 8354 `' by configure.' 8130 configure_input="Generated from "`IFS=: 8131 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 8355 8132 if test x"$ac_file" != x-; then 8356 8133 configure_input="$ac_file. $configure_input" 8357 { $as_echo "$as_me:$LINENO: creating $ac_file" >&58358 $as_echo "$as_me: creating $ac_file" >&6;}8134 { echo "$as_me:$LINENO: creating $ac_file" >&5 8135 echo "$as_me: creating $ac_file" >&6;} 8359 8136 fi 8360 # Neutralize special characters interpreted by sed in replacement strings.8361 case $configure_input in #(8362 *\&* | *\|* | *\\* )8363 ac_sed_conf_input=`$as_echo "$configure_input" |8364 sed 's/[\\\\&|]/\\\\&/g'`;; #(8365 *) ac_sed_conf_input=$configure_input;;8366 esac8367 8137 8368 8138 case $ac_tag in 8369 *:-:* | *:-) cat >"$tmp/stdin" \ 8370 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8371 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8372 { (exit 1); exit 1; }; } ;; 8139 *:-:* | *:-) cat >"$tmp/stdin";; 8373 8140 esac 8374 8141 ;; … … 8380 8147 X"$ac_file" : 'X\(//\)$' \| \ 8381 8148 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 8382 $as_echo X"$ac_file" |8149 echo X"$ac_file" | 8383 8150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8384 8151 s//\1/ … … 8406 8173 while :; do 8407 8174 case $as_dir in #( 8408 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(8175 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8409 8176 *) as_qdir=$as_dir;; 8410 8177 esac … … 8415 8182 X"$as_dir" : 'X\(//\)$' \| \ 8416 8183 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8417 $as_echo X"$as_dir" |8184 echo X"$as_dir" | 8418 8185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8419 8186 s//\1/ … … 8436 8203 done 8437 8204 test -z "$as_dirs" || eval "mkdir $as_dirs" 8438 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&58439 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}8205 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8206 echo "$as_me: error: cannot create directory $as_dir" >&2;} 8440 8207 { (exit 1); exit 1; }; }; } 8441 8208 ac_builddir=. … … 8444 8211 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 8445 8212 *) 8446 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`8213 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8447 8214 # A ".." for each directory in $ac_dir_suffix. 8448 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`8215 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 8449 8216 case $ac_top_builddir_sub in 8450 8217 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 8491 8258 _ACEOF 8492 8259 8493 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18260 cat >>$CONFIG_STATUS <<\_ACEOF 8494 8261 # If the template does not know about datarootdir, expand it. 8495 8262 # FIXME: This hack should be removed a few years after 2.60. 8496 8263 ac_datarootdir_hack=; ac_datarootdir_seen= 8497 8264 8498 ac_sed_dataroot=' 8499 /datarootdir/ { 8265 case `sed -n '/datarootdir/ { 8500 8266 p 8501 8267 q … … 8506 8272 /@localedir@/p 8507 8273 /@mandir@/p 8508 ' 8509 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 8274 ' $ac_file_inputs` in 8510 8275 *datarootdir*) ac_datarootdir_seen=yes;; 8511 8276 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 8512 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&58513 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}8514 _ACEOF 8515 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=18277 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 8278 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 8279 _ACEOF 8280 cat >>$CONFIG_STATUS <<_ACEOF 8516 8281 ac_datarootdir_hack=' 8517 8282 s&@datadir@&$datadir&g … … 8527 8292 # Shell code in configure.ac might set extrasub. 8528 8293 # FIXME: do we really want to maintain this feature? 8529 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=18530 ac_sed_extra="$ac_vpsub8294 cat >>$CONFIG_STATUS <<_ACEOF 8295 sed "$ac_vpsub 8531 8296 $extrasub 8532 8297 _ACEOF 8533 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=18298 cat >>$CONFIG_STATUS <<\_ACEOF 8534 8299 :t 8535 8300 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 8536 s |@configure_input@|$ac_sed_conf_input|;t t8301 s&@configure_input@&$configure_input&;t t 8537 8302 s&@top_builddir@&$ac_top_builddir_sub&;t t 8538 s&@top_build_prefix@&$ac_top_build_prefix&;t t8539 8303 s&@srcdir@&$ac_srcdir&;t t 8540 8304 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 8547 8311 s&@MKDIR_P@&$ac_MKDIR_P&;t t 8548 8312 $ac_datarootdir_hack 8549 " 8550 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 8551 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8552 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8553 { (exit 1); exit 1; }; } 8313 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 8554 8314 8555 8315 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8556 8316 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8557 8317 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8558 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'8318 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8559 8319 which seems to be undefined. Please make sure it is defined." >&5 8560 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'8320 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8561 8321 which seems to be undefined. Please make sure it is defined." >&2;} 8562 8322 8563 8323 rm -f "$tmp/stdin" 8564 8324 case $ac_file in 8565 -) cat "$tmp/out" && rm -f "$tmp/out";; 8566 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 8567 esac \ 8568 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8569 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8570 { (exit 1); exit 1; }; } 8325 -) cat "$tmp/out"; rm -f "$tmp/out";; 8326 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 8327 esac 8571 8328 ;; 8572 8329 :H) … … 8574 8331 # CONFIG_HEADER 8575 8332 # 8333 _ACEOF 8334 8335 # Transform confdefs.h into a sed script `conftest.defines', that 8336 # substitutes the proper values into config.h.in to produce config.h. 8337 rm -f conftest.defines conftest.tail 8338 # First, append a space to every undef/define line, to ease matching. 8339 echo 's/$/ /' >conftest.defines 8340 # Then, protect against being on the right side of a sed subst, or in 8341 # an unquoted here document, in config.status. If some macros were 8342 # called several times there might be several #defines for the same 8343 # symbol, which is useless. But do not sort them, since the last 8344 # AC_DEFINE must be honored. 8345 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8346 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 8347 # NAME is the cpp macro being defined, VALUE is the value it is being given. 8348 # PARAMS is the parameter list in the macro definition--in most cases, it's 8349 # just an empty string. 8350 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 8351 ac_dB='\\)[ (].*,\\1define\\2' 8352 ac_dC=' ' 8353 ac_dD=' ,' 8354 8355 uniq confdefs.h | 8356 sed -n ' 8357 t rset 8358 :rset 8359 s/^[ ]*#[ ]*define[ ][ ]*// 8360 t ok 8361 d 8362 :ok 8363 s/[\\&,]/\\&/g 8364 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 8365 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 8366 ' >>conftest.defines 8367 8368 # Remove the space that was appended to ease matching. 8369 # Then replace #undef with comments. This is necessary, for 8370 # example, in the case of _POSIX_SOURCE, which is predefined and required 8371 # on some systems where configure will not decide to define it. 8372 # (The regexp can be short, since the line contains either #define or #undef.) 8373 echo 's/ $// 8374 s,^[ #]*u.*,/* & */,' >>conftest.defines 8375 8376 # Break up conftest.defines: 8377 ac_max_sed_lines=50 8378 8379 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 8380 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 8381 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 8382 # et cetera. 8383 ac_in='$ac_file_inputs' 8384 ac_out='"$tmp/out1"' 8385 ac_nxt='"$tmp/out2"' 8386 8387 while : 8388 do 8389 # Write a here document: 8390 cat >>$CONFIG_STATUS <<_ACEOF 8391 # First, check the format of the line: 8392 cat >"\$tmp/defines.sed" <<\\CEOF 8393 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 8394 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 8395 b 8396 :def 8397 _ACEOF 8398 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 8399 echo 'CEOF 8400 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 8401 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 8402 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 8403 grep . conftest.tail >/dev/null || break 8404 rm -f conftest.defines 8405 mv conftest.tail conftest.defines 8406 done 8407 rm -f conftest.defines conftest.tail 8408 8409 echo "ac_result=$ac_in" >>$CONFIG_STATUS 8410 cat >>$CONFIG_STATUS <<\_ACEOF 8576 8411 if test x"$ac_file" != x-; then 8577 { 8578 $as_echo "/* $configure_input */" \ 8579 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 8580 } >"$tmp/config.h" \ 8581 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8582 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8583 { (exit 1); exit 1; }; } 8584 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 8585 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8586 $as_echo "$as_me: $ac_file is unchanged" >&6;} 8412 echo "/* $configure_input */" >"$tmp/config.h" 8413 cat "$ac_result" >>"$tmp/config.h" 8414 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 8415 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8416 echo "$as_me: $ac_file is unchanged" >&6;} 8587 8417 else 8588 rm -f "$ac_file" 8589 mv "$tmp/config.h" "$ac_file" \ 8590 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 8591 $as_echo "$as_me: error: could not create $ac_file" >&2;} 8592 { (exit 1); exit 1; }; } 8418 rm -f $ac_file 8419 mv "$tmp/config.h" $ac_file 8593 8420 fi 8594 8421 else 8595 $as_echo "/* $configure_input */" \ 8596 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 8597 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 8598 $as_echo "$as_me: error: could not create -" >&2;} 8599 { (exit 1); exit 1; }; } 8422 echo "/* $configure_input */" 8423 cat "$ac_result" 8600 8424 fi 8601 # Compute "$ac_file"'s index in $config_headers. 8602 _am_arg="$ac_file" 8425 rm -f "$tmp/out12" 8426 # Compute $ac_file's index in $config_headers. 8603 8427 _am_stamp_count=1 8604 8428 for _am_header in $config_headers :; do 8605 8429 case $_am_header in 8606 $ _am_arg | $_am_arg:* )8430 $ac_file | $ac_file:* ) 8607 8431 break ;; 8608 8432 * ) … … 8610 8434 esac 8611 8435 done 8612 echo "timestamp for $ _am_arg" >`$as_dirname -- "$_am_arg"||8613 $as_expr X "$_am_arg": 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \8614 X "$_am_arg": 'X\(//\)[^/]' \| \8615 X "$_am_arg": 'X\(//\)$' \| \8616 X "$_am_arg": 'X\(/\)' \| . 2>/dev/null ||8617 $as_echo X"$_am_arg"|8436 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 8437 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8438 X$ac_file : 'X\(//\)[^/]' \| \ 8439 X$ac_file : 'X\(//\)$' \| \ 8440 X$ac_file : 'X\(/\)' \| . 2>/dev/null || 8441 echo X$ac_file | 8618 8442 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8619 8443 s//\1/ … … 8635 8459 ;; 8636 8460 8637 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&58638 $as_echo "$as_me: executing $ac_file commands" >&6;}8461 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 8462 echo "$as_me: executing $ac_file commands" >&6;} 8639 8463 ;; 8640 8464 esac … … 8642 8466 8643 8467 case $ac_file$ac_mode in 8644 "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 8645 # are listed without --file. Let's play safe and only enable the eval 8646 # if we detect the quoting. 8647 case $CONFIG_FILES in 8648 *\'*) eval set x "$CONFIG_FILES" ;; 8649 *) set x $CONFIG_FILES ;; 8650 esac 8651 shift 8652 for mf 8653 do 8468 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 8654 8469 # Strip MF so we end up with the name of the file. 8655 8470 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 8661 8476 # Grep'ing the whole file is not good either: AIX grep has a line 8662 8477 # limit of 2048, but all sed's we know have understand at least 4000. 8663 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then8478 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 8664 8479 dirpart=`$as_dirname -- "$mf" || 8665 8480 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ … … 8667 8482 X"$mf" : 'X\(//\)$' \| \ 8668 8483 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 8669 $as_echo X"$mf" |8484 echo X"$mf" | 8670 8485 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8671 8486 s//\1/ … … 8711 8526 X"$file" : 'X\(//\)$' \| \ 8712 8527 X"$file" : 'X\(/\)' \| . 2>/dev/null || 8713 $as_echo X"$file" |8528 echo X"$file" | 8714 8529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8715 8530 s//\1/ … … 8737 8552 while :; do 8738 8553 case $as_dir in #( 8739 *\'*) as_qdir=` $as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(8554 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8740 8555 *) as_qdir=$as_dir;; 8741 8556 esac … … 8746 8561 X"$as_dir" : 'X\(//\)$' \| \ 8747 8562 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8748 $as_echo X"$as_dir" |8563 echo X"$as_dir" | 8749 8564 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8750 8565 s//\1/ … … 8767 8582 done 8768 8583 test -z "$as_dirs" || eval "mkdir $as_dirs" 8769 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&58770 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}8584 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8585 echo "$as_me: error: cannot create directory $as_dir" >&2;} 8771 8586 { (exit 1); exit 1; }; }; } 8772 8587 # echo "creating $dirpart/$file" … … 8784 8599 chmod +x $CONFIG_STATUS 8785 8600 ac_clean_files=$ac_clean_files_save 8786 8787 test $ac_write_fail = 0 ||8788 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&58789 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}8790 { (exit 1); exit 1; }; }8791 8601 8792 8602 … … 8811 8621 $ac_cs_success || { (exit 1); exit 1; } 8812 8622 fi 8813 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 8814 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 8815 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8816 fi 8817 8818 8623 8624 -
issm/trunk/externalpackages/dakota/install.sh
r1358 r1378 78 78 #Install dakota 79 79 make -j $NUMCPUS install 80 81 82 #Weird behaviour of Dakota: libamplsolver.a and amplsolver.a are not the same thing! 83 cd install/lib 84 mv libamplsolver.a libamplsolver.a.bak 85 ln -s ../../src/packages/ampl/amplsolver.a ./libamplsolver.a -
issm/trunk/externalpackages/petsc/configs/mac/configure.sh
r1358 r1378 1 1 #!/bin/bash 2 echo $ISSM_DIR 3 ./config/configure.py --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=1 --download-mumps=yes --download-scalapack=yes --download-blas=yes --download-f-blas-lapack=yes --with-mpi=0; 4 2 ./config/configure.py --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS="-I$ISSM_DIR/externalpackages/mpich2/install/include -L$ISSM_DIR/externalpackages/mpich2/install/lib -lmpich -lpmpich" --download-plapack=yes -
issm/trunk/m4/issm_options.m4
r1062 r1378 67 67 fi 68 68 ;; 69 *darwin9.6.0*) 70 MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx" 71 MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map" 72 ;; 73 69 74 esac 70 75 … … 148 153 DAKOTAINCL=-I$DAKOTA_ROOT/include 149 154 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs -levidence -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -lopt -lpsuade -lnewmat -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver " 150 151 155 152 156 AC_DEFINE([_HAVE_DAKOTA_],[1],[with Dakota in ISSM src]) … … 434 438 AC_MSG_RESULT($HAVE_BLACS) 435 439 436 437 440 dnl math library option 441 AC_MSG_CHECKING(for math library...) 442 AC_ARG_WITH([math-lib], 443 AS_HELP_STRING([--with-math-lib = otions], 444 [math options, for ex: "/usr/lib/libm.a]), 445 [MATH_LIB=$withval],[MATH_LIB=""]) 446 447 dnl check that --with-math-lib may have been provided 448 if test -n "$MATH_LIB" ; then 449 HAVE_MATH=yes 450 MATHLIB="$MATH_LIB" 451 452 AC_DEFINE([_HAVE_MATH_],[1],[with MATH in ISSM src]) 453 AC_SUBST([MATHLIB]) 454 fi 455 AC_MSG_RESULT(done) 456 457 dnl fortran library option 458 AC_MSG_CHECKING(for fortran library...) 459 AC_ARG_WITH([fortran-lib], 460 AS_HELP_STRING([--with-fortran-lib = options], 461 [fortran options, for ex: "/usr/lib/gfortran.a]), 462 [FORTRAN_LIB=$withval],[FORTRAN_LIB=""]) 463 464 dnl check that --with-fortran-lib may have been provided 465 if test -n "$FORTRAN_LIB" ; then 466 HAVE_FORTRAN=yes 467 FORTRANLIB="$FORTRAN_LIB" 468 469 AC_DEFINE([_HAVE_FORTRAN_],[1],[with FORTRAN in ISSM src]) 470 AC_SUBST([FORTRANLIB]) 471 fi 472 AC_MSG_RESULT(done) 438 473 439 474 ]) -
issm/trunk/src/c/Makefile.am
r1265 r1378 290 290 291 291 292 libISSM_a_CXXFLAGS = -fPIC -DMATLAB -D_SERIAL_ -ansi -D_GNU_SOURCE -fno-omit-frame-pointer -pthread -D_CPP_ 292 libISSM_a_CXXFLAGS = -fPIC -DMATLAB -D_SERIAL_ -ansi -D_GNU_SOURCE -fno-omit-frame-pointer -pthread -D_CPP_ -m32 293 293 if LARGEARRAYS 294 294 libISSM_a_CXXFLAGS += -D__GCC4BUILD__ -
issm/trunk/src/mex/Makefile.am
r1172 r1378 54 54 endif 55 55 56 LDADD = $(MEXLIB) $(TRIANGLELIB) $(PETSCLIB) ../c/libISSM.a $(DAKOTALIB) $(METISLIB) $(FLIBS) 56 57 LDADD = $(TRIANGLELIB) $(PETSCLIB) ../c/libISSM.a $(METISLIB) $(FLIBS) $(PLAPACKLIB) $(SCALAPACKLIB) $(BLASLAPACKLIB) $(MUMPSLIB) $(BLACSLIB) $(DAKOTALIB) $(MPILIB) $(MEXLIB) $(MATHLIB) $(FORTRANLIB) 57 58 58 59 AM_LDFLAGS = $(MEXLINK)
Note:
See TracChangeset
for help on using the changeset viewer.