VirtualBox

Changeset 501 in kBuild for vendor/gnumake/current/configure


Ignore:
Timestamp:
Sep 15, 2006 2:30:32 AM (18 years ago)
Author:
bird
Message:

Load make-3.81/ into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/configure

    • Property svn:executable set to *
    r152 r501  
    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
     
    15181520fi
    15191521
    1520 if mkdir -p -- . 2>/dev/null; then
    1521   # Keeping the `.' argument allows $(mkdir_p) to be used without
    1522   # argument.  Indeed, we sometimes output rules like
     1522if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
     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
     
    15311541  # directories to create, and then abort because `.' already
    15321542  # exists.
    1533   for d in ./-p ./--;
     1543  for d in ./-p ./--version;
    15341544  do
    15351545    test -d $d && rmdir $d
     
    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
     
    28052813    for i in 1 2 3 4 5 6; do
    28062814      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    2807       : > sub/conftst$i.h
     2815      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     2816      # Solaris 8's {/usr,}/bin/sh.
     2817      touch sub/conftst$i.h
    28082818    done
    28092819    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    28332843       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    28342844      # icc doesn't choke on unknown options, it will just issue warnings
    2835       # (even with -Werror).  So we grep stderr for any message
    2836       # that says an option was ignored.
    2837       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
    28382853        am_cv_CC_dependencies_compiler_type=$depmode
    28392854        break
     
    34723487  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34733488  (exit $ac_status); } &&
    3474          { ac_try='test -z "$ac_c_werror_flag"
    3475                          || test ! -s conftest.err'
     3489         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    34763490  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    34773491  (eval $ac_try) 2>&5
     
    35273541  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35283542  (exit $ac_status); } &&
    3529          { ac_try='test -z "$ac_c_werror_flag"
    3530                          || test ! -s conftest.err'
     3543         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    35313544  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    35323545  (eval $ac_try) 2>&5
     
    35933606  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35943607  (exit $ac_status); } &&
    3595          { ac_try='test -z "$ac_c_werror_flag"
    3596                          || test ! -s conftest.err'
     3608         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    35973609  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    35983610  (eval $ac_try) 2>&5
     
    37643776  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37653777  (exit $ac_status); } &&
    3766          { ac_try='test -z "$ac_c_werror_flag"
    3767                          || test ! -s conftest.err'
     3778         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    37683779  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    37693780  (eval $ac_try) 2>&5
     
    38283839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38293840  (exit $ac_status); } &&
    3830          { ac_try='test -z "$ac_c_werror_flag"
    3831                          || test ! -s conftest.err'
     3841         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    38323842  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38333843  (eval $ac_try) 2>&5
     
    40244034  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40254035  (exit $ac_status); } &&
    4026          { ac_try='test -z "$ac_c_werror_flag"
    4027                          || test ! -s conftest.err'
     4036         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    40284037  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    40294038  (eval $ac_try) 2>&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
     
    81248103        cat >conftest.$ac_ext <<_ACEOF
    81258104
    8126 #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__
     8105#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__ && !defined __MSYS__
    81278106neither MSDOS nor Windows nor OS2
    81288107#endif
     
    81388117  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81398118  (exit $ac_status); } &&
    8140          { ac_try='test -z "$ac_c_werror_flag"
    8141                          || test ! -s conftest.err'
     8119         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    81428120  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    81438121  (eval $ac_try) 2>&5
     
    82548232
    82558233
     8234
     8235
     8236
     8237
     8238
     8239
    82568240for ac_func in memcpy memmove strchr strdup mkstemp mktemp fdopen \
    8257                 bsd_signal dup2 getcwd sigsetmask sigaction getgroups \
    8258                 seteuid setegid setlinebuf setreuid setregid setvbuf pipe \
    8259                 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
    82608245do
    82618246as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     
    83258310  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83268311  (exit $ac_status); } &&
    8327          { ac_try='test -z "$ac_c_werror_flag"
    8328                          || test ! -s conftest.err'
     8312         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    83298313  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    83308314  (eval $ac_try) 2>&5
     
    83928376  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83938377  (exit $ac_status); } &&
    8394          { ac_try='test -z "$ac_c_werror_flag"
    8395                          || test ! -s conftest.err'
     8378         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    83968379  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    83978380  (eval $ac_try) 2>&5
     
    84328415  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    84338416  (exit $ac_status); } &&
    8434          { ac_try='test -z "$ac_c_werror_flag"
    8435                          || test ! -s conftest.err'
     8417         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    84368418  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    84378419  (eval $ac_try) 2>&5
     
    86138595  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86148596  (exit $ac_status); } &&
    8615          { ac_try='test -z "$ac_c_werror_flag"
    8616                          || test ! -s conftest.err'
     8597         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    86178598  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    86188599  (eval $ac_try) 2>&5
     
    86958676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86968677  (exit $ac_status); } &&
    8697          { ac_try='test -z "$ac_c_werror_flag"
    8698                          || test ! -s conftest.err'
     8678         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    86998679  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    87008680  (eval $ac_try) 2>&5
     
    88378817  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    88388818  (exit $ac_status); } &&
    8839          { ac_try='test -z "$ac_c_werror_flag"
    8840                          || test ! -s conftest.err'
     8819         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    88418820  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    88428821  (eval $ac_try) 2>&5
     
    89768955  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    89778956  (exit $ac_status); } &&
    8978          { ac_try='test -z "$ac_c_werror_flag"
    8979                          || test ! -s conftest.err'
     8957         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    89808958  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    89818959  (eval $ac_try) 2>&5
     
    91629140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    91639141  (exit $ac_status); } &&
    9164          { ac_try='test -z "$ac_c_werror_flag"
    9165                          || test ! -s conftest.err'
     9142         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    91669143  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    91679144  (eval $ac_try) 2>&5
     
    92059182else
    92069183  cat >conftest.$ac_ext <<_ACEOF
    9207 /* By Ruediger Kuhlmann. */
    9208       #include <sys/types.h>
    9209       #if HAVE_UNISTD_H
    9210       # include <unistd.h>
    9211       #endif
    9212       /* Some systems only have a dummy stub for fork() */
    9213       int main ()
    9214       {
    9215         if (fork() < 0)
    9216           exit (1);
    9217         exit (0);
    9218       }
     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}
    92199202_ACEOF
    92209203rm -f conftest$ac_exeext
     
    94959478  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    94969479  (exit $ac_status); } &&
    9497          { ac_try='test -z "$ac_c_werror_flag"
    9498                          || test ! -s conftest.err'
     9480         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    94999481  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    95009482  (eval $ac_try) 2>&5
     
    95909572  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    95919573  (exit $ac_status); } &&
    9592          { ac_try='test -z "$ac_c_werror_flag"
    9593                          || test ! -s conftest.err'
     9574         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    95949575  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    95959576  (eval $ac_try) 2>&5
     
    97659746  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    97669747  (exit $ac_status); } &&
    9767          { ac_try='test -z "$ac_c_werror_flag"
    9768                          || test ! -s conftest.err'
     9748         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    97699749  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    97709750  (eval $ac_try) 2>&5
     
    98679847  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    98689848  (exit $ac_status); } &&
    9869          { ac_try='test -z "$ac_c_werror_flag"
    9870                          || test ! -s conftest.err'
     9849         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    98719850  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    98729851  (eval $ac_try) 2>&5
     
    99419920  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    99429921  (exit $ac_status); } &&
    9943          { ac_try='test -z "$ac_c_werror_flag"
    9944                          || test ! -s conftest.err'
     9922         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    99459923  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    99469924  (eval $ac_try) 2>&5
     
    100219999  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1002210000  (exit $ac_status); } &&
    10023          { ac_try='test -z "$ac_c_werror_flag"
    10024                          || test ! -s conftest.err'
     10001         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1002510002  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1002610003  (eval $ac_try) 2>&5
     
    1009110068  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1009210069  (exit $ac_status); } &&
    10093          { ac_try='test -z "$ac_c_werror_flag"
    10094                          || test ! -s conftest.err'
     10070         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1009510071  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1009610072  (eval $ac_try) 2>&5
     
    1016010136  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1016110137  (exit $ac_status); } &&
    10162          { ac_try='test -z "$ac_c_werror_flag"
    10163                          || test ! -s conftest.err'
     10138         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1016410139  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1016510140  (eval $ac_try) 2>&5
     
    1023510210  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1023610211  (exit $ac_status); } &&
    10237          { ac_try='test -z "$ac_c_werror_flag"
    10238                          || test ! -s conftest.err'
     10212         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1023910213  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1024010214  (eval $ac_try) 2>&5
     
    1034010314  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1034110315  (exit $ac_status); } &&
    10342          { ac_try='test -z "$ac_c_werror_flag"
    10343                          || test ! -s conftest.err'
     10316         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1034410317  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1034510318  (eval $ac_try) 2>&5
     
    1041610389  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1041710390  (exit $ac_status); } &&
    10418          { ac_try='test -z "$ac_c_werror_flag"
    10419                          || test ! -s conftest.err'
     10391         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1042010392  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1042110393  (eval $ac_try) 2>&5
     
    1056910541  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1057010542  (exit $ac_status); } &&
    10571          { ac_try='test -z "$ac_c_werror_flag"
    10572                          || test ! -s conftest.err'
     10543         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1057310544  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1057410545  (eval $ac_try) 2>&5
     
    1063810609  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1063910610  (exit $ac_status); } &&
    10640          { ac_try='test -z "$ac_c_werror_flag"
    10641                          || test ! -s conftest.err'
     10611         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1064210612  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1064310613  (eval $ac_try) 2>&5
     
    1081610786  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1081710787  (exit $ac_status); } &&
    10818          { ac_try='test -z "$ac_c_werror_flag"
    10819                          || test ! -s conftest.err'
     10788         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1082010789  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1082110790  (eval $ac_try) 2>&5
     
    1089310862  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1089410863  (exit $ac_status); } &&
    10895          { ac_try='test -z "$ac_c_werror_flag"
    10896                          || test ! -s conftest.err'
     10864         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1089710865  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1089810866  (eval $ac_try) 2>&5
     
    1104811016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1104911017  (exit $ac_status); } &&
    11050          { ac_try='test -z "$ac_c_werror_flag"
    11051                          || test ! -s conftest.err'
     11018         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1105211019  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1105311020  (eval $ac_try) 2>&5
     
    1120011167  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1120111168  (exit $ac_status); } &&
    11202          { ac_try='test -z "$ac_c_werror_flag"
    11203                          || test ! -s conftest.err'
     11169         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1120411170  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1120511171  (eval $ac_try) 2>&5
     
    1135211318  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1135311319  (exit $ac_status); } &&
    11354          { ac_try='test -z "$ac_c_werror_flag"
    11355                          || test ! -s conftest.err'
     11320         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1135611321  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1135711322  (eval $ac_try) 2>&5
     
    1149511460  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1149611461  (exit $ac_status); } &&
    11497          { ac_try='test -z "$ac_c_werror_flag"
    11498                          || test ! -s conftest.err'
     11462         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1149911463  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1150011464  (eval $ac_try) 2>&5
     
    1154011504  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1154111505  (exit $ac_status); } &&
    11542          { ac_try='test -z "$ac_c_werror_flag"
    11543                          || test ! -s conftest.err'
     11506         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1154411507  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1154511508  (eval $ac_try) 2>&5
     
    1168611649  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1168711650  (exit $ac_status); } &&
    11688          { ac_try='test -z "$ac_c_werror_flag"
    11689                          || test ! -s conftest.err'
     11651         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1169011652  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1169111653  (eval $ac_try) 2>&5
     
    1172811690/* end confdefs.h.  */
    1172911691$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
    1173011699int
    1173111700main ()
     
    1174811717  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1174911718  (exit $ac_status); } &&
    11750          { ac_try='test -z "$ac_c_werror_flag"
    11751                          || test ! -s conftest.err'
     11719         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1175211720  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1175311721  (eval $ac_try) 2>&5
     
    1178211750  cat >>confdefs.h <<_ACEOF
    1178311751#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
    1178411904_ACEOF
    1178511905
     
    1182511945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1182611946  (exit $ac_status); } &&
    11827          { ac_try='test -z "$ac_c_werror_flag"
    11828                          || test ! -s conftest.err'
     11947         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1182911948  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1183011949  (eval $ac_try) 2>&5
     
    1201112130  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1201212131  (exit $ac_status); } &&
    12013          { ac_try='test -z "$ac_c_werror_flag"
    12014                          || test ! -s conftest.err'
     12132         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1201512133  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1201612134  (eval $ac_try) 2>&5
     
    1208912207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1209012208  (exit $ac_status); } &&
    12091          { ac_try='test -z "$ac_c_werror_flag"
    12092                          || test ! -s conftest.err'
     12209         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1209312210  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1209412211  (eval $ac_try) 2>&5
     
    1223112348  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1223212349  (exit $ac_status); } &&
    12233          { ac_try='test -z "$ac_c_werror_flag"
    12234                          || test ! -s conftest.err'
     12350         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1223512351  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1223612352  (eval $ac_try) 2>&5
     
    1230212418  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1230312419  (exit $ac_status); } &&
    12304          { ac_try='test -z "$ac_c_werror_flag"
    12305                          || test ! -s conftest.err'
     12420         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1230612421  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1230712422  (eval $ac_try) 2>&5
     
    1238412499  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1238512500  (exit $ac_status); } &&
    12386          { ac_try='test -z "$ac_c_werror_flag"
    12387                          || test ! -s conftest.err'
     12501         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1238812502  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1238912503  (eval $ac_try) 2>&5
     
    1247112585  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1247212586  (exit $ac_status); } &&
    12473          { ac_try='test -z "$ac_c_werror_flag"
    12474                          || test ! -s conftest.err'
     12587         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1247512588  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1247612589  (eval $ac_try) 2>&5
     
    1257212685  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1257312686  (exit $ac_status); } &&
    12574          { ac_try='test -z "$ac_c_werror_flag"
    12575                          || test ! -s conftest.err'
     12687         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1257612688  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1257712689  (eval $ac_try) 2>&5
     
    1264312755  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1264412756  (exit $ac_status); } &&
    12645          { ac_try='test -z "$ac_c_werror_flag"
    12646                          || test ! -s conftest.err'
     12757         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1264712758  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1264812759  (eval $ac_try) 2>&5
     
    1272512836  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1272612837  (exit $ac_status); } &&
    12727          { ac_try='test -z "$ac_c_werror_flag"
    12728                          || test ! -s conftest.err'
     12838         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1272912839  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1273012840  (eval $ac_try) 2>&5
     
    1284812958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1284912959  (exit $ac_status); } &&
    12850          { ac_try='test -z "$ac_c_werror_flag"
    12851                          || test ! -s conftest.err'
     12960         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1285212961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1285312962  (eval $ac_try) 2>&5
     
    1291913028  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1292013029  (exit $ac_status); } &&
    12921          { ac_try='test -z "$ac_c_werror_flag"
    12922                          || test ! -s conftest.err'
     13030         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1292313031  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1292413032  (eval $ac_try) 2>&5
     
    1303813146  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1303913147  (exit $ac_status); } &&
    13040          { ac_try='test -z "$ac_c_werror_flag"
    13041                          || test ! -s conftest.err'
     13148         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1304213149  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1304313150  (eval $ac_try) 2>&5
     
    1310913216  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1311013217  (exit $ac_status); } &&
    13111          { ac_try='test -z "$ac_c_werror_flag"
    13112                          || test ! -s conftest.err'
     13218         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1311313219  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1311413220  (eval $ac_try) 2>&5
     
    1319413300  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1319513301  (exit $ac_status); } &&
    13196          { ac_try='test -z "$ac_c_werror_flag"
    13197                          || test ! -s conftest.err'
     13302         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1319813303  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1319913304  (eval $ac_try) 2>&5
     
    1332613431
    1332713432
     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
    1332813448# See if we can handle the job server feature, and if the user wants it.
    1332913449
     
    1337113491  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1337213492  (exit $ac_status); } &&
    13373          { ac_try='test -z "$ac_c_werror_flag"
    13374                          || test ! -s conftest.err'
     13493         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
    1337513494  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1337613495  (eval $ac_try) 2>&5
     
    1339613515echo "${ECHO_T}$make_cv_sa_restart" >&6
    1339713516
    13398 # 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.
    1339913527case "$host_os" in
    1340013528  os2*) make_cv_sa_restart=yes ;;
    1340113529esac
    1340213530
    13403 if test "$make_cv_sa_restart" != no; then
    13404 
    13405 cat >>confdefs.h <<\_ACEOF
    13406 #define HAVE_SA_RESTART 1
    13407 _ACEOF
    13408 
    13409 fi
    13410 
    1341113531case "$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohang/$make_cv_job_server" in
    1341213532  yes/yes/yes/yes/yes)
     
    1341413534cat >>confdefs.h <<\_ACEOF
    1341513535#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
    1341613547_ACEOF
    1341713548;;
     
    1353513666MAKE_HOST="$host"
    1353613667
     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
    1353713706
    1353813707# Include the Maintainer's Makefile section, if it's here.
     
    1361813787
    1361913788# Specify what files are to be created.
    13620 # We only generate the build.sh if we have a build.sh.in; we won't have
    13621 # one before we've created a distribution.
    13622 
    13623                                                   ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile"
    13624 
    13625 
    13626 if test -f $srcdir/build.sh.in; then
    13627             ac_config_files="$ac_config_files build.sh"
    13628 
    13629 fi
     13789                                                            ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile"
    1363013790
    1363113791
     
    1374813908Usually this means the macro was only invoked conditionally." >&5
    1374913909echo "$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.
    1375013924Usually this means the macro was only invoked conditionally." >&2;}
    1375113925   { (exit 1); exit 1; }; }
     
    1402214196cat >&5 <<_CSEOF
    1402314197
    14024 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
    1402514199generated by GNU Autoconf 2.59.  Invocation command line was
    1402614200
     
    1408514259cat >>$CONFIG_STATUS <<_ACEOF
    1408614260ac_cs_version="\\
    14087 GNU make config.status 3.81beta1
     14261GNU make config.status 3.81
    1408814262configured by $0, generated by GNU Autoconf 2.59,
    1408914263  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
     
    1420714381  "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
    1420814382  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
    14209   "build.sh" ) CONFIG_FILES="$CONFIG_FILES build.sh" ;;
     14383  "w32/Makefile" ) CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;;
    1421014384  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    1421114385  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
     
    1430714481s,@AUTOHEADER@,$AUTOHEADER,;t t
    1430814482s,@MAKEINFO@,$MAKEINFO,;t t
    14309 s,@AMTAR@,$AMTAR,;t t
    1431014483s,@install_sh@,$install_sh,;t t
    1431114484s,@STRIP@,$STRIP,;t t
     
    1431614489s,@SET_MAKE@,$SET_MAKE,;t t
    1431714490s,@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
    1431814494s,@CC@,$CC,;t t
    1431914495s,@CFLAGS@,$CFLAGS,;t t
     
    1437314549s,@USE_LOCAL_GLOB_FALSE@,$USE_LOCAL_GLOB_FALSE,;t t
    1437414550s,@MAKE_HOST@,$MAKE_HOST,;t t
     14551s,@WINDOWSENV_TRUE@,$WINDOWSENV_TRUE,;t t
     14552s,@WINDOWSENV_FALSE@,$WINDOWSENV_FALSE,;t t
    1437514553s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    1437614554/@MAINT_MAKEFILE@/r $MAINT_MAKEFILE
     
    1454214720  esac
    1454314721
    14544   if test x"$ac_file" != x-; then
    14545     { echo "$as_me:$LINENO: creating $ac_file" >&5
    14546 echo "$as_me: creating $ac_file" >&6;}
    14547     rm -f "$ac_file"
    14548   fi
    1454914722  # Let's still pretend it is `configure' which instantiates (i.e., don't
    1455014723  # use $as_me), people would be surprised to read:
     
    1458514758      esac
    1458614759    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
    1458714766_ACEOF
    1458814767cat >>$CONFIG_STATUS <<_ACEOF
     
    1499815177    continue
    1499915178  fi
    15000   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
    15001   # Extract the definition of DEP_FILES from the Makefile without
    15002   # running `make'.
    15003   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
     15179  # Extract the definition of DEPDIR, am__include, and am__quote
     15180  # from the Makefile without running `make'.
     15181  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    1500415182  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"`
    1500515186  # When using ansi2knr, U may be empty or an underscore; expand it
    15006   U=`sed -n -e '/^U = / s///p' < "$mf"`
    15007   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    15008   # We invoke sed twice because it is the simplest approach to
    15009   # changing $(DEPDIR) to its actual value in the expansion.
    15010   for file in `sed -n -e '
    15011     /^DEP_FILES = .*\\\\$/ {
    15012       s/^DEP_FILES = //
    15013       :loop
    15014         s/\\\\$//
    15015         p
    15016         n
    15017         /\\\\$/ b loop
    15018       p
    15019     }
    15020     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
     15187  U=`sed -n 's/^U = //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" | \
    1502115194       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    1502215195    # Make sure the directory exists.
     
    1520715380
    1520815381
    15209 
     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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette