Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/configure

    • Property svn:executable set to *
    r200 r503  
    11#! /bin/sh
    2 # From configure.in Id: configure.in,v 1.125 2004/03/06 08:05:19 psmith Exp .
     2# From configure.in Id: configure.in,v 1.142 2006/04/01 06:36:40 psmith Exp .
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated by GNU Autoconf 2.59 for GNU make 3.81beta1.
     4# Generated by GNU Autoconf 2.59 for GNU make 3.81.
    55#
    66# Report bugs to <bug-make@gnu.org>.
     
    271271PACKAGE_NAME='GNU make'
    272272PACKAGE_TARNAME='make'
    273 PACKAGE_VERSION='3.81beta1'
    274 PACKAGE_STRING='GNU make 3.81beta1'
     273PACKAGE_VERSION='3.81'
     274PACKAGE_STRING='GNU make 3.81'
    275275PACKAGE_BUGREPORT='bug-make@gnu.org'
    276276
     
    313313#endif"
    314314
    315 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB CPP AR PERL build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP U ANSI2KNR MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB ALLOCA LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS REMOTE USE_CUSTOMS_TRUE USE_CUSTOMS_FALSE GLOBINC GLOBLIB USE_LOCAL_GLOB_TRUE USE_LOCAL_GLOB_FALSE MAKE_HOST LTLIBOBJS'
     315ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB CPP AR PERL build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP U ANSI2KNR MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB ALLOCA LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS REMOTE USE_CUSTOMS_TRUE USE_CUSTOMS_FALSE GLOBINC GLOBLIB USE_LOCAL_GLOB_TRUE USE_LOCAL_GLOB_FALSE MAKE_HOST WINDOWSENV_TRUE WINDOWSENV_FALSE LTLIBOBJS'
    316316ac_subst_files='MAINT_MAKEFILE'
    317317
     
    782782  # This message is too long to be a string in the A/UX 3.1 sh.
    783783  cat <<_ACEOF
    784 \`configure' configures GNU make 3.81beta1 to adapt to many kinds of systems.
     784\`configure' configures GNU make 3.81 to adapt to many kinds of systems.
    785785
    786786Usage: $0 [OPTION]... [VAR=VALUE]...
     
    848848if test -n "$ac_init_help"; then
    849849  case $ac_init_help in
    850      short | recursive ) echo "Configuration of GNU make 3.81beta1:";;
     850     short | recursive ) echo "Configuration of GNU make 3.81:";;
    851851   esac
    852852  cat <<\_ACEOF
     
    860860  --disable-rpath         do not hardcode runtime library paths
    861861  --disable-largefile     omit support for large files
     862  --enable-case-insensitive-file-system
     863                          enable case insensitive file system support
    862864  --disable-job-server    disallow recursive make communication during -jN
    863865
     
    975977      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    976978    fi
    977     cd $ac_popdir
     979    cd "$ac_popdir"
    978980  done
    979981fi
     
    982984if $ac_init_version; then
    983985  cat <<\_ACEOF
    984 GNU make configure 3.81beta1
     986GNU make configure 3.81
    985987generated by GNU Autoconf 2.59
    986988
     
    996998running configure, to aid debugging if configure makes a mistake.
    997999
    998 It was created by GNU make $as_me 3.81beta1, which was
     1000It was created by GNU make $as_me 3.81, which was
    9991001generated by GNU Autoconf 2.59.  Invocation command line was
    10001002
     
    13671369
    13681370# Automake setup
    1369 am__api_version="1.8"
     1371am__api_version="1.9"
    13701372# Find a good install program.  We prefer a C program (faster),
    13711373# so one script is as good as another.  But avoid the broken or
     
    15191521
    15201522if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
    1521   # Keeping the `.' argument allows $(mkdir_p) to be used without
    1522   # argument.  Indeed, we sometimes output rules like
     1523  # We used to keeping the `.' as first argument, in order to
     1524  # allow $(mkdir_p) to be used without argument.  As in
    15231525  #   $(mkdir_p) $(somedir)
    1524   # where $(somedir) is conditionally defined.
    1525   # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
    1526   # expensive solution, as it forces Make to start a sub-shell.)
    1527   mkdir_p='mkdir -p -- .'
     1526  # where $(somedir) is conditionally defined.  However this is wrong
     1527  # for two reasons:
     1528  #  1. if the package is installed by a user who cannot write `.'
     1529  #     make install will fail,
     1530  #  2. the above comment should most certainly read
     1531  #     $(mkdir_p) $(DESTDIR)$(somedir)
     1532  #     so it does not work when $(somedir) is undefined and
     1533  #     $(DESTDIR) is not.
     1534  #  To support the latter case, we have to write
     1535  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
     1536  #  so the `.' trick is pointless.
     1537  mkdir_p='mkdir -p --'
    15281538else
    15291539  # On NextStep and OpenStep, the `mkdir' command does not
     
    16411651# Define the identity of the package.
    16421652 PACKAGE='make'
    1643  VERSION='3.81beta1'
     1653 VERSION='3.81'
    16441654
    16451655
     
    16681678
    16691679MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    1670 
    1671 
    1672 AMTAR=${AMTAR-"${am_missing_run}tar"}
    16731680
    16741681install_sh=${install_sh-"$am_aux_dir/install-sh"}
     
    17641771# We need awk for the "check" target.  The system "awk" is bad on
    17651772# some platforms.
     1773# Always define AMTAR for backward compatibility.
     1774
     1775AMTAR=${AMTAR-"${am_missing_run}tar"}
     1776
     1777am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
     1778
     1779
    17661780
    17671781
     
    23372351  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23382352  (exit $ac_status); } &&
    2339          { ac_try='test -z "$ac_c_werror_flag"
    2340                          || test ! -s conftest.err'
     2353         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    23412354  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    23422355  (eval $ac_try) 2>&5
     
    23962409  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23972410  (exit $ac_status); } &&
    2398          { ac_try='test -z "$ac_c_werror_flag"
    2399                          || test ! -s conftest.err'
     2411         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    24002412  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    24012413  (eval $ac_try) 2>&5
     
    25132525  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25142526  (exit $ac_status); } &&
    2515          { ac_try='test -z "$ac_c_werror_flag"
    2516                          || test ! -s conftest.err'
     2527         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    25172528  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25182529  (eval $ac_try) 2>&5
     
    25682579  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25692580  (exit $ac_status); } &&
    2570          { ac_try='test -z "$ac_c_werror_flag"
    2571                          || test ! -s conftest.err'
     2581         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    25722582  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25732583  (eval $ac_try) 2>&5
     
    26142624  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26152625  (exit $ac_status); } &&
    2616          { ac_try='test -z "$ac_c_werror_flag"
    2617                          || test ! -s conftest.err'
     2626         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    26182627  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    26192628  (eval $ac_try) 2>&5
     
    26592668  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26602669  (exit $ac_status); } &&
    2661          { ac_try='test -z "$ac_c_werror_flag"
    2662                          || test ! -s conftest.err'
     2670         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    26632671  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    26642672  (eval $ac_try) 2>&5
     
    28352843       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    28362844      # icc doesn't choke on unknown options, it will just issue warnings
    2837       # (even with -Werror).  So we grep stderr for any message
    2838       # that says an option was ignored.
    2839       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     2845      # or remarks (even with -Werror).  So we grep stderr for any message
     2846      # that says an option was ignored or not supported.
     2847      # When given -MP, icc 7.0 and 7.1 complain thusly:
     2848      #   icc: Command line warning: ignoring option '-M'; no argument required
     2849      # The diagnosis changed in icc 8.0:
     2850      #   icc: Command line remark: option '-MP' not supported
     2851      if (grep 'ignoring option' conftest.err ||
     2852          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    28402853        am_cv_CC_dependencies_compiler_type=$depmode
    28412854        break
     
    34743487  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34753488  (exit $ac_status); } &&
    3476          { ac_try='test -z "$ac_c_werror_flag"
    3477                          || test ! -s conftest.err'
     3489         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    34783490  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    34793491  (eval $ac_try) 2>&5
     
    35293541  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35303542  (exit $ac_status); } &&
    3531          { ac_try='test -z "$ac_c_werror_flag"
    3532                          || test ! -s conftest.err'
     3543         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    35333544  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    35343545  (eval $ac_try) 2>&5
     
    35953606  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35963607  (exit $ac_status); } &&
    3597          { ac_try='test -z "$ac_c_werror_flag"
    3598                          || test ! -s conftest.err'
     3608         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    35993609  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    36003610  (eval $ac_try) 2>&5
     
    37663776  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37673777  (exit $ac_status); } &&
    3768          { ac_try='test -z "$ac_c_werror_flag"
    3769                          || test ! -s conftest.err'
     3778         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    37703779  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    37713780  (eval $ac_try) 2>&5
     
    38303839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38313840  (exit $ac_status); } &&
    3832          { ac_try='test -z "$ac_c_werror_flag"
    3833                          || test ! -s conftest.err'
     3841         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    38343842  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38353843  (eval $ac_try) 2>&5
     
    40264034  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40274035  (exit $ac_status); } &&
    4028          { ac_try='test -z "$ac_c_werror_flag"
    4029                          || test ! -s conftest.err'
     4036         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    40304037  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    40314038  (eval $ac_try) 2>&5
     
    45424549      # but apparently some GNU ld's only accept -v.
    45434550      # Break only if it was the GNU/non-GNU ld that we prefer.
    4544       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
    4545         test "$with_gnu_ld" != no && break
    4546       else
    4547         test "$with_gnu_ld" != yes && break
    4548       fi
     4551      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
     4552      *GNU* | *'with BFD'*)
     4553        test "$with_gnu_ld" != no && break ;;
     4554      *)
     4555        test "$with_gnu_ld" != yes && break ;;
     4556      esac
    45494557    fi
    45504558  done
     
    45724580else
    45734581  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    4574 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
    4575   acl_cv_prog_gnu_ld=yes
    4576 else
    4577   acl_cv_prog_gnu_ld=no
    4578 fi
     4582case `$LD -v 2>&1 </dev/null` in
     4583*GNU* | *'with BFD'*)
     4584  acl_cv_prog_gnu_ld=yes ;;
     4585*)
     4586  acl_cv_prog_gnu_ld=no ;;
     4587esac
    45794588fi
    45804589echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
     
    50725081  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50735082  (exit $ac_status); } &&
    5074          { ac_try='test -z "$ac_c_werror_flag"
    5075                          || test ! -s conftest.err'
     5083         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    50765084  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    50775085  (eval $ac_try) 2>&5
     
    51645172  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51655173  (exit $ac_status); } &&
    5166          { ac_try='test -z "$ac_c_werror_flag"
    5167                          || test ! -s conftest.err'
     5174         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    51685175  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    51695176  (eval $ac_try) 2>&5
     
    52155222  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52165223  (exit $ac_status); } &&
    5217          { ac_try='test -z "$ac_c_werror_flag"
    5218                          || test ! -s conftest.err'
     5224         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    52195225  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    52205226  (eval $ac_try) 2>&5
     
    56825688  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56835689  (exit $ac_status); } &&
    5684          { ac_try='test -z "$ac_c_werror_flag"
    5685                          || test ! -s conftest.err'
     5690         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    56865691  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    56875692  (eval $ac_try) 2>&5
     
    57375742  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57385743  (exit $ac_status); } &&
    5739          { ac_try='test -z "$ac_c_werror_flag"
    5740                          || test ! -s conftest.err'
     5744         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    57415745  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    57425746  (eval $ac_try) 2>&5
     
    59255929  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59265930  (exit $ac_status); } &&
    5927          { ac_try='test -z "$ac_c_werror_flag"
    5928                          || test ! -s conftest.err'
     5931         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    59295932  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    59305933  (eval $ac_try) 2>&5
     
    59555958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59565959  (exit $ac_status); } &&
    5957          { ac_try='test -z "$ac_c_werror_flag"
    5958                          || test ! -s conftest.err'
     5960         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    59595961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    59605962  (eval $ac_try) 2>&5
     
    60266028  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60276029  (exit $ac_status); } &&
    6028          { ac_try='test -z "$ac_c_werror_flag"
    6029                          || test ! -s conftest.err'
     6030         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    60306031  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    60316032  (eval $ac_try) 2>&5
     
    60796080  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60806081  (exit $ac_status); } &&
    6081          { ac_try='test -z "$ac_c_werror_flag"
    6082                          || test ! -s conftest.err'
     6082         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    60836083  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    60846084  (eval $ac_try) 2>&5
     
    61516151  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61526152  (exit $ac_status); } &&
    6153          { ac_try='test -z "$ac_c_werror_flag"
    6154                          || test ! -s conftest.err'
     6153         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    61556154  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    61566155  (eval $ac_try) 2>&5
     
    62046203  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62056204  (exit $ac_status); } &&
    6206          { ac_try='test -z "$ac_c_werror_flag"
    6207                          || test ! -s conftest.err'
     6205         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    62086206  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    62096207  (eval $ac_try) 2>&5
     
    62796277  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62806278  (exit $ac_status); } &&
    6281          { ac_try='test -z "$ac_c_werror_flag"
    6282                          || test ! -s conftest.err'
     6279         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    62836280  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    62846281  (eval $ac_try) 2>&5
     
    63346331  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63356332  (exit $ac_status); } &&
    6336          { ac_try='test -z "$ac_c_werror_flag"
    6337                          || test ! -s conftest.err'
     6333         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    63386334  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    63396335  (eval $ac_try) 2>&5
     
    64026398  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64036399  (exit $ac_status); } &&
    6404          { ac_try='test -z "$ac_c_werror_flag"
    6405                          || test ! -s conftest.err'
     6400         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    64066401  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    64076402  (eval $ac_try) 2>&5
     
    65756570  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65766571  (exit $ac_status); } &&
    6577          { ac_try='test -z "$ac_c_werror_flag"
    6578                          || test ! -s conftest.err'
     6572         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    65796573  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    65806574  (eval $ac_try) 2>&5
     
    66486642  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66496643  (exit $ac_status); } &&
    6650          { ac_try='test -z "$ac_c_werror_flag"
    6651                          || test ! -s conftest.err'
     6644         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    66526645  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    66536646  (eval $ac_try) 2>&5
     
    67036696  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67046697  (exit $ac_status); } &&
    6705          { ac_try='test -z "$ac_c_werror_flag"
    6706                          || test ! -s conftest.err'
     6698         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    67076699  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    67086700  (eval $ac_try) 2>&5
     
    67756767  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67766768  (exit $ac_status); } &&
    6777          { ac_try='test -z "$ac_c_werror_flag"
    6778                          || test ! -s conftest.err'
     6769         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    67796770  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    67806771  (eval $ac_try) 2>&5
     
    68306821  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68316822  (exit $ac_status); } &&
    6832          { ac_try='test -z "$ac_c_werror_flag"
    6833                          || test ! -s conftest.err'
     6823         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    68346824  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    68356825  (eval $ac_try) 2>&5
     
    69566946  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69576947  (exit $ac_status); } &&
    6958          { ac_try='test -z "$ac_c_werror_flag"
    6959                          || test ! -s conftest.err'
     6948         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    69606949  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    69616950  (eval $ac_try) 2>&5
     
    69986987
    69996988
     6989
    70006990for ac_header in stdlib.h locale.h unistd.h limits.h fcntl.h string.h \
    7001                  memory.h sys/param.h sys/time.h sys/timeb.h
     6991                 memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h
    70026992do
    70036993as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    70327022  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70337023  (exit $ac_status); } &&
    7034          { ac_try='test -z "$ac_c_werror_flag"
    7035                          || test ! -s conftest.err'
     7024         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    70367025  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70377026  (eval $ac_try) 2>&5
     
    71957184  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71967185  (exit $ac_status); } &&
    7197          { ac_try='test -z "$ac_c_werror_flag"
    7198                          || test ! -s conftest.err'
     7186         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    71997187  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    72007188  (eval $ac_try) 2>&5
     
    74907478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74917479  (exit $ac_status); } &&
    7492          { ac_try='test -z "$ac_c_werror_flag"
    7493                          || test ! -s conftest.err'
     7480         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    74947481  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    74957482  (eval $ac_try) 2>&5
     
    75617548  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75627549  (exit $ac_status); } &&
    7563          { ac_try='test -z "$ac_c_werror_flag"
    7564                          || test ! -s conftest.err'
     7550         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    75657551  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    75667552  (eval $ac_try) 2>&5
     
    76617647  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76627648  (exit $ac_status); } &&
    7663          { ac_try='test -z "$ac_c_werror_flag"
    7664                          || test ! -s conftest.err'
     7649         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    76657650  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    76667651  (eval $ac_try) 2>&5
     
    77307715  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77317716  (exit $ac_status); } &&
    7732          { ac_try='test -z "$ac_c_werror_flag"
    7733                          || test ! -s conftest.err'
     7717         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    77347718  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    77357719  (eval $ac_try) 2>&5
     
    77917775  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77927776  (exit $ac_status); } &&
    7793          { ac_try='test -z "$ac_c_werror_flag"
    7794                          || test ! -s conftest.err'
     7777         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    77957778  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    77967779  (eval $ac_try) 2>&5
     
    78697852  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78707853  (exit $ac_status); } &&
    7871          { ac_try='test -z "$ac_c_werror_flag"
    7872                          || test ! -s conftest.err'
     7854         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    78737855  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    78747856  (eval $ac_try) 2>&5
     
    79407922  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    79417923  (exit $ac_status); } &&
    7942          { ac_try='test -z "$ac_c_werror_flag"
    7943                          || test ! -s conftest.err'
     7924         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    79447925  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    79457926  (eval $ac_try) 2>&5
     
    80177998  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    80187999  (exit $ac_status); } &&
    8019          { ac_try='test -z "$ac_c_werror_flag"
    8020                          || test ! -s conftest.err'
     8000         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    80218001  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    80228002  (eval $ac_try) 2>&5
     
    80728052  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    80738053  (exit $ac_status); } &&
    8074          { ac_try='test -z "$ac_c_werror_flag"
    8075                          || test ! -s conftest.err'
     8054         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    80768055  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    80778056  (eval $ac_try) 2>&5
     
    81158094
    81168095# Check for DOS-style pathnames.
    8117 pds_AC_DOS_PATHS
     8096
     8097    echo "$as_me:$LINENO: checking whether system uses MSDOS-style paths" >&5
     8098echo $ECHO_N "checking whether system uses MSDOS-style paths... $ECHO_C" >&6
     8099if test "${ac_cv_dos_paths+set}" = set; then
     8100  echo $ECHO_N "(cached) $ECHO_C" >&6
     8101else
     8102
     8103        cat >conftest.$ac_ext <<_ACEOF
     8104
     8105#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__ && !defined __MSYS__
     8106neither MSDOS nor Windows nor OS2
     8107#endif
     8108
     8109_ACEOF
     8110rm -f conftest.$ac_objext
     8111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     8112  (eval $ac_compile) 2>conftest.er1
     8113  ac_status=$?
     8114  grep -v '^ *+' conftest.er1 >conftest.err
     8115  rm -f conftest.er1
     8116  cat conftest.err >&5
     8117  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8118  (exit $ac_status); } &&
     8119         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     8120  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8121  (eval $ac_try) 2>&5
     8122  ac_status=$?
     8123  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8124  (exit $ac_status); }; } &&
     8125         { ac_try='test -s conftest.$ac_objext'
     8126  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     8127  (eval $ac_try) 2>&5
     8128  ac_status=$?
     8129  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8130  (exit $ac_status); }; }; then
     8131  ac_cv_dos_paths=yes
     8132else
     8133  echo "$as_me: failed program was:" >&5
     8134sed 's/^/| /' conftest.$ac_ext >&5
     8135
     8136ac_cv_dos_paths=no
     8137fi
     8138rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     8139
     8140fi
     8141echo "$as_me:$LINENO: result: $ac_cv_dos_paths" >&5
     8142echo "${ECHO_T}$ac_cv_dos_paths" >&6
     8143
     8144    if test x"$ac_cv_dos_paths" = xyes; then
     8145
     8146cat >>confdefs.h <<_ACEOF
     8147#define HAVE_DOS_PATHS 1
     8148_ACEOF
     8149
     8150    fi
     8151
    81188152
    81198153# See if we have a standard version of gettimeofday().  Since actual
     
    81988232
    81998233
     8234
     8235
     8236
     8237
     8238
     8239
    82008240for ac_func in memcpy memmove strchr strdup mkstemp mktemp fdopen \
    8201                 bsd_signal dup2 getcwd sigsetmask sigaction getgroups \
    8202                 seteuid setegid setlinebuf setreuid setregid setvbuf pipe \
    8203                 strerror strsignal
     8241                bsd_signal dup2 getcwd realpath sigsetmask sigaction \
     8242                getgroups seteuid setegid setlinebuf setreuid setregid \
     8243                getrlimit setrlimit setvbuf pipe strerror strsignal \
     8244                lstat readlink atexit
    82048245do
    82058246as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     
    82698310  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82708311  (exit $ac_status); } &&
    8271          { ac_try='test -z "$ac_c_werror_flag"
    8272                          || test ! -s conftest.err'
     8312         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    82738313  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    82748314  (eval $ac_try) 2>&5
     
    83368376  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83378377  (exit $ac_status); } &&
    8338          { ac_try='test -z "$ac_c_werror_flag"
    8339                          || test ! -s conftest.err'
     8378         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    83408379  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    83418380  (eval $ac_try) 2>&5
     
    83768415  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83778416  (exit $ac_status); } &&
    8378          { ac_try='test -z "$ac_c_werror_flag"
    8379                          || test ! -s conftest.err'
     8417         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    83808418  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    83818419  (eval $ac_try) 2>&5
     
    85578595  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85588596  (exit $ac_status); } &&
    8559          { ac_try='test -z "$ac_c_werror_flag"
    8560                          || test ! -s conftest.err'
     8597         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    85618598  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    85628599  (eval $ac_try) 2>&5
     
    86398676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86408677  (exit $ac_status); } &&
    8641          { ac_try='test -z "$ac_c_werror_flag"
    8642                          || test ! -s conftest.err'
     8678         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    86438679  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    86448680  (eval $ac_try) 2>&5
     
    87818817  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87828818  (exit $ac_status); } &&
    8783          { ac_try='test -z "$ac_c_werror_flag"
    8784                          || test ! -s conftest.err'
     8819         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    87858820  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    87868821  (eval $ac_try) 2>&5
     
    89208955  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    89218956  (exit $ac_status); } &&
    8922          { ac_try='test -z "$ac_c_werror_flag"
    8923                          || test ! -s conftest.err'
     8957         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    89248958  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    89258959  (eval $ac_try) 2>&5
     
    91069140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    91079141  (exit $ac_status); } &&
    9108          { ac_try='test -z "$ac_c_werror_flag"
    9109                          || test ! -s conftest.err'
     9142         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    91109143  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    91119144  (eval $ac_try) 2>&5
     
    91499182else
    91509183  cat >conftest.$ac_ext <<_ACEOF
    9151 /* By Ruediger Kuhlmann. */
    9152       #include <sys/types.h>
    9153       #if HAVE_UNISTD_H
    9154       # include <unistd.h>
    9155       #endif
    9156       /* Some systems only have a dummy stub for fork() */
    9157       int main ()
    9158       {
    9159         if (fork() < 0)
    9160           exit (1);
    9161         exit (0);
    9162       }
     9184/* confdefs.h.  */
     9185_ACEOF
     9186cat confdefs.h >>conftest.$ac_ext
     9187cat >>conftest.$ac_ext <<_ACEOF
     9188/* end confdefs.h.  */
     9189$ac_includes_default
     9190int
     9191main ()
     9192{
     9193
     9194          /* By Ruediger Kuhlmann. */
     9195          if (fork() < 0)
     9196            exit (1);
     9197          exit (0);
     9198
     9199  ;
     9200  return 0;
     9201}
    91639202_ACEOF
    91649203rm -f conftest$ac_exeext
     
    94399478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    94409479  (exit $ac_status); } &&
    9441          { ac_try='test -z "$ac_c_werror_flag"
    9442                          || test ! -s conftest.err'
     9480         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    94439481  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    94449482  (eval $ac_try) 2>&5
     
    95349572  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    95359573  (exit $ac_status); } &&
    9536          { ac_try='test -z "$ac_c_werror_flag"
    9537                          || test ! -s conftest.err'
     9574         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    95389575  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    95399576  (eval $ac_try) 2>&5
     
    97099746  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    97109747  (exit $ac_status); } &&
    9711          { ac_try='test -z "$ac_c_werror_flag"
    9712                          || test ! -s conftest.err'
     9748         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    97139749  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    97149750  (eval $ac_try) 2>&5
     
    98119847  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    98129848  (exit $ac_status); } &&
    9813          { ac_try='test -z "$ac_c_werror_flag"
    9814                          || test ! -s conftest.err'
     9849         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    98159850  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    98169851  (eval $ac_try) 2>&5
     
    98859920  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    98869921  (exit $ac_status); } &&
    9887          { ac_try='test -z "$ac_c_werror_flag"
    9888                          || test ! -s conftest.err'
     9922         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    98899923  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    98909924  (eval $ac_try) 2>&5
     
    99659999  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    996610000  (exit $ac_status); } &&
    9967          { ac_try='test -z "$ac_c_werror_flag"
    9968                          || test ! -s conftest.err'
     10001         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    996910002  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    997010003  (eval $ac_try) 2>&5
     
    1003510068  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1003610069  (exit $ac_status); } &&
    10037          { ac_try='test -z "$ac_c_werror_flag"
    10038                          || test ! -s conftest.err'
     10070         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1003910071  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1004010072  (eval $ac_try) 2>&5
     
    1010410136  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1010510137  (exit $ac_status); } &&
    10106          { ac_try='test -z "$ac_c_werror_flag"
    10107                          || test ! -s conftest.err'
     10138         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1010810139  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1010910140  (eval $ac_try) 2>&5
     
    1017910210  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1018010211  (exit $ac_status); } &&
    10181          { ac_try='test -z "$ac_c_werror_flag"
    10182                          || test ! -s conftest.err'
     10212         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1018310213  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1018410214  (eval $ac_try) 2>&5
     
    1028410314  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1028510315  (exit $ac_status); } &&
    10286          { ac_try='test -z "$ac_c_werror_flag"
    10287                          || test ! -s conftest.err'
     10316         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1028810317  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1028910318  (eval $ac_try) 2>&5
     
    1036010389  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1036110390  (exit $ac_status); } &&
    10362          { ac_try='test -z "$ac_c_werror_flag"
    10363                          || test ! -s conftest.err'
     10391         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1036410392  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1036510393  (eval $ac_try) 2>&5
     
    1051310541  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1051410542  (exit $ac_status); } &&
    10515          { ac_try='test -z "$ac_c_werror_flag"
    10516                          || test ! -s conftest.err'
     10543         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1051710544  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1051810545  (eval $ac_try) 2>&5
     
    1058210609  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1058310610  (exit $ac_status); } &&
    10584          { ac_try='test -z "$ac_c_werror_flag"
    10585                          || test ! -s conftest.err'
     10611         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1058610612  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1058710613  (eval $ac_try) 2>&5
     
    1076010786  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1076110787  (exit $ac_status); } &&
    10762          { ac_try='test -z "$ac_c_werror_flag"
    10763                          || test ! -s conftest.err'
     10788         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1076410789  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1076510790  (eval $ac_try) 2>&5
     
    1083710862  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1083810863  (exit $ac_status); } &&
    10839          { ac_try='test -z "$ac_c_werror_flag"
    10840                          || test ! -s conftest.err'
     10864         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1084110865  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1084210866  (eval $ac_try) 2>&5
     
    1099211016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1099311017  (exit $ac_status); } &&
    10994          { ac_try='test -z "$ac_c_werror_flag"
    10995                          || test ! -s conftest.err'
     11018         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1099611019  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1099711020  (eval $ac_try) 2>&5
     
    1114411167  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1114511168  (exit $ac_status); } &&
    11146          { ac_try='test -z "$ac_c_werror_flag"
    11147                          || test ! -s conftest.err'
     11169         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1114811170  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1114911171  (eval $ac_try) 2>&5
     
    1129611318  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1129711319  (exit $ac_status); } &&
    11298          { ac_try='test -z "$ac_c_werror_flag"
    11299                          || test ! -s conftest.err'
     11320         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1130011321  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1130111322  (eval $ac_try) 2>&5
     
    1143911460  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1144011461  (exit $ac_status); } &&
    11441          { ac_try='test -z "$ac_c_werror_flag"
    11442                          || test ! -s conftest.err'
     11462         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1144311463  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1144411464  (eval $ac_try) 2>&5
     
    1148411504  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1148511505  (exit $ac_status); } &&
    11486          { ac_try='test -z "$ac_c_werror_flag"
    11487                          || test ! -s conftest.err'
     11506         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1148811507  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1148911508  (eval $ac_try) 2>&5
     
    1163011649  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1163111650  (exit $ac_status); } &&
    11632          { ac_try='test -z "$ac_c_werror_flag"
    11633                          || test ! -s conftest.err'
     11651         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1163411652  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1163511653  (eval $ac_try) 2>&5
     
    1167211690/* end confdefs.h.  */
    1167311691$ac_includes_default
     11692#include <signal.h>
     11693/* NetBSD declares sys_siglist in unistd.h.  */
     11694#if HAVE_UNISTD_H
     11695# include <unistd.h>
     11696#endif
     11697
     11698
    1167411699int
    1167511700main ()
     
    1169211717  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1169311718  (exit $ac_status); } &&
    11694          { ac_try='test -z "$ac_c_werror_flag"
    11695                          || test ! -s conftest.err'
     11719         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1169611720  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1169711721  (eval $ac_try) 2>&5
     
    1172611750  cat >>confdefs.h <<_ACEOF
    1172711751#define HAVE_DECL_SYS_SIGLIST 0
     11752_ACEOF
     11753
     11754
     11755fi
     11756echo "$as_me:$LINENO: checking whether _sys_siglist is declared" >&5
     11757echo $ECHO_N "checking whether _sys_siglist is declared... $ECHO_C" >&6
     11758if test "${ac_cv_have_decl__sys_siglist+set}" = set; then
     11759  echo $ECHO_N "(cached) $ECHO_C" >&6
     11760else
     11761  cat >conftest.$ac_ext <<_ACEOF
     11762/* confdefs.h.  */
     11763_ACEOF
     11764cat confdefs.h >>conftest.$ac_ext
     11765cat >>conftest.$ac_ext <<_ACEOF
     11766/* end confdefs.h.  */
     11767$ac_includes_default
     11768#include <signal.h>
     11769/* NetBSD declares sys_siglist in unistd.h.  */
     11770#if HAVE_UNISTD_H
     11771# include <unistd.h>
     11772#endif
     11773
     11774
     11775int
     11776main ()
     11777{
     11778#ifndef _sys_siglist
     11779  char *p = (char *) _sys_siglist;
     11780#endif
     11781
     11782  ;
     11783  return 0;
     11784}
     11785_ACEOF
     11786rm -f conftest.$ac_objext
     11787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     11788  (eval $ac_compile) 2>conftest.er1
     11789  ac_status=$?
     11790  grep -v '^ *+' conftest.er1 >conftest.err
     11791  rm -f conftest.er1
     11792  cat conftest.err >&5
     11793  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11794  (exit $ac_status); } &&
     11795         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     11796  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     11797  (eval $ac_try) 2>&5
     11798  ac_status=$?
     11799  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11800  (exit $ac_status); }; } &&
     11801         { ac_try='test -s conftest.$ac_objext'
     11802  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     11803  (eval $ac_try) 2>&5
     11804  ac_status=$?
     11805  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11806  (exit $ac_status); }; }; then
     11807  ac_cv_have_decl__sys_siglist=yes
     11808else
     11809  echo "$as_me: failed program was:" >&5
     11810sed 's/^/| /' conftest.$ac_ext >&5
     11811
     11812ac_cv_have_decl__sys_siglist=no
     11813fi
     11814rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     11815fi
     11816echo "$as_me:$LINENO: result: $ac_cv_have_decl__sys_siglist" >&5
     11817echo "${ECHO_T}$ac_cv_have_decl__sys_siglist" >&6
     11818if test $ac_cv_have_decl__sys_siglist = yes; then
     11819
     11820cat >>confdefs.h <<_ACEOF
     11821#define HAVE_DECL__SYS_SIGLIST 1
     11822_ACEOF
     11823
     11824
     11825else
     11826  cat >>confdefs.h <<_ACEOF
     11827#define HAVE_DECL__SYS_SIGLIST 0
     11828_ACEOF
     11829
     11830
     11831fi
     11832echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5
     11833echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6
     11834if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
     11835  echo $ECHO_N "(cached) $ECHO_C" >&6
     11836else
     11837  cat >conftest.$ac_ext <<_ACEOF
     11838/* confdefs.h.  */
     11839_ACEOF
     11840cat confdefs.h >>conftest.$ac_ext
     11841cat >>conftest.$ac_ext <<_ACEOF
     11842/* end confdefs.h.  */
     11843$ac_includes_default
     11844#include <signal.h>
     11845/* NetBSD declares sys_siglist in unistd.h.  */
     11846#if HAVE_UNISTD_H
     11847# include <unistd.h>
     11848#endif
     11849
     11850
     11851int
     11852main ()
     11853{
     11854#ifndef __sys_siglist
     11855  char *p = (char *) __sys_siglist;
     11856#endif
     11857
     11858  ;
     11859  return 0;
     11860}
     11861_ACEOF
     11862rm -f conftest.$ac_objext
     11863if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     11864  (eval $ac_compile) 2>conftest.er1
     11865  ac_status=$?
     11866  grep -v '^ *+' conftest.er1 >conftest.err
     11867  rm -f conftest.er1
     11868  cat conftest.err >&5
     11869  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11870  (exit $ac_status); } &&
     11871         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     11872  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     11873  (eval $ac_try) 2>&5
     11874  ac_status=$?
     11875  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11876  (exit $ac_status); }; } &&
     11877         { ac_try='test -s conftest.$ac_objext'
     11878  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     11879  (eval $ac_try) 2>&5
     11880  ac_status=$?
     11881  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     11882  (exit $ac_status); }; }; then
     11883  ac_cv_have_decl___sys_siglist=yes
     11884else
     11885  echo "$as_me: failed program was:" >&5
     11886sed 's/^/| /' conftest.$ac_ext >&5
     11887
     11888ac_cv_have_decl___sys_siglist=no
     11889fi
     11890rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     11891fi
     11892echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
     11893echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
     11894if test $ac_cv_have_decl___sys_siglist = yes; then
     11895
     11896cat >>confdefs.h <<_ACEOF
     11897#define HAVE_DECL___SYS_SIGLIST 1
     11898_ACEOF
     11899
     11900
     11901else
     11902  cat >>confdefs.h <<_ACEOF
     11903#define HAVE_DECL___SYS_SIGLIST 0
    1172811904_ACEOF
    1172911905
     
    1176911945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1177011946  (exit $ac_status); } &&
    11771          { ac_try='test -z "$ac_c_werror_flag"
    11772                          || test ! -s conftest.err'
     11947         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1177311948  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1177411949  (eval $ac_try) 2>&5
     
    1195512130  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1195612131  (exit $ac_status); } &&
    11957          { ac_try='test -z "$ac_c_werror_flag"
    11958                          || test ! -s conftest.err'
     12132         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1195912133  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1196012134  (eval $ac_try) 2>&5
     
    1203312207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1203412208  (exit $ac_status); } &&
    12035          { ac_try='test -z "$ac_c_werror_flag"
    12036                          || test ! -s conftest.err'
     12209         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1203712210  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1203812211  (eval $ac_try) 2>&5
     
    1217512348  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1217612349  (exit $ac_status); } &&
    12177          { ac_try='test -z "$ac_c_werror_flag"
    12178                          || test ! -s conftest.err'
     12350         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1217912351  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1218012352  (eval $ac_try) 2>&5
     
    1224612418  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1224712419  (exit $ac_status); } &&
    12248          { ac_try='test -z "$ac_c_werror_flag"
    12249                          || test ! -s conftest.err'
     12420         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1225012421  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1225112422  (eval $ac_try) 2>&5
     
    1232812499  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1232912500  (exit $ac_status); } &&
    12330          { ac_try='test -z "$ac_c_werror_flag"
    12331                          || test ! -s conftest.err'
     12501         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1233212502  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1233312503  (eval $ac_try) 2>&5
     
    1241512585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1241612586  (exit $ac_status); } &&
    12417          { ac_try='test -z "$ac_c_werror_flag"
    12418                          || test ! -s conftest.err'
     12587         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1241912588  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1242012589  (eval $ac_try) 2>&5
     
    1251612685  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1251712686  (exit $ac_status); } &&
    12518          { ac_try='test -z "$ac_c_werror_flag"
    12519                          || test ! -s conftest.err'
     12687         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1252012688  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1252112689  (eval $ac_try) 2>&5
     
    1258712755  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1258812756  (exit $ac_status); } &&
    12589          { ac_try='test -z "$ac_c_werror_flag"
    12590                          || test ! -s conftest.err'
     12757         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1259112758  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1259212759  (eval $ac_try) 2>&5
     
    1266912836  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1267012837  (exit $ac_status); } &&
    12671          { ac_try='test -z "$ac_c_werror_flag"
    12672                          || test ! -s conftest.err'
     12838         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1267312839  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1267412840  (eval $ac_try) 2>&5
     
    1279212958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1279312959  (exit $ac_status); } &&
    12794          { ac_try='test -z "$ac_c_werror_flag"
    12795                          || test ! -s conftest.err'
     12960         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1279612961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1279712962  (eval $ac_try) 2>&5
     
    1286313028  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1286413029  (exit $ac_status); } &&
    12865          { ac_try='test -z "$ac_c_werror_flag"
    12866                          || test ! -s conftest.err'
     13030         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1286713031  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1286813032  (eval $ac_try) 2>&5
     
    1298213146  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1298313147  (exit $ac_status); } &&
    12984          { ac_try='test -z "$ac_c_werror_flag"
    12985                          || test ! -s conftest.err'
     13148         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1298613149  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1298713150  (eval $ac_try) 2>&5
     
    1305313216  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1305413217  (exit $ac_status); } &&
    13055          { ac_try='test -z "$ac_c_werror_flag"
    13056                          || test ! -s conftest.err'
     13218         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1305713219  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1305813220  (eval $ac_try) 2>&5
     
    1313813300  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1313913301  (exit $ac_status); } &&
    13140          { ac_try='test -z "$ac_c_werror_flag"
    13141                          || test ! -s conftest.err'
     13302         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1314213303  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1314313304  (eval $ac_try) 2>&5
     
    1327013431
    1327113432
     13433# See if the user asked to handle case insensitive file systems.
     13434
     13435
     13436
     13437# Check whether --enable-case-insensitive-file-system or --disable-case-insensitive-file-system was given.
     13438if test "${enable_case_insensitive_file_system+set}" = set; then
     13439  enableval="$enable_case_insensitive_file_system"
     13440  case_insensitive_fs="yes" cat >>confdefs.h <<\_ACEOF
     13441#define HAVE_CASE_INSENSITIVE_FS 1
     13442_ACEOF
     13443
     13444else
     13445  case_insensitive_fs="no"
     13446fi;
     13447
    1327213448# See if we can handle the job server feature, and if the user wants it.
    1327313449
     
    1331513491  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1331613492  (exit $ac_status); } &&
    13317          { ac_try='test -z "$ac_c_werror_flag"
    13318                          || test ! -s conftest.err'
     13493         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1331913494  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1332013495  (eval $ac_try) 2>&5
     
    1334013515echo "${ECHO_T}$make_cv_sa_restart" >&6
    1334113516
    13342 # enable make_cv_sa_restart for OS/2
     13517if test "$make_cv_sa_restart" != no; then
     13518
     13519cat >>confdefs.h <<\_ACEOF
     13520#define HAVE_SA_RESTART 1
     13521_ACEOF
     13522
     13523fi
     13524
     13525# enable make_cv_sa_restart for OS/2 so that the jobserver will be enabled,
     13526# but do it after HAVE_SA_RESTART has been defined.
    1334313527case "$host_os" in
    1334413528  os2*) make_cv_sa_restart=yes ;;
    1334513529esac
    1334613530
    13347 if test "$make_cv_sa_restart" != no; then
    13348 
    13349 cat >>confdefs.h <<\_ACEOF
    13350 #define HAVE_SA_RESTART 1
    13351 _ACEOF
    13352 
    13353 fi
    13354 
    1335513531case "$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohang/$make_cv_job_server" in
    1335613532  yes/yes/yes/yes/yes)
     
    1335813534cat >>confdefs.h <<\_ACEOF
    1335913535#define MAKE_JOBSERVER 1
     13536_ACEOF
     13537;;
     13538esac
     13539
     13540# if we have both lstat() and readlink() then we can support symlink
     13541# timechecks.
     13542case "$ac_cv_func_lstat/$ac_cv_func_readlink" in
     13543  yes/yes)
     13544
     13545cat >>confdefs.h <<\_ACEOF
     13546#define MAKE_SYMLINKS 1
    1336013547_ACEOF
    1336113548;;
     
    1347913666MAKE_HOST="$host"
    1348013667
     13668
     13669w32_target_env=no
     13670
     13671
     13672if false; then
     13673  WINDOWSENV_TRUE=
     13674  WINDOWSENV_FALSE='#'
     13675else
     13676  WINDOWSENV_TRUE='#'
     13677  WINDOWSENV_FALSE=
     13678fi
     13679
     13680
     13681case "$host" in
     13682  *-*-mingw32)
     13683
     13684
     13685if true; then
     13686  WINDOWSENV_TRUE=
     13687  WINDOWSENV_FALSE='#'
     13688else
     13689  WINDOWSENV_TRUE='#'
     13690  WINDOWSENV_FALSE=
     13691fi
     13692
     13693    w32_target_env=yes
     13694
     13695cat >>confdefs.h <<\_ACEOF
     13696#define WINDOWS32 1
     13697_ACEOF
     13698
     13699
     13700cat >>confdefs.h <<\_ACEOF
     13701#define HAVE_DOS_PATHS 1
     13702_ACEOF
     13703
     13704    ;;
     13705esac
    1348113706
    1348213707# Include the Maintainer's Makefile section, if it's here.
     
    1356213787
    1356313788# Specify what files are to be created.
    13564 # We only generate the build.sh if we have a build.sh.in; we won't have
    13565 # one before we've created a distribution.
    13566 
    13567                                                   ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile"
    13568 
    13569 
    13570 if test -f $srcdir/build.sh.in; then
    13571             ac_config_files="$ac_config_files build.sh"
    13572 
    13573 fi
     13789                                                            ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile"
    1357413790
    1357513791
     
    1369213908Usually this means the macro was only invoked conditionally." >&5
    1369313909echo "$as_me: error: conditional \"USE_LOCAL_GLOB\" was never defined.
     13910Usually this means the macro was only invoked conditionally." >&2;}
     13911   { (exit 1); exit 1; }; }
     13912fi
     13913if test -z "${WINDOWSENV_TRUE}" && test -z "${WINDOWSENV_FALSE}"; then
     13914  { { echo "$as_me:$LINENO: error: conditional \"WINDOWSENV\" was never defined.
     13915Usually this means the macro was only invoked conditionally." >&5
     13916echo "$as_me: error: conditional \"WINDOWSENV\" was never defined.
     13917Usually this means the macro was only invoked conditionally." >&2;}
     13918   { (exit 1); exit 1; }; }
     13919fi
     13920if test -z "${WINDOWSENV_TRUE}" && test -z "${WINDOWSENV_FALSE}"; then
     13921  { { echo "$as_me:$LINENO: error: conditional \"WINDOWSENV\" was never defined.
     13922Usually this means the macro was only invoked conditionally." >&5
     13923echo "$as_me: error: conditional \"WINDOWSENV\" was never defined.
    1369413924Usually this means the macro was only invoked conditionally." >&2;}
    1369513925   { (exit 1); exit 1; }; }
     
    1396614196cat >&5 <<_CSEOF
    1396714197
    13968 This file was extended by GNU make $as_me 3.81beta1, which was
     14198This file was extended by GNU make $as_me 3.81, which was
    1396914199generated by GNU Autoconf 2.59.  Invocation command line was
    1397014200
     
    1402914259cat >>$CONFIG_STATUS <<_ACEOF
    1403014260ac_cs_version="\\
    14031 GNU make config.status 3.81beta1
     14261GNU make config.status 3.81
    1403214262configured by $0, generated by GNU Autoconf 2.59,
    1403314263  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
     
    1413014360AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
    1413114361# Capture the value of obsolete ALL_LINGUAS because we need it to compute
    14132     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
     14362    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
    1413314363    # from automake.
    1413414364    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
     
    1415114381  "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
    1415214382  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
    14153   "build.sh" ) CONFIG_FILES="$CONFIG_FILES build.sh" ;;
     14383  "w32/Makefile" ) CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;;
    1415414384  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    1415514385  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
     
    1425114481s,@AUTOHEADER@,$AUTOHEADER,;t t
    1425214482s,@MAKEINFO@,$MAKEINFO,;t t
    14253 s,@AMTAR@,$AMTAR,;t t
    1425414483s,@install_sh@,$install_sh,;t t
    1425514484s,@STRIP@,$STRIP,;t t
     
    1426014489s,@SET_MAKE@,$SET_MAKE,;t t
    1426114490s,@am__leading_dot@,$am__leading_dot,;t t
     14491s,@AMTAR@,$AMTAR,;t t
     14492s,@am__tar@,$am__tar,;t t
     14493s,@am__untar@,$am__untar,;t t
    1426214494s,@CC@,$CC,;t t
    1426314495s,@CFLAGS@,$CFLAGS,;t t
     
    1431714549s,@USE_LOCAL_GLOB_FALSE@,$USE_LOCAL_GLOB_FALSE,;t t
    1431814550s,@MAKE_HOST@,$MAKE_HOST,;t t
     14551s,@WINDOWSENV_TRUE@,$WINDOWSENV_TRUE,;t t
     14552s,@WINDOWSENV_FALSE@,$WINDOWSENV_FALSE,;t t
    1431914553s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    1432014554/@MAINT_MAKEFILE@/r $MAINT_MAKEFILE
     
    1448614720  esac
    1448714721
    14488   if test x"$ac_file" != x-; then
    14489     { echo "$as_me:$LINENO: creating $ac_file" >&5
    14490 echo "$as_me: creating $ac_file" >&6;}
    14491     rm -f "$ac_file"
    14492   fi
    1449314722  # Let's still pretend it is `configure' which instantiates (i.e., don't
    1449414723  # use $as_me), people would be surprised to read:
     
    1452914758      esac
    1453014759    done` || { (exit 1); exit 1; }
     14760
     14761  if test x"$ac_file" != x-; then
     14762    { echo "$as_me:$LINENO: creating $ac_file" >&5
     14763echo "$as_me: creating $ac_file" >&6;}
     14764    rm -f "$ac_file"
     14765  fi
    1453114766_ACEOF
    1453214767cat >>$CONFIG_STATUS <<_ACEOF
     
    1494215177    continue
    1494315178  fi
    14944   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
    14945   # Extract the definition of DEP_FILES from the Makefile without
    14946   # running `make'.
     15179  # Extract the definition of DEPDIR, am__include, and am__quote
     15180  # from the Makefile without running `make'.
    1494715181  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    1494815182  test -z "$DEPDIR" && continue
     15183  am__include=`sed -n 's/^am__include = //p' < "$mf"`
     15184  test -z "am__include" && continue
     15185  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    1494915186  # When using ansi2knr, U may be empty or an underscore; expand it
    1495015187  U=`sed -n 's/^U = //p' < "$mf"`
    14951   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    14952   # We invoke sed twice because it is the simplest approach to
    14953   # changing $(DEPDIR) to its actual value in the expansion.
    14954   for file in `sed -n '
    14955     /^DEP_FILES = .*\\\\$/ {
    14956       s/^DEP_FILES = //
    14957       :loop
    14958         s/\\\\$//
    14959         p
    14960         n
    14961         /\\\\$/ b loop
    14962       p
    14963     }
    14964     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
     15188  # Find all dependency output files, they are included files with
     15189  # $(DEPDIR) in their names.  We invoke sed twice because it is the
     15190  # simplest approach to changing $(DEPDIR) to its actual value in the
     15191  # expansion.
     15192  for file in `sed -n "
     15193    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    1496515194       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    1496615195    # Make sure the directory exists.
     
    1503315262          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
    1503415263          POMAKEFILEDEPS="POTFILES.in"
    15035           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
     15264          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
    1503615265          # on $ac_dir but don't depend on user-specified configuration
    1503715266          # parameters.
     
    1504915278            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
    1505015279          fi
     15280          # Compute POFILES
     15281          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
     15282          # Compute UPDATEPOFILES
     15283          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
     15284          # Compute DUMMYPOFILES
     15285          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
     15286          # Compute GMOFILES
     15287          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
    1505115288          case "$ac_given_srcdir" in
    1505215289            .) srcdirpre= ;;
     
    1505415291          esac
    1505515292          POFILES=
    15056           GMOFILES=
    1505715293          UPDATEPOFILES=
    1505815294          DUMMYPOFILES=
     15295          GMOFILES=
    1505915296          for lang in $ALL_LINGUAS; do
    1506015297            POFILES="$POFILES $srcdirpre$lang.po"
    15061             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
    1506215298            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
    1506315299            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
     15300            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
    1506415301          done
    1506515302          # CATALOGS depends on both $ac_dir and the user's LINGUAS
     
    1509615333          fi
    1509715334          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
    15098           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
     15335          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
    1509915336          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
    1510015337            if test -f "$f"; then
     
    1514315380
    1514415381
    15145 
     15382# We only generate the build.sh if we have a build.sh.in; we won't have
     15383# one before we've created a distribution.
     15384if test -f "$srcdir/build.sh.in"; then
     15385  ./config.status --file build.sh
     15386  chmod +x build.sh
     15387fi
     15388
Note: See TracChangeset for help on using the changeset viewer.