configure
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:691k
源码类别:

网格计算

开发平台:

Java

  1.   echo "$as_me: failed program was:" >&5
  2. sed 's/^/| /' conftest.$ac_ext >&5
  3. ac_cv_lib_dl_dlopen=no
  4. fi
  5. rm -f conftest.err conftest.$ac_objext 
  6.       conftest$ac_exeext conftest.$ac_ext
  7. LIBS=$ac_check_lib_save_LIBS
  8. fi
  9. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  10. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  11. if test $ac_cv_lib_dl_dlopen = yes; then
  12.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  13. else
  14.   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  15. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
  16. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  17.   echo $ECHO_N "(cached) $ECHO_C" >&6
  18. else
  19.   ac_check_lib_save_LIBS=$LIBS
  20. LIBS="-lsvld  $LIBS"
  21. cat >conftest.$ac_ext <<_ACEOF
  22. /* confdefs.h.  */
  23. _ACEOF
  24. cat confdefs.h >>conftest.$ac_ext
  25. cat >>conftest.$ac_ext <<_ACEOF
  26. /* end confdefs.h.  */
  27. /* Override any gcc2 internal prototype to avoid an error.  */
  28. #ifdef __cplusplus
  29. extern "C"
  30. #endif
  31. /* We use char because int might match the return type of a gcc2
  32.    builtin and then its argument prototype would still apply.  */
  33. char dlopen ();
  34. int
  35. main ()
  36. {
  37. dlopen ();
  38.   ;
  39.   return 0;
  40. }
  41. _ACEOF
  42. rm -f conftest.$ac_objext conftest$ac_exeext
  43. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  44.   (eval $ac_link) 2>conftest.er1
  45.   ac_status=$?
  46.   grep -v '^ *+' conftest.er1 >conftest.err
  47.   rm -f conftest.er1
  48.   cat conftest.err >&5
  49.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  50.   (exit $ac_status); } &&
  51.  { ac_try='test -z "$ac_c_werror_flag"
  52.  || test ! -s conftest.err'
  53.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  54.   (eval $ac_try) 2>&5
  55.   ac_status=$?
  56.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  57.   (exit $ac_status); }; } &&
  58.  { ac_try='test -s conftest$ac_exeext'
  59.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  60.   (eval $ac_try) 2>&5
  61.   ac_status=$?
  62.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  63.   (exit $ac_status); }; }; then
  64.   ac_cv_lib_svld_dlopen=yes
  65. else
  66.   echo "$as_me: failed program was:" >&5
  67. sed 's/^/| /' conftest.$ac_ext >&5
  68. ac_cv_lib_svld_dlopen=no
  69. fi
  70. rm -f conftest.err conftest.$ac_objext 
  71.       conftest$ac_exeext conftest.$ac_ext
  72. LIBS=$ac_check_lib_save_LIBS
  73. fi
  74. echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  75. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
  76. if test $ac_cv_lib_svld_dlopen = yes; then
  77.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  78. else
  79.   echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  80. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
  81. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  82.   echo $ECHO_N "(cached) $ECHO_C" >&6
  83. else
  84.   ac_check_lib_save_LIBS=$LIBS
  85. LIBS="-ldld  $LIBS"
  86. cat >conftest.$ac_ext <<_ACEOF
  87. /* confdefs.h.  */
  88. _ACEOF
  89. cat confdefs.h >>conftest.$ac_ext
  90. cat >>conftest.$ac_ext <<_ACEOF
  91. /* end confdefs.h.  */
  92. /* Override any gcc2 internal prototype to avoid an error.  */
  93. #ifdef __cplusplus
  94. extern "C"
  95. #endif
  96. /* We use char because int might match the return type of a gcc2
  97.    builtin and then its argument prototype would still apply.  */
  98. char dld_link ();
  99. int
  100. main ()
  101. {
  102. dld_link ();
  103.   ;
  104.   return 0;
  105. }
  106. _ACEOF
  107. rm -f conftest.$ac_objext conftest$ac_exeext
  108. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  109.   (eval $ac_link) 2>conftest.er1
  110.   ac_status=$?
  111.   grep -v '^ *+' conftest.er1 >conftest.err
  112.   rm -f conftest.er1
  113.   cat conftest.err >&5
  114.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  115.   (exit $ac_status); } &&
  116.  { ac_try='test -z "$ac_c_werror_flag"
  117.  || test ! -s conftest.err'
  118.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  119.   (eval $ac_try) 2>&5
  120.   ac_status=$?
  121.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  122.   (exit $ac_status); }; } &&
  123.  { ac_try='test -s conftest$ac_exeext'
  124.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  125.   (eval $ac_try) 2>&5
  126.   ac_status=$?
  127.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  128.   (exit $ac_status); }; }; then
  129.   ac_cv_lib_dld_dld_link=yes
  130. else
  131.   echo "$as_me: failed program was:" >&5
  132. sed 's/^/| /' conftest.$ac_ext >&5
  133. ac_cv_lib_dld_dld_link=no
  134. fi
  135. rm -f conftest.err conftest.$ac_objext 
  136.       conftest$ac_exeext conftest.$ac_ext
  137. LIBS=$ac_check_lib_save_LIBS
  138. fi
  139. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  140. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
  141. if test $ac_cv_lib_dld_dld_link = yes; then
  142.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  143. fi
  144. fi
  145. fi
  146. fi
  147. fi
  148. fi
  149.     ;;
  150.   esac
  151.   if test "x$lt_cv_dlopen" != xno; then
  152.     enable_dlopen=yes
  153.   else
  154.     enable_dlopen=no
  155.   fi
  156.   case $lt_cv_dlopen in
  157.   dlopen)
  158.     save_CPPFLAGS="$CPPFLAGS"
  159.     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  160.     save_LDFLAGS="$LDFLAGS"
  161.     eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  162.     save_LIBS="$LIBS"
  163.     LIBS="$lt_cv_dlopen_libs $LIBS"
  164.     echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  165. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
  166. if test "${lt_cv_dlopen_self+set}" = set; then
  167.   echo $ECHO_N "(cached) $ECHO_C" >&6
  168. else
  169.      if test "$cross_compiling" = yes; then :
  170.   lt_cv_dlopen_self=cross
  171. else
  172.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  173.   lt_status=$lt_dlunknown
  174.   cat > conftest.$ac_ext <<EOF
  175. #line 18666 "configure"
  176. #include "confdefs.h"
  177. #if HAVE_DLFCN_H
  178. #include <dlfcn.h>
  179. #endif
  180. #include <stdio.h>
  181. #ifdef RTLD_GLOBAL
  182. #  define LT_DLGLOBAL RTLD_GLOBAL
  183. #else
  184. #  ifdef DL_GLOBAL
  185. #    define LT_DLGLOBAL DL_GLOBAL
  186. #  else
  187. #    define LT_DLGLOBAL 0
  188. #  endif
  189. #endif
  190. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  191.    find out it does not work in some platform. */
  192. #ifndef LT_DLLAZY_OR_NOW
  193. #  ifdef RTLD_LAZY
  194. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  195. #  else
  196. #    ifdef DL_LAZY
  197. #      define LT_DLLAZY_OR_NOW DL_LAZY
  198. #    else
  199. #      ifdef RTLD_NOW
  200. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  201. #      else
  202. #        ifdef DL_NOW
  203. #          define LT_DLLAZY_OR_NOW DL_NOW
  204. #        else
  205. #          define LT_DLLAZY_OR_NOW 0
  206. #        endif
  207. #      endif
  208. #    endif
  209. #  endif
  210. #endif
  211. #ifdef __cplusplus
  212. extern "C" void exit (int);
  213. #endif
  214. void fnord() { int i=42;}
  215. int main ()
  216. {
  217.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  218.   int status = $lt_dlunknown;
  219.   if (self)
  220.     {
  221.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  222.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  223.       /* dlclose (self); */
  224.     }
  225.     exit (status);
  226. }
  227. EOF
  228.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  229.   (eval $ac_link) 2>&5
  230.   ac_status=$?
  231.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  232.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  233.     (./conftest; exit; ) 2>/dev/null
  234.     lt_status=$?
  235.     case x$lt_status in
  236.       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  237.       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  238.       x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
  239.     esac
  240.   else :
  241.     # compilation failed
  242.     lt_cv_dlopen_self=no
  243.   fi
  244. fi
  245. rm -fr conftest*
  246. fi
  247. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  248. echo "${ECHO_T}$lt_cv_dlopen_self" >&6
  249.     if test "x$lt_cv_dlopen_self" = xyes; then
  250.       LDFLAGS="$LDFLAGS $link_static_flag"
  251.       echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  252. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
  253. if test "${lt_cv_dlopen_self_static+set}" = set; then
  254.   echo $ECHO_N "(cached) $ECHO_C" >&6
  255. else
  256.      if test "$cross_compiling" = yes; then :
  257.   lt_cv_dlopen_self_static=cross
  258. else
  259.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  260.   lt_status=$lt_dlunknown
  261.   cat > conftest.$ac_ext <<EOF
  262. #line 18764 "configure"
  263. #include "confdefs.h"
  264. #if HAVE_DLFCN_H
  265. #include <dlfcn.h>
  266. #endif
  267. #include <stdio.h>
  268. #ifdef RTLD_GLOBAL
  269. #  define LT_DLGLOBAL RTLD_GLOBAL
  270. #else
  271. #  ifdef DL_GLOBAL
  272. #    define LT_DLGLOBAL DL_GLOBAL
  273. #  else
  274. #    define LT_DLGLOBAL 0
  275. #  endif
  276. #endif
  277. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  278.    find out it does not work in some platform. */
  279. #ifndef LT_DLLAZY_OR_NOW
  280. #  ifdef RTLD_LAZY
  281. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  282. #  else
  283. #    ifdef DL_LAZY
  284. #      define LT_DLLAZY_OR_NOW DL_LAZY
  285. #    else
  286. #      ifdef RTLD_NOW
  287. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  288. #      else
  289. #        ifdef DL_NOW
  290. #          define LT_DLLAZY_OR_NOW DL_NOW
  291. #        else
  292. #          define LT_DLLAZY_OR_NOW 0
  293. #        endif
  294. #      endif
  295. #    endif
  296. #  endif
  297. #endif
  298. #ifdef __cplusplus
  299. extern "C" void exit (int);
  300. #endif
  301. void fnord() { int i=42;}
  302. int main ()
  303. {
  304.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  305.   int status = $lt_dlunknown;
  306.   if (self)
  307.     {
  308.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  309.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  310.       /* dlclose (self); */
  311.     }
  312.     exit (status);
  313. }
  314. EOF
  315.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  316.   (eval $ac_link) 2>&5
  317.   ac_status=$?
  318.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  319.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  320.     (./conftest; exit; ) 2>/dev/null
  321.     lt_status=$?
  322.     case x$lt_status in
  323.       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  324.       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  325.       x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
  326.     esac
  327.   else :
  328.     # compilation failed
  329.     lt_cv_dlopen_self_static=no
  330.   fi
  331. fi
  332. rm -fr conftest*
  333. fi
  334. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  335. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
  336.     fi
  337.     CPPFLAGS="$save_CPPFLAGS"
  338.     LDFLAGS="$save_LDFLAGS"
  339.     LIBS="$save_LIBS"
  340.     ;;
  341.   esac
  342.   case $lt_cv_dlopen_self in
  343.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  344.   *) enable_dlopen_self=unknown ;;
  345.   esac
  346.   case $lt_cv_dlopen_self_static in
  347.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  348.   *) enable_dlopen_self_static=unknown ;;
  349.   esac
  350. fi
  351. # The else clause should only fire when bootstrapping the
  352. # libtool distribution, otherwise you forgot to ship ltmain.sh
  353. # with your package, and you will get complaints that there are
  354. # no rules to generate ltmain.sh.
  355. if test -f "$ltmain"; then
  356.   # See if we are running on zsh, and set the options which allow our commands through
  357.   # without removal of  escapes.
  358.   if test -n "${ZSH_VERSION+set}" ; then
  359.     setopt NO_GLOB_SUBST
  360.   fi
  361.   # Now quote all the things that may contain metacharacters while being
  362.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  363.   # variables and quote the copies for generation of the libtool script.
  364.   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM 
  365.     SED SHELL STRIP 
  366.     libname_spec library_names_spec soname_spec extract_expsyms_cmds 
  367.     old_striplib striplib file_magic_cmd finish_cmds finish_eval 
  368.     deplibs_check_method reload_flag reload_cmds need_locks 
  369.     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl 
  370.     lt_cv_sys_global_symbol_to_c_name_address 
  371.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  372.     old_postinstall_cmds old_postuninstall_cmds 
  373.     compiler_GCJ 
  374.     CC_GCJ 
  375.     LD_GCJ 
  376.     lt_prog_compiler_wl_GCJ 
  377.     lt_prog_compiler_pic_GCJ 
  378.     lt_prog_compiler_static_GCJ 
  379.     lt_prog_compiler_no_builtin_flag_GCJ 
  380.     export_dynamic_flag_spec_GCJ 
  381.     thread_safe_flag_spec_GCJ 
  382.     whole_archive_flag_spec_GCJ 
  383.     enable_shared_with_static_runtimes_GCJ 
  384.     old_archive_cmds_GCJ 
  385.     old_archive_from_new_cmds_GCJ 
  386.     predep_objects_GCJ 
  387.     postdep_objects_GCJ 
  388.     predeps_GCJ 
  389.     postdeps_GCJ 
  390.     compiler_lib_search_path_GCJ 
  391.     archive_cmds_GCJ 
  392.     archive_expsym_cmds_GCJ 
  393.     postinstall_cmds_GCJ 
  394.     postuninstall_cmds_GCJ 
  395.     old_archive_from_expsyms_cmds_GCJ 
  396.     allow_undefined_flag_GCJ 
  397.     no_undefined_flag_GCJ 
  398.     export_symbols_cmds_GCJ 
  399.     hardcode_libdir_flag_spec_GCJ 
  400.     hardcode_libdir_flag_spec_ld_GCJ 
  401.     hardcode_libdir_separator_GCJ 
  402.     hardcode_automatic_GCJ 
  403.     module_cmds_GCJ 
  404.     module_expsym_cmds_GCJ 
  405.     lt_cv_prog_compiler_c_o_GCJ 
  406.     exclude_expsyms_GCJ 
  407.     include_expsyms_GCJ; do
  408.     case $var in
  409.     old_archive_cmds_GCJ | 
  410.     old_archive_from_new_cmds_GCJ | 
  411.     archive_cmds_GCJ | 
  412.     archive_expsym_cmds_GCJ | 
  413.     module_cmds_GCJ | 
  414.     module_expsym_cmds_GCJ | 
  415.     old_archive_from_expsyms_cmds_GCJ | 
  416.     export_symbols_cmds_GCJ | 
  417.     extract_expsyms_cmds | reload_cmds | finish_cmds | 
  418.     postinstall_cmds | postuninstall_cmds | 
  419.     old_postinstall_cmds | old_postuninstall_cmds | 
  420.     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  421.       # Double-quote double-evaled strings.
  422.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  423.       ;;
  424.     *)
  425.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  426.       ;;
  427.     esac
  428.   done
  429.   case $lt_echo in
  430.   *'$0 --fallback-echo"')
  431.     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  432.     ;;
  433.   esac
  434. cfgfile="$ofile"
  435.   cat <<__EOF__ >> "$cfgfile"
  436. # ### BEGIN LIBTOOL TAG CONFIG: $tagname
  437. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  438. # Shell to use when invoking shell scripts.
  439. SHELL=$lt_SHELL
  440. # Whether or not to build shared libraries.
  441. build_libtool_libs=$enable_shared
  442. # Whether or not to build static libraries.
  443. build_old_libs=$enable_static
  444. # Whether or not to add -lc for building shared libraries.
  445. build_libtool_need_lc=$archive_cmds_need_lc_GCJ
  446. # Whether or not to disallow shared libs when runtime libs are static
  447. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
  448. # Whether or not to optimize for fast installation.
  449. fast_install=$enable_fast_install
  450. # The host system.
  451. host_alias=$host_alias
  452. host=$host
  453. # An echo program that does not interpret backslashes.
  454. echo=$lt_echo
  455. # The archiver.
  456. AR=$lt_AR
  457. AR_FLAGS=$lt_AR_FLAGS
  458. # A C compiler.
  459. LTCC=$lt_LTCC
  460. # A language-specific compiler.
  461. CC=$lt_compiler_GCJ
  462. # Is the compiler the GNU C compiler?
  463. with_gcc=$GCC_GCJ
  464. # An ERE matcher.
  465. EGREP=$lt_EGREP
  466. # The linker used to build libraries.
  467. LD=$lt_LD_GCJ
  468. # Whether we need hard or soft links.
  469. LN_S=$lt_LN_S
  470. # A BSD-compatible nm program.
  471. NM=$lt_NM
  472. # A symbol stripping program
  473. STRIP=$lt_STRIP
  474. # Used to examine libraries when file_magic_cmd begins "file"
  475. MAGIC_CMD=$MAGIC_CMD
  476. # Used on cygwin: DLL creation program.
  477. DLLTOOL="$DLLTOOL"
  478. # Used on cygwin: object dumper.
  479. OBJDUMP="$OBJDUMP"
  480. # Used on cygwin: assembler.
  481. AS="$AS"
  482. # The name of the directory that contains temporary libtool files.
  483. objdir=$objdir
  484. # How to create reloadable object files.
  485. reload_flag=$lt_reload_flag
  486. reload_cmds=$lt_reload_cmds
  487. # How to pass a linker flag through the compiler.
  488. wl=$lt_lt_prog_compiler_wl_GCJ
  489. # Object file suffix (normally "o").
  490. objext="$ac_objext"
  491. # Old archive suffix (normally "a").
  492. libext="$libext"
  493. # Shared library suffix (normally ".so").
  494. shrext_cmds='$shrext_cmds'
  495. # Executable file suffix (normally "").
  496. exeext="$exeext"
  497. # Additional compiler flags for building library objects.
  498. pic_flag=$lt_lt_prog_compiler_pic_GCJ
  499. pic_mode=$pic_mode
  500. # What is the maximum length of a command?
  501. max_cmd_len=$lt_cv_sys_max_cmd_len
  502. # Does compiler simultaneously support -c and -o options?
  503. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
  504. # Must we lock files when doing compilation ?
  505. need_locks=$lt_need_locks
  506. # Do we need the lib prefix for modules?
  507. need_lib_prefix=$need_lib_prefix
  508. # Do we need a version for libraries?
  509. need_version=$need_version
  510. # Whether dlopen is supported.
  511. dlopen_support=$enable_dlopen
  512. # Whether dlopen of programs is supported.
  513. dlopen_self=$enable_dlopen_self
  514. # Whether dlopen of statically linked programs is supported.
  515. dlopen_self_static=$enable_dlopen_self_static
  516. # Compiler flag to prevent dynamic linking.
  517. link_static_flag=$lt_lt_prog_compiler_static_GCJ
  518. # Compiler flag to turn off builtin functions.
  519. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
  520. # Compiler flag to allow reflexive dlopens.
  521. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
  522. # Compiler flag to generate shared objects directly from archives.
  523. whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
  524. # Compiler flag to generate thread-safe objects.
  525. thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
  526. # Library versioning type.
  527. version_type=$version_type
  528. # Format of library name prefix.
  529. libname_spec=$lt_libname_spec
  530. # List of archive names.  First name is the real one, the rest are links.
  531. # The last name is the one that the linker finds with -lNAME.
  532. library_names_spec=$lt_library_names_spec
  533. # The coded name of the library, if different from the real name.
  534. soname_spec=$lt_soname_spec
  535. # Commands used to build and install an old-style archive.
  536. RANLIB=$lt_RANLIB
  537. old_archive_cmds=$lt_old_archive_cmds_GCJ
  538. old_postinstall_cmds=$lt_old_postinstall_cmds
  539. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  540. # Create an old-style archive from a shared archive.
  541. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
  542. # Create a temporary old-style archive to link instead of a shared archive.
  543. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
  544. # Commands used to build and install a shared archive.
  545. archive_cmds=$lt_archive_cmds_GCJ
  546. archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
  547. postinstall_cmds=$lt_postinstall_cmds
  548. postuninstall_cmds=$lt_postuninstall_cmds
  549. # Commands used to build a loadable module (assumed same as above if empty)
  550. module_cmds=$lt_module_cmds_GCJ
  551. module_expsym_cmds=$lt_module_expsym_cmds_GCJ
  552. # Commands to strip libraries.
  553. old_striplib=$lt_old_striplib
  554. striplib=$lt_striplib
  555. # Dependencies to place before the objects being linked to create a
  556. # shared library.
  557. predep_objects=$lt_predep_objects_GCJ
  558. # Dependencies to place after the objects being linked to create a
  559. # shared library.
  560. postdep_objects=$lt_postdep_objects_GCJ
  561. # Dependencies to place before the objects being linked to create a
  562. # shared library.
  563. predeps=$lt_predeps_GCJ
  564. # Dependencies to place after the objects being linked to create a
  565. # shared library.
  566. postdeps=$lt_postdeps_GCJ
  567. # The library search path used internally by the compiler when linking
  568. # a shared library.
  569. compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
  570. # Method to check whether dependent libraries are shared objects.
  571. deplibs_check_method=$lt_deplibs_check_method
  572. # Command to use when deplibs_check_method == file_magic.
  573. file_magic_cmd=$lt_file_magic_cmd
  574. # Flag that allows shared libraries with undefined symbols to be built.
  575. allow_undefined_flag=$lt_allow_undefined_flag_GCJ
  576. # Flag that forces no undefined symbols.
  577. no_undefined_flag=$lt_no_undefined_flag_GCJ
  578. # Commands used to finish a libtool library installation in a directory.
  579. finish_cmds=$lt_finish_cmds
  580. # Same as above, but a single script fragment to be evaled but not shown.
  581. finish_eval=$lt_finish_eval
  582. # Take the output of nm and produce a listing of raw symbols and C names.
  583. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  584. # Transform the output of nm in a proper C declaration
  585. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  586. # Transform the output of nm in a C name address pair
  587. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  588. # This is the shared library runtime path variable.
  589. runpath_var=$runpath_var
  590. # This is the shared library path variable.
  591. shlibpath_var=$shlibpath_var
  592. # Is shlibpath searched before the hard-coded library search path?
  593. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  594. # How to hardcode a shared library path into an executable.
  595. hardcode_action=$hardcode_action_GCJ
  596. # Whether we should hardcode library paths into libraries.
  597. hardcode_into_libs=$hardcode_into_libs
  598. # Flag to hardcode $libdir into a binary during linking.
  599. # This must work even if $libdir does not exist.
  600. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
  601. # If ld is used when linking, flag to hardcode $libdir into
  602. # a binary during linking. This must work even if $libdir does
  603. # not exist.
  604. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
  605. # Whether we need a single -rpath flag with a separated argument.
  606. hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
  607. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  608. # resulting binary.
  609. hardcode_direct=$hardcode_direct_GCJ
  610. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  611. # resulting binary.
  612. hardcode_minus_L=$hardcode_minus_L_GCJ
  613. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  614. # the resulting binary.
  615. hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
  616. # Set to yes if building a shared library automatically hardcodes DIR into the library
  617. # and all subsequent libraries and executables linked against it.
  618. hardcode_automatic=$hardcode_automatic_GCJ
  619. # Variables whose values should be saved in libtool wrapper scripts and
  620. # restored at relink time.
  621. variables_saved_for_relink="$variables_saved_for_relink"
  622. # Whether libtool must link a program against all its dependency libraries.
  623. link_all_deplibs=$link_all_deplibs_GCJ
  624. # Compile-time system search path for libraries
  625. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  626. # Run-time system search path for libraries
  627. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  628. # Fix the shell variable $srcfile for the compiler.
  629. fix_srcfile_path="$fix_srcfile_path_GCJ"
  630. # Set to yes if exported symbols are required.
  631. always_export_symbols=$always_export_symbols_GCJ
  632. # The commands to list exported symbols.
  633. export_symbols_cmds=$lt_export_symbols_cmds_GCJ
  634. # The commands to extract the exported symbol list from a shared archive.
  635. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  636. # Symbols that should not be listed in the preloaded symbols.
  637. exclude_expsyms=$lt_exclude_expsyms_GCJ
  638. # Symbols that must always be exported.
  639. include_expsyms=$lt_include_expsyms_GCJ
  640. # ### END LIBTOOL TAG CONFIG: $tagname
  641. __EOF__
  642. else
  643.   # If there is no Makefile yet, we rely on a make rule to execute
  644.   # `config.status --recheck' to rerun these tests and create the
  645.   # libtool script then.
  646.   ltmain_in=`echo $ltmain | sed -e 's/.sh$/.in/'`
  647.   if test -f "$ltmain_in"; then
  648.     test -f Makefile && make "$ltmain"
  649.   fi
  650. fi
  651. ac_ext=c
  652. ac_cpp='$CPP $CPPFLAGS'
  653. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  654. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  655. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  656. CC="$lt_save_CC"
  657. else
  658.   tagname=""
  659. fi
  660. ;;
  661.       RC)
  662. # Source file extension for RC test sources.
  663. ac_ext=rc
  664. # Object file extension for compiled RC test sources.
  665. objext=o
  666. objext_RC=$objext
  667. # Code to be used in simple compile tests
  668. lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }n'
  669. # Code to be used in simple link tests
  670. lt_simple_link_test_code="$lt_simple_compile_test_code"
  671. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  672. # If no C compiler was specified, use CC.
  673. LTCC=${LTCC-"$CC"}
  674. # Allow CC to be a program name with arguments.
  675. compiler=$CC
  676. # Allow CC to be a program name with arguments.
  677. lt_save_CC="$CC"
  678. CC=${RC-"windres"}
  679. compiler=$CC
  680. compiler_RC=$CC
  681. lt_cv_prog_compiler_c_o_RC=yes
  682. # The else clause should only fire when bootstrapping the
  683. # libtool distribution, otherwise you forgot to ship ltmain.sh
  684. # with your package, and you will get complaints that there are
  685. # no rules to generate ltmain.sh.
  686. if test -f "$ltmain"; then
  687.   # See if we are running on zsh, and set the options which allow our commands through
  688.   # without removal of  escapes.
  689.   if test -n "${ZSH_VERSION+set}" ; then
  690.     setopt NO_GLOB_SUBST
  691.   fi
  692.   # Now quote all the things that may contain metacharacters while being
  693.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  694.   # variables and quote the copies for generation of the libtool script.
  695.   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM 
  696.     SED SHELL STRIP 
  697.     libname_spec library_names_spec soname_spec extract_expsyms_cmds 
  698.     old_striplib striplib file_magic_cmd finish_cmds finish_eval 
  699.     deplibs_check_method reload_flag reload_cmds need_locks 
  700.     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl 
  701.     lt_cv_sys_global_symbol_to_c_name_address 
  702.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  703.     old_postinstall_cmds old_postuninstall_cmds 
  704.     compiler_RC 
  705.     CC_RC 
  706.     LD_RC 
  707.     lt_prog_compiler_wl_RC 
  708.     lt_prog_compiler_pic_RC 
  709.     lt_prog_compiler_static_RC 
  710.     lt_prog_compiler_no_builtin_flag_RC 
  711.     export_dynamic_flag_spec_RC 
  712.     thread_safe_flag_spec_RC 
  713.     whole_archive_flag_spec_RC 
  714.     enable_shared_with_static_runtimes_RC 
  715.     old_archive_cmds_RC 
  716.     old_archive_from_new_cmds_RC 
  717.     predep_objects_RC 
  718.     postdep_objects_RC 
  719.     predeps_RC 
  720.     postdeps_RC 
  721.     compiler_lib_search_path_RC 
  722.     archive_cmds_RC 
  723.     archive_expsym_cmds_RC 
  724.     postinstall_cmds_RC 
  725.     postuninstall_cmds_RC 
  726.     old_archive_from_expsyms_cmds_RC 
  727.     allow_undefined_flag_RC 
  728.     no_undefined_flag_RC 
  729.     export_symbols_cmds_RC 
  730.     hardcode_libdir_flag_spec_RC 
  731.     hardcode_libdir_flag_spec_ld_RC 
  732.     hardcode_libdir_separator_RC 
  733.     hardcode_automatic_RC 
  734.     module_cmds_RC 
  735.     module_expsym_cmds_RC 
  736.     lt_cv_prog_compiler_c_o_RC 
  737.     exclude_expsyms_RC 
  738.     include_expsyms_RC; do
  739.     case $var in
  740.     old_archive_cmds_RC | 
  741.     old_archive_from_new_cmds_RC | 
  742.     archive_cmds_RC | 
  743.     archive_expsym_cmds_RC | 
  744.     module_cmds_RC | 
  745.     module_expsym_cmds_RC | 
  746.     old_archive_from_expsyms_cmds_RC | 
  747.     export_symbols_cmds_RC | 
  748.     extract_expsyms_cmds | reload_cmds | finish_cmds | 
  749.     postinstall_cmds | postuninstall_cmds | 
  750.     old_postinstall_cmds | old_postuninstall_cmds | 
  751.     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  752.       # Double-quote double-evaled strings.
  753.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  754.       ;;
  755.     *)
  756.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  757.       ;;
  758.     esac
  759.   done
  760.   case $lt_echo in
  761.   *'$0 --fallback-echo"')
  762.     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  763.     ;;
  764.   esac
  765. cfgfile="$ofile"
  766.   cat <<__EOF__ >> "$cfgfile"
  767. # ### BEGIN LIBTOOL TAG CONFIG: $tagname
  768. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  769. # Shell to use when invoking shell scripts.
  770. SHELL=$lt_SHELL
  771. # Whether or not to build shared libraries.
  772. build_libtool_libs=$enable_shared
  773. # Whether or not to build static libraries.
  774. build_old_libs=$enable_static
  775. # Whether or not to add -lc for building shared libraries.
  776. build_libtool_need_lc=$archive_cmds_need_lc_RC
  777. # Whether or not to disallow shared libs when runtime libs are static
  778. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
  779. # Whether or not to optimize for fast installation.
  780. fast_install=$enable_fast_install
  781. # The host system.
  782. host_alias=$host_alias
  783. host=$host
  784. # An echo program that does not interpret backslashes.
  785. echo=$lt_echo
  786. # The archiver.
  787. AR=$lt_AR
  788. AR_FLAGS=$lt_AR_FLAGS
  789. # A C compiler.
  790. LTCC=$lt_LTCC
  791. # A language-specific compiler.
  792. CC=$lt_compiler_RC
  793. # Is the compiler the GNU C compiler?
  794. with_gcc=$GCC_RC
  795. # An ERE matcher.
  796. EGREP=$lt_EGREP
  797. # The linker used to build libraries.
  798. LD=$lt_LD_RC
  799. # Whether we need hard or soft links.
  800. LN_S=$lt_LN_S
  801. # A BSD-compatible nm program.
  802. NM=$lt_NM
  803. # A symbol stripping program
  804. STRIP=$lt_STRIP
  805. # Used to examine libraries when file_magic_cmd begins "file"
  806. MAGIC_CMD=$MAGIC_CMD
  807. # Used on cygwin: DLL creation program.
  808. DLLTOOL="$DLLTOOL"
  809. # Used on cygwin: object dumper.
  810. OBJDUMP="$OBJDUMP"
  811. # Used on cygwin: assembler.
  812. AS="$AS"
  813. # The name of the directory that contains temporary libtool files.
  814. objdir=$objdir
  815. # How to create reloadable object files.
  816. reload_flag=$lt_reload_flag
  817. reload_cmds=$lt_reload_cmds
  818. # How to pass a linker flag through the compiler.
  819. wl=$lt_lt_prog_compiler_wl_RC
  820. # Object file suffix (normally "o").
  821. objext="$ac_objext"
  822. # Old archive suffix (normally "a").
  823. libext="$libext"
  824. # Shared library suffix (normally ".so").
  825. shrext_cmds='$shrext_cmds'
  826. # Executable file suffix (normally "").
  827. exeext="$exeext"
  828. # Additional compiler flags for building library objects.
  829. pic_flag=$lt_lt_prog_compiler_pic_RC
  830. pic_mode=$pic_mode
  831. # What is the maximum length of a command?
  832. max_cmd_len=$lt_cv_sys_max_cmd_len
  833. # Does compiler simultaneously support -c and -o options?
  834. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
  835. # Must we lock files when doing compilation ?
  836. need_locks=$lt_need_locks
  837. # Do we need the lib prefix for modules?
  838. need_lib_prefix=$need_lib_prefix
  839. # Do we need a version for libraries?
  840. need_version=$need_version
  841. # Whether dlopen is supported.
  842. dlopen_support=$enable_dlopen
  843. # Whether dlopen of programs is supported.
  844. dlopen_self=$enable_dlopen_self
  845. # Whether dlopen of statically linked programs is supported.
  846. dlopen_self_static=$enable_dlopen_self_static
  847. # Compiler flag to prevent dynamic linking.
  848. link_static_flag=$lt_lt_prog_compiler_static_RC
  849. # Compiler flag to turn off builtin functions.
  850. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
  851. # Compiler flag to allow reflexive dlopens.
  852. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
  853. # Compiler flag to generate shared objects directly from archives.
  854. whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
  855. # Compiler flag to generate thread-safe objects.
  856. thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
  857. # Library versioning type.
  858. version_type=$version_type
  859. # Format of library name prefix.
  860. libname_spec=$lt_libname_spec
  861. # List of archive names.  First name is the real one, the rest are links.
  862. # The last name is the one that the linker finds with -lNAME.
  863. library_names_spec=$lt_library_names_spec
  864. # The coded name of the library, if different from the real name.
  865. soname_spec=$lt_soname_spec
  866. # Commands used to build and install an old-style archive.
  867. RANLIB=$lt_RANLIB
  868. old_archive_cmds=$lt_old_archive_cmds_RC
  869. old_postinstall_cmds=$lt_old_postinstall_cmds
  870. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  871. # Create an old-style archive from a shared archive.
  872. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
  873. # Create a temporary old-style archive to link instead of a shared archive.
  874. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
  875. # Commands used to build and install a shared archive.
  876. archive_cmds=$lt_archive_cmds_RC
  877. archive_expsym_cmds=$lt_archive_expsym_cmds_RC
  878. postinstall_cmds=$lt_postinstall_cmds
  879. postuninstall_cmds=$lt_postuninstall_cmds
  880. # Commands used to build a loadable module (assumed same as above if empty)
  881. module_cmds=$lt_module_cmds_RC
  882. module_expsym_cmds=$lt_module_expsym_cmds_RC
  883. # Commands to strip libraries.
  884. old_striplib=$lt_old_striplib
  885. striplib=$lt_striplib
  886. # Dependencies to place before the objects being linked to create a
  887. # shared library.
  888. predep_objects=$lt_predep_objects_RC
  889. # Dependencies to place after the objects being linked to create a
  890. # shared library.
  891. postdep_objects=$lt_postdep_objects_RC
  892. # Dependencies to place before the objects being linked to create a
  893. # shared library.
  894. predeps=$lt_predeps_RC
  895. # Dependencies to place after the objects being linked to create a
  896. # shared library.
  897. postdeps=$lt_postdeps_RC
  898. # The library search path used internally by the compiler when linking
  899. # a shared library.
  900. compiler_lib_search_path=$lt_compiler_lib_search_path_RC
  901. # Method to check whether dependent libraries are shared objects.
  902. deplibs_check_method=$lt_deplibs_check_method
  903. # Command to use when deplibs_check_method == file_magic.
  904. file_magic_cmd=$lt_file_magic_cmd
  905. # Flag that allows shared libraries with undefined symbols to be built.
  906. allow_undefined_flag=$lt_allow_undefined_flag_RC
  907. # Flag that forces no undefined symbols.
  908. no_undefined_flag=$lt_no_undefined_flag_RC
  909. # Commands used to finish a libtool library installation in a directory.
  910. finish_cmds=$lt_finish_cmds
  911. # Same as above, but a single script fragment to be evaled but not shown.
  912. finish_eval=$lt_finish_eval
  913. # Take the output of nm and produce a listing of raw symbols and C names.
  914. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  915. # Transform the output of nm in a proper C declaration
  916. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  917. # Transform the output of nm in a C name address pair
  918. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  919. # This is the shared library runtime path variable.
  920. runpath_var=$runpath_var
  921. # This is the shared library path variable.
  922. shlibpath_var=$shlibpath_var
  923. # Is shlibpath searched before the hard-coded library search path?
  924. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  925. # How to hardcode a shared library path into an executable.
  926. hardcode_action=$hardcode_action_RC
  927. # Whether we should hardcode library paths into libraries.
  928. hardcode_into_libs=$hardcode_into_libs
  929. # Flag to hardcode $libdir into a binary during linking.
  930. # This must work even if $libdir does not exist.
  931. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
  932. # If ld is used when linking, flag to hardcode $libdir into
  933. # a binary during linking. This must work even if $libdir does
  934. # not exist.
  935. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
  936. # Whether we need a single -rpath flag with a separated argument.
  937. hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
  938. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  939. # resulting binary.
  940. hardcode_direct=$hardcode_direct_RC
  941. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  942. # resulting binary.
  943. hardcode_minus_L=$hardcode_minus_L_RC
  944. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  945. # the resulting binary.
  946. hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
  947. # Set to yes if building a shared library automatically hardcodes DIR into the library
  948. # and all subsequent libraries and executables linked against it.
  949. hardcode_automatic=$hardcode_automatic_RC
  950. # Variables whose values should be saved in libtool wrapper scripts and
  951. # restored at relink time.
  952. variables_saved_for_relink="$variables_saved_for_relink"
  953. # Whether libtool must link a program against all its dependency libraries.
  954. link_all_deplibs=$link_all_deplibs_RC
  955. # Compile-time system search path for libraries
  956. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  957. # Run-time system search path for libraries
  958. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  959. # Fix the shell variable $srcfile for the compiler.
  960. fix_srcfile_path="$fix_srcfile_path_RC"
  961. # Set to yes if exported symbols are required.
  962. always_export_symbols=$always_export_symbols_RC
  963. # The commands to list exported symbols.
  964. export_symbols_cmds=$lt_export_symbols_cmds_RC
  965. # The commands to extract the exported symbol list from a shared archive.
  966. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  967. # Symbols that should not be listed in the preloaded symbols.
  968. exclude_expsyms=$lt_exclude_expsyms_RC
  969. # Symbols that must always be exported.
  970. include_expsyms=$lt_include_expsyms_RC
  971. # ### END LIBTOOL TAG CONFIG: $tagname
  972. __EOF__
  973. else
  974.   # If there is no Makefile yet, we rely on a make rule to execute
  975.   # `config.status --recheck' to rerun these tests and create the
  976.   # libtool script then.
  977.   ltmain_in=`echo $ltmain | sed -e 's/.sh$/.in/'`
  978.   if test -f "$ltmain_in"; then
  979.     test -f Makefile && make "$ltmain"
  980.   fi
  981. fi
  982. ac_ext=c
  983. ac_cpp='$CPP $CPPFLAGS'
  984. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  985. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  986. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  987. CC="$lt_save_CC"
  988. ;;
  989.       *)
  990. { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
  991. echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
  992.    { (exit 1); exit 1; }; }
  993. ;;
  994.       esac
  995.       # Append the new tag name to the list of available tags.
  996.       if test -n "$tagname" ; then
  997.       available_tags="$available_tags $tagname"
  998.     fi
  999.     fi
  1000.   done
  1001.   IFS="$lt_save_ifs"
  1002.   # Now substitute the updated list of available tags.
  1003.   if eval "sed -e 's/^available_tags=.*$/available_tags="$available_tags"/' "$ofile" > "${ofile}T""; then
  1004.     mv "${ofile}T" "$ofile"
  1005.     chmod +x "$ofile"
  1006.   else
  1007.     rm -f "${ofile}T"
  1008.     { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
  1009. echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
  1010.    { (exit 1); exit 1; }; }
  1011.   fi
  1012. fi
  1013. # This can be used to rebuild libtool when needed
  1014. LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  1015. # Always use our own libtool.
  1016. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1017. # Prevent multiple expansion
  1018. # Checks for libraries.
  1019. # Checks for header files.
  1020. ac_ext=cc
  1021. ac_cpp='$CXXCPP $CPPFLAGS'
  1022. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1023. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1024. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1025. for ac_header in unistd.h
  1026. do
  1027. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1028. if eval "test "${$as_ac_Header+set}" = set"; then
  1029.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1030. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1031. if eval "test "${$as_ac_Header+set}" = set"; then
  1032.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1033. fi
  1034. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1035. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1036. else
  1037.   # Is the header compilable?
  1038. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1039. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1040. cat >conftest.$ac_ext <<_ACEOF
  1041. /* confdefs.h.  */
  1042. _ACEOF
  1043. cat confdefs.h >>conftest.$ac_ext
  1044. cat >>conftest.$ac_ext <<_ACEOF
  1045. /* end confdefs.h.  */
  1046. $ac_includes_default
  1047. #include <$ac_header>
  1048. _ACEOF
  1049. rm -f conftest.$ac_objext
  1050. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1051.   (eval $ac_compile) 2>conftest.er1
  1052.   ac_status=$?
  1053.   grep -v '^ *+' conftest.er1 >conftest.err
  1054.   rm -f conftest.er1
  1055.   cat conftest.err >&5
  1056.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1057.   (exit $ac_status); } &&
  1058.  { ac_try='test -z "$ac_cxx_werror_flag"
  1059.  || test ! -s conftest.err'
  1060.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1061.   (eval $ac_try) 2>&5
  1062.   ac_status=$?
  1063.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1064.   (exit $ac_status); }; } &&
  1065.  { ac_try='test -s conftest.$ac_objext'
  1066.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1067.   (eval $ac_try) 2>&5
  1068.   ac_status=$?
  1069.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1070.   (exit $ac_status); }; }; then
  1071.   ac_header_compiler=yes
  1072. else
  1073.   echo "$as_me: failed program was:" >&5
  1074. sed 's/^/| /' conftest.$ac_ext >&5
  1075. ac_header_compiler=no
  1076. fi
  1077. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1078. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1079. echo "${ECHO_T}$ac_header_compiler" >&6
  1080. # Is the header present?
  1081. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1082. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1083. cat >conftest.$ac_ext <<_ACEOF
  1084. /* confdefs.h.  */
  1085. _ACEOF
  1086. cat confdefs.h >>conftest.$ac_ext
  1087. cat >>conftest.$ac_ext <<_ACEOF
  1088. /* end confdefs.h.  */
  1089. #include <$ac_header>
  1090. _ACEOF
  1091. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1092.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1093.   ac_status=$?
  1094.   grep -v '^ *+' conftest.er1 >conftest.err
  1095.   rm -f conftest.er1
  1096.   cat conftest.err >&5
  1097.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1098.   (exit $ac_status); } >/dev/null; then
  1099.   if test -s conftest.err; then
  1100.     ac_cpp_err=$ac_cxx_preproc_warn_flag
  1101.     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1102.   else
  1103.     ac_cpp_err=
  1104.   fi
  1105. else
  1106.   ac_cpp_err=yes
  1107. fi
  1108. if test -z "$ac_cpp_err"; then
  1109.   ac_header_preproc=yes
  1110. else
  1111.   echo "$as_me: failed program was:" >&5
  1112. sed 's/^/| /' conftest.$ac_ext >&5
  1113.   ac_header_preproc=no
  1114. fi
  1115. rm -f conftest.err conftest.$ac_ext
  1116. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1117. echo "${ECHO_T}$ac_header_preproc" >&6
  1118. # So?  What about this header?
  1119. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  1120.   yes:no: )
  1121.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1122. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1123.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1124. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1125.     ac_header_preproc=yes
  1126.     ;;
  1127.   no:yes:* )
  1128.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1129. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1130.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1131. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1132.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1133. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1134.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1135. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1136.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1137. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1138.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1139. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1140.     (
  1141.       cat <<_ASBOX
  1142. ## --------------------------------- ##
  1143. ## Report this to omalley@apache.org ##
  1144. ## --------------------------------- ##
  1145. _ASBOX
  1146.     ) |
  1147.       sed "s/^/$as_me: WARNING:     /" >&2
  1148.     ;;
  1149. esac
  1150. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1151. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1152. if eval "test "${$as_ac_Header+set}" = set"; then
  1153.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1154. else
  1155.   eval "$as_ac_Header=$ac_header_preproc"
  1156. fi
  1157. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1158. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1159. fi
  1160. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1161.   cat >>confdefs.h <<_ACEOF
  1162. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1163. _ACEOF
  1164. fi
  1165. done
  1166. # Checks for typedefs, structures, and compiler characteristics.
  1167. echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
  1168. echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
  1169. if test "${ac_cv_header_stdbool_h+set}" = set; then
  1170.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1171. else
  1172.   cat >conftest.$ac_ext <<_ACEOF
  1173. /* confdefs.h.  */
  1174. _ACEOF
  1175. cat confdefs.h >>conftest.$ac_ext
  1176. cat >>conftest.$ac_ext <<_ACEOF
  1177. /* end confdefs.h.  */
  1178. #include <stdbool.h>
  1179. #ifndef bool
  1180. # error bool is not defined
  1181. #endif
  1182. #ifndef false
  1183. # error false is not defined
  1184. #endif
  1185. #if false
  1186. # error false is not 0
  1187. #endif
  1188. #ifndef true
  1189. # error true is not defined
  1190. #endif
  1191. #if true != 1
  1192. # error true is not 1
  1193. #endif
  1194. #ifndef __bool_true_false_are_defined
  1195. # error __bool_true_false_are_defined is not defined
  1196. #endif
  1197. struct s { _Bool s: 1; _Bool t; } s;
  1198. char a[true == 1 ? 1 : -1];
  1199. char b[false == 0 ? 1 : -1];
  1200. char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  1201. char d[(bool) -0.5 == true ? 1 : -1];
  1202. bool e = &s;
  1203. char f[(_Bool) -0.0 == false ? 1 : -1];
  1204. char g[true];
  1205. char h[sizeof (_Bool)];
  1206. char i[sizeof s.t];
  1207. int
  1208. main ()
  1209. {
  1210.  return !a + !b + !c + !d + !e + !f + !g + !h + !i;
  1211.   ;
  1212.   return 0;
  1213. }
  1214. _ACEOF
  1215. rm -f conftest.$ac_objext
  1216. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1217.   (eval $ac_compile) 2>conftest.er1
  1218.   ac_status=$?
  1219.   grep -v '^ *+' conftest.er1 >conftest.err
  1220.   rm -f conftest.er1
  1221.   cat conftest.err >&5
  1222.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1223.   (exit $ac_status); } &&
  1224.  { ac_try='test -z "$ac_cxx_werror_flag"
  1225.  || test ! -s conftest.err'
  1226.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1227.   (eval $ac_try) 2>&5
  1228.   ac_status=$?
  1229.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1230.   (exit $ac_status); }; } &&
  1231.  { ac_try='test -s conftest.$ac_objext'
  1232.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1233.   (eval $ac_try) 2>&5
  1234.   ac_status=$?
  1235.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1236.   (exit $ac_status); }; }; then
  1237.   ac_cv_header_stdbool_h=yes
  1238. else
  1239.   echo "$as_me: failed program was:" >&5
  1240. sed 's/^/| /' conftest.$ac_ext >&5
  1241. ac_cv_header_stdbool_h=no
  1242. fi
  1243. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1244. fi
  1245. echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
  1246. echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
  1247. echo "$as_me:$LINENO: checking for _Bool" >&5
  1248. echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
  1249. if test "${ac_cv_type__Bool+set}" = set; then
  1250.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1251. else
  1252.   cat >conftest.$ac_ext <<_ACEOF
  1253. /* confdefs.h.  */
  1254. _ACEOF
  1255. cat confdefs.h >>conftest.$ac_ext
  1256. cat >>conftest.$ac_ext <<_ACEOF
  1257. /* end confdefs.h.  */
  1258. $ac_includes_default
  1259. int
  1260. main ()
  1261. {
  1262. if ((_Bool *) 0)
  1263.   return 0;
  1264. if (sizeof (_Bool))
  1265.   return 0;
  1266.   ;
  1267.   return 0;
  1268. }
  1269. _ACEOF
  1270. rm -f conftest.$ac_objext
  1271. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1272.   (eval $ac_compile) 2>conftest.er1
  1273.   ac_status=$?
  1274.   grep -v '^ *+' conftest.er1 >conftest.err
  1275.   rm -f conftest.er1
  1276.   cat conftest.err >&5
  1277.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1278.   (exit $ac_status); } &&
  1279.  { ac_try='test -z "$ac_cxx_werror_flag"
  1280.  || test ! -s conftest.err'
  1281.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1282.   (eval $ac_try) 2>&5
  1283.   ac_status=$?
  1284.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1285.   (exit $ac_status); }; } &&
  1286.  { ac_try='test -s conftest.$ac_objext'
  1287.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1288.   (eval $ac_try) 2>&5
  1289.   ac_status=$?
  1290.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1291.   (exit $ac_status); }; }; then
  1292.   ac_cv_type__Bool=yes
  1293. else
  1294.   echo "$as_me: failed program was:" >&5
  1295. sed 's/^/| /' conftest.$ac_ext >&5
  1296. ac_cv_type__Bool=no
  1297. fi
  1298. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1299. fi
  1300. echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
  1301. echo "${ECHO_T}$ac_cv_type__Bool" >&6
  1302. if test $ac_cv_type__Bool = yes; then
  1303. cat >>confdefs.h <<_ACEOF
  1304. #define HAVE__BOOL 1
  1305. _ACEOF
  1306. fi
  1307. if test $ac_cv_header_stdbool_h = yes; then
  1308. cat >>confdefs.h <<_ACEOF
  1309. #define HAVE_STDBOOL_H 1
  1310. _ACEOF
  1311. fi
  1312. echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  1313. echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  1314. if test "${ac_cv_c_const+set}" = set; then
  1315.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1316. else
  1317.   cat >conftest.$ac_ext <<_ACEOF
  1318. /* confdefs.h.  */
  1319. _ACEOF
  1320. cat confdefs.h >>conftest.$ac_ext
  1321. cat >>conftest.$ac_ext <<_ACEOF
  1322. /* end confdefs.h.  */
  1323. int
  1324. main ()
  1325. {
  1326. /* FIXME: Include the comments suggested by Paul. */
  1327. #ifndef __cplusplus
  1328.   /* Ultrix mips cc rejects this.  */
  1329.   typedef int charset[2];
  1330.   const charset x;
  1331.   /* SunOS 4.1.1 cc rejects this.  */
  1332.   char const *const *ccp;
  1333.   char **p;
  1334.   /* NEC SVR4.0.2 mips cc rejects this.  */
  1335.   struct point {int x, y;};
  1336.   static struct point const zero = {0,0};
  1337.   /* AIX XL C 1.02.0.0 rejects this.
  1338.      It does not let you subtract one const X* pointer from another in
  1339.      an arm of an if-expression whose if-part is not a constant
  1340.      expression */
  1341.   const char *g = "string";
  1342.   ccp = &g + (g ? g-g : 0);
  1343.   /* HPUX 7.0 cc rejects these. */
  1344.   ++ccp;
  1345.   p = (char**) ccp;
  1346.   ccp = (char const *const *) p;
  1347.   { /* SCO 3.2v4 cc rejects this.  */
  1348.     char *t;
  1349.     char const *s = 0 ? (char *) 0 : (char const *) 0;
  1350.     *t++ = 0;
  1351.   }
  1352.   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1353.     int x[] = {25, 17};
  1354.     const int *foo = &x[0];
  1355.     ++foo;
  1356.   }
  1357.   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1358.     typedef const int *iptr;
  1359.     iptr p = 0;
  1360.     ++p;
  1361.   }
  1362.   { /* AIX XL C 1.02.0.0 rejects this saying
  1363.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1364.     struct s { int j; const int *ap[3]; };
  1365.     struct s *b; b->j = 5;
  1366.   }
  1367.   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1368.     const int foo = 10;
  1369.   }
  1370. #endif
  1371.   ;
  1372.   return 0;
  1373. }
  1374. _ACEOF
  1375. rm -f conftest.$ac_objext
  1376. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1377.   (eval $ac_compile) 2>conftest.er1
  1378.   ac_status=$?
  1379.   grep -v '^ *+' conftest.er1 >conftest.err
  1380.   rm -f conftest.er1
  1381.   cat conftest.err >&5
  1382.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1383.   (exit $ac_status); } &&
  1384.  { ac_try='test -z "$ac_cxx_werror_flag"
  1385.  || test ! -s conftest.err'
  1386.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1387.   (eval $ac_try) 2>&5
  1388.   ac_status=$?
  1389.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1390.   (exit $ac_status); }; } &&
  1391.  { ac_try='test -s conftest.$ac_objext'
  1392.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1393.   (eval $ac_try) 2>&5
  1394.   ac_status=$?
  1395.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1396.   (exit $ac_status); }; }; then
  1397.   ac_cv_c_const=yes
  1398. else
  1399.   echo "$as_me: failed program was:" >&5
  1400. sed 's/^/| /' conftest.$ac_ext >&5
  1401. ac_cv_c_const=no
  1402. fi
  1403. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1404. fi
  1405. echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  1406. echo "${ECHO_T}$ac_cv_c_const" >&6
  1407. if test $ac_cv_c_const = no; then
  1408. cat >>confdefs.h <<_ACEOF
  1409. #define const
  1410. _ACEOF
  1411. fi
  1412. echo "$as_me:$LINENO: checking for off_t" >&5
  1413. echo $ECHO_N "checking for off_t... $ECHO_C" >&6
  1414. if test "${ac_cv_type_off_t+set}" = set; then
  1415.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1416. else
  1417.   cat >conftest.$ac_ext <<_ACEOF
  1418. /* confdefs.h.  */
  1419. _ACEOF
  1420. cat confdefs.h >>conftest.$ac_ext
  1421. cat >>conftest.$ac_ext <<_ACEOF
  1422. /* end confdefs.h.  */
  1423. $ac_includes_default
  1424. int
  1425. main ()
  1426. {
  1427. if ((off_t *) 0)
  1428.   return 0;
  1429. if (sizeof (off_t))
  1430.   return 0;
  1431.   ;
  1432.   return 0;
  1433. }
  1434. _ACEOF
  1435. rm -f conftest.$ac_objext
  1436. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1437.   (eval $ac_compile) 2>conftest.er1
  1438.   ac_status=$?
  1439.   grep -v '^ *+' conftest.er1 >conftest.err
  1440.   rm -f conftest.er1
  1441.   cat conftest.err >&5
  1442.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1443.   (exit $ac_status); } &&
  1444.  { ac_try='test -z "$ac_cxx_werror_flag"
  1445.  || test ! -s conftest.err'
  1446.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1447.   (eval $ac_try) 2>&5
  1448.   ac_status=$?
  1449.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1450.   (exit $ac_status); }; } &&
  1451.  { ac_try='test -s conftest.$ac_objext'
  1452.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1453.   (eval $ac_try) 2>&5
  1454.   ac_status=$?
  1455.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1456.   (exit $ac_status); }; }; then
  1457.   ac_cv_type_off_t=yes
  1458. else
  1459.   echo "$as_me: failed program was:" >&5
  1460. sed 's/^/| /' conftest.$ac_ext >&5
  1461. ac_cv_type_off_t=no
  1462. fi
  1463. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1464. fi
  1465. echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
  1466. echo "${ECHO_T}$ac_cv_type_off_t" >&6
  1467. if test $ac_cv_type_off_t = yes; then
  1468.   :
  1469. else
  1470. cat >>confdefs.h <<_ACEOF
  1471. #define off_t long
  1472. _ACEOF
  1473. fi
  1474. echo "$as_me:$LINENO: checking for size_t" >&5
  1475. echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  1476. if test "${ac_cv_type_size_t+set}" = set; then
  1477.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1478. else
  1479.   cat >conftest.$ac_ext <<_ACEOF
  1480. /* confdefs.h.  */
  1481. _ACEOF
  1482. cat confdefs.h >>conftest.$ac_ext
  1483. cat >>conftest.$ac_ext <<_ACEOF
  1484. /* end confdefs.h.  */
  1485. $ac_includes_default
  1486. int
  1487. main ()
  1488. {
  1489. if ((size_t *) 0)
  1490.   return 0;
  1491. if (sizeof (size_t))
  1492.   return 0;
  1493.   ;
  1494.   return 0;
  1495. }
  1496. _ACEOF
  1497. rm -f conftest.$ac_objext
  1498. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1499.   (eval $ac_compile) 2>conftest.er1
  1500.   ac_status=$?
  1501.   grep -v '^ *+' conftest.er1 >conftest.err
  1502.   rm -f conftest.er1
  1503.   cat conftest.err >&5
  1504.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1505.   (exit $ac_status); } &&
  1506.  { ac_try='test -z "$ac_cxx_werror_flag"
  1507.  || test ! -s conftest.err'
  1508.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1509.   (eval $ac_try) 2>&5
  1510.   ac_status=$?
  1511.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1512.   (exit $ac_status); }; } &&
  1513.  { ac_try='test -s conftest.$ac_objext'
  1514.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1515.   (eval $ac_try) 2>&5
  1516.   ac_status=$?
  1517.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1518.   (exit $ac_status); }; }; then
  1519.   ac_cv_type_size_t=yes
  1520. else
  1521.   echo "$as_me: failed program was:" >&5
  1522. sed 's/^/| /' conftest.$ac_ext >&5
  1523. ac_cv_type_size_t=no
  1524. fi
  1525. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1526. fi
  1527. echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  1528. echo "${ECHO_T}$ac_cv_type_size_t" >&6
  1529. if test $ac_cv_type_size_t = yes; then
  1530.   :
  1531. else
  1532. cat >>confdefs.h <<_ACEOF
  1533. #define size_t unsigned
  1534. _ACEOF
  1535. fi
  1536. echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
  1537. echo $ECHO_N "checking whether strerror_r is declared... $ECHO_C" >&6
  1538. if test "${ac_cv_have_decl_strerror_r+set}" = set; then
  1539.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1540. else
  1541.   cat >conftest.$ac_ext <<_ACEOF
  1542. /* confdefs.h.  */
  1543. _ACEOF
  1544. cat confdefs.h >>conftest.$ac_ext
  1545. cat >>conftest.$ac_ext <<_ACEOF
  1546. /* end confdefs.h.  */
  1547. $ac_includes_default
  1548. int
  1549. main ()
  1550. {
  1551. #ifndef strerror_r
  1552.   char *p = (char *) strerror_r;
  1553. #endif
  1554.   ;
  1555.   return 0;
  1556. }
  1557. _ACEOF
  1558. rm -f conftest.$ac_objext
  1559. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1560.   (eval $ac_compile) 2>conftest.er1
  1561.   ac_status=$?
  1562.   grep -v '^ *+' conftest.er1 >conftest.err
  1563.   rm -f conftest.er1
  1564.   cat conftest.err >&5
  1565.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1566.   (exit $ac_status); } &&
  1567.  { ac_try='test -z "$ac_cxx_werror_flag"
  1568.  || test ! -s conftest.err'
  1569.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1570.   (eval $ac_try) 2>&5
  1571.   ac_status=$?
  1572.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1573.   (exit $ac_status); }; } &&
  1574.  { ac_try='test -s conftest.$ac_objext'
  1575.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1576.   (eval $ac_try) 2>&5
  1577.   ac_status=$?
  1578.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1579.   (exit $ac_status); }; }; then
  1580.   ac_cv_have_decl_strerror_r=yes
  1581. else
  1582.   echo "$as_me: failed program was:" >&5
  1583. sed 's/^/| /' conftest.$ac_ext >&5
  1584. ac_cv_have_decl_strerror_r=no
  1585. fi
  1586. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1587. fi
  1588. echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror_r" >&5
  1589. echo "${ECHO_T}$ac_cv_have_decl_strerror_r" >&6
  1590. if test $ac_cv_have_decl_strerror_r = yes; then
  1591. cat >>confdefs.h <<_ACEOF
  1592. #define HAVE_DECL_STRERROR_R 1
  1593. _ACEOF
  1594. else
  1595.   cat >>confdefs.h <<_ACEOF
  1596. #define HAVE_DECL_STRERROR_R 0
  1597. _ACEOF
  1598. fi
  1599. for ac_func in strerror_r
  1600. do
  1601. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1602. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1603. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1604. if eval "test "${$as_ac_var+set}" = set"; then
  1605.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1606. else
  1607.   cat >conftest.$ac_ext <<_ACEOF
  1608. /* confdefs.h.  */
  1609. _ACEOF
  1610. cat confdefs.h >>conftest.$ac_ext
  1611. cat >>conftest.$ac_ext <<_ACEOF
  1612. /* end confdefs.h.  */
  1613. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1614.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1615. #define $ac_func innocuous_$ac_func
  1616. /* System header to define __stub macros and hopefully few prototypes,
  1617.     which can conflict with char $ac_func (); below.
  1618.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1619.     <limits.h> exists even on freestanding compilers.  */
  1620. #ifdef __STDC__
  1621. # include <limits.h>
  1622. #else
  1623. # include <assert.h>
  1624. #endif
  1625. #undef $ac_func
  1626. /* Override any gcc2 internal prototype to avoid an error.  */
  1627. #ifdef __cplusplus
  1628. extern "C"
  1629. {
  1630. #endif
  1631. /* We use char because int might match the return type of a gcc2
  1632.    builtin and then its argument prototype would still apply.  */
  1633. char $ac_func ();
  1634. /* The GNU C library defines this for functions which it implements
  1635.     to always fail with ENOSYS.  Some functions are actually named
  1636.     something starting with __ and the normal name is an alias.  */
  1637. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1638. choke me
  1639. #else
  1640. char (*f) () = $ac_func;
  1641. #endif
  1642. #ifdef __cplusplus
  1643. }
  1644. #endif
  1645. int
  1646. main ()
  1647. {
  1648. return f != $ac_func;
  1649.   ;
  1650.   return 0;
  1651. }
  1652. _ACEOF
  1653. rm -f conftest.$ac_objext conftest$ac_exeext
  1654. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1655.   (eval $ac_link) 2>conftest.er1
  1656.   ac_status=$?
  1657.   grep -v '^ *+' conftest.er1 >conftest.err
  1658.   rm -f conftest.er1
  1659.   cat conftest.err >&5
  1660.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1661.   (exit $ac_status); } &&
  1662.  { ac_try='test -z "$ac_cxx_werror_flag"
  1663.  || test ! -s conftest.err'
  1664.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1665.   (eval $ac_try) 2>&5
  1666.   ac_status=$?
  1667.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1668.   (exit $ac_status); }; } &&
  1669.  { ac_try='test -s conftest$ac_exeext'
  1670.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1671.   (eval $ac_try) 2>&5
  1672.   ac_status=$?
  1673.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1674.   (exit $ac_status); }; }; then
  1675.   eval "$as_ac_var=yes"
  1676. else
  1677.   echo "$as_me: failed program was:" >&5
  1678. sed 's/^/| /' conftest.$ac_ext >&5
  1679. eval "$as_ac_var=no"
  1680. fi
  1681. rm -f conftest.err conftest.$ac_objext 
  1682.       conftest$ac_exeext conftest.$ac_ext
  1683. fi
  1684. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1685. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1686. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1687.   cat >>confdefs.h <<_ACEOF
  1688. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1689. _ACEOF
  1690. fi
  1691. done
  1692. echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
  1693. echo $ECHO_N "checking whether strerror_r returns char *... $ECHO_C" >&6
  1694. if test "${ac_cv_func_strerror_r_char_p+set}" = set; then
  1695.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1696. else
  1697.     ac_cv_func_strerror_r_char_p=no
  1698.     if test $ac_cv_have_decl_strerror_r = yes; then
  1699.       cat >conftest.$ac_ext <<_ACEOF
  1700. /* confdefs.h.  */
  1701. _ACEOF
  1702. cat confdefs.h >>conftest.$ac_ext
  1703. cat >>conftest.$ac_ext <<_ACEOF
  1704. /* end confdefs.h.  */
  1705. $ac_includes_default
  1706. int
  1707. main ()
  1708. {
  1709.   char buf[100];
  1710.   char x = *strerror_r (0, buf, sizeof buf);
  1711.   char *p = strerror_r (0, buf, sizeof buf);
  1712.   ;
  1713.   return 0;
  1714. }
  1715. _ACEOF
  1716. rm -f conftest.$ac_objext
  1717. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1718.   (eval $ac_compile) 2>conftest.er1
  1719.   ac_status=$?
  1720.   grep -v '^ *+' conftest.er1 >conftest.err
  1721.   rm -f conftest.er1
  1722.   cat conftest.err >&5
  1723.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1724.   (exit $ac_status); } &&
  1725.  { ac_try='test -z "$ac_cxx_werror_flag"
  1726.  || test ! -s conftest.err'
  1727.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1728.   (eval $ac_try) 2>&5
  1729.   ac_status=$?
  1730.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1731.   (exit $ac_status); }; } &&
  1732.  { ac_try='test -s conftest.$ac_objext'
  1733.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1734.   (eval $ac_try) 2>&5
  1735.   ac_status=$?
  1736.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1737.   (exit $ac_status); }; }; then
  1738.   ac_cv_func_strerror_r_char_p=yes
  1739. else
  1740.   echo "$as_me: failed program was:" >&5
  1741. sed 's/^/| /' conftest.$ac_ext >&5
  1742. fi
  1743. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1744.     else
  1745.       # strerror_r is not declared.  Choose between
  1746.       # systems that have relatively inaccessible declarations for the
  1747.       # function.  BeOS and DEC UNIX 4.0 fall in this category, but the
  1748.       # former has a strerror_r that returns char*, while the latter
  1749.       # has a strerror_r that returns `int'.
  1750.       # This test should segfault on the DEC system.
  1751.       if test "$cross_compiling" = yes; then
  1752.   :
  1753. else
  1754.   cat >conftest.$ac_ext <<_ACEOF
  1755. /* confdefs.h.  */
  1756. _ACEOF
  1757. cat confdefs.h >>conftest.$ac_ext
  1758. cat >>conftest.$ac_ext <<_ACEOF
  1759. /* end confdefs.h.  */
  1760. $ac_includes_default
  1761. extern char *strerror_r ();
  1762. int
  1763. main ()
  1764. {
  1765. char buf[100];
  1766.   char x = *strerror_r (0, buf, sizeof buf);
  1767.   exit (!isalpha (x));
  1768.   ;
  1769.   return 0;
  1770. }
  1771. _ACEOF
  1772. rm -f conftest$ac_exeext
  1773. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1774.   (eval $ac_link) 2>&5
  1775.   ac_status=$?
  1776.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1777.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1778.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1779.   (eval $ac_try) 2>&5
  1780.   ac_status=$?
  1781.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1782.   (exit $ac_status); }; }; then
  1783.   ac_cv_func_strerror_r_char_p=yes
  1784. else
  1785.   echo "$as_me: program exited with status $ac_status" >&5
  1786. echo "$as_me: failed program was:" >&5
  1787. sed 's/^/| /' conftest.$ac_ext >&5
  1788. fi
  1789. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1790. fi
  1791.     fi
  1792. fi
  1793. echo "$as_me:$LINENO: result: $ac_cv_func_strerror_r_char_p" >&5
  1794. echo "${ECHO_T}$ac_cv_func_strerror_r_char_p" >&6
  1795. if test $ac_cv_func_strerror_r_char_p = yes; then
  1796. cat >>confdefs.h <<_ACEOF
  1797. #define STRERROR_R_CHAR_P 1
  1798. _ACEOF
  1799. fi
  1800. # Checks for library functions.
  1801. for ac_func in mkdir uname
  1802. do
  1803. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1804. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1805. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1806. if eval "test "${$as_ac_var+set}" = set"; then
  1807.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1808. else
  1809.   cat >conftest.$ac_ext <<_ACEOF
  1810. /* confdefs.h.  */
  1811. _ACEOF
  1812. cat confdefs.h >>conftest.$ac_ext
  1813. cat >>conftest.$ac_ext <<_ACEOF
  1814. /* end confdefs.h.  */
  1815. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1816.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1817. #define $ac_func innocuous_$ac_func
  1818. /* System header to define __stub macros and hopefully few prototypes,
  1819.     which can conflict with char $ac_func (); below.
  1820.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1821.     <limits.h> exists even on freestanding compilers.  */
  1822. #ifdef __STDC__
  1823. # include <limits.h>
  1824. #else
  1825. # include <assert.h>
  1826. #endif
  1827. #undef $ac_func
  1828. /* Override any gcc2 internal prototype to avoid an error.  */
  1829. #ifdef __cplusplus
  1830. extern "C"
  1831. {
  1832. #endif
  1833. /* We use char because int might match the return type of a gcc2
  1834.    builtin and then its argument prototype would still apply.  */
  1835. char $ac_func ();
  1836. /* The GNU C library defines this for functions which it implements
  1837.     to always fail with ENOSYS.  Some functions are actually named
  1838.     something starting with __ and the normal name is an alias.  */
  1839. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1840. choke me
  1841. #else
  1842. char (*f) () = $ac_func;
  1843. #endif
  1844. #ifdef __cplusplus
  1845. }
  1846. #endif
  1847. int
  1848. main ()
  1849. {
  1850. return f != $ac_func;
  1851.   ;
  1852.   return 0;
  1853. }
  1854. _ACEOF
  1855. rm -f conftest.$ac_objext conftest$ac_exeext
  1856. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1857.   (eval $ac_link) 2>conftest.er1
  1858.   ac_status=$?
  1859.   grep -v '^ *+' conftest.er1 >conftest.err
  1860.   rm -f conftest.er1
  1861.   cat conftest.err >&5
  1862.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1863.   (exit $ac_status); } &&
  1864.  { ac_try='test -z "$ac_cxx_werror_flag"
  1865.  || test ! -s conftest.err'
  1866.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1867.   (eval $ac_try) 2>&5
  1868.   ac_status=$?
  1869.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1870.   (exit $ac_status); }; } &&
  1871.  { ac_try='test -s conftest$ac_exeext'
  1872.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1873.   (eval $ac_try) 2>&5
  1874.   ac_status=$?
  1875.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1876.   (exit $ac_status); }; }; then
  1877.   eval "$as_ac_var=yes"
  1878. else
  1879.   echo "$as_me: failed program was:" >&5
  1880. sed 's/^/| /' conftest.$ac_ext >&5
  1881. eval "$as_ac_var=no"
  1882. fi
  1883. rm -f conftest.err conftest.$ac_objext 
  1884.       conftest$ac_exeext conftest.$ac_ext
  1885. fi
  1886. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1887. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1888. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1889.   cat >>confdefs.h <<_ACEOF
  1890. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1891. _ACEOF
  1892. fi
  1893. done
  1894. cat >confcache <<_ACEOF
  1895. # This file is a shell script that caches the results of configure
  1896. # tests run on this system so they can be shared between configure
  1897. # scripts and configure runs, see configure's option --config-cache.
  1898. # It is not useful on other systems.  If it contains results you don't
  1899. # want to keep, you may remove or edit it.
  1900. #
  1901. # config.status only pays attention to the cache file if you give it
  1902. # the --recheck option to rerun configure.
  1903. #
  1904. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  1905. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  1906. # following values.
  1907. _ACEOF
  1908. # The following way of writing the cache mishandles newlines in values,
  1909. # but we know of no workaround that is simple, portable, and efficient.
  1910. # So, don't put newlines in cache variables' values.
  1911. # Ultrix sh set writes to stderr and can't be redirected directly,
  1912. # and sets the high bit in the cache file unless we assign to the vars.
  1913. {
  1914.   (set) 2>&1 |
  1915.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1916.     *ac_space= *)
  1917.       # `set' does not quote correctly, so add quotes (double-quote
  1918.       # substitution turns \\ into \, and sed turns \ into ).
  1919.       sed -n 
  1920. "s/'/'\\''/g;
  1921.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  1922.       ;;
  1923.     *)
  1924.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1925.       sed -n 
  1926. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1927.       ;;
  1928.     esac;
  1929. } |
  1930.   sed '
  1931.      t clear
  1932.      : clear
  1933.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  1934.      t end
  1935.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  1936.      : end' >>confcache
  1937. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1938.   if test -w $cache_file; then
  1939.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1940.     cat confcache >$cache_file
  1941.   else
  1942.     echo "not updating unwritable cache $cache_file"
  1943.   fi
  1944. fi
  1945. rm -f confcache
  1946. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1947. # Let make expand exec_prefix.
  1948. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1949. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  1950. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1951. # trailing colons and then remove the whole line if VPATH becomes empty
  1952. # (actually we leave an empty line to preserve line numbers).
  1953. if test "x$srcdir" = x.; then
  1954.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  1955. s/:*$(srcdir):*/:/;
  1956. s/:*${srcdir}:*/:/;
  1957. s/:*@srcdir@:*/:/;
  1958. s/^([^=]*=[  ]*):*/1/;
  1959. s/:*$//;
  1960. s/^[^=]*=[  ]*$//;
  1961. }'
  1962. fi
  1963. DEFS=-DHAVE_CONFIG_H
  1964. ac_libobjs=
  1965. ac_ltlibobjs=
  1966. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1967.   # 1. Remove the extension, and $U if already installed.
  1968.   ac_i=`echo "$ac_i" |
  1969.  sed 's/$U././;s/.o$//;s/.obj$//'`
  1970.   # 2. Add them.
  1971.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  1972.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1973. done
  1974. LIBOBJS=$ac_libobjs
  1975. LTLIBOBJS=$ac_ltlibobjs
  1976. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  1977.   { { echo "$as_me:$LINENO: error: conditional "AMDEP" was never defined.
  1978. Usually this means the macro was only invoked conditionally." >&5
  1979. echo "$as_me: error: conditional "AMDEP" was never defined.
  1980. Usually this means the macro was only invoked conditionally." >&2;}
  1981.    { (exit 1); exit 1; }; }
  1982. fi
  1983. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  1984.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCC" was never defined.
  1985. Usually this means the macro was only invoked conditionally." >&5
  1986. echo "$as_me: error: conditional "am__fastdepCC" was never defined.
  1987. Usually this means the macro was only invoked conditionally." >&2;}
  1988.    { (exit 1); exit 1; }; }
  1989. fi
  1990. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  1991.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCXX" was never defined.
  1992. Usually this means the macro was only invoked conditionally." >&5
  1993. echo "$as_me: error: conditional "am__fastdepCXX" was never defined.
  1994. Usually this means the macro was only invoked conditionally." >&2;}
  1995.    { (exit 1); exit 1; }; }
  1996. fi
  1997. : ${CONFIG_STATUS=./config.status}
  1998. ac_clean_files_save=$ac_clean_files
  1999. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2000. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2001. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2002. cat >$CONFIG_STATUS <<_ACEOF
  2003. #! $SHELL
  2004. # Generated by $as_me.
  2005. # Run this file to recreate the current configuration.
  2006. # Compiler output produced by configure, useful for debugging
  2007. # configure, is in config.log if it exists.
  2008. debug=false
  2009. ac_cs_recheck=false
  2010. ac_cs_silent=false
  2011. SHELL=${CONFIG_SHELL-$SHELL}
  2012. _ACEOF
  2013. cat >>$CONFIG_STATUS <<_ACEOF
  2014. ## --------------------- ##
  2015. ## M4sh Initialization.  ##
  2016. ## --------------------- ##
  2017. # Be Bourne compatible
  2018. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2019.   emulate sh
  2020.   NULLCMD=:
  2021.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2022.   # is contrary to our usage.  Disable this feature.
  2023.   alias -g '${1+"$@"}'='"$@"'
  2024. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2025.   set -o posix
  2026. fi
  2027. DUALCASE=1; export DUALCASE # for MKS sh
  2028. # Support unset when possible.
  2029. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2030.   as_unset=unset
  2031. else
  2032.   as_unset=false
  2033. fi
  2034. # Work around bugs in pre-3.0 UWIN ksh.
  2035. $as_unset ENV MAIL MAILPATH
  2036. PS1='$ '
  2037. PS2='> '
  2038. PS4='+ '
  2039. # NLS nuisances.
  2040. for as_var in 
  2041.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2042.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2043.   LC_TELEPHONE LC_TIME
  2044. do
  2045.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2046.     eval $as_var=C; export $as_var
  2047.   else
  2048.     $as_unset $as_var
  2049.   fi
  2050. done
  2051. # Required to use basename.
  2052. if expr a : '(a)' >/dev/null 2>&1; then
  2053.   as_expr=expr
  2054. else
  2055.   as_expr=false
  2056. fi
  2057. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2058.   as_basename=basename
  2059. else
  2060.   as_basename=false
  2061. fi
  2062. # Name of the executable.
  2063. as_me=`$as_basename "$0" ||
  2064. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2065.  X"$0" : 'X(//)$' | 
  2066.  X"$0" : 'X(/)$' | 
  2067.  .     : '(.)' 2>/dev/null ||
  2068. echo X/"$0" |
  2069.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2070.      /^X/(//)$/{ s//1/; q; }
  2071.      /^X/(/).*/{ s//1/; q; }
  2072.      s/.*/./; q'`
  2073. # PATH needs CR, and LINENO needs CR and PATH.
  2074. # Avoid depending upon Character Ranges.
  2075. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2076. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2077. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2078. as_cr_digits='0123456789'
  2079. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2080. # The user is always right.
  2081. if test "${PATH_SEPARATOR+set}" != set; then
  2082.   echo "#! /bin/sh" >conf$$.sh
  2083.   echo  "exit 0"   >>conf$$.sh
  2084.   chmod +x conf$$.sh
  2085.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2086.     PATH_SEPARATOR=';'
  2087.   else
  2088.     PATH_SEPARATOR=:
  2089.   fi
  2090.   rm -f conf$$.sh
  2091. fi
  2092.   as_lineno_1=$LINENO
  2093.   as_lineno_2=$LINENO
  2094.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2095.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2096.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2097.   # Find who we are.  Look in the path if we contain no path at all
  2098.   # relative or not.
  2099.   case $0 in
  2100.     *[\/]* ) as_myself=$0 ;;
  2101.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2102. for as_dir in $PATH
  2103. do
  2104.   IFS=$as_save_IFS
  2105.   test -z "$as_dir" && as_dir=.
  2106.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2107. done
  2108.        ;;
  2109.   esac
  2110.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2111.   # in which case we are not to be found in the path.
  2112.   if test "x$as_myself" = x; then
  2113.     as_myself=$0
  2114.   fi
  2115.   if test ! -f "$as_myself"; then
  2116.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2117. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2118.    { (exit 1); exit 1; }; }
  2119.   fi
  2120.   case $CONFIG_SHELL in
  2121.   '')
  2122.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2123. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2124. do
  2125.   IFS=$as_save_IFS
  2126.   test -z "$as_dir" && as_dir=.
  2127.   for as_base in sh bash ksh sh5; do
  2128.  case $as_dir in
  2129.  /*)
  2130.    if ("$as_dir/$as_base" -c '
  2131.   as_lineno_1=$LINENO
  2132.   as_lineno_2=$LINENO
  2133.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2134.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2135.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2136.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2137.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2138.      CONFIG_SHELL=$as_dir/$as_base
  2139.      export CONFIG_SHELL
  2140.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2141.    fi;;
  2142.  esac
  2143.        done
  2144. done
  2145. ;;
  2146.   esac
  2147.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2148.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2149.   # line-number line before each line; the second 'sed' does the real
  2150.   # work.  The second script uses 'N' to pair each line-number line
  2151.   # with the numbered line, and appends trailing '-' during
  2152.   # substitution so that $LINENO is not a special case at line end.
  2153.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2154.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2155.   sed '=' <$as_myself |
  2156.     sed '
  2157.       N
  2158.       s,$,-,
  2159.       : loop
  2160.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2161.       t loop
  2162.       s,-$,,
  2163.       s,^['$as_cr_digits']*n,,
  2164.     ' >$as_me.lineno &&
  2165.   chmod +x $as_me.lineno ||
  2166.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2167. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2168.    { (exit 1); exit 1; }; }
  2169.   # Don't try to exec as it changes $[0], causing all sort of problems
  2170.   # (the dirname of $[0] is not the place where we might find the
  2171.   # original and so on.  Autoconf is especially sensible to this).
  2172.   . ./$as_me.lineno
  2173.   # Exit status is that of the last command.
  2174.   exit
  2175. }
  2176. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2177.   *c*,-n*) ECHO_N= ECHO_C='
  2178. ' ECHO_T=' ' ;;
  2179.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2180.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2181. esac
  2182. if expr a : '(a)' >/dev/null 2>&1; then
  2183.   as_expr=expr
  2184. else
  2185.   as_expr=false
  2186. fi
  2187. rm -f conf$$ conf$$.exe conf$$.file
  2188. echo >conf$$.file
  2189. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2190.   # We could just check for DJGPP; but this test a) works b) is more generic
  2191.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2192.   if test -f conf$$.exe; then
  2193.     # Don't use ln at all; we don't have any links
  2194.     as_ln_s='cp -p'
  2195.   else
  2196.     as_ln_s='ln -s'
  2197.   fi
  2198. elif ln conf$$.file conf$$ 2>/dev/null; then
  2199.   as_ln_s=ln
  2200. else
  2201.   as_ln_s='cp -p'
  2202. fi
  2203. rm -f conf$$ conf$$.exe conf$$.file
  2204. if mkdir -p . 2>/dev/null; then
  2205.   as_mkdir_p=:
  2206. else
  2207.   test -d ./-p && rmdir ./-p
  2208.   as_mkdir_p=false
  2209. fi
  2210. as_executable_p="test -f"
  2211. # Sed expression to map a string onto a valid CPP name.
  2212. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2213. # Sed expression to map a string onto a valid variable name.
  2214. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2215. # IFS
  2216. # We need space, tab and new line, in precisely that order.
  2217. as_nl='
  2218. '
  2219. IFS="  $as_nl"
  2220. # CDPATH.
  2221. $as_unset CDPATH
  2222. exec 6>&1
  2223. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2224. # report actual input values of CONFIG_FILES etc. instead of their
  2225. # values after options handling.  Logging --version etc. is OK.
  2226. exec 5>>config.log
  2227. {
  2228.   echo
  2229.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2230. ## Running $as_me. ##
  2231. _ASBOX
  2232. } >&5
  2233. cat >&5 <<_CSEOF
  2234. This file was extended by hadoop-pipes $as_me 0.13.0, which was
  2235. generated by GNU Autoconf 2.59.  Invocation command line was
  2236.   CONFIG_FILES    = $CONFIG_FILES
  2237.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2238.   CONFIG_LINKS    = $CONFIG_LINKS
  2239.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2240.   $ $0 $@
  2241. _CSEOF
  2242. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2243. echo >&5
  2244. _ACEOF
  2245. # Files that config.status was made for.
  2246. if test -n "$ac_config_files"; then
  2247.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2248. fi
  2249. if test -n "$ac_config_headers"; then
  2250.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2251. fi
  2252. if test -n "$ac_config_links"; then
  2253.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2254. fi
  2255. if test -n "$ac_config_commands"; then
  2256.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2257. fi
  2258. cat >>$CONFIG_STATUS <<_ACEOF
  2259. ac_cs_usage="
  2260. `$as_me' instantiates files from templates according to the
  2261. current configuration.
  2262. Usage: $0 [OPTIONS] [FILE]...
  2263.   -h, --help       print this help, then exit
  2264.   -V, --version    print version number, then exit
  2265.   -q, --quiet      do not print progress messages
  2266.   -d, --debug      don't remove temporary files
  2267.       --recheck    update $as_me by reconfiguring in the same conditions
  2268.   --file=FILE[:TEMPLATE]
  2269.    instantiate the configuration file FILE
  2270.   --header=FILE[:TEMPLATE]
  2271.    instantiate the configuration header FILE
  2272. Configuration files:
  2273. $config_files
  2274. Configuration headers:
  2275. $config_headers
  2276. Configuration commands:
  2277. $config_commands
  2278. Report bugs to <bug-autoconf@gnu.org>."
  2279. _ACEOF
  2280. cat >>$CONFIG_STATUS <<_ACEOF
  2281. ac_cs_version="\
  2282. hadoop-pipes config.status 0.13.0
  2283. configured by $0, generated by GNU Autoconf 2.59,
  2284.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2285. Copyright (C) 2003 Free Software Foundation, Inc.
  2286. This config.status script is free software; the Free Software Foundation
  2287. gives unlimited permission to copy, distribute and modify it."
  2288. srcdir=$srcdir
  2289. INSTALL="$INSTALL"
  2290. _ACEOF
  2291. cat >>$CONFIG_STATUS <<_ACEOF
  2292. # If no file are specified by the user, then we need to provide default
  2293. # value.  By we need to know if files were specified by the user.
  2294. ac_need_defaults=:
  2295. while test $# != 0
  2296. do
  2297.   case $1 in
  2298.   --*=*)
  2299.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2300.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2301.     ac_shift=:
  2302.     ;;
  2303.   -*)
  2304.     ac_option=$1
  2305.     ac_optarg=$2
  2306.     ac_shift=shift
  2307.     ;;
  2308.   *) # This is not an option, so the user has probably given explicit
  2309.      # arguments.
  2310.      ac_option=$1
  2311.      ac_need_defaults=false;;
  2312.   esac
  2313.   case $ac_option in
  2314.   # Handling of the options.
  2315. _ACEOF
  2316. cat >>$CONFIG_STATUS <<_ACEOF
  2317.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2318.     ac_cs_recheck=: ;;
  2319.   --version | --vers* | -V )
  2320.     echo "$ac_cs_version"; exit 0 ;;
  2321.   --he | --h)
  2322.     # Conflict between --help and --header
  2323.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2324. Try `$0 --help' for more information." >&5
  2325. echo "$as_me: error: ambiguous option: $1
  2326. Try `$0 --help' for more information." >&2;}
  2327.    { (exit 1); exit 1; }; };;
  2328.   --help | --hel | -h )
  2329.     echo "$ac_cs_usage"; exit 0 ;;
  2330.   --debug | --d* | -d )
  2331.     debug=: ;;
  2332.   --file | --fil | --fi | --f )
  2333.     $ac_shift
  2334.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2335.     ac_need_defaults=false;;
  2336.   --header | --heade | --head | --hea )
  2337.     $ac_shift
  2338.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2339.     ac_need_defaults=false;;
  2340.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2341.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2342.     ac_cs_silent=: ;;
  2343.   # This is an error.
  2344.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2345. Try `$0 --help' for more information." >&5
  2346. echo "$as_me: error: unrecognized option: $1
  2347. Try `$0 --help' for more information." >&2;}
  2348.    { (exit 1); exit 1; }; } ;;
  2349.   *) ac_config_targets="$ac_config_targets $1" ;;
  2350.   esac
  2351.   shift
  2352. done
  2353. ac_configure_extra_args=
  2354. if $ac_cs_silent; then
  2355.   exec 6>/dev/null
  2356.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2357. fi
  2358. _ACEOF
  2359. cat >>$CONFIG_STATUS <<_ACEOF
  2360. if $ac_cs_recheck; then
  2361.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2362.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2363. fi
  2364. _ACEOF
  2365. cat >>$CONFIG_STATUS <<_ACEOF
  2366. #
  2367. # INIT-COMMANDS section.
  2368. #
  2369. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  2370. _ACEOF
  2371. cat >>$CONFIG_STATUS <<_ACEOF
  2372. for ac_config_target in $ac_config_targets
  2373. do
  2374.   case "$ac_config_target" in
  2375.   # Handling of arguments.
  2376.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2377.   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  2378.   "impl/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS impl/config.h" ;;
  2379.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2380. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2381.    { (exit 1); exit 1; }; };;
  2382.   esac
  2383. done
  2384. # If the user did not use the arguments to specify the items to instantiate,
  2385. # then the envvar interface is used.  Set only those that are not.
  2386. # We use the long form for the default assignment because of an extremely
  2387. # bizarre bug on SunOS 4.1.3.
  2388. if $ac_need_defaults; then
  2389.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2390.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2391.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2392. fi
  2393. # Have a temporary directory for convenience.  Make it in the build tree
  2394. # simply because there is no reason to put it here, and in addition,
  2395. # creating and moving files from /tmp can sometimes cause problems.
  2396. # Create a temporary directory, and hook for its removal unless debugging.
  2397. $debug ||
  2398. {
  2399.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2400.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2401. }
  2402. # Create a (secure) tmp directory for tmp files.
  2403. {
  2404.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2405.   test -n "$tmp" && test -d "$tmp"
  2406. }  ||
  2407. {
  2408.   tmp=./confstat$$-$RANDOM
  2409.   (umask 077 && mkdir $tmp)
  2410. } ||
  2411. {
  2412.    echo "$me: cannot create a temporary directory in ." >&2
  2413.    { (exit 1); exit 1; }
  2414. }
  2415. _ACEOF
  2416. cat >>$CONFIG_STATUS <<_ACEOF
  2417. #
  2418. # CONFIG_FILES section.
  2419. #
  2420. # No need to generate the scripts if there are no CONFIG_FILES.
  2421. # This happens for instance when ./config.status config.h
  2422. if test -n "$CONFIG_FILES"; then
  2423.   # Protect against being on the right side of a sed subst in config.status.
  2424.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2425.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2426. s,@SHELL@,$SHELL,;t t
  2427. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2428. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2429. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2430. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2431. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2432. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2433. s,@exec_prefix@,$exec_prefix,;t t
  2434. s,@prefix@,$prefix,;t t
  2435. s,@program_transform_name@,$program_transform_name,;t t
  2436. s,@bindir@,$bindir,;t t
  2437. s,@sbindir@,$sbindir,;t t
  2438. s,@libexecdir@,$libexecdir,;t t
  2439. s,@datadir@,$datadir,;t t
  2440. s,@sysconfdir@,$sysconfdir,;t t
  2441. s,@sharedstatedir@,$sharedstatedir,;t t
  2442. s,@localstatedir@,$localstatedir,;t t
  2443. s,@libdir@,$libdir,;t t
  2444. s,@includedir@,$includedir,;t t
  2445. s,@oldincludedir@,$oldincludedir,;t t
  2446. s,@infodir@,$infodir,;t t
  2447. s,@mandir@,$mandir,;t t
  2448. s,@build_alias@,$build_alias,;t t
  2449. s,@host_alias@,$host_alias,;t t
  2450. s,@target_alias@,$target_alias,;t t
  2451. s,@DEFS@,$DEFS,;t t
  2452. s,@ECHO_C@,$ECHO_C,;t t
  2453. s,@ECHO_N@,$ECHO_N,;t t
  2454. s,@ECHO_T@,$ECHO_T,;t t
  2455. s,@LIBS@,$LIBS,;t t
  2456. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2457. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2458. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2459. s,@CYGPATH_W@,$CYGPATH_W,;t t
  2460. s,@PACKAGE@,$PACKAGE,;t t
  2461. s,@VERSION@,$VERSION,;t t
  2462. s,@ACLOCAL@,$ACLOCAL,;t t
  2463. s,@AUTOCONF@,$AUTOCONF,;t t
  2464. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2465. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2466. s,@MAKEINFO@,$MAKEINFO,;t t
  2467. s,@install_sh@,$install_sh,;t t
  2468. s,@STRIP@,$STRIP,;t t
  2469. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  2470. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2471. s,@mkdir_p@,$mkdir_p,;t t
  2472. s,@AWK@,$AWK,;t t
  2473. s,@SET_MAKE@,$SET_MAKE,;t t
  2474. s,@am__leading_dot@,$am__leading_dot,;t t
  2475. s,@AMTAR@,$AMTAR,;t t
  2476. s,@am__tar@,$am__tar,;t t
  2477. s,@am__untar@,$am__untar,;t t
  2478. s,@CC@,$CC,;t t
  2479. s,@CFLAGS@,$CFLAGS,;t t
  2480. s,@LDFLAGS@,$LDFLAGS,;t t
  2481. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2482. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2483. s,@EXEEXT@,$EXEEXT,;t t
  2484. s,@OBJEXT@,$OBJEXT,;t t
  2485. s,@DEPDIR@,$DEPDIR,;t t
  2486. s,@am__include@,$am__include,;t t
  2487. s,@am__quote@,$am__quote,;t t
  2488. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  2489. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  2490. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  2491. s,@CCDEPMODE@,$CCDEPMODE,;t t
  2492. s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  2493. s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  2494. s,@HADOOP_UTILS_PREFIX@,$HADOOP_UTILS_PREFIX,;t t
  2495. s,@CPP@,$CPP,;t t
  2496. s,@EGREP@,$EGREP,;t t
  2497. s,@CXX@,$CXX,;t t
  2498. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2499. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2500. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  2501. s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
  2502. s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
  2503. s,@build@,$build,;t t
  2504. s,@build_cpu@,$build_cpu,;t t
  2505. s,@build_vendor@,$build_vendor,;t t
  2506. s,@build_os@,$build_os,;t t
  2507. s,@host@,$host,;t t
  2508. s,@host_cpu@,$host_cpu,;t t
  2509. s,@host_vendor@,$host_vendor,;t t
  2510. s,@host_os@,$host_os,;t t
  2511. s,@LN_S@,$LN_S,;t t
  2512. s,@ECHO@,$ECHO,;t t
  2513. s,@AR@,$AR,;t t
  2514. s,@ac_ct_AR@,$ac_ct_AR,;t t
  2515. s,@RANLIB@,$RANLIB,;t t
  2516. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  2517. s,@CXXCPP@,$CXXCPP,;t t
  2518. s,@F77@,$F77,;t t
  2519. s,@FFLAGS@,$FFLAGS,;t t
  2520. s,@ac_ct_F77@,$ac_ct_F77,;t t
  2521. s,@LIBTOOL@,$LIBTOOL,;t t
  2522. s,@LIBOBJS@,$LIBOBJS,;t t
  2523. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2524. CEOF
  2525. _ACEOF
  2526.   cat >>$CONFIG_STATUS <<_ACEOF
  2527.   # Split the substitutions into bite-sized pieces for seds with
  2528.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2529.   ac_max_sed_lines=48
  2530.   ac_sed_frag=1 # Number of current file.
  2531.   ac_beg=1 # First line for current file.
  2532.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2533.   ac_more_lines=:
  2534.   ac_sed_cmds=
  2535.   while $ac_more_lines; do
  2536.     if test $ac_beg -gt 1; then
  2537.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2538.     else
  2539.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2540.     fi
  2541.     if test ! -s $tmp/subs.frag; then
  2542.       ac_more_lines=false
  2543.     else
  2544.       # The purpose of the label and of the branching condition is to
  2545.       # speed up the sed processing (if there are no `@' at all, there
  2546.       # is no need to browse any of the substitutions).
  2547.       # These are the two extra sed commands mentioned above.
  2548.       (echo ':t
  2549.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2550.       if test -z "$ac_sed_cmds"; then
  2551. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2552.       else
  2553. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2554.       fi
  2555.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2556.       ac_beg=$ac_end
  2557.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2558.     fi
  2559.   done
  2560.   if test -z "$ac_sed_cmds"; then
  2561.     ac_sed_cmds=cat
  2562.   fi
  2563. fi # test -n "$CONFIG_FILES"
  2564. _ACEOF
  2565. cat >>$CONFIG_STATUS <<_ACEOF
  2566. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2567.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2568.   case $ac_file in
  2569.   - | *:- | *:-:* ) # input from stdin
  2570. cat >$tmp/stdin
  2571. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2572. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2573.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2574. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2575.   * )   ac_file_in=$ac_file.in ;;
  2576.   esac
  2577.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2578.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2579. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2580.  X"$ac_file" : 'X(//)[^/]' | 
  2581.  X"$ac_file" : 'X(//)$' | 
  2582.  X"$ac_file" : 'X(/)' | 
  2583.  .     : '(.)' 2>/dev/null ||
  2584. echo X"$ac_file" |
  2585.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2586.      /^X(//)[^/].*/{ s//1/; q; }
  2587.      /^X(//)$/{ s//1/; q; }
  2588.      /^X(/).*/{ s//1/; q; }
  2589.      s/.*/./; q'`
  2590.   { if $as_mkdir_p; then
  2591.     mkdir -p "$ac_dir"
  2592.   else
  2593.     as_dir="$ac_dir"
  2594.     as_dirs=
  2595.     while test ! -d "$as_dir"; do
  2596.       as_dirs="$as_dir $as_dirs"
  2597.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2598. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2599.  X"$as_dir" : 'X(//)[^/]' | 
  2600.  X"$as_dir" : 'X(//)$' | 
  2601.  X"$as_dir" : 'X(/)' | 
  2602.  .     : '(.)' 2>/dev/null ||
  2603. echo X"$as_dir" |
  2604.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2605.      /^X(//)[^/].*/{ s//1/; q; }
  2606.      /^X(//)$/{ s//1/; q; }
  2607.      /^X(/).*/{ s//1/; q; }
  2608.      s/.*/./; q'`
  2609.     done
  2610.     test ! -n "$as_dirs" || mkdir $as_dirs
  2611.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2612. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2613.    { (exit 1); exit 1; }; }; }
  2614.   ac_builddir=.
  2615. if test "$ac_dir" != .; then
  2616.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  2617.   # A "../" for each directory in $ac_dir_suffix.
  2618.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  2619. else
  2620.   ac_dir_suffix= ac_top_builddir=
  2621. fi
  2622. case $srcdir in
  2623.   .)  # No --srcdir option.  We are building in place.
  2624.     ac_srcdir=.
  2625.     if test -z "$ac_top_builddir"; then
  2626.        ac_top_srcdir=.
  2627.     else
  2628.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2629.     fi ;;
  2630.   [\/]* | ?:[\/]* )  # Absolute path.
  2631.     ac_srcdir=$srcdir$ac_dir_suffix;
  2632.     ac_top_srcdir=$srcdir ;;
  2633.   *) # Relative path.
  2634.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2635.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2636. esac
  2637. # Do not use `cd foo && pwd` to compute absolute paths, because
  2638. # the directories may not exist.
  2639. case `pwd` in
  2640. .) ac_abs_builddir="$ac_dir";;
  2641. *)
  2642.   case "$ac_dir" in
  2643.   .) ac_abs_builddir=`pwd`;;
  2644.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  2645.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  2646.   esac;;
  2647. esac
  2648. case $ac_abs_builddir in
  2649. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  2650. *)
  2651.   case ${ac_top_builddir}. in
  2652.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  2653.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  2654.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  2655.   esac;;
  2656. esac
  2657. case $ac_abs_builddir in
  2658. .) ac_abs_srcdir=$ac_srcdir;;
  2659. *)
  2660.   case $ac_srcdir in
  2661.   .) ac_abs_srcdir=$ac_abs_builddir;;
  2662.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  2663.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  2664.   esac;;
  2665. esac
  2666. case $ac_abs_builddir in
  2667. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  2668. *)
  2669.   case $ac_top_srcdir in
  2670.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  2671.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  2672.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  2673.   esac;;
  2674. esac
  2675.   case $INSTALL in
  2676.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2677.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2678.   esac
  2679.   if test x"$ac_file" != x-; then
  2680.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2681. echo "$as_me: creating $ac_file" >&6;}
  2682.     rm -f "$ac_file"
  2683.   fi
  2684.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2685.   # use $as_me), people would be surprised to read:
  2686.   #    /* config.h.  Generated by config.status.  */
  2687.   if test x"$ac_file" = x-; then
  2688.     configure_input=
  2689.   else
  2690.     configure_input="$ac_file.  "
  2691.   fi
  2692.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2693.      sed 's,.*/,,'` by configure."
  2694.   # First look for the input files in the build tree, otherwise in the
  2695.   # src tree.
  2696.   ac_file_inputs=`IFS=:
  2697.     for f in $ac_file_in; do
  2698.       case $f in
  2699.       -) echo $tmp/stdin ;;
  2700.       [\/$]*)
  2701.  # Absolute (can't be DOS-style, as IFS=:)
  2702.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2703. echo "$as_me: error: cannot find input file: $f" >&2;}
  2704.    { (exit 1); exit 1; }; }
  2705.  echo "$f";;
  2706.       *) # Relative
  2707.  if test -f "$f"; then
  2708.    # Build tree
  2709.    echo "$f"
  2710.  elif test -f "$srcdir/$f"; then
  2711.    # Source tree
  2712.    echo "$srcdir/$f"
  2713.  else
  2714.    # /dev/null tree
  2715.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2716. echo "$as_me: error: cannot find input file: $f" >&2;}
  2717.    { (exit 1); exit 1; }; }
  2718.  fi;;
  2719.       esac
  2720.     done` || { (exit 1); exit 1; }
  2721. _ACEOF
  2722. cat >>$CONFIG_STATUS <<_ACEOF
  2723.   sed "$ac_vpsub
  2724. $extrasub
  2725. _ACEOF
  2726. cat >>$CONFIG_STATUS <<_ACEOF
  2727. :t
  2728. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2729. s,@configure_input@,$configure_input,;t t
  2730. s,@srcdir@,$ac_srcdir,;t t
  2731. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2732. s,@top_srcdir@,$ac_top_srcdir,;t t
  2733. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2734. s,@builddir@,$ac_builddir,;t t
  2735. s,@abs_builddir@,$ac_abs_builddir,;t t
  2736. s,@top_builddir@,$ac_top_builddir,;t t
  2737. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2738. s,@INSTALL@,$ac_INSTALL,;t t
  2739. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2740.   rm -f $tmp/stdin
  2741.   if test x"$ac_file" != x-; then
  2742.     mv $tmp/out $ac_file
  2743.   else
  2744.     cat $tmp/out
  2745.     rm -f $tmp/out
  2746.   fi
  2747. done
  2748. _ACEOF
  2749. cat >>$CONFIG_STATUS <<_ACEOF
  2750. #
  2751. # CONFIG_HEADER section.
  2752. #
  2753. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2754. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2755. #
  2756. # ac_d sets the value in "#define NAME VALUE" lines.
  2757. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  2758. ac_dB='[  ].*$,1#2'
  2759. ac_dC=' '
  2760. ac_dD=',;t'
  2761. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2762. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  2763. ac_uB='$,1#2define3'
  2764. ac_uC=' '
  2765. ac_uD=',;t'
  2766. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  2767.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2768.   case $ac_file in
  2769.   - | *:- | *:-:* ) # input from stdin
  2770. cat >$tmp/stdin
  2771. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2772. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2773.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2774. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2775.   * )   ac_file_in=$ac_file.in ;;
  2776.   esac
  2777.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  2778. echo "$as_me: creating $ac_file" >&6;}
  2779.   # First look for the input files in the build tree, otherwise in the
  2780.   # src tree.
  2781.   ac_file_inputs=`IFS=:
  2782.     for f in $ac_file_in; do
  2783.       case $f in
  2784.       -) echo $tmp/stdin ;;
  2785.       [\/$]*)
  2786.  # Absolute (can't be DOS-style, as IFS=:)
  2787.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2788. echo "$as_me: error: cannot find input file: $f" >&2;}
  2789.    { (exit 1); exit 1; }; }
  2790.  # Do quote $f, to prevent DOS paths from being IFS'd.
  2791.  echo "$f";;
  2792.       *) # Relative
  2793.  if test -f "$f"; then
  2794.    # Build tree
  2795.    echo "$f"
  2796.  elif test -f "$srcdir/$f"; then
  2797.    # Source tree
  2798.    echo "$srcdir/$f"
  2799.  else
  2800.    # /dev/null tree
  2801.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2802. echo "$as_me: error: cannot find input file: $f" >&2;}
  2803.    { (exit 1); exit 1; }; }
  2804.  fi;;
  2805.       esac
  2806.     done` || { (exit 1); exit 1; }
  2807.   # Remove the trailing spaces.
  2808.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  2809. _ACEOF
  2810. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  2811. # `conftest.undefs', that substitutes the proper values into
  2812. # config.h.in to produce config.h.  The first handles `#define'
  2813. # templates, and the second `#undef' templates.
  2814. # And first: Protect against being on the right side of a sed subst in
  2815. # config.status.  Protect against being in an unquoted here document
  2816. # in config.status.
  2817. rm -f conftest.defines conftest.undefs
  2818. # Using a here document instead of a string reduces the quoting nightmare.
  2819. # Putting comments in sed scripts is not portable.
  2820. #
  2821. # `end' is used to avoid that the second main sed command (meant for
  2822. # 0-ary CPP macros) applies to n-ary macro definitions.
  2823. # See the Autoconf documentation for `clear'.
  2824. cat >confdef2sed.sed <<_ACEOF
  2825. s/[\&,]/\&/g
  2826. s,[\$`],\&,g
  2827. t clear
  2828. : clear
  2829. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  2830. t end
  2831. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  2832. : end
  2833. _ACEOF
  2834. # If some macros were called several times there might be several times
  2835. # the same #defines, which is useless.  Nevertheless, we may not want to
  2836. # sort them, since we want the *last* AC-DEFINE to be honored.
  2837. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  2838. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  2839. rm -f confdef2sed.sed
  2840. # This sed command replaces #undef with comments.  This is necessary, for
  2841. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2842. # on some systems where configure will not decide to define it.
  2843. cat >>conftest.undefs <<_ACEOF
  2844. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  2845. _ACEOF
  2846. # Break up conftest.defines because some shells have a limit on the size
  2847. # of here documents, and old seds have small limits too (100 cmds).
  2848. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  2849. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  2850. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  2851. echo '  :' >>$CONFIG_STATUS
  2852. rm -f conftest.tail
  2853. while grep . conftest.defines >/dev/null
  2854. do
  2855.   # Write a limited-size here document to $tmp/defines.sed.
  2856.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  2857.   # Speed up: don't consider the non `#define' lines.
  2858.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  2859.   # Work around the forget-to-reset-the-flag bug.
  2860.   echo 't clr' >>$CONFIG_STATUS
  2861.   echo ': clr' >>$CONFIG_STATUS
  2862.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  2863.   echo 'CEOF
  2864.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  2865.   rm -f $tmp/in
  2866.   mv $tmp/out $tmp/in
  2867. ' >>$CONFIG_STATUS
  2868.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  2869.   rm -f conftest.defines
  2870.   mv conftest.tail conftest.defines
  2871. done
  2872. rm -f conftest.defines
  2873. echo '  fi # grep' >>$CONFIG_STATUS
  2874. echo >>$CONFIG_STATUS
  2875. # Break up conftest.undefs because some shells have a limit on the size
  2876. # of here documents, and old seds have small limits too (100 cmds).
  2877. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  2878. rm -f conftest.tail
  2879. while grep . conftest.undefs >/dev/null
  2880. do
  2881.   # Write a limited-size here document to $tmp/undefs.sed.
  2882.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  2883.   # Speed up: don't consider the non `#undef'
  2884.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  2885.   # Work around the forget-to-reset-the-flag bug.
  2886.   echo 't clr' >>$CONFIG_STATUS
  2887.   echo ': clr' >>$CONFIG_STATUS
  2888.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  2889.   echo 'CEOF
  2890.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  2891.   rm -f $tmp/in
  2892.   mv $tmp/out $tmp/in
  2893. ' >>$CONFIG_STATUS
  2894.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  2895.   rm -f conftest.undefs
  2896.   mv conftest.tail conftest.undefs
  2897. done
  2898. rm -f conftest.undefs
  2899. cat >>$CONFIG_STATUS <<_ACEOF
  2900.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2901.   # use $as_me), people would be surprised to read:
  2902.   #    /* config.h.  Generated by config.status.  */
  2903.   if test x"$ac_file" = x-; then
  2904.     echo "/* Generated by configure.  */" >$tmp/config.h
  2905.   else
  2906.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  2907.   fi
  2908.   cat $tmp/in >>$tmp/config.h
  2909.   rm -f $tmp/in
  2910.   if test x"$ac_file" != x-; then
  2911.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  2912.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  2913. echo "$as_me: $ac_file is unchanged" >&6;}
  2914.     else
  2915.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2916. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2917.  X"$ac_file" : 'X(//)[^/]' | 
  2918.  X"$ac_file" : 'X(//)$' | 
  2919.  X"$ac_file" : 'X(/)' | 
  2920.  .     : '(.)' 2>/dev/null ||
  2921. echo X"$ac_file" |
  2922.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2923.      /^X(//)[^/].*/{ s//1/; q; }
  2924.      /^X(//)$/{ s//1/; q; }
  2925.      /^X(/).*/{ s//1/; q; }
  2926.      s/.*/./; q'`
  2927.       { if $as_mkdir_p; then
  2928.     mkdir -p "$ac_dir"
  2929.   else
  2930.     as_dir="$ac_dir"
  2931.     as_dirs=
  2932.     while test ! -d "$as_dir"; do
  2933.       as_dirs="$as_dir $as_dirs"
  2934.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2935. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2936.  X"$as_dir" : 'X(//)[^/]' | 
  2937.  X"$as_dir" : 'X(//)$' | 
  2938.  X"$as_dir" : 'X(/)' | 
  2939.  .     : '(.)' 2>/dev/null ||
  2940. echo X"$as_dir" |
  2941.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2942.      /^X(//)[^/].*/{ s//1/; q; }
  2943.      /^X(//)$/{ s//1/; q; }
  2944.      /^X(/).*/{ s//1/; q; }
  2945.      s/.*/./; q'`
  2946.     done
  2947.     test ! -n "$as_dirs" || mkdir $as_dirs
  2948.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2949. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2950.    { (exit 1); exit 1; }; }; }
  2951.       rm -f $ac_file
  2952.       mv $tmp/config.h $ac_file
  2953.     fi
  2954.   else
  2955.     cat $tmp/config.h
  2956.     rm -f $tmp/config.h
  2957.   fi
  2958. # Compute $ac_file's index in $config_headers.
  2959. _am_stamp_count=1
  2960. for _am_header in $config_headers :; do
  2961.   case $_am_header in
  2962.     $ac_file | $ac_file:* )
  2963.       break ;;
  2964.     * )
  2965.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  2966.   esac
  2967. done
  2968. echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  2969. $as_expr X$ac_file : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2970.  X$ac_file : 'X(//)[^/]' | 
  2971.  X$ac_file : 'X(//)$' | 
  2972.  X$ac_file : 'X(/)' | 
  2973.  .     : '(.)' 2>/dev/null ||
  2974. echo X$ac_file |
  2975.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2976.      /^X(//)[^/].*/{ s//1/; q; }
  2977.      /^X(//)$/{ s//1/; q; }
  2978.      /^X(/).*/{ s//1/; q; }
  2979.      s/.*/./; q'`/stamp-h$_am_stamp_count
  2980. done
  2981. _ACEOF
  2982. cat >>$CONFIG_STATUS <<_ACEOF
  2983. #
  2984. # CONFIG_COMMANDS section.
  2985. #
  2986. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  2987.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  2988.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2989.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  2990. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2991.  X"$ac_dest" : 'X(//)[^/]' | 
  2992.  X"$ac_dest" : 'X(//)$' | 
  2993.  X"$ac_dest" : 'X(/)' | 
  2994.  .     : '(.)' 2>/dev/null ||
  2995. echo X"$ac_dest" |
  2996.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2997.      /^X(//)[^/].*/{ s//1/; q; }
  2998.      /^X(//)$/{ s//1/; q; }
  2999.      /^X(/).*/{ s//1/; q; }
  3000.      s/.*/./; q'`
  3001.   { if $as_mkdir_p; then
  3002.     mkdir -p "$ac_dir"
  3003.   else
  3004.     as_dir="$ac_dir"
  3005.     as_dirs=
  3006.     while test ! -d "$as_dir"; do
  3007.       as_dirs="$as_dir $as_dirs"
  3008.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3009. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3010.  X"$as_dir" : 'X(//)[^/]' | 
  3011.  X"$as_dir" : 'X(//)$' | 
  3012.  X"$as_dir" : 'X(/)' | 
  3013.  .     : '(.)' 2>/dev/null ||
  3014. echo X"$as_dir" |
  3015.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3016.      /^X(//)[^/].*/{ s//1/; q; }
  3017.      /^X(//)$/{ s//1/; q; }
  3018.      /^X(/).*/{ s//1/; q; }
  3019.      s/.*/./; q'`
  3020.     done
  3021.     test ! -n "$as_dirs" || mkdir $as_dirs
  3022.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3023. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3024.    { (exit 1); exit 1; }; }; }
  3025.   ac_builddir=.
  3026. if test "$ac_dir" != .; then
  3027.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3028.   # A "../" for each directory in $ac_dir_suffix.
  3029.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3030. else
  3031.   ac_dir_suffix= ac_top_builddir=
  3032. fi
  3033. case $srcdir in
  3034.   .)  # No --srcdir option.  We are building in place.
  3035.     ac_srcdir=.
  3036.     if test -z "$ac_top_builddir"; then
  3037.        ac_top_srcdir=.
  3038.     else
  3039.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3040.     fi ;;
  3041.   [\/]* | ?:[\/]* )  # Absolute path.
  3042.     ac_srcdir=$srcdir$ac_dir_suffix;
  3043.     ac_top_srcdir=$srcdir ;;
  3044.   *) # Relative path.
  3045.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3046.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3047. esac
  3048. # Do not use `cd foo && pwd` to compute absolute paths, because
  3049. # the directories may not exist.
  3050. case `pwd` in
  3051. .) ac_abs_builddir="$ac_dir";;
  3052. *)
  3053.   case "$ac_dir" in
  3054.   .) ac_abs_builddir=`pwd`;;
  3055.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3056.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3057.   esac;;
  3058. esac
  3059. case $ac_abs_builddir in
  3060. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3061. *)
  3062.   case ${ac_top_builddir}. in
  3063.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3064.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3065.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3066.   esac;;
  3067. esac
  3068. case $ac_abs_builddir in
  3069. .) ac_abs_srcdir=$ac_srcdir;;
  3070. *)
  3071.   case $ac_srcdir in
  3072.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3073.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3074.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3075.   esac;;
  3076. esac
  3077. case $ac_abs_builddir in
  3078. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3079. *)
  3080.   case $ac_top_srcdir in
  3081.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3082.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3083.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3084.   esac;;
  3085. esac
  3086.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3087. echo "$as_me: executing $ac_dest commands" >&6;}
  3088.   case $ac_dest in
  3089.     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  3090.   # Strip MF so we end up with the name of the file.
  3091.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  3092.   # Check whether this is an Automake generated Makefile or not.
  3093.   # We used to match only the files named `Makefile.in', but
  3094.   # some people rename them; so instead we look at the file content.
  3095.   # Grep'ing the first line is not enough: some people post-process
  3096.   # each Makefile.in and add a new line on top of each file to say so.
  3097.   # So let's grep whole file.
  3098.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  3099.     dirpart=`(dirname "$mf") 2>/dev/null ||
  3100. $as_expr X"$mf" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3101.  X"$mf" : 'X(//)[^/]' | 
  3102.  X"$mf" : 'X(//)$' | 
  3103.  X"$mf" : 'X(/)' | 
  3104.  .     : '(.)' 2>/dev/null ||
  3105. echo X"$mf" |
  3106.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3107.      /^X(//)[^/].*/{ s//1/; q; }
  3108.      /^X(//)$/{ s//1/; q; }
  3109.      /^X(/).*/{ s//1/; q; }
  3110.      s/.*/./; q'`
  3111.   else
  3112.     continue
  3113.   fi
  3114.   # Extract the definition of DEPDIR, am__include, and am__quote
  3115.   # from the Makefile without running `make'.
  3116.   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  3117.   test -z "$DEPDIR" && continue
  3118.   am__include=`sed -n 's/^am__include = //p' < "$mf"`
  3119.   test -z "am__include" && continue
  3120.   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  3121.   # When using ansi2knr, U may be empty or an underscore; expand it
  3122.   U=`sed -n 's/^U = //p' < "$mf"`
  3123.   # Find all dependency output files, they are included files with
  3124.   # $(DEPDIR) in their names.  We invoke sed twice because it is the
  3125.   # simplest approach to changing $(DEPDIR) to its actual value in the
  3126.   # expansion.
  3127.   for file in `sed -n "
  3128.     s/^$am__include $am__quote(.*(DEPDIR).*)$am__quote"'$/1/p' <"$mf" | 
  3129.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  3130.     # Make sure the directory exists.
  3131.     test -f "$dirpart/$file" && continue
  3132.     fdir=`(dirname "$file") 2>/dev/null ||
  3133. $as_expr X"$file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3134.  X"$file" : 'X(//)[^/]' | 
  3135.  X"$file" : 'X(//)$' | 
  3136.  X"$file" : 'X(/)' | 
  3137.  .     : '(.)' 2>/dev/null ||
  3138. echo X"$file" |
  3139.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3140.      /^X(//)[^/].*/{ s//1/; q; }
  3141.      /^X(//)$/{ s//1/; q; }
  3142.      /^X(/).*/{ s//1/; q; }
  3143.      s/.*/./; q'`
  3144.     { if $as_mkdir_p; then
  3145.     mkdir -p $dirpart/$fdir
  3146.   else
  3147.     as_dir=$dirpart/$fdir
  3148.     as_dirs=
  3149.     while test ! -d "$as_dir"; do
  3150.       as_dirs="$as_dir $as_dirs"
  3151.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3152. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3153.  X"$as_dir" : 'X(//)[^/]' | 
  3154.  X"$as_dir" : 'X(//)$' | 
  3155.  X"$as_dir" : 'X(/)' | 
  3156.  .     : '(.)' 2>/dev/null ||
  3157. echo X"$as_dir" |
  3158.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3159.      /^X(//)[^/].*/{ s//1/; q; }
  3160.      /^X(//)$/{ s//1/; q; }
  3161.      /^X(/).*/{ s//1/; q; }
  3162.      s/.*/./; q'`
  3163.     done
  3164.     test ! -n "$as_dirs" || mkdir $as_dirs
  3165.   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  3166. echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  3167.    { (exit 1); exit 1; }; }; }
  3168.     # echo "creating $dirpart/$file"
  3169.     echo '# dummy' > "$dirpart/$file"
  3170.   done
  3171. done
  3172.  ;;
  3173.   esac
  3174. done
  3175. _ACEOF
  3176. cat >>$CONFIG_STATUS <<_ACEOF
  3177. { (exit 0); exit 0; }
  3178. _ACEOF
  3179. chmod +x $CONFIG_STATUS
  3180. ac_clean_files=$ac_clean_files_save
  3181. # configure is writing to config.log, and then calls config.status.
  3182. # config.status does its own redirection, appending to config.log.
  3183. # Unfortunately, on DOS this fails, as config.log is still kept open
  3184. # by configure, so config.status won't be able to write to it; its
  3185. # output is simply discarded.  So we exec the FD to /dev/null,
  3186. # effectively closing config.log, so it can be properly (re)opened and
  3187. # appended to by config.status.  When coming back to configure, we
  3188. # need to make the FD available again.
  3189. if test "$no_create" != yes; then
  3190.   ac_cs_success=:
  3191.   ac_config_status_args=
  3192.   test "$silent" = yes &&
  3193.     ac_config_status_args="$ac_config_status_args --quiet"
  3194.   exec 5>/dev/null
  3195.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3196.   exec 5>>config.log
  3197.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3198.   # would make configure fail if this is the last instruction.
  3199.   $ac_cs_success || { (exit 1); exit 1; }
  3200. fi