~ubuntu-branches/ubuntu/warty/tiemu/warty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2003-04-10 21:14:37 UTC
  • Revision ID: james.westby@ubuntu.com-20030410211437-gqhxhkjdkatx8sz1
Tags: 1.65-4
* Added AM_MAINTAINER_MODE to configure.ac to prevent regeneration of the
  whole build system...
* Changed -mpentium to -mcpu=pentium on x86.
* Bumped Standards-Version to 3.5.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.54.
 
3
# Generated by GNU Autoconf 2.57.
4
4
#
5
5
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6
6
# Free Software Foundation, Inc.
36
36
PS4='+ '
37
37
 
38
38
# NLS nuisances.
39
 
for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
 
39
for as_var in \
 
40
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
41
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
42
  LC_TELEPHONE LC_TIME
40
43
do
41
44
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
42
45
    eval $as_var=C; export $as_var
82
85
 
83
86
# The user is always right.
84
87
if test "${PATH_SEPARATOR+set}" != set; then
85
 
  echo "#! /bin/sh" >conftest.sh
86
 
  echo  "exit 0"   >>conftest.sh
87
 
  chmod +x conftest.sh
88
 
  if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
 
88
  echo "#! /bin/sh" >conf$$.sh
 
89
  echo  "exit 0"   >>conf$$.sh
 
90
  chmod +x conf$$.sh
 
91
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
89
92
    PATH_SEPARATOR=';'
90
93
  else
91
94
    PATH_SEPARATOR=:
92
95
  fi
93
 
  rm -f conftest.sh
 
96
  rm -f conf$$.sh
94
97
fi
95
98
 
96
99
 
465
468
#endif"
466
469
 
467
470
ac_default_prefix='/usr'
468
 
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 VERSION PACKAGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP EGREP LIBTOOL INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh INSTALL_STRIP_PROGRAM AWK SET_MAKE AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH DEPDIR am__include am__quote CCDEPMODE SDL_CONFIG SDL_CFLAGS SDL_LIBS TICABLES_CONFIG TIFILES_CONFIG TICALCS_CONFIG GTK_CONFIG LIBOBJS ALLOCA MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC21 LIBICONV LTLIBICONV INTLBISON USE_NLS BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT INTLOBJS DATADIRNAME INSTOBJEXT GENCAT INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB PACKAGE_LOCALE_DIR LTLIBOBJS'
 
471
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 VERSION PACKAGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP EGREP LIBTOOL INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh INSTALL_STRIP_PROGRAM AWK SET_MAKE DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE SDL_CONFIG SDL_CFLAGS SDL_LIBS TICABLES_CONFIG TIFILES_CONFIG TICALCS_CONFIG GTK_CONFIG LIBOBJS ALLOCA MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC21 LIBICONV LTLIBICONV INTLBISON USE_NLS BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT INTLOBJS DATADIRNAME INSTOBJEXT GENCAT INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB PACKAGE_LOCALE_DIR LTLIBOBJS'
469
472
ac_subst_files=''
470
473
 
471
474
# Initialize some variables set by options.
1010
1013
Optional Features:
1011
1014
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1012
1015
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1016
  --enable-maintainer-mode enable make rules and dependencies not useful
 
1017
                          (and sometimes confusing) to the casual installer
1013
1018
  --enable-shared=PKGS  build shared libraries default=yes
1014
1019
  --enable-static=PKGS  build static libraries default=yes
1015
1020
  --enable-fast-install=PKGS  optimize for fast installation default=yes
1122
1127
running configure, to aid debugging if configure makes a mistake.
1123
1128
 
1124
1129
It was created by $as_me, which was
1125
 
generated by GNU Autoconf 2.54.  Invocation command line was
 
1130
generated by GNU Autoconf 2.57.  Invocation command line was
1126
1131
 
1127
1132
  $ $0 $@
1128
1133
 
1174
1179
 
1175
1180
# Keep a trace of the command line.
1176
1181
# Strip out --no-create and --no-recursion so they do not pile up.
 
1182
# Strip out --silent because we don't want to record it for future runs.
1177
1183
# Also quote any args containing shell meta-characters.
 
1184
# Make two passes to allow for proper duplicate-argument suppression.
1178
1185
ac_configure_args=
 
1186
ac_configure_args0=
 
1187
ac_configure_args1=
1179
1188
ac_sep=
1180
 
for ac_arg
 
1189
ac_must_keep_next=false
 
1190
for ac_pass in 1 2
1181
1191
do
1182
 
  case $ac_arg in
1183
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1184
 
  | --no-cr | --no-c | -n ) continue ;;
1185
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1186
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1187
 
    continue ;;
1188
 
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1189
 
    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1190
 
  esac
1191
 
  ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1192
 
  # Get rid of the leading space.
1193
 
  ac_sep=" "
 
1192
  for ac_arg
 
1193
  do
 
1194
    case $ac_arg in
 
1195
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 
1196
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
1197
    | -silent | --silent | --silen | --sile | --sil)
 
1198
      continue ;;
 
1199
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
1200
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1201
    esac
 
1202
    case $ac_pass in
 
1203
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
1204
    2)
 
1205
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 
1206
      if test $ac_must_keep_next = true; then
 
1207
        ac_must_keep_next=false # Got value, back to normal.
 
1208
      else
 
1209
        case $ac_arg in
 
1210
          *=* | --config-cache | -C | -disable-* | --disable-* \
 
1211
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
1212
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
1213
          | -with-* | --with-* | -without-* | --without-* | --x)
 
1214
            case "$ac_configure_args0 " in
 
1215
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
1216
            esac
 
1217
            ;;
 
1218
          -* ) ac_must_keep_next=true ;;
 
1219
        esac
 
1220
      fi
 
1221
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
 
1222
      # Get rid of the leading space.
 
1223
      ac_sep=" "
 
1224
      ;;
 
1225
    esac
 
1226
  done
1194
1227
done
 
1228
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 
1229
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1195
1230
 
1196
1231
# When interrupted or exit'd, cleanup temporary files, and complete
1197
1232
# config.log.  We remove comments because anyway the quotes in there
1534
1569
    NONENONEs,x,x, &&
1535
1570
  program_prefix=${target_alias}-
1536
1571
 
 
1572
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
1573
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
 
1574
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 
1575
if test "${enable_maintainer_mode+set}" = set; then
 
1576
  enableval="$enable_maintainer_mode"
 
1577
  USE_MAINTAINER_MODE=$enableval
 
1578
else
 
1579
  USE_MAINTAINER_MODE=no
 
1580
fi;
 
1581
  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
1582
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
 
1583
 
 
1584
 
 
1585
if test $USE_MAINTAINER_MODE = yes; then
 
1586
  MAINTAINER_MODE_TRUE=
 
1587
  MAINTAINER_MODE_FALSE='#'
 
1588
else
 
1589
  MAINTAINER_MODE_TRUE='#'
 
1590
  MAINTAINER_MODE_FALSE=
 
1591
fi
 
1592
 
 
1593
  MAINT=$MAINTAINER_MODE_TRUE
 
1594
 
 
1595
 
 
1596
 
1537
1597
# Check whether --enable-shared or --disable-shared was given.
1538
1598
if test "${enable_shared+set}" = set; then
1539
1599
  enableval="$enable_shared"
1909
1969
fi
1910
1970
 
1911
1971
 
1912
 
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
1913
 
echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
 
1972
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
1973
See \`config.log' for more details." >&5
 
1974
echo "$as_me: error: no acceptable C compiler found in \$PATH
 
1975
See \`config.log' for more details." >&2;}
1914
1976
   { (exit 1); exit 1; }; }
1915
1977
 
1916
1978
# Provide some information about the compiler.
1935
1997
 
1936
1998
cat >conftest.$ac_ext <<_ACEOF
1937
1999
#line $LINENO "configure"
1938
 
#include "confdefs.h"
 
2000
/* confdefs.h.  */
 
2001
_ACEOF
 
2002
cat confdefs.h >>conftest.$ac_ext
 
2003
cat >>conftest.$ac_ext <<_ACEOF
 
2004
/* end confdefs.h.  */
1939
2005
 
1940
2006
int
1941
2007
main ()
1946
2012
}
1947
2013
_ACEOF
1948
2014
ac_clean_files_save=$ac_clean_files
1949
 
ac_clean_files="$ac_clean_files a.out a.exe"
 
2015
ac_clean_files="$ac_clean_files a.out a.exe b.out"
1950
2016
# Try to create an executable without -o first, disregard a.out.
1951
2017
# It will help us diagnose broken compilers, and finding out an intuition
1952
2018
# of exeext.
1965
2031
# Be careful to initialize this variable, since it used to be cached.
1966
2032
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1967
2033
ac_cv_exeext=
1968
 
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do
 
2034
# b.out is created by i960 compilers.
 
2035
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
 
2036
do
1969
2037
  test -f "$ac_file" || continue
1970
2038
  case $ac_file in
1971
 
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1972
 
    a.out ) # We found the default executable, but exeext='' is most
1973
 
            # certainly right.
1974
 
            break;;
1975
 
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1976
 
          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
1977
 
          export ac_cv_exeext
1978
 
          break;;
1979
 
    * ) break;;
 
2039
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
 
2040
        ;;
 
2041
    conftest.$ac_ext )
 
2042
        # This is the source file.
 
2043
        ;;
 
2044
    [ab].out )
 
2045
        # We found the default executable, but exeext='' is most
 
2046
        # certainly right.
 
2047
        break;;
 
2048
    *.* )
 
2049
        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
2050
        # FIXME: I believe we export ac_cv_exeext for Libtool,
 
2051
        # but it would be cool to find out if it's true.  Does anybody
 
2052
        # maintain Libtool? --akim.
 
2053
        export ac_cv_exeext
 
2054
        break;;
 
2055
    * )
 
2056
        break;;
1980
2057
  esac
1981
2058
done
1982
2059
else
1983
2060
  echo "$as_me: failed program was:" >&5
1984
 
cat conftest.$ac_ext >&5
 
2061
sed 's/^/| /' conftest.$ac_ext >&5
 
2062
 
1985
2063
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1986
 
check \`config.log' for details." >&5
 
2064
See \`config.log' for more details." >&5
1987
2065
echo "$as_me: error: C compiler cannot create executables
1988
 
check \`config.log' for details." >&2;}
 
2066
See \`config.log' for more details." >&2;}
1989
2067
   { (exit 77); exit 77; }; }
1990
2068
fi
1991
2069
 
2012
2090
        cross_compiling=yes
2013
2091
    else
2014
2092
        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2015
 
If you meant to cross compile, use \`--host'." >&5
 
2093
If you meant to cross compile, use \`--host'.
 
2094
See \`config.log' for more details." >&5
2016
2095
echo "$as_me: error: cannot run C compiled programs.
2017
 
If you meant to cross compile, use \`--host'." >&2;}
 
2096
If you meant to cross compile, use \`--host'.
 
2097
See \`config.log' for more details." >&2;}
2018
2098
   { (exit 1); exit 1; }; }
2019
2099
    fi
2020
2100
  fi
2022
2102
echo "$as_me:$LINENO: result: yes" >&5
2023
2103
echo "${ECHO_T}yes" >&6
2024
2104
 
2025
 
rm -f a.out a.exe conftest$ac_cv_exeext
 
2105
rm -f a.out a.exe conftest$ac_cv_exeext b.out
2026
2106
ac_clean_files=$ac_clean_files_save
2027
2107
# Check the compiler produces executables we can run.  If not, either
2028
2108
# the compiler is broken, or we cross compile.
2053
2133
  esac
2054
2134
done
2055
2135
else
2056
 
  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
2057
 
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
 
2136
  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
2137
See \`config.log' for more details." >&5
 
2138
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
2139
See \`config.log' for more details." >&2;}
2058
2140
   { (exit 1); exit 1; }; }
2059
2141
fi
2060
2142
 
2072
2154
else
2073
2155
  cat >conftest.$ac_ext <<_ACEOF
2074
2156
#line $LINENO "configure"
2075
 
#include "confdefs.h"
 
2157
/* confdefs.h.  */
 
2158
_ACEOF
 
2159
cat confdefs.h >>conftest.$ac_ext
 
2160
cat >>conftest.$ac_ext <<_ACEOF
 
2161
/* end confdefs.h.  */
2076
2162
 
2077
2163
int
2078
2164
main ()
2097
2183
done
2098
2184
else
2099
2185
  echo "$as_me: failed program was:" >&5
2100
 
cat conftest.$ac_ext >&5
2101
 
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
2102
 
echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
 
2186
sed 's/^/| /' conftest.$ac_ext >&5
 
2187
 
 
2188
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
2189
See \`config.log' for more details." >&5
 
2190
echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
2191
See \`config.log' for more details." >&2;}
2103
2192
   { (exit 1); exit 1; }; }
2104
2193
fi
2105
2194
 
2116
2205
else
2117
2206
  cat >conftest.$ac_ext <<_ACEOF
2118
2207
#line $LINENO "configure"
2119
 
#include "confdefs.h"
 
2208
/* confdefs.h.  */
 
2209
_ACEOF
 
2210
cat confdefs.h >>conftest.$ac_ext
 
2211
cat >>conftest.$ac_ext <<_ACEOF
 
2212
/* end confdefs.h.  */
2120
2213
 
2121
2214
int
2122
2215
main ()
2144
2237
  ac_compiler_gnu=yes
2145
2238
else
2146
2239
  echo "$as_me: failed program was:" >&5
2147
 
cat conftest.$ac_ext >&5
 
2240
sed 's/^/| /' conftest.$ac_ext >&5
 
2241
 
2148
2242
ac_compiler_gnu=no
2149
2243
fi
2150
2244
rm -f conftest.$ac_objext conftest.$ac_ext
2164
2258
else
2165
2259
  cat >conftest.$ac_ext <<_ACEOF
2166
2260
#line $LINENO "configure"
2167
 
#include "confdefs.h"
 
2261
/* confdefs.h.  */
 
2262
_ACEOF
 
2263
cat confdefs.h >>conftest.$ac_ext
 
2264
cat >>conftest.$ac_ext <<_ACEOF
 
2265
/* end confdefs.h.  */
2168
2266
 
2169
2267
int
2170
2268
main ()
2189
2287
  ac_cv_prog_cc_g=yes
2190
2288
else
2191
2289
  echo "$as_me: failed program was:" >&5
2192
 
cat conftest.$ac_ext >&5
 
2290
sed 's/^/| /' conftest.$ac_ext >&5
 
2291
 
2193
2292
ac_cv_prog_cc_g=no
2194
2293
fi
2195
2294
rm -f conftest.$ac_objext conftest.$ac_ext
2220
2319
ac_save_CC=$CC
2221
2320
cat >conftest.$ac_ext <<_ACEOF
2222
2321
#line $LINENO "configure"
2223
 
#include "confdefs.h"
 
2322
/* confdefs.h.  */
 
2323
_ACEOF
 
2324
cat confdefs.h >>conftest.$ac_ext
 
2325
cat >>conftest.$ac_ext <<_ACEOF
 
2326
/* end confdefs.h.  */
2224
2327
#include <stdarg.h>
2225
2328
#include <stdio.h>
2226
2329
#include <sys/types.h>
2283
2386
break
2284
2387
else
2285
2388
  echo "$as_me: failed program was:" >&5
2286
 
cat conftest.$ac_ext >&5
 
2389
sed 's/^/| /' conftest.$ac_ext >&5
 
2390
 
2287
2391
fi
2288
2392
rm -f conftest.$ac_objext
2289
2393
done
2334
2438
do
2335
2439
  cat >conftest.$ac_ext <<_ACEOF
2336
2440
#line $LINENO "configure"
2337
 
#include "confdefs.h"
 
2441
/* confdefs.h.  */
 
2442
_ACEOF
 
2443
cat confdefs.h >>conftest.$ac_ext
 
2444
cat >>conftest.$ac_ext <<_ACEOF
 
2445
/* end confdefs.h.  */
2338
2446
#include <stdlib.h>
2339
2447
$ac_declaration
2340
2448
int
2360
2468
  :
2361
2469
else
2362
2470
  echo "$as_me: failed program was:" >&5
2363
 
cat conftest.$ac_ext >&5
 
2471
sed 's/^/| /' conftest.$ac_ext >&5
 
2472
 
2364
2473
continue
2365
2474
fi
2366
2475
rm -f conftest.$ac_objext conftest.$ac_ext
2367
2476
  cat >conftest.$ac_ext <<_ACEOF
2368
2477
#line $LINENO "configure"
2369
 
#include "confdefs.h"
 
2478
/* confdefs.h.  */
 
2479
_ACEOF
 
2480
cat confdefs.h >>conftest.$ac_ext
 
2481
cat >>conftest.$ac_ext <<_ACEOF
 
2482
/* end confdefs.h.  */
2370
2483
$ac_declaration
2371
2484
int
2372
2485
main ()
2391
2504
  break
2392
2505
else
2393
2506
  echo "$as_me: failed program was:" >&5
2394
 
cat conftest.$ac_ext >&5
 
2507
sed 's/^/| /' conftest.$ac_ext >&5
 
2508
 
2395
2509
fi
2396
2510
rm -f conftest.$ac_objext conftest.$ac_ext
2397
2511
done
2404
2518
 
2405
2519
else
2406
2520
  echo "$as_me: failed program was:" >&5
2407
 
cat conftest.$ac_ext >&5
 
2521
sed 's/^/| /' conftest.$ac_ext >&5
 
2522
 
2408
2523
fi
2409
2524
rm -f conftest.$ac_objext conftest.$ac_ext
2410
2525
ac_ext=c
2630
2745
    # Check for GNU sed and select it if it is found.
2631
2746
    if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
2632
2747
      lt_cv_path_SED=${_sed}
2633
 
      break;
 
2748
      break
2634
2749
    fi
2635
2750
    while true; do
2636
2751
      cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
2904
3019
irix* | nonstopux*)
2905
3020
  symcode='[BCDEGRST]'
2906
3021
  ;;
 
3022
osf*)
 
3023
  symcode='[BCDEGQRST]'
 
3024
  ;;
2907
3025
solaris* | sysv5*)
2908
3026
  symcode='[BDT]'
2909
3027
  ;;
3012
3130
  (eval $ac_link) 2>&5
3013
3131
  ac_status=$?
3014
3132
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3015
 
  (exit $ac_status); } && test -s conftest; then
 
3133
  (exit $ac_status); } && test -s conftest$ac_exeext; then
3016
3134
            pipe_works=yes
3017
3135
          fi
3018
3136
          LIBS="$save_LIBS"
3082
3200
do
3083
3201
  # Use a header file that comes with gcc, so configuring glibc
3084
3202
  # with a fresh cross-compiler works.
 
3203
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
3204
  # <limits.h> exists even on freestanding compilers.
3085
3205
  # On the NeXT, cc -E runs the code through the compiler's parser,
3086
3206
  # not just through cpp. "Syntax error" is here to catch this case.
3087
3207
  cat >conftest.$ac_ext <<_ACEOF
3088
3208
#line $LINENO "configure"
3089
 
#include "confdefs.h"
3090
 
#include <assert.h>
 
3209
/* confdefs.h.  */
 
3210
_ACEOF
 
3211
cat confdefs.h >>conftest.$ac_ext
 
3212
cat >>conftest.$ac_ext <<_ACEOF
 
3213
/* end confdefs.h.  */
 
3214
#ifdef __STDC__
 
3215
# include <limits.h>
 
3216
#else
 
3217
# include <assert.h>
 
3218
#endif
3091
3219
                     Syntax error
3092
3220
_ACEOF
3093
3221
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3110
3238
  :
3111
3239
else
3112
3240
  echo "$as_me: failed program was:" >&5
3113
 
  cat conftest.$ac_ext >&5
 
3241
sed 's/^/| /' conftest.$ac_ext >&5
 
3242
 
3114
3243
  # Broken: fails on valid input.
3115
3244
continue
3116
3245
fi
3120
3249
  # can be detected and how.
3121
3250
  cat >conftest.$ac_ext <<_ACEOF
3122
3251
#line $LINENO "configure"
3123
 
#include "confdefs.h"
 
3252
/* confdefs.h.  */
 
3253
_ACEOF
 
3254
cat confdefs.h >>conftest.$ac_ext
 
3255
cat >>conftest.$ac_ext <<_ACEOF
 
3256
/* end confdefs.h.  */
3124
3257
#include <ac_nonexistent.h>
3125
3258
_ACEOF
3126
3259
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3144
3277
continue
3145
3278
else
3146
3279
  echo "$as_me: failed program was:" >&5
3147
 
  cat conftest.$ac_ext >&5
 
3280
sed 's/^/| /' conftest.$ac_ext >&5
 
3281
 
3148
3282
  # Passes both tests.
3149
3283
ac_preproc_ok=:
3150
3284
break
3173
3307
do
3174
3308
  # Use a header file that comes with gcc, so configuring glibc
3175
3309
  # with a fresh cross-compiler works.
 
3310
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
3311
  # <limits.h> exists even on freestanding compilers.
3176
3312
  # On the NeXT, cc -E runs the code through the compiler's parser,
3177
3313
  # not just through cpp. "Syntax error" is here to catch this case.
3178
3314
  cat >conftest.$ac_ext <<_ACEOF
3179
3315
#line $LINENO "configure"
3180
 
#include "confdefs.h"
3181
 
#include <assert.h>
 
3316
/* confdefs.h.  */
 
3317
_ACEOF
 
3318
cat confdefs.h >>conftest.$ac_ext
 
3319
cat >>conftest.$ac_ext <<_ACEOF
 
3320
/* end confdefs.h.  */
 
3321
#ifdef __STDC__
 
3322
# include <limits.h>
 
3323
#else
 
3324
# include <assert.h>
 
3325
#endif
3182
3326
                     Syntax error
3183
3327
_ACEOF
3184
3328
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3201
3345
  :
3202
3346
else
3203
3347
  echo "$as_me: failed program was:" >&5
3204
 
  cat conftest.$ac_ext >&5
 
3348
sed 's/^/| /' conftest.$ac_ext >&5
 
3349
 
3205
3350
  # Broken: fails on valid input.
3206
3351
continue
3207
3352
fi
3211
3356
  # can be detected and how.
3212
3357
  cat >conftest.$ac_ext <<_ACEOF
3213
3358
#line $LINENO "configure"
3214
 
#include "confdefs.h"
 
3359
/* confdefs.h.  */
 
3360
_ACEOF
 
3361
cat confdefs.h >>conftest.$ac_ext
 
3362
cat >>conftest.$ac_ext <<_ACEOF
 
3363
/* end confdefs.h.  */
3215
3364
#include <ac_nonexistent.h>
3216
3365
_ACEOF
3217
3366
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3235
3384
continue
3236
3385
else
3237
3386
  echo "$as_me: failed program was:" >&5
3238
 
  cat conftest.$ac_ext >&5
 
3387
sed 's/^/| /' conftest.$ac_ext >&5
 
3388
 
3239
3389
  # Passes both tests.
3240
3390
ac_preproc_ok=:
3241
3391
break
3248
3398
if $ac_preproc_ok; then
3249
3399
  :
3250
3400
else
3251
 
  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3252
 
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
 
3401
  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
3402
See \`config.log' for more details." >&5
 
3403
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
3404
See \`config.log' for more details." >&2;}
3253
3405
   { (exit 1); exit 1; }; }
3254
3406
fi
3255
3407
 
3282
3434
else
3283
3435
  cat >conftest.$ac_ext <<_ACEOF
3284
3436
#line $LINENO "configure"
3285
 
#include "confdefs.h"
 
3437
/* confdefs.h.  */
 
3438
_ACEOF
 
3439
cat confdefs.h >>conftest.$ac_ext
 
3440
cat >>conftest.$ac_ext <<_ACEOF
 
3441
/* end confdefs.h.  */
3286
3442
#include <stdlib.h>
3287
3443
#include <stdarg.h>
3288
3444
#include <string.h>
3289
3445
#include <float.h>
3290
3446
 
 
3447
int
 
3448
main ()
 
3449
{
 
3450
 
 
3451
  ;
 
3452
  return 0;
 
3453
}
3291
3454
_ACEOF
3292
 
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3293
 
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3294
 
  ac_status=$?
3295
 
  grep -v '^ *+' conftest.er1 >conftest.err
3296
 
  rm -f conftest.er1
3297
 
  cat conftest.err >&5
3298
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3299
 
  (exit $ac_status); } >/dev/null; then
3300
 
  if test -s conftest.err; then
3301
 
    ac_cpp_err=$ac_c_preproc_warn_flag
3302
 
  else
3303
 
    ac_cpp_err=
3304
 
  fi
3305
 
else
3306
 
  ac_cpp_err=yes
3307
 
fi
3308
 
if test -z "$ac_cpp_err"; then
 
3455
rm -f conftest.$ac_objext
 
3456
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
3457
  (eval $ac_compile) 2>&5
 
3458
  ac_status=$?
 
3459
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3460
  (exit $ac_status); } &&
 
3461
         { ac_try='test -s conftest.$ac_objext'
 
3462
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3463
  (eval $ac_try) 2>&5
 
3464
  ac_status=$?
 
3465
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3466
  (exit $ac_status); }; }; then
3309
3467
  ac_cv_header_stdc=yes
3310
3468
else
3311
3469
  echo "$as_me: failed program was:" >&5
3312
 
  cat conftest.$ac_ext >&5
3313
 
  ac_cv_header_stdc=no
 
3470
sed 's/^/| /' conftest.$ac_ext >&5
 
3471
 
 
3472
ac_cv_header_stdc=no
3314
3473
fi
3315
 
rm -f conftest.err conftest.$ac_ext
 
3474
rm -f conftest.$ac_objext conftest.$ac_ext
3316
3475
 
3317
3476
if test $ac_cv_header_stdc = yes; then
3318
3477
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3319
3478
  cat >conftest.$ac_ext <<_ACEOF
3320
3479
#line $LINENO "configure"
3321
 
#include "confdefs.h"
 
3480
/* confdefs.h.  */
 
3481
_ACEOF
 
3482
cat confdefs.h >>conftest.$ac_ext
 
3483
cat >>conftest.$ac_ext <<_ACEOF
 
3484
/* end confdefs.h.  */
3322
3485
#include <string.h>
3323
3486
 
3324
3487
_ACEOF
3336
3499
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3337
3500
  cat >conftest.$ac_ext <<_ACEOF
3338
3501
#line $LINENO "configure"
3339
 
#include "confdefs.h"
 
3502
/* confdefs.h.  */
 
3503
_ACEOF
 
3504
cat confdefs.h >>conftest.$ac_ext
 
3505
cat >>conftest.$ac_ext <<_ACEOF
 
3506
/* end confdefs.h.  */
3340
3507
#include <stdlib.h>
3341
3508
 
3342
3509
_ACEOF
3357
3524
else
3358
3525
  cat >conftest.$ac_ext <<_ACEOF
3359
3526
#line $LINENO "configure"
3360
 
#include "confdefs.h"
 
3527
/* confdefs.h.  */
 
3528
_ACEOF
 
3529
cat confdefs.h >>conftest.$ac_ext
 
3530
cat >>conftest.$ac_ext <<_ACEOF
 
3531
/* end confdefs.h.  */
3361
3532
#include <ctype.h>
3362
3533
#if ((' ' & 0x0FF) == 0x020)
3363
3534
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3364
3535
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3365
3536
#else
3366
 
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
 
3537
# define ISLOWER(c) \
 
3538
                   (('a' <= (c) && (c) <= 'i') \
3367
3539
                     || ('j' <= (c) && (c) <= 'r') \
3368
3540
                     || ('s' <= (c) && (c) <= 'z'))
3369
3541
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3396
3568
else
3397
3569
  echo "$as_me: program exited with status $ac_status" >&5
3398
3570
echo "$as_me: failed program was:" >&5
3399
 
cat conftest.$ac_ext >&5
 
3571
sed 's/^/| /' conftest.$ac_ext >&5
 
3572
 
3400
3573
( exit $ac_status )
3401
3574
ac_cv_header_stdc=no
3402
3575
fi
3435
3608
else
3436
3609
  cat >conftest.$ac_ext <<_ACEOF
3437
3610
#line $LINENO "configure"
3438
 
#include "confdefs.h"
 
3611
/* confdefs.h.  */
 
3612
_ACEOF
 
3613
cat confdefs.h >>conftest.$ac_ext
 
3614
cat >>conftest.$ac_ext <<_ACEOF
 
3615
/* end confdefs.h.  */
3439
3616
$ac_includes_default
3440
3617
 
3441
3618
#include <$ac_header>
3455
3632
  eval "$as_ac_Header=yes"
3456
3633
else
3457
3634
  echo "$as_me: failed program was:" >&5
3458
 
cat conftest.$ac_ext >&5
 
3635
sed 's/^/| /' conftest.$ac_ext >&5
 
3636
 
3459
3637
eval "$as_ac_Header=no"
3460
3638
fi
3461
3639
rm -f conftest.$ac_objext conftest.$ac_ext
3490
3668
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3491
3669
cat >conftest.$ac_ext <<_ACEOF
3492
3670
#line $LINENO "configure"
3493
 
#include "confdefs.h"
 
3671
/* confdefs.h.  */
 
3672
_ACEOF
 
3673
cat confdefs.h >>conftest.$ac_ext
 
3674
cat >>conftest.$ac_ext <<_ACEOF
 
3675
/* end confdefs.h.  */
3494
3676
$ac_includes_default
3495
3677
#include <$ac_header>
3496
3678
_ACEOF
3509
3691
  ac_header_compiler=yes
3510
3692
else
3511
3693
  echo "$as_me: failed program was:" >&5
3512
 
cat conftest.$ac_ext >&5
 
3694
sed 's/^/| /' conftest.$ac_ext >&5
 
3695
 
3513
3696
ac_header_compiler=no
3514
3697
fi
3515
3698
rm -f conftest.$ac_objext conftest.$ac_ext
3521
3704
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3522
3705
cat >conftest.$ac_ext <<_ACEOF
3523
3706
#line $LINENO "configure"
3524
 
#include "confdefs.h"
 
3707
/* confdefs.h.  */
 
3708
_ACEOF
 
3709
cat confdefs.h >>conftest.$ac_ext
 
3710
cat >>conftest.$ac_ext <<_ACEOF
 
3711
/* end confdefs.h.  */
3525
3712
#include <$ac_header>
3526
3713
_ACEOF
3527
3714
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3544
3731
  ac_header_preproc=yes
3545
3732
else
3546
3733
  echo "$as_me: failed program was:" >&5
3547
 
  cat conftest.$ac_ext >&5
 
3734
sed 's/^/| /' conftest.$ac_ext >&5
 
3735
 
3548
3736
  ac_header_preproc=no
3549
3737
fi
3550
3738
rm -f conftest.err conftest.$ac_ext
3557
3745
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3558
3746
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3559
3747
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3560
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
3748
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3749
    (
 
3750
      cat <<\_ASBOX
 
3751
## ------------------------------------ ##
 
3752
## Report this to bug-autoconf@gnu.org. ##
 
3753
## ------------------------------------ ##
 
3754
_ASBOX
 
3755
    ) |
 
3756
      sed "s/^/$as_me: WARNING:     /" >&2
 
3757
    ;;
3561
3758
  no:yes )
3562
3759
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3563
3760
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3564
3761
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3565
3762
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3566
3763
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3567
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
3764
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3765
    (
 
3766
      cat <<\_ASBOX
 
3767
## ------------------------------------ ##
 
3768
## Report this to bug-autoconf@gnu.org. ##
 
3769
## ------------------------------------ ##
 
3770
_ASBOX
 
3771
    ) |
 
3772
      sed "s/^/$as_me: WARNING:     /" >&2
 
3773
    ;;
3568
3774
esac
3569
3775
echo "$as_me:$LINENO: checking for $ac_header" >&5
3570
3776
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3906
4112
case $host in
3907
4113
*-*-irix6*)
3908
4114
  # Find out which ABI we are using.
3909
 
  echo '#line 3909 "configure"' > conftest.$ac_ext
 
4115
  echo '#line 4115 "configure"' > conftest.$ac_ext
3910
4116
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3911
4117
  (eval $ac_compile) 2>&5
3912
4118
  ac_status=$?
3946
4152
 
3947
4153
     cat >conftest.$ac_ext <<_ACEOF
3948
4154
#line $LINENO "configure"
3949
 
#include "confdefs.h"
 
4155
/* confdefs.h.  */
 
4156
_ACEOF
 
4157
cat confdefs.h >>conftest.$ac_ext
 
4158
cat >>conftest.$ac_ext <<_ACEOF
 
4159
/* end confdefs.h.  */
3950
4160
 
3951
4161
int
3952
4162
main ()
3971
4181
  lt_cv_cc_needs_belf=yes
3972
4182
else
3973
4183
  echo "$as_me: failed program was:" >&5
3974
 
cat conftest.$ac_ext >&5
 
4184
sed 's/^/| /' conftest.$ac_ext >&5
 
4185
 
3975
4186
lt_cv_cc_needs_belf=no
3976
4187
fi
3977
4188
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4270
4481
    CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
4271
4482
    cat >conftest.$ac_ext <<_ACEOF
4272
4483
#line $LINENO "configure"
4273
 
#include "confdefs.h"
 
4484
/* confdefs.h.  */
 
4485
_ACEOF
 
4486
cat confdefs.h >>conftest.$ac_ext
 
4487
cat >>conftest.$ac_ext <<_ACEOF
 
4488
/* end confdefs.h.  */
4274
4489
 
4275
4490
int
4276
4491
main ()
4310
4525
 
4311
4526
else
4312
4527
  echo "$as_me: failed program was:" >&5
4313
 
cat conftest.$ac_ext >&5
 
4528
sed 's/^/| /' conftest.$ac_ext >&5
 
4529
 
4314
4530
      lt_cv_prog_cc_pic_works=no
4315
4531
 
4316
4532
fi
4353
4569
  LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
4354
4570
  cat >conftest.$ac_ext <<_ACEOF
4355
4571
#line $LINENO "configure"
4356
 
#include "confdefs.h"
 
4572
/* confdefs.h.  */
 
4573
_ACEOF
 
4574
cat confdefs.h >>conftest.$ac_ext
 
4575
cat >>conftest.$ac_ext <<_ACEOF
 
4576
/* end confdefs.h.  */
4357
4577
 
4358
4578
int
4359
4579
main ()
4378
4598
  lt_cv_prog_cc_static_works=yes
4379
4599
else
4380
4600
  echo "$as_me: failed program was:" >&5
4381
 
cat conftest.$ac_ext >&5
 
4601
sed 's/^/| /' conftest.$ac_ext >&5
 
4602
 
4382
4603
fi
4383
4604
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4384
4605
  LDFLAGS="$save_LDFLAGS"
4420
4641
save_CFLAGS="$CFLAGS"
4421
4642
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
4422
4643
compiler_c_o=no
4423
 
if { (eval echo configure:4423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
 
4644
if { (eval echo configure:4644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
4424
4645
  # The compiler can only warn and ignore the option if not recognized
4425
4646
  # So say no if there are warnings
4426
4647
  if test -s out/conftest.err; then
4462
4683
  ac_objext=lo
4463
4684
  cat >conftest.$ac_ext <<_ACEOF
4464
4685
#line $LINENO "configure"
4465
 
#include "confdefs.h"
 
4686
/* confdefs.h.  */
 
4687
_ACEOF
 
4688
cat confdefs.h >>conftest.$ac_ext
 
4689
cat >>conftest.$ac_ext <<_ACEOF
 
4690
/* end confdefs.h.  */
4466
4691
 
4467
4692
int
4468
4693
main ()
4494
4719
 
4495
4720
else
4496
4721
  echo "$as_me: failed program was:" >&5
4497
 
cat conftest.$ac_ext >&5
 
4722
sed 's/^/| /' conftest.$ac_ext >&5
 
4723
 
4498
4724
fi
4499
4725
rm -f conftest.$ac_objext conftest.$ac_ext
4500
4726
  ac_objext="$save_objext"
4542
4768
  compiler_rtti_exceptions=no
4543
4769
  cat >conftest.$ac_ext <<_ACEOF
4544
4770
#line $LINENO "configure"
4545
 
#include "confdefs.h"
 
4771
/* confdefs.h.  */
 
4772
_ACEOF
 
4773
cat confdefs.h >>conftest.$ac_ext
 
4774
cat >>conftest.$ac_ext <<_ACEOF
 
4775
/* end confdefs.h.  */
4546
4776
 
4547
4777
int
4548
4778
main ()
4574
4804
 
4575
4805
else
4576
4806
  echo "$as_me: failed program was:" >&5
4577
 
cat conftest.$ac_ext >&5
 
4807
sed 's/^/| /' conftest.$ac_ext >&5
 
4808
 
4578
4809
fi
4579
4810
rm -f conftest.$ac_objext conftest.$ac_ext
4580
4811
  CFLAGS="$save_CFLAGS"
4868
5099
      # need to do runtime linking.
4869
5100
      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
4870
5101
        for ld_flag in $LDFLAGS; do
4871
 
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
5102
          case $ld_flag in
 
5103
          *-brtl*)
4872
5104
            aix_use_runtimelinking=yes
4873
5105
            break
4874
 
          fi
 
5106
          ;;
 
5107
          esac
4875
5108
        done
4876
5109
      esac
4877
5110
 
4943
5176
        allow_undefined_flag='${wl}-berok'
4944
5177
        # This is a bit strange, but is similar to how AIX traditionally builds
4945
5178
        # it's shared libraries.
4946
 
        archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
 
5179
        archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
4947
5180
      fi
4948
5181
    fi
4949
5182
    ;;
4987
5220
    #        cross-compilation, but unfortunately the echo tests do not
4988
5221
    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
4989
5222
    #        `"' quotes if we put them in here... so don't!
4990
 
    archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
 
5223
    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
4991
5224
    # We need to add '_' to the symbols in $export_symbols first
4992
5225
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
4993
5226
    hardcode_direct=yes
5042
5275
  irix5* | irix6* | nonstopux*)
5043
5276
    if test "$GCC" = yes; then
5044
5277
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
5278
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
5045
5279
    else
5046
5280
      archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
5281
      hardcode_libdir_flag_spec='-rpath $libdir'
5047
5282
    fi
5048
 
    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
5049
5283
    hardcode_libdir_separator=:
5050
5284
    link_all_deplibs=yes
5051
5285
    ;;
5073
5307
    hardcode_direct=yes
5074
5308
    hardcode_shlibpath_var=no
5075
5309
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5076
 
      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
 
5310
      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5077
5311
      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
5078
5312
      export_dynamic_flag_spec='${wl}-E'
5079
5313
    else
5083
5317
        hardcode_libdir_flag_spec='-R$libdir'
5084
5318
        ;;
5085
5319
      *)
5086
 
        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
 
5320
        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5087
5321
        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
5088
5322
        ;;
5089
5323
      esac
5359
5593
 
5360
5594
aix4* | aix5*)
5361
5595
  version_type=linux
 
5596
  need_lib_prefix=no
 
5597
  need_version=no
 
5598
  hardcode_into_libs=yes
5362
5599
  if test "$host_cpu" = ia64; then
5363
5600
    # AIX 5 supports IA64
5364
5601
    library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
5397
5634
    fi
5398
5635
    shlibpath_var=LIBPATH
5399
5636
  fi
 
5637
  hardcode_into_libs=yes
5400
5638
  ;;
5401
5639
 
5402
5640
amigaos*)
5476
5714
  dynamic_linker=no
5477
5715
  ;;
5478
5716
 
 
5717
freebsd*-gnu*)
 
5718
  version_type=linux
 
5719
  need_lib_prefix=no
 
5720
  need_version=no
 
5721
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
5722
  soname_spec='${libname}${release}.so$major'
 
5723
  shlibpath_var=LD_LIBRARY_PATH
 
5724
  shlibpath_overrides_runpath=no
 
5725
  hardcode_into_libs=yes
 
5726
  dynamic_linker='GNU/FreeBSD ld.so'
 
5727
  ;;
 
5728
 
5479
5729
freebsd*)
5480
5730
  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
5481
5731
  version_type=freebsd-$objformat
5641
5891
osf3* | osf4* | osf5*)
5642
5892
  version_type=osf
5643
5893
  need_version=no
5644
 
  soname_spec='${libname}${release}.so'
5645
 
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
 
5894
  need_lib_prefix=no
 
5895
  soname_spec='${libname}${release}.so$major'
 
5896
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
5646
5897
  shlibpath_var=LD_LIBRARY_PATH
5647
5898
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
5648
5899
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
5900
  hardcode_into_libs=yes
5649
5901
  ;;
5650
5902
 
5651
5903
sco3.2v5*)
5816
6068
else
5817
6069
  cat >conftest.$ac_ext <<_ACEOF
5818
6070
#line $LINENO "configure"
5819
 
#include "confdefs.h"
 
6071
/* confdefs.h.  */
 
6072
_ACEOF
 
6073
cat confdefs.h >>conftest.$ac_ext
 
6074
cat >>conftest.$ac_ext <<_ACEOF
 
6075
/* end confdefs.h.  */
5820
6076
/* System header to define __stub macros and hopefully few prototypes,
5821
 
    which can conflict with char shl_load (); below.  */
5822
 
#include <assert.h>
 
6077
    which can conflict with char shl_load (); below.
 
6078
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
6079
    <limits.h> exists even on freestanding compilers.  */
 
6080
#ifdef __STDC__
 
6081
# include <limits.h>
 
6082
#else
 
6083
# include <assert.h>
 
6084
#endif
5823
6085
/* Override any gcc2 internal prototype to avoid an error.  */
5824
6086
#ifdef __cplusplus
5825
6087
extern "C"
 
6088
{
5826
6089
#endif
5827
6090
/* We use char because int might match the return type of a gcc2
5828
6091
   builtin and then its argument prototype would still apply.  */
5829
6092
char shl_load ();
5830
 
char (*f) ();
5831
 
 
5832
 
int
5833
 
main ()
5834
 
{
5835
6093
/* The GNU C library defines this for functions which it implements
5836
6094
    to always fail with ENOSYS.  Some functions are actually named
5837
6095
    something starting with __ and the normal name is an alias.  */
5838
6096
#if defined (__stub_shl_load) || defined (__stub___shl_load)
5839
6097
choke me
5840
6098
#else
5841
 
f = shl_load;
 
6099
char (*f) () = shl_load;
 
6100
#endif
 
6101
#ifdef __cplusplus
 
6102
}
5842
6103
#endif
5843
6104
 
 
6105
int
 
6106
main ()
 
6107
{
 
6108
return f != shl_load;
5844
6109
  ;
5845
6110
  return 0;
5846
6111
}
5860
6125
  ac_cv_func_shl_load=yes
5861
6126
else
5862
6127
  echo "$as_me: failed program was:" >&5
5863
 
cat conftest.$ac_ext >&5
 
6128
sed 's/^/| /' conftest.$ac_ext >&5
 
6129
 
5864
6130
ac_cv_func_shl_load=no
5865
6131
fi
5866
6132
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5879
6145
LIBS="-ldld  $LIBS"
5880
6146
cat >conftest.$ac_ext <<_ACEOF
5881
6147
#line $LINENO "configure"
5882
 
#include "confdefs.h"
 
6148
/* confdefs.h.  */
 
6149
_ACEOF
 
6150
cat confdefs.h >>conftest.$ac_ext
 
6151
cat >>conftest.$ac_ext <<_ACEOF
 
6152
/* end confdefs.h.  */
5883
6153
 
5884
6154
/* Override any gcc2 internal prototype to avoid an error.  */
5885
6155
#ifdef __cplusplus
5911
6181
  ac_cv_lib_dld_shl_load=yes
5912
6182
else
5913
6183
  echo "$as_me: failed program was:" >&5
5914
 
cat conftest.$ac_ext >&5
 
6184
sed 's/^/| /' conftest.$ac_ext >&5
 
6185
 
5915
6186
ac_cv_lib_dld_shl_load=no
5916
6187
fi
5917
6188
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5929
6200
else
5930
6201
  cat >conftest.$ac_ext <<_ACEOF
5931
6202
#line $LINENO "configure"
5932
 
#include "confdefs.h"
 
6203
/* confdefs.h.  */
 
6204
_ACEOF
 
6205
cat confdefs.h >>conftest.$ac_ext
 
6206
cat >>conftest.$ac_ext <<_ACEOF
 
6207
/* end confdefs.h.  */
5933
6208
/* System header to define __stub macros and hopefully few prototypes,
5934
 
    which can conflict with char dlopen (); below.  */
5935
 
#include <assert.h>
 
6209
    which can conflict with char dlopen (); below.
 
6210
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
6211
    <limits.h> exists even on freestanding compilers.  */
 
6212
#ifdef __STDC__
 
6213
# include <limits.h>
 
6214
#else
 
6215
# include <assert.h>
 
6216
#endif
5936
6217
/* Override any gcc2 internal prototype to avoid an error.  */
5937
6218
#ifdef __cplusplus
5938
6219
extern "C"
 
6220
{
5939
6221
#endif
5940
6222
/* We use char because int might match the return type of a gcc2
5941
6223
   builtin and then its argument prototype would still apply.  */
5942
6224
char dlopen ();
5943
 
char (*f) ();
5944
 
 
5945
 
int
5946
 
main ()
5947
 
{
5948
6225
/* The GNU C library defines this for functions which it implements
5949
6226
    to always fail with ENOSYS.  Some functions are actually named
5950
6227
    something starting with __ and the normal name is an alias.  */
5951
6228
#if defined (__stub_dlopen) || defined (__stub___dlopen)
5952
6229
choke me
5953
6230
#else
5954
 
f = dlopen;
 
6231
char (*f) () = dlopen;
 
6232
#endif
 
6233
#ifdef __cplusplus
 
6234
}
5955
6235
#endif
5956
6236
 
 
6237
int
 
6238
main ()
 
6239
{
 
6240
return f != dlopen;
5957
6241
  ;
5958
6242
  return 0;
5959
6243
}
5973
6257
  ac_cv_func_dlopen=yes
5974
6258
else
5975
6259
  echo "$as_me: failed program was:" >&5
5976
 
cat conftest.$ac_ext >&5
 
6260
sed 's/^/| /' conftest.$ac_ext >&5
 
6261
 
5977
6262
ac_cv_func_dlopen=no
5978
6263
fi
5979
6264
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5992
6277
LIBS="-ldl  $LIBS"
5993
6278
cat >conftest.$ac_ext <<_ACEOF
5994
6279
#line $LINENO "configure"
5995
 
#include "confdefs.h"
 
6280
/* confdefs.h.  */
 
6281
_ACEOF
 
6282
cat confdefs.h >>conftest.$ac_ext
 
6283
cat >>conftest.$ac_ext <<_ACEOF
 
6284
/* end confdefs.h.  */
5996
6285
 
5997
6286
/* Override any gcc2 internal prototype to avoid an error.  */
5998
6287
#ifdef __cplusplus
6024
6313
  ac_cv_lib_dl_dlopen=yes
6025
6314
else
6026
6315
  echo "$as_me: failed program was:" >&5
6027
 
cat conftest.$ac_ext >&5
 
6316
sed 's/^/| /' conftest.$ac_ext >&5
 
6317
 
6028
6318
ac_cv_lib_dl_dlopen=no
6029
6319
fi
6030
6320
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6044
6334
LIBS="-lsvld  $LIBS"
6045
6335
cat >conftest.$ac_ext <<_ACEOF
6046
6336
#line $LINENO "configure"
6047
 
#include "confdefs.h"
 
6337
/* confdefs.h.  */
 
6338
_ACEOF
 
6339
cat confdefs.h >>conftest.$ac_ext
 
6340
cat >>conftest.$ac_ext <<_ACEOF
 
6341
/* end confdefs.h.  */
6048
6342
 
6049
6343
/* Override any gcc2 internal prototype to avoid an error.  */
6050
6344
#ifdef __cplusplus
6076
6370
  ac_cv_lib_svld_dlopen=yes
6077
6371
else
6078
6372
  echo "$as_me: failed program was:" >&5
6079
 
cat conftest.$ac_ext >&5
 
6373
sed 's/^/| /' conftest.$ac_ext >&5
 
6374
 
6080
6375
ac_cv_lib_svld_dlopen=no
6081
6376
fi
6082
6377
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6096
6391
LIBS="-ldld  $LIBS"
6097
6392
cat >conftest.$ac_ext <<_ACEOF
6098
6393
#line $LINENO "configure"
6099
 
#include "confdefs.h"
 
6394
/* confdefs.h.  */
 
6395
_ACEOF
 
6396
cat confdefs.h >>conftest.$ac_ext
 
6397
cat >>conftest.$ac_ext <<_ACEOF
 
6398
/* end confdefs.h.  */
6100
6399
 
6101
6400
/* Override any gcc2 internal prototype to avoid an error.  */
6102
6401
#ifdef __cplusplus
6128
6427
  ac_cv_lib_dld_dld_link=yes
6129
6428
else
6130
6429
  echo "$as_me: failed program was:" >&5
6131
 
cat conftest.$ac_ext >&5
 
6430
sed 's/^/| /' conftest.$ac_ext >&5
 
6431
 
6132
6432
ac_cv_lib_dld_dld_link=no
6133
6433
fi
6134
6434
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6186
6486
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6187
6487
  lt_status=$lt_dlunknown
6188
6488
  cat > conftest.$ac_ext <<EOF
6189
 
#line 6189 "configure"
 
6489
#line 6489 "configure"
6190
6490
#include "confdefs.h"
6191
6491
 
6192
6492
#if HAVE_DLFCN_H
6284
6584
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6285
6585
  lt_status=$lt_dlunknown
6286
6586
  cat > conftest.$ac_ext <<EOF
6287
 
#line 6287 "configure"
 
6587
#line 6587 "configure"
6288
6588
#include "confdefs.h"
6289
6589
 
6290
6590
#if HAVE_DLFCN_H
7014
7314
 
7015
7315
 
7016
7316
 
 
7317
am__api_version="1.6"
7017
7318
# Find a good install program.  We prefer a C program (faster),
7018
7319
# so one script is as good as another.  But avoid the broken or
7019
7320
# incompatible versions:
7151
7452
 
7152
7453
 
7153
7454
# expand $ac_aux_dir to an absolute path
7154
 
am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
 
7455
am_aux_dir=`cd $ac_aux_dir && pwd`
7155
7456
 
7156
7457
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
7157
7458
# Use eval to expand $SHELL
7159
7460
  am_missing_run="$MISSING --run "
7160
7461
else
7161
7462
  am_missing_run=
7162
 
  am_backtick='`'
7163
 
  { echo "$as_me:$LINENO: WARNING: ${am_backtick}missing' script is too old or missing" >&5
7164
 
echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
 
7463
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
7464
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
7165
7465
fi
7166
7466
 
7167
7467
for ac_prog in gawk mawk nawk awk
7204
7504
  test -n "$AWK" && break
7205
7505
done
7206
7506
 
7207
 
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
7208
 
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
 
7507
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
7508
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
7209
7509
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
7210
7510
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
7211
7511
  echo $ECHO_N "(cached) $ECHO_C" >&6
7212
7512
else
7213
7513
  cat >conftest.make <<\_ACEOF
7214
7514
all:
7215
 
        @echo 'ac_maketemp="${MAKE}"'
 
7515
        @echo 'ac_maketemp="$(MAKE)"'
7216
7516
_ACEOF
7217
7517
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7218
7518
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
7233
7533
  SET_MAKE="MAKE=${MAKE-make}"
7234
7534
fi
7235
7535
 
7236
 
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
7237
 
if test "${enable_dependency_tracking+set}" = set; then
7238
 
  enableval="$enable_dependency_tracking"
7239
 
 
7240
 
fi;
7241
 
if test "x$enable_dependency_tracking" != xno; then
7242
 
  am_depcomp="$ac_aux_dir/depcomp"
7243
 
  AMDEPBACKSLASH='\'
7244
 
fi
7245
 
 
7246
 
 
7247
 
if test "x$enable_dependency_tracking" != xno; then
7248
 
  AMDEP_TRUE=
7249
 
  AMDEP_FALSE='#'
7250
 
else
7251
 
  AMDEP_TRUE='#'
7252
 
  AMDEP_FALSE=
7253
 
fi
7254
 
 
7255
 
 
7256
 
 
7257
 
 
7258
7536
rm -f .deps 2>/dev/null
7259
7537
mkdir .deps 2>/dev/null
7260
7538
if test -d .deps; then
7266
7544
rmdir .deps 2>/dev/null
7267
7545
 
7268
7546
 
 
7547
          ac_config_commands="$ac_config_commands depfiles"
7269
7548
 
7270
 
          ac_config_commands="$ac_config_commands default-1"
7271
7549
 
7272
7550
am_make=${MAKE-make}
7273
7551
cat > confinc << 'END'
7277
7555
# If we don't find an include directive, just comment out the code.
7278
7556
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
7279
7557
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
7280
 
am__include='#'
 
7558
am__include="#"
7281
7559
am__quote=
7282
7560
_am_result=none
7283
7561
# First try GNU make style include.
7297
7575
   echo '.include "confinc"' > confmf
7298
7576
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
7299
7577
      am__include=.include
7300
 
      am__quote='"'
 
7578
      am__quote="\""
7301
7579
      _am_result=BSD
7302
7580
   fi
7303
7581
fi
7307
7585
echo "${ECHO_T}$_am_result" >&6
7308
7586
rm -f confinc confmf
7309
7587
 
7310
 
# test to see if srcdir already configured
7311
 
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
 
7588
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
 
7589
if test "${enable_dependency_tracking+set}" = set; then
 
7590
  enableval="$enable_dependency_tracking"
 
7591
 
 
7592
fi;
 
7593
if test "x$enable_dependency_tracking" != xno; then
 
7594
  am_depcomp="$ac_aux_dir/depcomp"
 
7595
  AMDEPBACKSLASH='\'
 
7596
fi
 
7597
 
 
7598
 
 
7599
if test "x$enable_dependency_tracking" != xno; then
 
7600
  AMDEP_TRUE=
 
7601
  AMDEP_FALSE='#'
 
7602
else
 
7603
  AMDEP_TRUE='#'
 
7604
  AMDEP_FALSE=
 
7605
fi
 
7606
 
 
7607
 
 
7608
 
 
7609
 # test to see if srcdir already configured
 
7610
if test "`cd $srcdir && pwd`" != "`pwd`" &&
7312
7611
   test -f $srcdir/config.status; then
7313
7612
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
7314
7613
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
7316
7615
fi
7317
7616
 
7318
7617
# Define the identity of the package.
7319
 
PACKAGE=$PACKAGE
7320
 
VERSION=$VERSION
 
7618
 PACKAGE=$PACKAGE
 
7619
 VERSION=$VERSION
 
7620
 
7321
7621
 
7322
7622
cat >>confdefs.h <<_ACEOF
7323
7623
#define PACKAGE "$PACKAGE"
7328
7628
#define VERSION "$VERSION"
7329
7629
_ACEOF
7330
7630
 
7331
 
 
7332
 
# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
7333
 
# the ones we care about.
7334
 
 
7335
 
# Autoconf 2.50 always computes EXEEXT.  However we need to be
7336
 
# compatible with 2.13, for now.  So we always define EXEEXT, but we
7337
 
# don't compute it.
7338
 
 
7339
 
# Similar for OBJEXT -- only we only use OBJEXT if the user actually
7340
 
# requests that it be used.  This is a bit dumb.
7341
 
: ${OBJEXT=o}
7342
 
 
7343
 
 
7344
7631
# Some tools Automake needs.
7345
7632
 
7346
 
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
 
7633
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
7347
7634
 
7348
7635
 
7349
7636
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
7350
7637
 
7351
7638
 
7352
 
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
 
7639
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
7353
7640
 
7354
7641
 
7355
7642
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
7362
7649
 
7363
7650
install_sh=${install_sh-"$am_aux_dir/install-sh"}
7364
7651
 
 
7652
# Installed binaries are usually stripped using `strip' when the user
 
7653
# run `make install-strip'.  However `strip' might not be the right
 
7654
# tool to use in cross-compilation environments, therefore Automake
 
7655
# will honor the `STRIP' environment variable to overrule this program.
 
7656
if test "$cross_compiling" != no; then
 
7657
  if test -n "$ac_tool_prefix"; then
 
7658
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
7659
set dummy ${ac_tool_prefix}strip; ac_word=$2
 
7660
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7661
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7662
if test "${ac_cv_prog_STRIP+set}" = set; then
 
7663
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7664
else
 
7665
  if test -n "$STRIP"; then
 
7666
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
7667
else
 
7668
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
7669
for as_dir in $PATH
 
7670
do
 
7671
  IFS=$as_save_IFS
 
7672
  test -z "$as_dir" && as_dir=.
 
7673
  for ac_exec_ext in '' $ac_executable_extensions; do
 
7674
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7675
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
7676
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7677
    break 2
 
7678
  fi
 
7679
done
 
7680
done
 
7681
 
 
7682
fi
 
7683
fi
 
7684
STRIP=$ac_cv_prog_STRIP
 
7685
if test -n "$STRIP"; then
 
7686
  echo "$as_me:$LINENO: result: $STRIP" >&5
 
7687
echo "${ECHO_T}$STRIP" >&6
 
7688
else
 
7689
  echo "$as_me:$LINENO: result: no" >&5
 
7690
echo "${ECHO_T}no" >&6
 
7691
fi
 
7692
 
 
7693
fi
 
7694
if test -z "$ac_cv_prog_STRIP"; then
 
7695
  ac_ct_STRIP=$STRIP
 
7696
  # Extract the first word of "strip", so it can be a program name with args.
 
7697
set dummy strip; ac_word=$2
 
7698
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7699
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7700
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
7701
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7702
else
 
7703
  if test -n "$ac_ct_STRIP"; then
 
7704
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
7705
else
 
7706
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
7707
for as_dir in $PATH
 
7708
do
 
7709
  IFS=$as_save_IFS
 
7710
  test -z "$as_dir" && as_dir=.
 
7711
  for ac_exec_ext in '' $ac_executable_extensions; do
 
7712
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7713
    ac_cv_prog_ac_ct_STRIP="strip"
 
7714
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7715
    break 2
 
7716
  fi
 
7717
done
 
7718
done
 
7719
 
 
7720
  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 
7721
fi
 
7722
fi
 
7723
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
7724
if test -n "$ac_ct_STRIP"; then
 
7725
  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
7726
echo "${ECHO_T}$ac_ct_STRIP" >&6
 
7727
else
 
7728
  echo "$as_me:$LINENO: result: no" >&5
 
7729
echo "${ECHO_T}no" >&6
 
7730
fi
 
7731
 
 
7732
  STRIP=$ac_ct_STRIP
 
7733
else
 
7734
  STRIP="$ac_cv_prog_STRIP"
 
7735
fi
 
7736
 
 
7737
fi
7365
7738
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
7366
7739
 
7367
7740
# We need awk for the "check" target.  The system "awk" is bad on
7368
7741
# some platforms.
7369
7742
 
 
7743
 
7370
7744
depcc="$CC"   am_compiler_list=
7371
7745
 
7372
7746
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
7433
7807
fi
7434
7808
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
7435
7809
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
7436
 
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
7437
 
 
7438
 
 
7439
 
 
7440
 
 
7441
 
 
7442
 
                                                              ac_config_headers="$ac_config_headers config.h"
 
7810
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
7811
 
 
7812
 
 
7813
 
 
7814
# Add the stamp file to the list of files AC keeps track of,
 
7815
# along with our hook.
 
7816
          ac_config_headers="$ac_config_headers config.h"
 
7817
 
 
7818
 
7443
7819
 
7444
7820
 
7445
7821
 
7801
8177
fi
7802
8178
 
7803
8179
 
7804
 
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
7805
 
echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
 
8180
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
8181
See \`config.log' for more details." >&5
 
8182
echo "$as_me: error: no acceptable C compiler found in \$PATH
 
8183
See \`config.log' for more details." >&2;}
7806
8184
   { (exit 1); exit 1; }; }
7807
8185
 
7808
8186
# Provide some information about the compiler.
7832
8210
else
7833
8211
  cat >conftest.$ac_ext <<_ACEOF
7834
8212
#line $LINENO "configure"
7835
 
#include "confdefs.h"
 
8213
/* confdefs.h.  */
 
8214
_ACEOF
 
8215
cat confdefs.h >>conftest.$ac_ext
 
8216
cat >>conftest.$ac_ext <<_ACEOF
 
8217
/* end confdefs.h.  */
7836
8218
 
7837
8219
int
7838
8220
main ()
7860
8242
  ac_compiler_gnu=yes
7861
8243
else
7862
8244
  echo "$as_me: failed program was:" >&5
7863
 
cat conftest.$ac_ext >&5
 
8245
sed 's/^/| /' conftest.$ac_ext >&5
 
8246
 
7864
8247
ac_compiler_gnu=no
7865
8248
fi
7866
8249
rm -f conftest.$ac_objext conftest.$ac_ext
7880
8263
else
7881
8264
  cat >conftest.$ac_ext <<_ACEOF
7882
8265
#line $LINENO "configure"
7883
 
#include "confdefs.h"
 
8266
/* confdefs.h.  */
 
8267
_ACEOF
 
8268
cat confdefs.h >>conftest.$ac_ext
 
8269
cat >>conftest.$ac_ext <<_ACEOF
 
8270
/* end confdefs.h.  */
7884
8271
 
7885
8272
int
7886
8273
main ()
7905
8292
  ac_cv_prog_cc_g=yes
7906
8293
else
7907
8294
  echo "$as_me: failed program was:" >&5
7908
 
cat conftest.$ac_ext >&5
 
8295
sed 's/^/| /' conftest.$ac_ext >&5
 
8296
 
7909
8297
ac_cv_prog_cc_g=no
7910
8298
fi
7911
8299
rm -f conftest.$ac_objext conftest.$ac_ext
7936
8324
ac_save_CC=$CC
7937
8325
cat >conftest.$ac_ext <<_ACEOF
7938
8326
#line $LINENO "configure"
7939
 
#include "confdefs.h"
 
8327
/* confdefs.h.  */
 
8328
_ACEOF
 
8329
cat confdefs.h >>conftest.$ac_ext
 
8330
cat >>conftest.$ac_ext <<_ACEOF
 
8331
/* end confdefs.h.  */
7940
8332
#include <stdarg.h>
7941
8333
#include <stdio.h>
7942
8334
#include <sys/types.h>
7999
8391
break
8000
8392
else
8001
8393
  echo "$as_me: failed program was:" >&5
8002
 
cat conftest.$ac_ext >&5
 
8394
sed 's/^/| /' conftest.$ac_ext >&5
 
8395
 
8003
8396
fi
8004
8397
rm -f conftest.$ac_objext
8005
8398
done
8050
8443
do
8051
8444
  cat >conftest.$ac_ext <<_ACEOF
8052
8445
#line $LINENO "configure"
8053
 
#include "confdefs.h"
 
8446
/* confdefs.h.  */
 
8447
_ACEOF
 
8448
cat confdefs.h >>conftest.$ac_ext
 
8449
cat >>conftest.$ac_ext <<_ACEOF
 
8450
/* end confdefs.h.  */
8054
8451
#include <stdlib.h>
8055
8452
$ac_declaration
8056
8453
int
8076
8473
  :
8077
8474
else
8078
8475
  echo "$as_me: failed program was:" >&5
8079
 
cat conftest.$ac_ext >&5
 
8476
sed 's/^/| /' conftest.$ac_ext >&5
 
8477
 
8080
8478
continue
8081
8479
fi
8082
8480
rm -f conftest.$ac_objext conftest.$ac_ext
8083
8481
  cat >conftest.$ac_ext <<_ACEOF
8084
8482
#line $LINENO "configure"
8085
 
#include "confdefs.h"
 
8483
/* confdefs.h.  */
 
8484
_ACEOF
 
8485
cat confdefs.h >>conftest.$ac_ext
 
8486
cat >>conftest.$ac_ext <<_ACEOF
 
8487
/* end confdefs.h.  */
8086
8488
$ac_declaration
8087
8489
int
8088
8490
main ()
8107
8509
  break
8108
8510
else
8109
8511
  echo "$as_me: failed program was:" >&5
8110
 
cat conftest.$ac_ext >&5
 
8512
sed 's/^/| /' conftest.$ac_ext >&5
 
8513
 
8111
8514
fi
8112
8515
rm -f conftest.$ac_objext conftest.$ac_ext
8113
8516
done
8120
8523
 
8121
8524
else
8122
8525
  echo "$as_me: failed program was:" >&5
8123
 
cat conftest.$ac_ext >&5
 
8526
sed 's/^/| /' conftest.$ac_ext >&5
 
8527
 
8124
8528
fi
8125
8529
rm -f conftest.$ac_objext conftest.$ac_ext
8126
8530
ac_ext=c
8206
8610
 
8207
8611
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8208
8612
 
8209
 
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
8210
 
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
 
8613
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
8614
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
8211
8615
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
8212
8616
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
8213
8617
  echo $ECHO_N "(cached) $ECHO_C" >&6
8214
8618
else
8215
8619
  cat >conftest.make <<\_ACEOF
8216
8620
all:
8217
 
        @echo 'ac_maketemp="${MAKE}"'
 
8621
        @echo 'ac_maketemp="$(MAKE)"'
8218
8622
_ACEOF
8219
8623
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8220
8624
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
8256
8660
LIBS="-lcposix  $LIBS"
8257
8661
cat >conftest.$ac_ext <<_ACEOF
8258
8662
#line $LINENO "configure"
8259
 
#include "confdefs.h"
 
8663
/* confdefs.h.  */
 
8664
_ACEOF
 
8665
cat confdefs.h >>conftest.$ac_ext
 
8666
cat >>conftest.$ac_ext <<_ACEOF
 
8667
/* end confdefs.h.  */
8260
8668
 
8261
8669
/* Override any gcc2 internal prototype to avoid an error.  */
8262
8670
#ifdef __cplusplus
8288
8696
  ac_cv_lib_cposix_strerror=yes
8289
8697
else
8290
8698
  echo "$as_me: failed program was:" >&5
8291
 
cat conftest.$ac_ext >&5
 
8699
sed 's/^/| /' conftest.$ac_ext >&5
 
8700
 
8292
8701
ac_cv_lib_cposix_strerror=no
8293
8702
fi
8294
8703
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8403
8812
  # First, try using that file with no special directory specified.
8404
8813
  cat >conftest.$ac_ext <<_ACEOF
8405
8814
#line $LINENO "configure"
8406
 
#include "confdefs.h"
 
8815
/* confdefs.h.  */
 
8816
_ACEOF
 
8817
cat confdefs.h >>conftest.$ac_ext
 
8818
cat >>conftest.$ac_ext <<_ACEOF
 
8819
/* end confdefs.h.  */
8407
8820
#include <X11/Intrinsic.h>
8408
8821
_ACEOF
8409
8822
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8427
8840
ac_x_includes=
8428
8841
else
8429
8842
  echo "$as_me: failed program was:" >&5
8430
 
  cat conftest.$ac_ext >&5
 
8843
sed 's/^/| /' conftest.$ac_ext >&5
 
8844
 
8431
8845
  for ac_dir in $ac_x_header_dirs; do
8432
8846
  if test -r "$ac_dir/X11/Intrinsic.h"; then
8433
8847
    ac_x_includes=$ac_dir
8446
8860
  LIBS="-lXt $LIBS"
8447
8861
  cat >conftest.$ac_ext <<_ACEOF
8448
8862
#line $LINENO "configure"
8449
 
#include "confdefs.h"
 
8863
/* confdefs.h.  */
 
8864
_ACEOF
 
8865
cat confdefs.h >>conftest.$ac_ext
 
8866
cat >>conftest.$ac_ext <<_ACEOF
 
8867
/* end confdefs.h.  */
8450
8868
#include <X11/Intrinsic.h>
8451
8869
int
8452
8870
main ()
8473
8891
ac_x_libraries=
8474
8892
else
8475
8893
  echo "$as_me: failed program was:" >&5
8476
 
cat conftest.$ac_ext >&5
 
8894
sed 's/^/| /' conftest.$ac_ext >&5
 
8895
 
8477
8896
LIBS=$ac_save_LIBS
8478
8897
for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8479
8898
do
8533
8952
else
8534
8953
  cat >conftest.$ac_ext <<_ACEOF
8535
8954
#line $LINENO "configure"
8536
 
#include "confdefs.h"
 
8955
/* confdefs.h.  */
 
8956
_ACEOF
 
8957
cat confdefs.h >>conftest.$ac_ext
 
8958
cat >>conftest.$ac_ext <<_ACEOF
 
8959
/* end confdefs.h.  */
8537
8960
#include <sys/types.h>
8538
8961
#include <$ac_hdr>
8539
8962
 
8561
8984
  eval "$as_ac_Header=yes"
8562
8985
else
8563
8986
  echo "$as_me: failed program was:" >&5
8564
 
cat conftest.$ac_ext >&5
 
8987
sed 's/^/| /' conftest.$ac_ext >&5
 
8988
 
8565
8989
eval "$as_ac_Header=no"
8566
8990
fi
8567
8991
rm -f conftest.$ac_objext conftest.$ac_ext
8588
9012
ac_cv_search_opendir=no
8589
9013
cat >conftest.$ac_ext <<_ACEOF
8590
9014
#line $LINENO "configure"
8591
 
#include "confdefs.h"
 
9015
/* confdefs.h.  */
 
9016
_ACEOF
 
9017
cat confdefs.h >>conftest.$ac_ext
 
9018
cat >>conftest.$ac_ext <<_ACEOF
 
9019
/* end confdefs.h.  */
8592
9020
 
8593
9021
/* Override any gcc2 internal prototype to avoid an error.  */
8594
9022
#ifdef __cplusplus
8620
9048
  ac_cv_search_opendir="none required"
8621
9049
else
8622
9050
  echo "$as_me: failed program was:" >&5
8623
 
cat conftest.$ac_ext >&5
 
9051
sed 's/^/| /' conftest.$ac_ext >&5
 
9052
 
8624
9053
fi
8625
9054
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8626
9055
if test "$ac_cv_search_opendir" = no; then
8628
9057
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
8629
9058
    cat >conftest.$ac_ext <<_ACEOF
8630
9059
#line $LINENO "configure"
8631
 
#include "confdefs.h"
 
9060
/* confdefs.h.  */
 
9061
_ACEOF
 
9062
cat confdefs.h >>conftest.$ac_ext
 
9063
cat >>conftest.$ac_ext <<_ACEOF
 
9064
/* end confdefs.h.  */
8632
9065
 
8633
9066
/* Override any gcc2 internal prototype to avoid an error.  */
8634
9067
#ifdef __cplusplus
8661
9094
break
8662
9095
else
8663
9096
  echo "$as_me: failed program was:" >&5
8664
 
cat conftest.$ac_ext >&5
 
9097
sed 's/^/| /' conftest.$ac_ext >&5
 
9098
 
8665
9099
fi
8666
9100
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8667
9101
  done
8685
9119
ac_cv_search_opendir=no
8686
9120
cat >conftest.$ac_ext <<_ACEOF
8687
9121
#line $LINENO "configure"
8688
 
#include "confdefs.h"
 
9122
/* confdefs.h.  */
 
9123
_ACEOF
 
9124
cat confdefs.h >>conftest.$ac_ext
 
9125
cat >>conftest.$ac_ext <<_ACEOF
 
9126
/* end confdefs.h.  */
8689
9127
 
8690
9128
/* Override any gcc2 internal prototype to avoid an error.  */
8691
9129
#ifdef __cplusplus
8717
9155
  ac_cv_search_opendir="none required"
8718
9156
else
8719
9157
  echo "$as_me: failed program was:" >&5
8720
 
cat conftest.$ac_ext >&5
 
9158
sed 's/^/| /' conftest.$ac_ext >&5
 
9159
 
8721
9160
fi
8722
9161
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8723
9162
if test "$ac_cv_search_opendir" = no; then
8725
9164
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
8726
9165
    cat >conftest.$ac_ext <<_ACEOF
8727
9166
#line $LINENO "configure"
8728
 
#include "confdefs.h"
 
9167
/* confdefs.h.  */
 
9168
_ACEOF
 
9169
cat confdefs.h >>conftest.$ac_ext
 
9170
cat >>conftest.$ac_ext <<_ACEOF
 
9171
/* end confdefs.h.  */
8729
9172
 
8730
9173
/* Override any gcc2 internal prototype to avoid an error.  */
8731
9174
#ifdef __cplusplus
8758
9201
break
8759
9202
else
8760
9203
  echo "$as_me: failed program was:" >&5
8761
 
cat conftest.$ac_ext >&5
 
9204
sed 's/^/| /' conftest.$ac_ext >&5
 
9205
 
8762
9206
fi
8763
9207
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8764
9208
  done
8781
9225
else
8782
9226
  cat >conftest.$ac_ext <<_ACEOF
8783
9227
#line $LINENO "configure"
8784
 
#include "confdefs.h"
 
9228
/* confdefs.h.  */
 
9229
_ACEOF
 
9230
cat confdefs.h >>conftest.$ac_ext
 
9231
cat >>conftest.$ac_ext <<_ACEOF
 
9232
/* end confdefs.h.  */
8785
9233
#include <stdlib.h>
8786
9234
#include <stdarg.h>
8787
9235
#include <string.h>
8788
9236
#include <float.h>
8789
9237
 
 
9238
int
 
9239
main ()
 
9240
{
 
9241
 
 
9242
  ;
 
9243
  return 0;
 
9244
}
8790
9245
_ACEOF
8791
 
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8792
 
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8793
 
  ac_status=$?
8794
 
  grep -v '^ *+' conftest.er1 >conftest.err
8795
 
  rm -f conftest.er1
8796
 
  cat conftest.err >&5
8797
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798
 
  (exit $ac_status); } >/dev/null; then
8799
 
  if test -s conftest.err; then
8800
 
    ac_cpp_err=$ac_c_preproc_warn_flag
8801
 
  else
8802
 
    ac_cpp_err=
8803
 
  fi
8804
 
else
8805
 
  ac_cpp_err=yes
8806
 
fi
8807
 
if test -z "$ac_cpp_err"; then
 
9246
rm -f conftest.$ac_objext
 
9247
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9248
  (eval $ac_compile) 2>&5
 
9249
  ac_status=$?
 
9250
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9251
  (exit $ac_status); } &&
 
9252
         { ac_try='test -s conftest.$ac_objext'
 
9253
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9254
  (eval $ac_try) 2>&5
 
9255
  ac_status=$?
 
9256
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9257
  (exit $ac_status); }; }; then
8808
9258
  ac_cv_header_stdc=yes
8809
9259
else
8810
9260
  echo "$as_me: failed program was:" >&5
8811
 
  cat conftest.$ac_ext >&5
8812
 
  ac_cv_header_stdc=no
 
9261
sed 's/^/| /' conftest.$ac_ext >&5
 
9262
 
 
9263
ac_cv_header_stdc=no
8813
9264
fi
8814
 
rm -f conftest.err conftest.$ac_ext
 
9265
rm -f conftest.$ac_objext conftest.$ac_ext
8815
9266
 
8816
9267
if test $ac_cv_header_stdc = yes; then
8817
9268
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8818
9269
  cat >conftest.$ac_ext <<_ACEOF
8819
9270
#line $LINENO "configure"
8820
 
#include "confdefs.h"
 
9271
/* confdefs.h.  */
 
9272
_ACEOF
 
9273
cat confdefs.h >>conftest.$ac_ext
 
9274
cat >>conftest.$ac_ext <<_ACEOF
 
9275
/* end confdefs.h.  */
8821
9276
#include <string.h>
8822
9277
 
8823
9278
_ACEOF
8835
9290
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8836
9291
  cat >conftest.$ac_ext <<_ACEOF
8837
9292
#line $LINENO "configure"
8838
 
#include "confdefs.h"
 
9293
/* confdefs.h.  */
 
9294
_ACEOF
 
9295
cat confdefs.h >>conftest.$ac_ext
 
9296
cat >>conftest.$ac_ext <<_ACEOF
 
9297
/* end confdefs.h.  */
8839
9298
#include <stdlib.h>
8840
9299
 
8841
9300
_ACEOF
8856
9315
else
8857
9316
  cat >conftest.$ac_ext <<_ACEOF
8858
9317
#line $LINENO "configure"
8859
 
#include "confdefs.h"
 
9318
/* confdefs.h.  */
 
9319
_ACEOF
 
9320
cat confdefs.h >>conftest.$ac_ext
 
9321
cat >>conftest.$ac_ext <<_ACEOF
 
9322
/* end confdefs.h.  */
8860
9323
#include <ctype.h>
8861
9324
#if ((' ' & 0x0FF) == 0x020)
8862
9325
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8863
9326
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8864
9327
#else
8865
 
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
 
9328
# define ISLOWER(c) \
 
9329
                   (('a' <= (c) && (c) <= 'i') \
8866
9330
                     || ('j' <= (c) && (c) <= 'r') \
8867
9331
                     || ('s' <= (c) && (c) <= 'z'))
8868
9332
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8895
9359
else
8896
9360
  echo "$as_me: program exited with status $ac_status" >&5
8897
9361
echo "$as_me: failed program was:" >&5
8898
 
cat conftest.$ac_ext >&5
 
9362
sed 's/^/| /' conftest.$ac_ext >&5
 
9363
 
8899
9364
( exit $ac_status )
8900
9365
ac_cv_header_stdc=no
8901
9366
fi
8941
9406
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8942
9407
cat >conftest.$ac_ext <<_ACEOF
8943
9408
#line $LINENO "configure"
8944
 
#include "confdefs.h"
 
9409
/* confdefs.h.  */
 
9410
_ACEOF
 
9411
cat confdefs.h >>conftest.$ac_ext
 
9412
cat >>conftest.$ac_ext <<_ACEOF
 
9413
/* end confdefs.h.  */
8945
9414
$ac_includes_default
8946
9415
#include <$ac_header>
8947
9416
_ACEOF
8960
9429
  ac_header_compiler=yes
8961
9430
else
8962
9431
  echo "$as_me: failed program was:" >&5
8963
 
cat conftest.$ac_ext >&5
 
9432
sed 's/^/| /' conftest.$ac_ext >&5
 
9433
 
8964
9434
ac_header_compiler=no
8965
9435
fi
8966
9436
rm -f conftest.$ac_objext conftest.$ac_ext
8972
9442
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8973
9443
cat >conftest.$ac_ext <<_ACEOF
8974
9444
#line $LINENO "configure"
8975
 
#include "confdefs.h"
 
9445
/* confdefs.h.  */
 
9446
_ACEOF
 
9447
cat confdefs.h >>conftest.$ac_ext
 
9448
cat >>conftest.$ac_ext <<_ACEOF
 
9449
/* end confdefs.h.  */
8976
9450
#include <$ac_header>
8977
9451
_ACEOF
8978
9452
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8995
9469
  ac_header_preproc=yes
8996
9470
else
8997
9471
  echo "$as_me: failed program was:" >&5
8998
 
  cat conftest.$ac_ext >&5
 
9472
sed 's/^/| /' conftest.$ac_ext >&5
 
9473
 
8999
9474
  ac_header_preproc=no
9000
9475
fi
9001
9476
rm -f conftest.err conftest.$ac_ext
9008
9483
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9009
9484
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9010
9485
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9011
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9486
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9487
    (
 
9488
      cat <<\_ASBOX
 
9489
## ------------------------------------ ##
 
9490
## Report this to bug-autoconf@gnu.org. ##
 
9491
## ------------------------------------ ##
 
9492
_ASBOX
 
9493
    ) |
 
9494
      sed "s/^/$as_me: WARNING:     /" >&2
 
9495
    ;;
9012
9496
  no:yes )
9013
9497
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9014
9498
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9015
9499
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9016
9500
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9017
9501
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9018
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9502
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9503
    (
 
9504
      cat <<\_ASBOX
 
9505
## ------------------------------------ ##
 
9506
## Report this to bug-autoconf@gnu.org. ##
 
9507
## ------------------------------------ ##
 
9508
_ASBOX
 
9509
    ) |
 
9510
      sed "s/^/$as_me: WARNING:     /" >&2
 
9511
    ;;
9019
9512
esac
9020
9513
echo "$as_me:$LINENO: checking for $ac_header" >&5
9021
9514
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9055
9548
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9056
9549
cat >conftest.$ac_ext <<_ACEOF
9057
9550
#line $LINENO "configure"
9058
 
#include "confdefs.h"
 
9551
/* confdefs.h.  */
 
9552
_ACEOF
 
9553
cat confdefs.h >>conftest.$ac_ext
 
9554
cat >>conftest.$ac_ext <<_ACEOF
 
9555
/* end confdefs.h.  */
9059
9556
$ac_includes_default
9060
9557
#include <$ac_header>
9061
9558
_ACEOF
9074
9571
  ac_header_compiler=yes
9075
9572
else
9076
9573
  echo "$as_me: failed program was:" >&5
9077
 
cat conftest.$ac_ext >&5
 
9574
sed 's/^/| /' conftest.$ac_ext >&5
 
9575
 
9078
9576
ac_header_compiler=no
9079
9577
fi
9080
9578
rm -f conftest.$ac_objext conftest.$ac_ext
9086
9584
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9087
9585
cat >conftest.$ac_ext <<_ACEOF
9088
9586
#line $LINENO "configure"
9089
 
#include "confdefs.h"
 
9587
/* confdefs.h.  */
 
9588
_ACEOF
 
9589
cat confdefs.h >>conftest.$ac_ext
 
9590
cat >>conftest.$ac_ext <<_ACEOF
 
9591
/* end confdefs.h.  */
9090
9592
#include <$ac_header>
9091
9593
_ACEOF
9092
9594
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9109
9611
  ac_header_preproc=yes
9110
9612
else
9111
9613
  echo "$as_me: failed program was:" >&5
9112
 
  cat conftest.$ac_ext >&5
 
9614
sed 's/^/| /' conftest.$ac_ext >&5
 
9615
 
9113
9616
  ac_header_preproc=no
9114
9617
fi
9115
9618
rm -f conftest.err conftest.$ac_ext
9122
9625
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9123
9626
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9124
9627
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9125
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9628
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9629
    (
 
9630
      cat <<\_ASBOX
 
9631
## ------------------------------------ ##
 
9632
## Report this to bug-autoconf@gnu.org. ##
 
9633
## ------------------------------------ ##
 
9634
_ASBOX
 
9635
    ) |
 
9636
      sed "s/^/$as_me: WARNING:     /" >&2
 
9637
    ;;
9126
9638
  no:yes )
9127
9639
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9128
9640
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9129
9641
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9130
9642
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9131
9643
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9132
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9644
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9645
    (
 
9646
      cat <<\_ASBOX
 
9647
## ------------------------------------ ##
 
9648
## Report this to bug-autoconf@gnu.org. ##
 
9649
## ------------------------------------ ##
 
9650
_ASBOX
 
9651
    ) |
 
9652
      sed "s/^/$as_me: WARNING:     /" >&2
 
9653
    ;;
9133
9654
esac
9134
9655
echo "$as_me:$LINENO: checking for $ac_header" >&5
9135
9656
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9170
9691
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9171
9692
cat >conftest.$ac_ext <<_ACEOF
9172
9693
#line $LINENO "configure"
9173
 
#include "confdefs.h"
 
9694
/* confdefs.h.  */
 
9695
_ACEOF
 
9696
cat confdefs.h >>conftest.$ac_ext
 
9697
cat >>conftest.$ac_ext <<_ACEOF
 
9698
/* end confdefs.h.  */
9174
9699
$ac_includes_default
9175
9700
#include <$ac_header>
9176
9701
_ACEOF
9189
9714
  ac_header_compiler=yes
9190
9715
else
9191
9716
  echo "$as_me: failed program was:" >&5
9192
 
cat conftest.$ac_ext >&5
 
9717
sed 's/^/| /' conftest.$ac_ext >&5
 
9718
 
9193
9719
ac_header_compiler=no
9194
9720
fi
9195
9721
rm -f conftest.$ac_objext conftest.$ac_ext
9201
9727
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9202
9728
cat >conftest.$ac_ext <<_ACEOF
9203
9729
#line $LINENO "configure"
9204
 
#include "confdefs.h"
 
9730
/* confdefs.h.  */
 
9731
_ACEOF
 
9732
cat confdefs.h >>conftest.$ac_ext
 
9733
cat >>conftest.$ac_ext <<_ACEOF
 
9734
/* end confdefs.h.  */
9205
9735
#include <$ac_header>
9206
9736
_ACEOF
9207
9737
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9224
9754
  ac_header_preproc=yes
9225
9755
else
9226
9756
  echo "$as_me: failed program was:" >&5
9227
 
  cat conftest.$ac_ext >&5
 
9757
sed 's/^/| /' conftest.$ac_ext >&5
 
9758
 
9228
9759
  ac_header_preproc=no
9229
9760
fi
9230
9761
rm -f conftest.err conftest.$ac_ext
9237
9768
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9238
9769
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9239
9770
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9240
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9771
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9772
    (
 
9773
      cat <<\_ASBOX
 
9774
## ------------------------------------ ##
 
9775
## Report this to bug-autoconf@gnu.org. ##
 
9776
## ------------------------------------ ##
 
9777
_ASBOX
 
9778
    ) |
 
9779
      sed "s/^/$as_me: WARNING:     /" >&2
 
9780
    ;;
9241
9781
  no:yes )
9242
9782
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9243
9783
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9244
9784
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9245
9785
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9246
9786
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9247
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9787
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9788
    (
 
9789
      cat <<\_ASBOX
 
9790
## ------------------------------------ ##
 
9791
## Report this to bug-autoconf@gnu.org. ##
 
9792
## ------------------------------------ ##
 
9793
_ASBOX
 
9794
    ) |
 
9795
      sed "s/^/$as_me: WARNING:     /" >&2
 
9796
    ;;
9248
9797
esac
9249
9798
echo "$as_me:$LINENO: checking for $ac_header" >&5
9250
9799
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9284
9833
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9285
9834
cat >conftest.$ac_ext <<_ACEOF
9286
9835
#line $LINENO "configure"
9287
 
#include "confdefs.h"
 
9836
/* confdefs.h.  */
 
9837
_ACEOF
 
9838
cat confdefs.h >>conftest.$ac_ext
 
9839
cat >>conftest.$ac_ext <<_ACEOF
 
9840
/* end confdefs.h.  */
9288
9841
$ac_includes_default
9289
9842
#include <$ac_header>
9290
9843
_ACEOF
9303
9856
  ac_header_compiler=yes
9304
9857
else
9305
9858
  echo "$as_me: failed program was:" >&5
9306
 
cat conftest.$ac_ext >&5
 
9859
sed 's/^/| /' conftest.$ac_ext >&5
 
9860
 
9307
9861
ac_header_compiler=no
9308
9862
fi
9309
9863
rm -f conftest.$ac_objext conftest.$ac_ext
9315
9869
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9316
9870
cat >conftest.$ac_ext <<_ACEOF
9317
9871
#line $LINENO "configure"
9318
 
#include "confdefs.h"
 
9872
/* confdefs.h.  */
 
9873
_ACEOF
 
9874
cat confdefs.h >>conftest.$ac_ext
 
9875
cat >>conftest.$ac_ext <<_ACEOF
 
9876
/* end confdefs.h.  */
9319
9877
#include <$ac_header>
9320
9878
_ACEOF
9321
9879
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9338
9896
  ac_header_preproc=yes
9339
9897
else
9340
9898
  echo "$as_me: failed program was:" >&5
9341
 
  cat conftest.$ac_ext >&5
 
9899
sed 's/^/| /' conftest.$ac_ext >&5
 
9900
 
9342
9901
  ac_header_preproc=no
9343
9902
fi
9344
9903
rm -f conftest.err conftest.$ac_ext
9351
9910
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9352
9911
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9353
9912
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9354
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9913
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9914
    (
 
9915
      cat <<\_ASBOX
 
9916
## ------------------------------------ ##
 
9917
## Report this to bug-autoconf@gnu.org. ##
 
9918
## ------------------------------------ ##
 
9919
_ASBOX
 
9920
    ) |
 
9921
      sed "s/^/$as_me: WARNING:     /" >&2
 
9922
    ;;
9355
9923
  no:yes )
9356
9924
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9357
9925
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9358
9926
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9359
9927
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9360
9928
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9361
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
9929
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
9930
    (
 
9931
      cat <<\_ASBOX
 
9932
## ------------------------------------ ##
 
9933
## Report this to bug-autoconf@gnu.org. ##
 
9934
## ------------------------------------ ##
 
9935
_ASBOX
 
9936
    ) |
 
9937
      sed "s/^/$as_me: WARNING:     /" >&2
 
9938
    ;;
9362
9939
esac
9363
9940
echo "$as_me:$LINENO: checking for $ac_header" >&5
9364
9941
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9401
9978
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9402
9979
cat >conftest.$ac_ext <<_ACEOF
9403
9980
#line $LINENO "configure"
9404
 
#include "confdefs.h"
 
9981
/* confdefs.h.  */
 
9982
_ACEOF
 
9983
cat confdefs.h >>conftest.$ac_ext
 
9984
cat >>conftest.$ac_ext <<_ACEOF
 
9985
/* end confdefs.h.  */
9405
9986
$ac_includes_default
9406
9987
#include <$ac_header>
9407
9988
_ACEOF
9420
10001
  ac_header_compiler=yes
9421
10002
else
9422
10003
  echo "$as_me: failed program was:" >&5
9423
 
cat conftest.$ac_ext >&5
 
10004
sed 's/^/| /' conftest.$ac_ext >&5
 
10005
 
9424
10006
ac_header_compiler=no
9425
10007
fi
9426
10008
rm -f conftest.$ac_objext conftest.$ac_ext
9432
10014
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9433
10015
cat >conftest.$ac_ext <<_ACEOF
9434
10016
#line $LINENO "configure"
9435
 
#include "confdefs.h"
 
10017
/* confdefs.h.  */
 
10018
_ACEOF
 
10019
cat confdefs.h >>conftest.$ac_ext
 
10020
cat >>conftest.$ac_ext <<_ACEOF
 
10021
/* end confdefs.h.  */
9436
10022
#include <$ac_header>
9437
10023
_ACEOF
9438
10024
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9455
10041
  ac_header_preproc=yes
9456
10042
else
9457
10043
  echo "$as_me: failed program was:" >&5
9458
 
  cat conftest.$ac_ext >&5
 
10044
sed 's/^/| /' conftest.$ac_ext >&5
 
10045
 
9459
10046
  ac_header_preproc=no
9460
10047
fi
9461
10048
rm -f conftest.err conftest.$ac_ext
9468
10055
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9469
10056
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9470
10057
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9471
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
10058
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10059
    (
 
10060
      cat <<\_ASBOX
 
10061
## ------------------------------------ ##
 
10062
## Report this to bug-autoconf@gnu.org. ##
 
10063
## ------------------------------------ ##
 
10064
_ASBOX
 
10065
    ) |
 
10066
      sed "s/^/$as_me: WARNING:     /" >&2
 
10067
    ;;
9472
10068
  no:yes )
9473
10069
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9474
10070
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9475
10071
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9476
10072
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9477
10073
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9478
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
10074
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10075
    (
 
10076
      cat <<\_ASBOX
 
10077
## ------------------------------------ ##
 
10078
## Report this to bug-autoconf@gnu.org. ##
 
10079
## ------------------------------------ ##
 
10080
_ASBOX
 
10081
    ) |
 
10082
      sed "s/^/$as_me: WARNING:     /" >&2
 
10083
    ;;
9479
10084
esac
9480
10085
echo "$as_me:$LINENO: checking for $ac_header" >&5
9481
10086
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9517
10122
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9518
10123
cat >conftest.$ac_ext <<_ACEOF
9519
10124
#line $LINENO "configure"
9520
 
#include "confdefs.h"
 
10125
/* confdefs.h.  */
 
10126
_ACEOF
 
10127
cat confdefs.h >>conftest.$ac_ext
 
10128
cat >>conftest.$ac_ext <<_ACEOF
 
10129
/* end confdefs.h.  */
9521
10130
$ac_includes_default
9522
10131
#include <$ac_header>
9523
10132
_ACEOF
9536
10145
  ac_header_compiler=yes
9537
10146
else
9538
10147
  echo "$as_me: failed program was:" >&5
9539
 
cat conftest.$ac_ext >&5
 
10148
sed 's/^/| /' conftest.$ac_ext >&5
 
10149
 
9540
10150
ac_header_compiler=no
9541
10151
fi
9542
10152
rm -f conftest.$ac_objext conftest.$ac_ext
9548
10158
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9549
10159
cat >conftest.$ac_ext <<_ACEOF
9550
10160
#line $LINENO "configure"
9551
 
#include "confdefs.h"
 
10161
/* confdefs.h.  */
 
10162
_ACEOF
 
10163
cat confdefs.h >>conftest.$ac_ext
 
10164
cat >>conftest.$ac_ext <<_ACEOF
 
10165
/* end confdefs.h.  */
9552
10166
#include <$ac_header>
9553
10167
_ACEOF
9554
10168
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9571
10185
  ac_header_preproc=yes
9572
10186
else
9573
10187
  echo "$as_me: failed program was:" >&5
9574
 
  cat conftest.$ac_ext >&5
 
10188
sed 's/^/| /' conftest.$ac_ext >&5
 
10189
 
9575
10190
  ac_header_preproc=no
9576
10191
fi
9577
10192
rm -f conftest.err conftest.$ac_ext
9584
10199
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9585
10200
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9586
10201
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9587
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
10202
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10203
    (
 
10204
      cat <<\_ASBOX
 
10205
## ------------------------------------ ##
 
10206
## Report this to bug-autoconf@gnu.org. ##
 
10207
## ------------------------------------ ##
 
10208
_ASBOX
 
10209
    ) |
 
10210
      sed "s/^/$as_me: WARNING:     /" >&2
 
10211
    ;;
9588
10212
  no:yes )
9589
10213
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9590
10214
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9591
10215
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9592
10216
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9593
10217
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9594
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
10218
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10219
    (
 
10220
      cat <<\_ASBOX
 
10221
## ------------------------------------ ##
 
10222
## Report this to bug-autoconf@gnu.org. ##
 
10223
## ------------------------------------ ##
 
10224
_ASBOX
 
10225
    ) |
 
10226
      sed "s/^/$as_me: WARNING:     /" >&2
 
10227
    ;;
9595
10228
esac
9596
10229
echo "$as_me:$LINENO: checking for $ac_header" >&5
9597
10230
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9632
10265
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9633
10266
cat >conftest.$ac_ext <<_ACEOF
9634
10267
#line $LINENO "configure"
9635
 
#include "confdefs.h"
 
10268
/* confdefs.h.  */
 
10269
_ACEOF
 
10270
cat confdefs.h >>conftest.$ac_ext
 
10271
cat >>conftest.$ac_ext <<_ACEOF
 
10272
/* end confdefs.h.  */
9636
10273
$ac_includes_default
9637
10274
#include <$ac_header>
9638
10275
_ACEOF
9651
10288
  ac_header_compiler=yes
9652
10289
else
9653
10290
  echo "$as_me: failed program was:" >&5
9654
 
cat conftest.$ac_ext >&5
 
10291
sed 's/^/| /' conftest.$ac_ext >&5
 
10292
 
9655
10293
ac_header_compiler=no
9656
10294
fi
9657
10295
rm -f conftest.$ac_objext conftest.$ac_ext
9663
10301
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9664
10302
cat >conftest.$ac_ext <<_ACEOF
9665
10303
#line $LINENO "configure"
9666
 
#include "confdefs.h"
 
10304
/* confdefs.h.  */
 
10305
_ACEOF
 
10306
cat confdefs.h >>conftest.$ac_ext
 
10307
cat >>conftest.$ac_ext <<_ACEOF
 
10308
/* end confdefs.h.  */
9667
10309
#include <$ac_header>
9668
10310
_ACEOF
9669
10311
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9686
10328
  ac_header_preproc=yes
9687
10329
else
9688
10330
  echo "$as_me: failed program was:" >&5
9689
 
  cat conftest.$ac_ext >&5
 
10331
sed 's/^/| /' conftest.$ac_ext >&5
 
10332
 
9690
10333
  ac_header_preproc=no
9691
10334
fi
9692
10335
rm -f conftest.err conftest.$ac_ext
9699
10342
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9700
10343
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9701
10344
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9702
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
10345
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10346
    (
 
10347
      cat <<\_ASBOX
 
10348
## ------------------------------------ ##
 
10349
## Report this to bug-autoconf@gnu.org. ##
 
10350
## ------------------------------------ ##
 
10351
_ASBOX
 
10352
    ) |
 
10353
      sed "s/^/$as_me: WARNING:     /" >&2
 
10354
    ;;
9703
10355
  no:yes )
9704
10356
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9705
10357
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9706
10358
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9707
10359
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9708
10360
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9709
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
10361
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
10362
    (
 
10363
      cat <<\_ASBOX
 
10364
## ------------------------------------ ##
 
10365
## Report this to bug-autoconf@gnu.org. ##
 
10366
## ------------------------------------ ##
 
10367
_ASBOX
 
10368
    ) |
 
10369
      sed "s/^/$as_me: WARNING:     /" >&2
 
10370
    ;;
9710
10371
esac
9711
10372
echo "$as_me:$LINENO: checking for $ac_header" >&5
9712
10373
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9767
10428
  fi
9768
10429
 
9769
10430
 
 
10431
  PATH="$prefix/bin:$prefix/usr/bin:$PATH"
9770
10432
  # Extract the first word of "sdl-config", so it can be a program name with args.
9771
10433
set dummy sdl-config; ac_word=$2
9772
10434
echo "$as_me:$LINENO: checking for $ac_word" >&5
9834
10496
else
9835
10497
  cat >conftest.$ac_ext <<_ACEOF
9836
10498
#line $LINENO "configure"
9837
 
#include "confdefs.h"
 
10499
/* confdefs.h.  */
 
10500
_ACEOF
 
10501
cat confdefs.h >>conftest.$ac_ext
 
10502
cat >>conftest.$ac_ext <<_ACEOF
 
10503
/* end confdefs.h.  */
9838
10504
 
9839
10505
#include <stdio.h>
9840
10506
#include <stdlib.h>
9909
10575
else
9910
10576
  echo "$as_me: program exited with status $ac_status" >&5
9911
10577
echo "$as_me: failed program was:" >&5
9912
 
cat conftest.$ac_ext >&5
 
10578
sed 's/^/| /' conftest.$ac_ext >&5
 
10579
 
9913
10580
( exit $ac_status )
9914
10581
no_sdl=yes
9915
10582
fi
9940
10607
          LIBS="$LIBS $SDL_LIBS"
9941
10608
          cat >conftest.$ac_ext <<_ACEOF
9942
10609
#line $LINENO "configure"
9943
 
#include "confdefs.h"
 
10610
/* confdefs.h.  */
 
10611
_ACEOF
 
10612
cat confdefs.h >>conftest.$ac_ext
 
10613
cat >>conftest.$ac_ext <<_ACEOF
 
10614
/* end confdefs.h.  */
9944
10615
 
9945
10616
#include <stdio.h>
9946
10617
#include "SDL.h"
9981
10652
          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9982
10653
else
9983
10654
  echo "$as_me: failed program was:" >&5
9984
 
cat conftest.$ac_ext >&5
 
10655
sed 's/^/| /' conftest.$ac_ext >&5
 
10656
 
9985
10657
 echo "*** The test program failed to compile or link. See the file config.log for the"
9986
10658
          echo "*** exact error that occured. This usually means SDL was incorrectly installed"
9987
10659
          echo "*** or that you have moved SDL since it was installed. In the latter case, you"
10011
10683
LIBS="-lglib  $LIBS"
10012
10684
cat >conftest.$ac_ext <<_ACEOF
10013
10685
#line $LINENO "configure"
10014
 
#include "confdefs.h"
 
10686
/* confdefs.h.  */
 
10687
_ACEOF
 
10688
cat confdefs.h >>conftest.$ac_ext
 
10689
cat >>conftest.$ac_ext <<_ACEOF
 
10690
/* end confdefs.h.  */
10015
10691
 
10016
10692
 
10017
10693
int
10037
10713
  ac_cv_lib_glib_main=yes
10038
10714
else
10039
10715
  echo "$as_me: failed program was:" >&5
10040
 
cat conftest.$ac_ext >&5
 
10716
sed 's/^/| /' conftest.$ac_ext >&5
 
10717
 
10041
10718
ac_cv_lib_glib_main=no
10042
10719
fi
10043
10720
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10064
10741
LIBS="-lm  $LIBS"
10065
10742
cat >conftest.$ac_ext <<_ACEOF
10066
10743
#line $LINENO "configure"
10067
 
#include "confdefs.h"
 
10744
/* confdefs.h.  */
 
10745
_ACEOF
 
10746
cat confdefs.h >>conftest.$ac_ext
 
10747
cat >>conftest.$ac_ext <<_ACEOF
 
10748
/* end confdefs.h.  */
10068
10749
 
10069
10750
/* Override any gcc2 internal prototype to avoid an error.  */
10070
10751
#ifdef __cplusplus
10096
10777
  ac_cv_lib_m_pow=yes
10097
10778
else
10098
10779
  echo "$as_me: failed program was:" >&5
10099
 
cat conftest.$ac_ext >&5
 
10780
sed 's/^/| /' conftest.$ac_ext >&5
 
10781
 
10100
10782
ac_cv_lib_m_pow=no
10101
10783
fi
10102
10784
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10123
10805
LIBS="-lticables  $LIBS"
10124
10806
cat >conftest.$ac_ext <<_ACEOF
10125
10807
#line $LINENO "configure"
10126
 
#include "confdefs.h"
 
10808
/* confdefs.h.  */
 
10809
_ACEOF
 
10810
cat confdefs.h >>conftest.$ac_ext
 
10811
cat >>conftest.$ac_ext <<_ACEOF
 
10812
/* end confdefs.h.  */
10127
10813
 
10128
10814
/* Override any gcc2 internal prototype to avoid an error.  */
10129
10815
#ifdef __cplusplus
10155
10841
  ac_cv_lib_ticables_ticable_get_version=yes
10156
10842
else
10157
10843
  echo "$as_me: failed program was:" >&5
10158
 
cat conftest.$ac_ext >&5
 
10844
sed 's/^/| /' conftest.$ac_ext >&5
 
10845
 
10159
10846
ac_cv_lib_ticables_ticable_get_version=no
10160
10847
fi
10161
10848
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10182
10869
LIBS="-ltifiles  $LIBS"
10183
10870
cat >conftest.$ac_ext <<_ACEOF
10184
10871
#line $LINENO "configure"
10185
 
#include "confdefs.h"
 
10872
/* confdefs.h.  */
 
10873
_ACEOF
 
10874
cat confdefs.h >>conftest.$ac_ext
 
10875
cat >>conftest.$ac_ext <<_ACEOF
 
10876
/* end confdefs.h.  */
10186
10877
 
10187
10878
/* Override any gcc2 internal prototype to avoid an error.  */
10188
10879
#ifdef __cplusplus
10214
10905
  ac_cv_lib_tifiles_tifiles_get_version=yes
10215
10906
else
10216
10907
  echo "$as_me: failed program was:" >&5
10217
 
cat conftest.$ac_ext >&5
 
10908
sed 's/^/| /' conftest.$ac_ext >&5
 
10909
 
10218
10910
ac_cv_lib_tifiles_tifiles_get_version=no
10219
10911
fi
10220
10912
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10241
10933
LIBS="-lticalcs  $LIBS"
10242
10934
cat >conftest.$ac_ext <<_ACEOF
10243
10935
#line $LINENO "configure"
10244
 
#include "confdefs.h"
 
10936
/* confdefs.h.  */
 
10937
_ACEOF
 
10938
cat confdefs.h >>conftest.$ac_ext
 
10939
cat >>conftest.$ac_ext <<_ACEOF
 
10940
/* end confdefs.h.  */
10245
10941
 
10246
10942
/* Override any gcc2 internal prototype to avoid an error.  */
10247
10943
#ifdef __cplusplus
10273
10969
  ac_cv_lib_ticalcs_ticalc_get_version=yes
10274
10970
else
10275
10971
  echo "$as_me: failed program was:" >&5
10276
 
cat conftest.$ac_ext >&5
 
10972
sed 's/^/| /' conftest.$ac_ext >&5
 
10973
 
10277
10974
ac_cv_lib_ticalcs_ticalc_get_version=no
10278
10975
fi
10279
10976
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10300
10997
LIBS="-ljpeg  $LIBS"
10301
10998
cat >conftest.$ac_ext <<_ACEOF
10302
10999
#line $LINENO "configure"
10303
 
#include "confdefs.h"
 
11000
/* confdefs.h.  */
 
11001
_ACEOF
 
11002
cat confdefs.h >>conftest.$ac_ext
 
11003
cat >>conftest.$ac_ext <<_ACEOF
 
11004
/* end confdefs.h.  */
10304
11005
 
10305
11006
/* Override any gcc2 internal prototype to avoid an error.  */
10306
11007
#ifdef __cplusplus
10332
11033
  ac_cv_lib_jpeg_jpeg_destroy_compress=yes
10333
11034
else
10334
11035
  echo "$as_me: failed program was:" >&5
10335
 
cat conftest.$ac_ext >&5
 
11036
sed 's/^/| /' conftest.$ac_ext >&5
 
11037
 
10336
11038
ac_cv_lib_jpeg_jpeg_destroy_compress=no
10337
11039
fi
10338
11040
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10359
11061
LIBS="-lpthread  $LIBS"
10360
11062
cat >conftest.$ac_ext <<_ACEOF
10361
11063
#line $LINENO "configure"
10362
 
#include "confdefs.h"
 
11064
/* confdefs.h.  */
 
11065
_ACEOF
 
11066
cat confdefs.h >>conftest.$ac_ext
 
11067
cat >>conftest.$ac_ext <<_ACEOF
 
11068
/* end confdefs.h.  */
10363
11069
 
10364
11070
/* Override any gcc2 internal prototype to avoid an error.  */
10365
11071
#ifdef __cplusplus
10391
11097
  ac_cv_lib_pthread_pthread_create=yes
10392
11098
else
10393
11099
  echo "$as_me: failed program was:" >&5
10394
 
cat conftest.$ac_ext >&5
 
11100
sed 's/^/| /' conftest.$ac_ext >&5
 
11101
 
10395
11102
ac_cv_lib_pthread_pthread_create=no
10396
11103
fi
10397
11104
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10417
11124
LIBS="-lSDL  $LIBS"
10418
11125
cat >conftest.$ac_ext <<_ACEOF
10419
11126
#line $LINENO "configure"
10420
 
#include "confdefs.h"
 
11127
/* confdefs.h.  */
 
11128
_ACEOF
 
11129
cat confdefs.h >>conftest.$ac_ext
 
11130
cat >>conftest.$ac_ext <<_ACEOF
 
11131
/* end confdefs.h.  */
10421
11132
 
10422
11133
/* Override any gcc2 internal prototype to avoid an error.  */
10423
11134
#ifdef __cplusplus
10449
11160
  ac_cv_lib_SDL_SDL_Init=yes
10450
11161
else
10451
11162
  echo "$as_me: failed program was:" >&5
10452
 
cat conftest.$ac_ext >&5
 
11163
sed 's/^/| /' conftest.$ac_ext >&5
 
11164
 
10453
11165
ac_cv_lib_SDL_SDL_Init=no
10454
11166
fi
10455
11167
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10727
11439
else
10728
11440
  cat >conftest.$ac_ext <<_ACEOF
10729
11441
#line $LINENO "configure"
10730
 
#include "confdefs.h"
 
11442
/* confdefs.h.  */
 
11443
_ACEOF
 
11444
cat confdefs.h >>conftest.$ac_ext
 
11445
cat >>conftest.$ac_ext <<_ACEOF
 
11446
/* end confdefs.h.  */
10731
11447
 
10732
11448
int
10733
11449
main ()
10798
11514
  ac_cv_c_const=yes
10799
11515
else
10800
11516
  echo "$as_me: failed program was:" >&5
10801
 
cat conftest.$ac_ext >&5
 
11517
sed 's/^/| /' conftest.$ac_ext >&5
 
11518
 
10802
11519
ac_cv_c_const=no
10803
11520
fi
10804
11521
rm -f conftest.$ac_objext conftest.$ac_ext
10822
11539
for ac_kw in inline __inline__ __inline; do
10823
11540
  cat >conftest.$ac_ext <<_ACEOF
10824
11541
#line $LINENO "configure"
10825
 
#include "confdefs.h"
 
11542
/* confdefs.h.  */
 
11543
_ACEOF
 
11544
cat confdefs.h >>conftest.$ac_ext
 
11545
cat >>conftest.$ac_ext <<_ACEOF
 
11546
/* end confdefs.h.  */
10826
11547
#ifndef __cplusplus
10827
11548
typedef int foo_t;
10828
11549
static $ac_kw foo_t static_foo () {return 0; }
10845
11566
  ac_cv_c_inline=$ac_kw; break
10846
11567
else
10847
11568
  echo "$as_me: failed program was:" >&5
10848
 
cat conftest.$ac_ext >&5
 
11569
sed 's/^/| /' conftest.$ac_ext >&5
 
11570
 
10849
11571
fi
10850
11572
rm -f conftest.$ac_objext conftest.$ac_ext
10851
11573
done
10873
11595
else
10874
11596
  cat >conftest.$ac_ext <<_ACEOF
10875
11597
#line $LINENO "configure"
10876
 
#include "confdefs.h"
 
11598
/* confdefs.h.  */
 
11599
_ACEOF
 
11600
cat confdefs.h >>conftest.$ac_ext
 
11601
cat >>conftest.$ac_ext <<_ACEOF
 
11602
/* end confdefs.h.  */
10877
11603
$ac_includes_default
10878
11604
int
10879
11605
main ()
10901
11627
  ac_cv_type_size_t=yes
10902
11628
else
10903
11629
  echo "$as_me: failed program was:" >&5
10904
 
cat conftest.$ac_ext >&5
 
11630
sed 's/^/| /' conftest.$ac_ext >&5
 
11631
 
10905
11632
ac_cv_type_size_t=no
10906
11633
fi
10907
11634
rm -f conftest.$ac_objext conftest.$ac_ext
10925
11652
else
10926
11653
  cat >conftest.$ac_ext <<_ACEOF
10927
11654
#line $LINENO "configure"
10928
 
#include "confdefs.h"
 
11655
/* confdefs.h.  */
 
11656
_ACEOF
 
11657
cat confdefs.h >>conftest.$ac_ext
 
11658
cat >>conftest.$ac_ext <<_ACEOF
 
11659
/* end confdefs.h.  */
10929
11660
#include <sys/types.h>
10930
11661
#include <sys/time.h>
10931
11662
#include <time.h>
10954
11685
  ac_cv_header_time=yes
10955
11686
else
10956
11687
  echo "$as_me: failed program was:" >&5
10957
 
cat conftest.$ac_ext >&5
 
11688
sed 's/^/| /' conftest.$ac_ext >&5
 
11689
 
10958
11690
ac_cv_header_time=no
10959
11691
fi
10960
11692
rm -f conftest.$ac_objext conftest.$ac_ext
10987
11719
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10988
11720
cat >conftest.$ac_ext <<_ACEOF
10989
11721
#line $LINENO "configure"
10990
 
#include "confdefs.h"
 
11722
/* confdefs.h.  */
 
11723
_ACEOF
 
11724
cat confdefs.h >>conftest.$ac_ext
 
11725
cat >>conftest.$ac_ext <<_ACEOF
 
11726
/* end confdefs.h.  */
10991
11727
$ac_includes_default
10992
11728
#include <$ac_header>
10993
11729
_ACEOF
11006
11742
  ac_header_compiler=yes
11007
11743
else
11008
11744
  echo "$as_me: failed program was:" >&5
11009
 
cat conftest.$ac_ext >&5
 
11745
sed 's/^/| /' conftest.$ac_ext >&5
 
11746
 
11010
11747
ac_header_compiler=no
11011
11748
fi
11012
11749
rm -f conftest.$ac_objext conftest.$ac_ext
11018
11755
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11019
11756
cat >conftest.$ac_ext <<_ACEOF
11020
11757
#line $LINENO "configure"
11021
 
#include "confdefs.h"
 
11758
/* confdefs.h.  */
 
11759
_ACEOF
 
11760
cat confdefs.h >>conftest.$ac_ext
 
11761
cat >>conftest.$ac_ext <<_ACEOF
 
11762
/* end confdefs.h.  */
11022
11763
#include <$ac_header>
11023
11764
_ACEOF
11024
11765
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11041
11782
  ac_header_preproc=yes
11042
11783
else
11043
11784
  echo "$as_me: failed program was:" >&5
11044
 
  cat conftest.$ac_ext >&5
 
11785
sed 's/^/| /' conftest.$ac_ext >&5
 
11786
 
11045
11787
  ac_header_preproc=no
11046
11788
fi
11047
11789
rm -f conftest.err conftest.$ac_ext
11054
11796
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11055
11797
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11056
11798
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11057
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
11799
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
11800
    (
 
11801
      cat <<\_ASBOX
 
11802
## ------------------------------------ ##
 
11803
## Report this to bug-autoconf@gnu.org. ##
 
11804
## ------------------------------------ ##
 
11805
_ASBOX
 
11806
    ) |
 
11807
      sed "s/^/$as_me: WARNING:     /" >&2
 
11808
    ;;
11058
11809
  no:yes )
11059
11810
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11060
11811
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11061
11812
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11062
11813
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11063
11814
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11064
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
11815
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
11816
    (
 
11817
      cat <<\_ASBOX
 
11818
## ------------------------------------ ##
 
11819
## Report this to bug-autoconf@gnu.org. ##
 
11820
## ------------------------------------ ##
 
11821
_ASBOX
 
11822
    ) |
 
11823
      sed "s/^/$as_me: WARNING:     /" >&2
 
11824
    ;;
11065
11825
esac
11066
11826
echo "$as_me:$LINENO: checking for $ac_header" >&5
11067
11827
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11083
11843
 
11084
11844
done
11085
11845
 
11086
 
echo "$as_me:$LINENO: checking for working malloc" >&5
11087
 
echo $ECHO_N "checking for working malloc... $ECHO_C" >&6
11088
 
if test "${ac_cv_func_malloc_works+set}" = set; then
 
11846
echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
 
11847
echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
 
11848
if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
11089
11849
  echo $ECHO_N "(cached) $ECHO_C" >&6
11090
11850
else
11091
11851
  if test "$cross_compiling" = yes; then
11092
 
  ac_cv_func_malloc_works=no
 
11852
  ac_cv_func_malloc_0_nonnull=no
11093
11853
else
11094
11854
  cat >conftest.$ac_ext <<_ACEOF
11095
11855
#line $LINENO "configure"
11096
 
#include "confdefs.h"
 
11856
/* confdefs.h.  */
 
11857
_ACEOF
 
11858
cat confdefs.h >>conftest.$ac_ext
 
11859
cat >>conftest.$ac_ext <<_ACEOF
 
11860
/* end confdefs.h.  */
11097
11861
#if STDC_HEADERS || HAVE_STDLIB_H
11098
11862
# include <stdlib.h>
11099
11863
#else
11119
11883
  ac_status=$?
11120
11884
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121
11885
  (exit $ac_status); }; }; then
11122
 
  ac_cv_func_malloc_works=yes
 
11886
  ac_cv_func_malloc_0_nonnull=yes
11123
11887
else
11124
11888
  echo "$as_me: program exited with status $ac_status" >&5
11125
11889
echo "$as_me: failed program was:" >&5
11126
 
cat conftest.$ac_ext >&5
 
11890
sed 's/^/| /' conftest.$ac_ext >&5
 
11891
 
11127
11892
( exit $ac_status )
11128
 
ac_cv_func_malloc_works=no
 
11893
ac_cv_func_malloc_0_nonnull=no
11129
11894
fi
11130
11895
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11131
11896
fi
11132
11897
fi
11133
 
echo "$as_me:$LINENO: result: $ac_cv_func_malloc_works" >&5
11134
 
echo "${ECHO_T}$ac_cv_func_malloc_works" >&6
11135
 
if test $ac_cv_func_malloc_works = yes; then
 
11898
echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
 
11899
echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
 
11900
if test $ac_cv_func_malloc_0_nonnull = yes; then
11136
11901
 
11137
11902
cat >>confdefs.h <<\_ACEOF
11138
11903
#define HAVE_MALLOC 1
11163
11928
else
11164
11929
  cat >conftest.$ac_ext <<_ACEOF
11165
11930
#line $LINENO "configure"
11166
 
#include "confdefs.h"
 
11931
/* confdefs.h.  */
 
11932
_ACEOF
 
11933
cat confdefs.h >>conftest.$ac_ext
 
11934
cat >>conftest.$ac_ext <<_ACEOF
 
11935
/* end confdefs.h.  */
11167
11936
 
11168
11937
int
11169
11938
main ()
11212
11981
else
11213
11982
  echo "$as_me: program exited with status $ac_status" >&5
11214
11983
echo "$as_me: failed program was:" >&5
11215
 
cat conftest.$ac_ext >&5
 
11984
sed 's/^/| /' conftest.$ac_ext >&5
 
11985
 
11216
11986
( exit $ac_status )
11217
11987
ac_cv_func_memcmp_working=no
11218
11988
fi
11238
12008
else
11239
12009
  cat >conftest.$ac_ext <<_ACEOF
11240
12010
#line $LINENO "configure"
11241
 
#include "confdefs.h"
 
12011
/* confdefs.h.  */
 
12012
_ACEOF
 
12013
cat confdefs.h >>conftest.$ac_ext
 
12014
cat >>conftest.$ac_ext <<_ACEOF
 
12015
/* end confdefs.h.  */
11242
12016
#include <sys/types.h>
11243
12017
#include <$ac_hdr>
11244
12018
 
11266
12040
  eval "$as_ac_Header=yes"
11267
12041
else
11268
12042
  echo "$as_me: failed program was:" >&5
11269
 
cat conftest.$ac_ext >&5
 
12043
sed 's/^/| /' conftest.$ac_ext >&5
 
12044
 
11270
12045
eval "$as_ac_Header=no"
11271
12046
fi
11272
12047
rm -f conftest.$ac_objext conftest.$ac_ext
11293
12068
ac_cv_search_opendir=no
11294
12069
cat >conftest.$ac_ext <<_ACEOF
11295
12070
#line $LINENO "configure"
11296
 
#include "confdefs.h"
 
12071
/* confdefs.h.  */
 
12072
_ACEOF
 
12073
cat confdefs.h >>conftest.$ac_ext
 
12074
cat >>conftest.$ac_ext <<_ACEOF
 
12075
/* end confdefs.h.  */
11297
12076
 
11298
12077
/* Override any gcc2 internal prototype to avoid an error.  */
11299
12078
#ifdef __cplusplus
11325
12104
  ac_cv_search_opendir="none required"
11326
12105
else
11327
12106
  echo "$as_me: failed program was:" >&5
11328
 
cat conftest.$ac_ext >&5
 
12107
sed 's/^/| /' conftest.$ac_ext >&5
 
12108
 
11329
12109
fi
11330
12110
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11331
12111
if test "$ac_cv_search_opendir" = no; then
11333
12113
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11334
12114
    cat >conftest.$ac_ext <<_ACEOF
11335
12115
#line $LINENO "configure"
11336
 
#include "confdefs.h"
 
12116
/* confdefs.h.  */
 
12117
_ACEOF
 
12118
cat confdefs.h >>conftest.$ac_ext
 
12119
cat >>conftest.$ac_ext <<_ACEOF
 
12120
/* end confdefs.h.  */
11337
12121
 
11338
12122
/* Override any gcc2 internal prototype to avoid an error.  */
11339
12123
#ifdef __cplusplus
11366
12150
break
11367
12151
else
11368
12152
  echo "$as_me: failed program was:" >&5
11369
 
cat conftest.$ac_ext >&5
 
12153
sed 's/^/| /' conftest.$ac_ext >&5
 
12154
 
11370
12155
fi
11371
12156
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11372
12157
  done
11390
12175
ac_cv_search_opendir=no
11391
12176
cat >conftest.$ac_ext <<_ACEOF
11392
12177
#line $LINENO "configure"
11393
 
#include "confdefs.h"
 
12178
/* confdefs.h.  */
 
12179
_ACEOF
 
12180
cat confdefs.h >>conftest.$ac_ext
 
12181
cat >>conftest.$ac_ext <<_ACEOF
 
12182
/* end confdefs.h.  */
11394
12183
 
11395
12184
/* Override any gcc2 internal prototype to avoid an error.  */
11396
12185
#ifdef __cplusplus
11422
12211
  ac_cv_search_opendir="none required"
11423
12212
else
11424
12213
  echo "$as_me: failed program was:" >&5
11425
 
cat conftest.$ac_ext >&5
 
12214
sed 's/^/| /' conftest.$ac_ext >&5
 
12215
 
11426
12216
fi
11427
12217
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11428
12218
if test "$ac_cv_search_opendir" = no; then
11430
12220
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11431
12221
    cat >conftest.$ac_ext <<_ACEOF
11432
12222
#line $LINENO "configure"
11433
 
#include "confdefs.h"
 
12223
/* confdefs.h.  */
 
12224
_ACEOF
 
12225
cat confdefs.h >>conftest.$ac_ext
 
12226
cat >>conftest.$ac_ext <<_ACEOF
 
12227
/* end confdefs.h.  */
11434
12228
 
11435
12229
/* Override any gcc2 internal prototype to avoid an error.  */
11436
12230
#ifdef __cplusplus
11463
12257
break
11464
12258
else
11465
12259
  echo "$as_me: failed program was:" >&5
11466
 
cat conftest.$ac_ext >&5
 
12260
sed 's/^/| /' conftest.$ac_ext >&5
 
12261
 
11467
12262
fi
11468
12263
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11469
12264
  done
11492
12287
else
11493
12288
  cat >conftest.$ac_ext <<_ACEOF
11494
12289
#line $LINENO "configure"
11495
 
#include "confdefs.h"
 
12290
/* confdefs.h.  */
 
12291
_ACEOF
 
12292
cat confdefs.h >>conftest.$ac_ext
 
12293
cat >>conftest.$ac_ext <<_ACEOF
 
12294
/* end confdefs.h.  */
11496
12295
$ac_includes_default
11497
12296
int
11498
12297
main ()
11521
12320
else
11522
12321
  echo "$as_me: program exited with status $ac_status" >&5
11523
12322
echo "$as_me: failed program was:" >&5
11524
 
cat conftest.$ac_ext >&5
 
12323
sed 's/^/| /' conftest.$ac_ext >&5
 
12324
 
11525
12325
( exit $ac_status )
11526
12326
ac_cv_func_lstat_dereferences_slashed_symlink=no
11527
12327
fi
11559
12359
else
11560
12360
  cat >conftest.$ac_ext <<_ACEOF
11561
12361
#line $LINENO "configure"
11562
 
#include "confdefs.h"
 
12362
/* confdefs.h.  */
 
12363
_ACEOF
 
12364
cat confdefs.h >>conftest.$ac_ext
 
12365
cat >>conftest.$ac_ext <<_ACEOF
 
12366
/* end confdefs.h.  */
11563
12367
$ac_includes_default
11564
12368
int
11565
12369
main ()
11585
12389
else
11586
12390
  echo "$as_me: program exited with status $ac_status" >&5
11587
12391
echo "$as_me: failed program was:" >&5
11588
 
cat conftest.$ac_ext >&5
 
12392
sed 's/^/| /' conftest.$ac_ext >&5
 
12393
 
11589
12394
( exit $ac_status )
11590
12395
ac_cv_func_stat_empty_string_bug=no
11591
12396
fi
11610
12415
else
11611
12416
  cat >conftest.$ac_ext <<_ACEOF
11612
12417
#line $LINENO "configure"
11613
 
#include "confdefs.h"
 
12418
/* confdefs.h.  */
 
12419
_ACEOF
 
12420
cat confdefs.h >>conftest.$ac_ext
 
12421
cat >>conftest.$ac_ext <<_ACEOF
 
12422
/* end confdefs.h.  */
11614
12423
$ac_includes_default
11615
12424
int
11616
12425
main ()
11638
12447
  ac_cv_type_mode_t=yes
11639
12448
else
11640
12449
  echo "$as_me: failed program was:" >&5
11641
 
cat conftest.$ac_ext >&5
 
12450
sed 's/^/| /' conftest.$ac_ext >&5
 
12451
 
11642
12452
ac_cv_type_mode_t=no
11643
12453
fi
11644
12454
rm -f conftest.$ac_objext conftest.$ac_ext
11662
12472
else
11663
12473
  cat >conftest.$ac_ext <<_ACEOF
11664
12474
#line $LINENO "configure"
11665
 
#include "confdefs.h"
 
12475
/* confdefs.h.  */
 
12476
_ACEOF
 
12477
cat confdefs.h >>conftest.$ac_ext
 
12478
cat >>conftest.$ac_ext <<_ACEOF
 
12479
/* end confdefs.h.  */
11666
12480
#include <sys/types.h>
11667
12481
 
11668
12482
_ACEOF
11700
12514
else
11701
12515
  cat >conftest.$ac_ext <<_ACEOF
11702
12516
#line $LINENO "configure"
11703
 
#include "confdefs.h"
 
12517
/* confdefs.h.  */
 
12518
_ACEOF
 
12519
cat confdefs.h >>conftest.$ac_ext
 
12520
cat >>conftest.$ac_ext <<_ACEOF
 
12521
/* end confdefs.h.  */
11704
12522
#include <alloca.h>
11705
12523
int
11706
12524
main ()
11725
12543
  ac_cv_working_alloca_h=yes
11726
12544
else
11727
12545
  echo "$as_me: failed program was:" >&5
11728
 
cat conftest.$ac_ext >&5
 
12546
sed 's/^/| /' conftest.$ac_ext >&5
 
12547
 
11729
12548
ac_cv_working_alloca_h=no
11730
12549
fi
11731
12550
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11747
12566
else
11748
12567
  cat >conftest.$ac_ext <<_ACEOF
11749
12568
#line $LINENO "configure"
11750
 
#include "confdefs.h"
 
12569
/* confdefs.h.  */
 
12570
_ACEOF
 
12571
cat confdefs.h >>conftest.$ac_ext
 
12572
cat >>conftest.$ac_ext <<_ACEOF
 
12573
/* end confdefs.h.  */
11751
12574
#ifdef __GNUC__
11752
12575
# define alloca __builtin_alloca
11753
12576
#else
11792
12615
  ac_cv_func_alloca_works=yes
11793
12616
else
11794
12617
  echo "$as_me: failed program was:" >&5
11795
 
cat conftest.$ac_ext >&5
 
12618
sed 's/^/| /' conftest.$ac_ext >&5
 
12619
 
11796
12620
ac_cv_func_alloca_works=no
11797
12621
fi
11798
12622
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11826
12650
else
11827
12651
  cat >conftest.$ac_ext <<_ACEOF
11828
12652
#line $LINENO "configure"
11829
 
#include "confdefs.h"
 
12653
/* confdefs.h.  */
 
12654
_ACEOF
 
12655
cat confdefs.h >>conftest.$ac_ext
 
12656
cat >>conftest.$ac_ext <<_ACEOF
 
12657
/* end confdefs.h.  */
11830
12658
#if defined(CRAY) && ! defined(CRAY2)
11831
12659
webecray
11832
12660
#else
11855
12683
else
11856
12684
  cat >conftest.$ac_ext <<_ACEOF
11857
12685
#line $LINENO "configure"
11858
 
#include "confdefs.h"
 
12686
/* confdefs.h.  */
 
12687
_ACEOF
 
12688
cat confdefs.h >>conftest.$ac_ext
 
12689
cat >>conftest.$ac_ext <<_ACEOF
 
12690
/* end confdefs.h.  */
11859
12691
/* System header to define __stub macros and hopefully few prototypes,
11860
 
    which can conflict with char $ac_func (); below.  */
11861
 
#include <assert.h>
 
12692
    which can conflict with char $ac_func (); below.
 
12693
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
12694
    <limits.h> exists even on freestanding compilers.  */
 
12695
#ifdef __STDC__
 
12696
# include <limits.h>
 
12697
#else
 
12698
# include <assert.h>
 
12699
#endif
11862
12700
/* Override any gcc2 internal prototype to avoid an error.  */
11863
12701
#ifdef __cplusplus
11864
12702
extern "C"
 
12703
{
11865
12704
#endif
11866
12705
/* We use char because int might match the return type of a gcc2
11867
12706
   builtin and then its argument prototype would still apply.  */
11868
12707
char $ac_func ();
11869
 
char (*f) ();
11870
 
 
11871
 
int
11872
 
main ()
11873
 
{
11874
12708
/* The GNU C library defines this for functions which it implements
11875
12709
    to always fail with ENOSYS.  Some functions are actually named
11876
12710
    something starting with __ and the normal name is an alias.  */
11877
12711
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11878
12712
choke me
11879
12713
#else
11880
 
f = $ac_func;
 
12714
char (*f) () = $ac_func;
 
12715
#endif
 
12716
#ifdef __cplusplus
 
12717
}
11881
12718
#endif
11882
12719
 
 
12720
int
 
12721
main ()
 
12722
{
 
12723
return f != $ac_func;
11883
12724
  ;
11884
12725
  return 0;
11885
12726
}
11899
12740
  eval "$as_ac_var=yes"
11900
12741
else
11901
12742
  echo "$as_me: failed program was:" >&5
11902
 
cat conftest.$ac_ext >&5
 
12743
sed 's/^/| /' conftest.$ac_ext >&5
 
12744
 
11903
12745
eval "$as_ac_var=no"
11904
12746
fi
11905
12747
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11928
12770
else
11929
12771
  cat >conftest.$ac_ext <<_ACEOF
11930
12772
#line $LINENO "configure"
11931
 
#include "confdefs.h"
 
12773
/* confdefs.h.  */
 
12774
_ACEOF
 
12775
cat confdefs.h >>conftest.$ac_ext
 
12776
cat >>conftest.$ac_ext <<_ACEOF
 
12777
/* end confdefs.h.  */
11932
12778
int
11933
12779
find_stack_direction ()
11934
12780
{
11964
12810
else
11965
12811
  echo "$as_me: program exited with status $ac_status" >&5
11966
12812
echo "$as_me: failed program was:" >&5
11967
 
cat conftest.$ac_ext >&5
 
12813
sed 's/^/| /' conftest.$ac_ext >&5
 
12814
 
11968
12815
( exit $ac_status )
11969
12816
ac_cv_c_stack_direction=-1
11970
12817
fi
11991
12838
else
11992
12839
  cat >conftest.$ac_ext <<_ACEOF
11993
12840
#line $LINENO "configure"
11994
 
#include "confdefs.h"
 
12841
/* confdefs.h.  */
 
12842
_ACEOF
 
12843
cat confdefs.h >>conftest.$ac_ext
 
12844
cat >>conftest.$ac_ext <<_ACEOF
 
12845
/* end confdefs.h.  */
11995
12846
 
11996
12847
int
11997
12848
main ()
12040
12891
else
12041
12892
  echo "$as_me: program exited with status $ac_status" >&5
12042
12893
echo "$as_me: failed program was:" >&5
12043
 
cat conftest.$ac_ext >&5
 
12894
sed 's/^/| /' conftest.$ac_ext >&5
 
12895
 
12044
12896
( exit $ac_status )
12045
12897
ac_cv_func_memcmp_working=no
12046
12898
fi
12070
12922
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12071
12923
cat >conftest.$ac_ext <<_ACEOF
12072
12924
#line $LINENO "configure"
12073
 
#include "confdefs.h"
 
12925
/* confdefs.h.  */
 
12926
_ACEOF
 
12927
cat confdefs.h >>conftest.$ac_ext
 
12928
cat >>conftest.$ac_ext <<_ACEOF
 
12929
/* end confdefs.h.  */
12074
12930
$ac_includes_default
12075
12931
#include <$ac_header>
12076
12932
_ACEOF
12089
12945
  ac_header_compiler=yes
12090
12946
else
12091
12947
  echo "$as_me: failed program was:" >&5
12092
 
cat conftest.$ac_ext >&5
 
12948
sed 's/^/| /' conftest.$ac_ext >&5
 
12949
 
12093
12950
ac_header_compiler=no
12094
12951
fi
12095
12952
rm -f conftest.$ac_objext conftest.$ac_ext
12101
12958
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12102
12959
cat >conftest.$ac_ext <<_ACEOF
12103
12960
#line $LINENO "configure"
12104
 
#include "confdefs.h"
 
12961
/* confdefs.h.  */
 
12962
_ACEOF
 
12963
cat confdefs.h >>conftest.$ac_ext
 
12964
cat >>conftest.$ac_ext <<_ACEOF
 
12965
/* end confdefs.h.  */
12105
12966
#include <$ac_header>
12106
12967
_ACEOF
12107
12968
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12124
12985
  ac_header_preproc=yes
12125
12986
else
12126
12987
  echo "$as_me: failed program was:" >&5
12127
 
  cat conftest.$ac_ext >&5
 
12988
sed 's/^/| /' conftest.$ac_ext >&5
 
12989
 
12128
12990
  ac_header_preproc=no
12129
12991
fi
12130
12992
rm -f conftest.err conftest.$ac_ext
12137
12999
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12138
13000
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12139
13001
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12140
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
13002
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
13003
    (
 
13004
      cat <<\_ASBOX
 
13005
## ------------------------------------ ##
 
13006
## Report this to bug-autoconf@gnu.org. ##
 
13007
## ------------------------------------ ##
 
13008
_ASBOX
 
13009
    ) |
 
13010
      sed "s/^/$as_me: WARNING:     /" >&2
 
13011
    ;;
12141
13012
  no:yes )
12142
13013
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12143
13014
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12144
13015
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12145
13016
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12146
13017
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12147
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
13018
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
13019
    (
 
13020
      cat <<\_ASBOX
 
13021
## ------------------------------------ ##
 
13022
## Report this to bug-autoconf@gnu.org. ##
 
13023
## ------------------------------------ ##
 
13024
_ASBOX
 
13025
    ) |
 
13026
      sed "s/^/$as_me: WARNING:     /" >&2
 
13027
    ;;
12148
13028
esac
12149
13029
echo "$as_me:$LINENO: checking for $ac_header" >&5
12150
13030
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12177
13057
else
12178
13058
  cat >conftest.$ac_ext <<_ACEOF
12179
13059
#line $LINENO "configure"
12180
 
#include "confdefs.h"
 
13060
/* confdefs.h.  */
 
13061
_ACEOF
 
13062
cat confdefs.h >>conftest.$ac_ext
 
13063
cat >>conftest.$ac_ext <<_ACEOF
 
13064
/* end confdefs.h.  */
12181
13065
/* System header to define __stub macros and hopefully few prototypes,
12182
 
    which can conflict with char $ac_func (); below.  */
12183
 
#include <assert.h>
 
13066
    which can conflict with char $ac_func (); below.
 
13067
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13068
    <limits.h> exists even on freestanding compilers.  */
 
13069
#ifdef __STDC__
 
13070
# include <limits.h>
 
13071
#else
 
13072
# include <assert.h>
 
13073
#endif
12184
13074
/* Override any gcc2 internal prototype to avoid an error.  */
12185
13075
#ifdef __cplusplus
12186
13076
extern "C"
 
13077
{
12187
13078
#endif
12188
13079
/* We use char because int might match the return type of a gcc2
12189
13080
   builtin and then its argument prototype would still apply.  */
12190
13081
char $ac_func ();
12191
 
char (*f) ();
12192
 
 
12193
 
int
12194
 
main ()
12195
 
{
12196
13082
/* The GNU C library defines this for functions which it implements
12197
13083
    to always fail with ENOSYS.  Some functions are actually named
12198
13084
    something starting with __ and the normal name is an alias.  */
12199
13085
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12200
13086
choke me
12201
13087
#else
12202
 
f = $ac_func;
 
13088
char (*f) () = $ac_func;
 
13089
#endif
 
13090
#ifdef __cplusplus
 
13091
}
12203
13092
#endif
12204
13093
 
 
13094
int
 
13095
main ()
 
13096
{
 
13097
return f != $ac_func;
12205
13098
  ;
12206
13099
  return 0;
12207
13100
}
12221
13114
  eval "$as_ac_var=yes"
12222
13115
else
12223
13116
  echo "$as_me: failed program was:" >&5
12224
 
cat conftest.$ac_ext >&5
 
13117
sed 's/^/| /' conftest.$ac_ext >&5
 
13118
 
12225
13119
eval "$as_ac_var=no"
12226
13120
fi
12227
13121
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12246
13140
else
12247
13141
  cat >conftest.$ac_ext <<_ACEOF
12248
13142
#line $LINENO "configure"
12249
 
#include "confdefs.h"
 
13143
/* confdefs.h.  */
 
13144
_ACEOF
 
13145
cat confdefs.h >>conftest.$ac_ext
 
13146
cat >>conftest.$ac_ext <<_ACEOF
 
13147
/* end confdefs.h.  */
12250
13148
$ac_includes_default
12251
13149
/* malloc might have been renamed as rpl_malloc. */
12252
13150
#undef malloc
12389
13287
else
12390
13288
  echo "$as_me: program exited with status $ac_status" >&5
12391
13289
echo "$as_me: failed program was:" >&5
12392
 
cat conftest.$ac_ext >&5
 
13290
sed 's/^/| /' conftest.$ac_ext >&5
 
13291
 
12393
13292
( exit $ac_status )
12394
13293
ac_cv_func_mmap_fixed_mapped=no
12395
13294
fi
12425
13324
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12426
13325
cat >conftest.$ac_ext <<_ACEOF
12427
13326
#line $LINENO "configure"
12428
 
#include "confdefs.h"
 
13327
/* confdefs.h.  */
 
13328
_ACEOF
 
13329
cat confdefs.h >>conftest.$ac_ext
 
13330
cat >>conftest.$ac_ext <<_ACEOF
 
13331
/* end confdefs.h.  */
12429
13332
$ac_includes_default
12430
13333
#include <$ac_header>
12431
13334
_ACEOF
12444
13347
  ac_header_compiler=yes
12445
13348
else
12446
13349
  echo "$as_me: failed program was:" >&5
12447
 
cat conftest.$ac_ext >&5
 
13350
sed 's/^/| /' conftest.$ac_ext >&5
 
13351
 
12448
13352
ac_header_compiler=no
12449
13353
fi
12450
13354
rm -f conftest.$ac_objext conftest.$ac_ext
12456
13360
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12457
13361
cat >conftest.$ac_ext <<_ACEOF
12458
13362
#line $LINENO "configure"
12459
 
#include "confdefs.h"
 
13363
/* confdefs.h.  */
 
13364
_ACEOF
 
13365
cat confdefs.h >>conftest.$ac_ext
 
13366
cat >>conftest.$ac_ext <<_ACEOF
 
13367
/* end confdefs.h.  */
12460
13368
#include <$ac_header>
12461
13369
_ACEOF
12462
13370
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12479
13387
  ac_header_preproc=yes
12480
13388
else
12481
13389
  echo "$as_me: failed program was:" >&5
12482
 
  cat conftest.$ac_ext >&5
 
13390
sed 's/^/| /' conftest.$ac_ext >&5
 
13391
 
12483
13392
  ac_header_preproc=no
12484
13393
fi
12485
13394
rm -f conftest.err conftest.$ac_ext
12492
13401
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12493
13402
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12494
13403
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12495
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
13404
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
13405
    (
 
13406
      cat <<\_ASBOX
 
13407
## ------------------------------------ ##
 
13408
## Report this to bug-autoconf@gnu.org. ##
 
13409
## ------------------------------------ ##
 
13410
_ASBOX
 
13411
    ) |
 
13412
      sed "s/^/$as_me: WARNING:     /" >&2
 
13413
    ;;
12496
13414
  no:yes )
12497
13415
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12498
13416
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12499
13417
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12500
13418
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12501
13419
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12502
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
13420
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
13421
    (
 
13422
      cat <<\_ASBOX
 
13423
## ------------------------------------ ##
 
13424
## Report this to bug-autoconf@gnu.org. ##
 
13425
## ------------------------------------ ##
 
13426
_ASBOX
 
13427
    ) |
 
13428
      sed "s/^/$as_me: WARNING:     /" >&2
 
13429
    ;;
12503
13430
esac
12504
13431
echo "$as_me:$LINENO: checking for $ac_header" >&5
12505
13432
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12521
13448
 
12522
13449
done
12523
13450
 
12524
 
echo "$as_me:$LINENO: checking for working malloc" >&5
12525
 
echo $ECHO_N "checking for working malloc... $ECHO_C" >&6
12526
 
if test "${ac_cv_func_malloc_works+set}" = set; then
 
13451
echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
 
13452
echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
 
13453
if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
12527
13454
  echo $ECHO_N "(cached) $ECHO_C" >&6
12528
13455
else
12529
13456
  if test "$cross_compiling" = yes; then
12530
 
  ac_cv_func_malloc_works=no
 
13457
  ac_cv_func_malloc_0_nonnull=no
12531
13458
else
12532
13459
  cat >conftest.$ac_ext <<_ACEOF
12533
13460
#line $LINENO "configure"
12534
 
#include "confdefs.h"
 
13461
/* confdefs.h.  */
 
13462
_ACEOF
 
13463
cat confdefs.h >>conftest.$ac_ext
 
13464
cat >>conftest.$ac_ext <<_ACEOF
 
13465
/* end confdefs.h.  */
12535
13466
#if STDC_HEADERS || HAVE_STDLIB_H
12536
13467
# include <stdlib.h>
12537
13468
#else
12557
13488
  ac_status=$?
12558
13489
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12559
13490
  (exit $ac_status); }; }; then
12560
 
  ac_cv_func_malloc_works=yes
 
13491
  ac_cv_func_malloc_0_nonnull=yes
12561
13492
else
12562
13493
  echo "$as_me: program exited with status $ac_status" >&5
12563
13494
echo "$as_me: failed program was:" >&5
12564
 
cat conftest.$ac_ext >&5
 
13495
sed 's/^/| /' conftest.$ac_ext >&5
 
13496
 
12565
13497
( exit $ac_status )
12566
 
ac_cv_func_malloc_works=no
 
13498
ac_cv_func_malloc_0_nonnull=no
12567
13499
fi
12568
13500
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12569
13501
fi
12570
13502
fi
12571
 
echo "$as_me:$LINENO: result: $ac_cv_func_malloc_works" >&5
12572
 
echo "${ECHO_T}$ac_cv_func_malloc_works" >&6
12573
 
if test $ac_cv_func_malloc_works = yes; then
 
13503
echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
 
13504
echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
 
13505
if test $ac_cv_func_malloc_0_nonnull = yes; then
12574
13506
 
12575
13507
cat >>confdefs.h <<\_ACEOF
12576
13508
#define HAVE_MALLOC 1
12601
13533
else
12602
13534
  cat >conftest.$ac_ext <<_ACEOF
12603
13535
#line $LINENO "configure"
12604
 
#include "confdefs.h"
 
13536
/* confdefs.h.  */
 
13537
_ACEOF
 
13538
cat confdefs.h >>conftest.$ac_ext
 
13539
cat >>conftest.$ac_ext <<_ACEOF
 
13540
/* end confdefs.h.  */
12605
13541
$ac_includes_default
12606
13542
int
12607
13543
main ()
12627
13563
else
12628
13564
  echo "$as_me: program exited with status $ac_status" >&5
12629
13565
echo "$as_me: failed program was:" >&5
12630
 
cat conftest.$ac_ext >&5
 
13566
sed 's/^/| /' conftest.$ac_ext >&5
 
13567
 
12631
13568
( exit $ac_status )
12632
13569
ac_cv_func_stat_empty_string_bug=no
12633
13570
fi
12652
13589
else
12653
13590
  cat >conftest.$ac_ext <<_ACEOF
12654
13591
#line $LINENO "configure"
12655
 
#include "confdefs.h"
 
13592
/* confdefs.h.  */
 
13593
_ACEOF
 
13594
cat confdefs.h >>conftest.$ac_ext
 
13595
cat >>conftest.$ac_ext <<_ACEOF
 
13596
/* end confdefs.h.  */
12656
13597
$ac_includes_default
12657
13598
int
12658
13599
main ()
12680
13621
  ac_cv_type_mode_t=yes
12681
13622
else
12682
13623
  echo "$as_me: failed program was:" >&5
12683
 
cat conftest.$ac_ext >&5
 
13624
sed 's/^/| /' conftest.$ac_ext >&5
 
13625
 
12684
13626
ac_cv_type_mode_t=no
12685
13627
fi
12686
13628
rm -f conftest.$ac_objext conftest.$ac_ext
12704
13646
else
12705
13647
  cat >conftest.$ac_ext <<_ACEOF
12706
13648
#line $LINENO "configure"
12707
 
#include "confdefs.h"
 
13649
/* confdefs.h.  */
 
13650
_ACEOF
 
13651
cat confdefs.h >>conftest.$ac_ext
 
13652
cat >>conftest.$ac_ext <<_ACEOF
 
13653
/* end confdefs.h.  */
12708
13654
#include <sys/types.h>
12709
13655
 
12710
13656
_ACEOF
12739
13685
else
12740
13686
  cat >conftest.$ac_ext <<_ACEOF
12741
13687
#line $LINENO "configure"
12742
 
#include "confdefs.h"
 
13688
/* confdefs.h.  */
 
13689
_ACEOF
 
13690
cat confdefs.h >>conftest.$ac_ext
 
13691
cat >>conftest.$ac_ext <<_ACEOF
 
13692
/* end confdefs.h.  */
12743
13693
#include <sys/types.h>
12744
13694
#include <time.h>
12745
13695
 
12766
13716
  ac_cv_struct_tm=time.h
12767
13717
else
12768
13718
  echo "$as_me: failed program was:" >&5
12769
 
cat conftest.$ac_ext >&5
 
13719
sed 's/^/| /' conftest.$ac_ext >&5
 
13720
 
12770
13721
ac_cv_struct_tm=sys/time.h
12771
13722
fi
12772
13723
rm -f conftest.$ac_objext conftest.$ac_ext
12804
13755
else
12805
13756
  cat >conftest.$ac_ext <<_ACEOF
12806
13757
#line $LINENO "configure"
12807
 
#include "confdefs.h"
 
13758
/* confdefs.h.  */
 
13759
_ACEOF
 
13760
cat confdefs.h >>conftest.$ac_ext
 
13761
cat >>conftest.$ac_ext <<_ACEOF
 
13762
/* end confdefs.h.  */
12808
13763
/* System header to define __stub macros and hopefully few prototypes,
12809
 
    which can conflict with char $ac_func (); below.  */
12810
 
#include <assert.h>
 
13764
    which can conflict with char $ac_func (); below.
 
13765
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13766
    <limits.h> exists even on freestanding compilers.  */
 
13767
#ifdef __STDC__
 
13768
# include <limits.h>
 
13769
#else
 
13770
# include <assert.h>
 
13771
#endif
12811
13772
/* Override any gcc2 internal prototype to avoid an error.  */
12812
13773
#ifdef __cplusplus
12813
13774
extern "C"
 
13775
{
12814
13776
#endif
12815
13777
/* We use char because int might match the return type of a gcc2
12816
13778
   builtin and then its argument prototype would still apply.  */
12817
13779
char $ac_func ();
12818
 
char (*f) ();
12819
 
 
12820
 
int
12821
 
main ()
12822
 
{
12823
13780
/* The GNU C library defines this for functions which it implements
12824
13781
    to always fail with ENOSYS.  Some functions are actually named
12825
13782
    something starting with __ and the normal name is an alias.  */
12826
13783
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12827
13784
choke me
12828
13785
#else
12829
 
f = $ac_func;
 
13786
char (*f) () = $ac_func;
 
13787
#endif
 
13788
#ifdef __cplusplus
 
13789
}
12830
13790
#endif
12831
13791
 
 
13792
int
 
13793
main ()
 
13794
{
 
13795
return f != $ac_func;
12832
13796
  ;
12833
13797
  return 0;
12834
13798
}
12848
13812
  eval "$as_ac_var=yes"
12849
13813
else
12850
13814
  echo "$as_me: failed program was:" >&5
12851
 
cat conftest.$ac_ext >&5
 
13815
sed 's/^/| /' conftest.$ac_ext >&5
 
13816
 
12852
13817
eval "$as_ac_var=no"
12853
13818
fi
12854
13819
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13056
14021
        rm -f messages.po
13057
14022
  fi
13058
14023
 
13059
 
            ac_config_commands="$ac_config_commands default-2"
 
14024
            ac_config_commands="$ac_config_commands default-1"
13060
14025
 
13061
14026
 
13062
14027
if test -n "$ac_tool_prefix"; then
13146
14111
else
13147
14112
  cat >conftest.$ac_ext <<_ACEOF
13148
14113
#line $LINENO "configure"
13149
 
#include "confdefs.h"
 
14114
/* confdefs.h.  */
 
14115
_ACEOF
 
14116
cat confdefs.h >>conftest.$ac_ext
 
14117
cat >>conftest.$ac_ext <<_ACEOF
 
14118
/* end confdefs.h.  */
13150
14119
$ac_includes_default
13151
14120
int
13152
14121
main ()
13174
14143
  ac_cv_type_off_t=yes
13175
14144
else
13176
14145
  echo "$as_me: failed program was:" >&5
13177
 
cat conftest.$ac_ext >&5
 
14146
sed 's/^/| /' conftest.$ac_ext >&5
 
14147
 
13178
14148
ac_cv_type_off_t=no
13179
14149
fi
13180
14150
rm -f conftest.$ac_objext conftest.$ac_ext
13199
14169
else
13200
14170
  cat >conftest.$ac_ext <<_ACEOF
13201
14171
#line $LINENO "configure"
13202
 
#include "confdefs.h"
 
14172
/* confdefs.h.  */
 
14173
_ACEOF
 
14174
cat confdefs.h >>conftest.$ac_ext
 
14175
cat >>conftest.$ac_ext <<_ACEOF
 
14176
/* end confdefs.h.  */
13203
14177
 
13204
14178
#include <features.h>
13205
14179
#ifdef __GNU_LIBRARY__
13247
14221
else
13248
14222
  cat >conftest.$ac_ext <<_ACEOF
13249
14223
#line $LINENO "configure"
13250
 
#include "confdefs.h"
 
14224
/* confdefs.h.  */
 
14225
_ACEOF
 
14226
cat confdefs.h >>conftest.$ac_ext
 
14227
cat >>conftest.$ac_ext <<_ACEOF
 
14228
/* end confdefs.h.  */
13251
14229
 
13252
14230
#include <stdlib.h>
13253
14231
#include <signal.h>
13301
14279
else
13302
14280
  echo "$as_me: program exited with status $ac_status" >&5
13303
14281
echo "$as_me: failed program was:" >&5
13304
 
cat conftest.$ac_ext >&5
 
14282
sed 's/^/| /' conftest.$ac_ext >&5
 
14283
 
13305
14284
( exit $ac_status )
13306
14285
gt_cv_int_divbyzero_sigfpe=no
13307
14286
fi
13329
14308
else
13330
14309
  cat >conftest.$ac_ext <<_ACEOF
13331
14310
#line $LINENO "configure"
13332
 
#include "confdefs.h"
 
14311
/* confdefs.h.  */
 
14312
_ACEOF
 
14313
cat confdefs.h >>conftest.$ac_ext
 
14314
cat >>conftest.$ac_ext <<_ACEOF
 
14315
/* end confdefs.h.  */
13333
14316
#include <sys/types.h>
13334
14317
#include <inttypes.h>
13335
14318
int
13355
14338
  jm_ac_cv_header_inttypes_h=yes
13356
14339
else
13357
14340
  echo "$as_me: failed program was:" >&5
13358
 
cat conftest.$ac_ext >&5
 
14341
sed 's/^/| /' conftest.$ac_ext >&5
 
14342
 
13359
14343
jm_ac_cv_header_inttypes_h=no
13360
14344
fi
13361
14345
rm -f conftest.$ac_objext conftest.$ac_ext
13378
14362
else
13379
14363
  cat >conftest.$ac_ext <<_ACEOF
13380
14364
#line $LINENO "configure"
13381
 
#include "confdefs.h"
 
14365
/* confdefs.h.  */
 
14366
_ACEOF
 
14367
cat confdefs.h >>conftest.$ac_ext
 
14368
cat >>conftest.$ac_ext <<_ACEOF
 
14369
/* end confdefs.h.  */
13382
14370
#include <sys/types.h>
13383
14371
#include <stdint.h>
13384
14372
int
13404
14392
  jm_ac_cv_header_stdint_h=yes
13405
14393
else
13406
14394
  echo "$as_me: failed program was:" >&5
13407
 
cat conftest.$ac_ext >&5
 
14395
sed 's/^/| /' conftest.$ac_ext >&5
 
14396
 
13408
14397
jm_ac_cv_header_stdint_h=no
13409
14398
fi
13410
14399
rm -f conftest.$ac_objext conftest.$ac_ext
13427
14416
else
13428
14417
  cat >conftest.$ac_ext <<_ACEOF
13429
14418
#line $LINENO "configure"
13430
 
#include "confdefs.h"
 
14419
/* confdefs.h.  */
 
14420
_ACEOF
 
14421
cat confdefs.h >>conftest.$ac_ext
 
14422
cat >>conftest.$ac_ext <<_ACEOF
 
14423
/* end confdefs.h.  */
13431
14424
unsigned long long ull = 1; int i = 63;
13432
14425
int
13433
14426
main ()
13453
14446
  ac_cv_type_unsigned_long_long=yes
13454
14447
else
13455
14448
  echo "$as_me: failed program was:" >&5
13456
 
cat conftest.$ac_ext >&5
 
14449
sed 's/^/| /' conftest.$ac_ext >&5
 
14450
 
13457
14451
ac_cv_type_unsigned_long_long=no
13458
14452
fi
13459
14453
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13492
14486
 
13493
14487
    cat >conftest.$ac_ext <<_ACEOF
13494
14488
#line $LINENO "configure"
13495
 
#include "confdefs.h"
 
14489
/* confdefs.h.  */
 
14490
_ACEOF
 
14491
cat confdefs.h >>conftest.$ac_ext
 
14492
cat >>conftest.$ac_ext <<_ACEOF
 
14493
/* end confdefs.h.  */
13496
14494
#include <sys/types.h>
13497
14495
#include <inttypes.h>
13498
14496
int
13518
14516
  gt_cv_header_inttypes_h=yes
13519
14517
else
13520
14518
  echo "$as_me: failed program was:" >&5
13521
 
cat conftest.$ac_ext >&5
 
14519
sed 's/^/| /' conftest.$ac_ext >&5
 
14520
 
13522
14521
gt_cv_header_inttypes_h=no
13523
14522
fi
13524
14523
rm -f conftest.$ac_objext conftest.$ac_ext
13545
14544
 
13546
14545
        cat >conftest.$ac_ext <<_ACEOF
13547
14546
#line $LINENO "configure"
13548
 
#include "confdefs.h"
 
14547
/* confdefs.h.  */
 
14548
_ACEOF
 
14549
cat confdefs.h >>conftest.$ac_ext
 
14550
cat >>conftest.$ac_ext <<_ACEOF
 
14551
/* end confdefs.h.  */
13549
14552
#include <inttypes.h>
13550
14553
#ifdef PRId32
13551
14554
char *p = PRId32;
13574
14577
  gt_cv_inttypes_pri_broken=no
13575
14578
else
13576
14579
  echo "$as_me: failed program was:" >&5
13577
 
cat conftest.$ac_ext >&5
 
14580
sed 's/^/| /' conftest.$ac_ext >&5
 
14581
 
13578
14582
gt_cv_inttypes_pri_broken=yes
13579
14583
fi
13580
14584
rm -f conftest.$ac_objext conftest.$ac_ext
14153
15157
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14154
15158
cat >conftest.$ac_ext <<_ACEOF
14155
15159
#line $LINENO "configure"
14156
 
#include "confdefs.h"
 
15160
/* confdefs.h.  */
 
15161
_ACEOF
 
15162
cat confdefs.h >>conftest.$ac_ext
 
15163
cat >>conftest.$ac_ext <<_ACEOF
 
15164
/* end confdefs.h.  */
14157
15165
$ac_includes_default
14158
15166
#include <$ac_header>
14159
15167
_ACEOF
14172
15180
  ac_header_compiler=yes
14173
15181
else
14174
15182
  echo "$as_me: failed program was:" >&5
14175
 
cat conftest.$ac_ext >&5
 
15183
sed 's/^/| /' conftest.$ac_ext >&5
 
15184
 
14176
15185
ac_header_compiler=no
14177
15186
fi
14178
15187
rm -f conftest.$ac_objext conftest.$ac_ext
14184
15193
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14185
15194
cat >conftest.$ac_ext <<_ACEOF
14186
15195
#line $LINENO "configure"
14187
 
#include "confdefs.h"
 
15196
/* confdefs.h.  */
 
15197
_ACEOF
 
15198
cat confdefs.h >>conftest.$ac_ext
 
15199
cat >>conftest.$ac_ext <<_ACEOF
 
15200
/* end confdefs.h.  */
14188
15201
#include <$ac_header>
14189
15202
_ACEOF
14190
15203
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14207
15220
  ac_header_preproc=yes
14208
15221
else
14209
15222
  echo "$as_me: failed program was:" >&5
14210
 
  cat conftest.$ac_ext >&5
 
15223
sed 's/^/| /' conftest.$ac_ext >&5
 
15224
 
14211
15225
  ac_header_preproc=no
14212
15226
fi
14213
15227
rm -f conftest.err conftest.$ac_ext
14220
15234
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14221
15235
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14222
15236
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14223
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
15237
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
15238
    (
 
15239
      cat <<\_ASBOX
 
15240
## ------------------------------------ ##
 
15241
## Report this to bug-autoconf@gnu.org. ##
 
15242
## ------------------------------------ ##
 
15243
_ASBOX
 
15244
    ) |
 
15245
      sed "s/^/$as_me: WARNING:     /" >&2
 
15246
    ;;
14224
15247
  no:yes )
14225
15248
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14226
15249
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14227
15250
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14228
15251
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14229
15252
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14230
 
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
 
15253
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
15254
    (
 
15255
      cat <<\_ASBOX
 
15256
## ------------------------------------ ##
 
15257
## Report this to bug-autoconf@gnu.org. ##
 
15258
## ------------------------------------ ##
 
15259
_ASBOX
 
15260
    ) |
 
15261
      sed "s/^/$as_me: WARNING:     /" >&2
 
15262
    ;;
14231
15263
esac
14232
15264
echo "$as_me:$LINENO: checking for $ac_header" >&5
14233
15265
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14282
15314
else
14283
15315
  cat >conftest.$ac_ext <<_ACEOF
14284
15316
#line $LINENO "configure"
14285
 
#include "confdefs.h"
 
15317
/* confdefs.h.  */
 
15318
_ACEOF
 
15319
cat confdefs.h >>conftest.$ac_ext
 
15320
cat >>conftest.$ac_ext <<_ACEOF
 
15321
/* end confdefs.h.  */
14286
15322
/* System header to define __stub macros and hopefully few prototypes,
14287
 
    which can conflict with char $ac_func (); below.  */
14288
 
#include <assert.h>
 
15323
    which can conflict with char $ac_func (); below.
 
15324
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
15325
    <limits.h> exists even on freestanding compilers.  */
 
15326
#ifdef __STDC__
 
15327
# include <limits.h>
 
15328
#else
 
15329
# include <assert.h>
 
15330
#endif
14289
15331
/* Override any gcc2 internal prototype to avoid an error.  */
14290
15332
#ifdef __cplusplus
14291
15333
extern "C"
 
15334
{
14292
15335
#endif
14293
15336
/* We use char because int might match the return type of a gcc2
14294
15337
   builtin and then its argument prototype would still apply.  */
14295
15338
char $ac_func ();
14296
 
char (*f) ();
14297
 
 
14298
 
int
14299
 
main ()
14300
 
{
14301
15339
/* The GNU C library defines this for functions which it implements
14302
15340
    to always fail with ENOSYS.  Some functions are actually named
14303
15341
    something starting with __ and the normal name is an alias.  */
14304
15342
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14305
15343
choke me
14306
15344
#else
14307
 
f = $ac_func;
 
15345
char (*f) () = $ac_func;
 
15346
#endif
 
15347
#ifdef __cplusplus
 
15348
}
14308
15349
#endif
14309
15350
 
 
15351
int
 
15352
main ()
 
15353
{
 
15354
return f != $ac_func;
14310
15355
  ;
14311
15356
  return 0;
14312
15357
}
14326
15371
  eval "$as_ac_var=yes"
14327
15372
else
14328
15373
  echo "$as_me: failed program was:" >&5
14329
 
cat conftest.$ac_ext >&5
 
15374
sed 's/^/| /' conftest.$ac_ext >&5
 
15375
 
14330
15376
eval "$as_ac_var=no"
14331
15377
fi
14332
15378
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14382
15428
    am_cv_lib_iconv=no
14383
15429
    cat >conftest.$ac_ext <<_ACEOF
14384
15430
#line $LINENO "configure"
14385
 
#include "confdefs.h"
 
15431
/* confdefs.h.  */
 
15432
_ACEOF
 
15433
cat confdefs.h >>conftest.$ac_ext
 
15434
cat >>conftest.$ac_ext <<_ACEOF
 
15435
/* end confdefs.h.  */
14386
15436
#include <stdlib.h>
14387
15437
#include <iconv.h>
14388
15438
int
14410
15460
  am_cv_func_iconv=yes
14411
15461
else
14412
15462
  echo "$as_me: failed program was:" >&5
14413
 
cat conftest.$ac_ext >&5
 
15463
sed 's/^/| /' conftest.$ac_ext >&5
 
15464
 
14414
15465
fi
14415
15466
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14416
15467
    if test "$am_cv_func_iconv" != yes; then
14418
15469
      LIBS="$LIBS $LIBICONV"
14419
15470
      cat >conftest.$ac_ext <<_ACEOF
14420
15471
#line $LINENO "configure"
14421
 
#include "confdefs.h"
 
15472
/* confdefs.h.  */
 
15473
_ACEOF
 
15474
cat confdefs.h >>conftest.$ac_ext
 
15475
cat >>conftest.$ac_ext <<_ACEOF
 
15476
/* end confdefs.h.  */
14422
15477
#include <stdlib.h>
14423
15478
#include <iconv.h>
14424
15479
int
14447
15502
        am_cv_func_iconv=yes
14448
15503
else
14449
15504
  echo "$as_me: failed program was:" >&5
14450
 
cat conftest.$ac_ext >&5
 
15505
sed 's/^/| /' conftest.$ac_ext >&5
 
15506
 
14451
15507
fi
14452
15508
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14453
15509
      LIBS="$am_save_LIBS"
14485
15541
 
14486
15542
      cat >conftest.$ac_ext <<_ACEOF
14487
15543
#line $LINENO "configure"
14488
 
#include "confdefs.h"
 
15544
/* confdefs.h.  */
 
15545
_ACEOF
 
15546
cat confdefs.h >>conftest.$ac_ext
 
15547
cat >>conftest.$ac_ext <<_ACEOF
 
15548
/* end confdefs.h.  */
14489
15549
 
14490
15550
#include <stdlib.h>
14491
15551
#include <iconv.h>
14522
15582
  am_cv_proto_iconv_arg1=""
14523
15583
else
14524
15584
  echo "$as_me: failed program was:" >&5
14525
 
cat conftest.$ac_ext >&5
 
15585
sed 's/^/| /' conftest.$ac_ext >&5
 
15586
 
14526
15587
am_cv_proto_iconv_arg1="const"
14527
15588
fi
14528
15589
rm -f conftest.$ac_objext conftest.$ac_ext
14549
15610
else
14550
15611
  cat >conftest.$ac_ext <<_ACEOF
14551
15612
#line $LINENO "configure"
14552
 
#include "confdefs.h"
 
15613
/* confdefs.h.  */
 
15614
_ACEOF
 
15615
cat confdefs.h >>conftest.$ac_ext
 
15616
cat >>conftest.$ac_ext <<_ACEOF
 
15617
/* end confdefs.h.  */
14553
15618
#include <langinfo.h>
14554
15619
int
14555
15620
main ()
14574
15639
  am_cv_langinfo_codeset=yes
14575
15640
else
14576
15641
  echo "$as_me: failed program was:" >&5
14577
 
cat conftest.$ac_ext >&5
 
15642
sed 's/^/| /' conftest.$ac_ext >&5
 
15643
 
14578
15644
am_cv_langinfo_codeset=no
14579
15645
fi
14580
15646
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14599
15665
else
14600
15666
  cat >conftest.$ac_ext <<_ACEOF
14601
15667
#line $LINENO "configure"
14602
 
#include "confdefs.h"
 
15668
/* confdefs.h.  */
 
15669
_ACEOF
 
15670
cat confdefs.h >>conftest.$ac_ext
 
15671
cat >>conftest.$ac_ext <<_ACEOF
 
15672
/* end confdefs.h.  */
14603
15673
#include <locale.h>
14604
15674
int
14605
15675
main ()
14624
15694
  am_cv_val_LC_MESSAGES=yes
14625
15695
else
14626
15696
  echo "$as_me: failed program was:" >&5
14627
 
cat conftest.$ac_ext >&5
 
15697
sed 's/^/| /' conftest.$ac_ext >&5
 
15698
 
14628
15699
am_cv_val_LC_MESSAGES=no
14629
15700
fi
14630
15701
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14766
15837
else
14767
15838
  cat >conftest.$ac_ext <<_ACEOF
14768
15839
#line $LINENO "configure"
14769
 
#include "confdefs.h"
 
15840
/* confdefs.h.  */
 
15841
_ACEOF
 
15842
cat confdefs.h >>conftest.$ac_ext
 
15843
cat >>conftest.$ac_ext <<_ACEOF
 
15844
/* end confdefs.h.  */
14770
15845
#include <libintl.h>
14771
15846
extern int _nl_msg_cat_cntr;
14772
15847
extern int *_nl_domain_bindings;
14794
15869
  gt_cv_func_gnugettext1_libc=yes
14795
15870
else
14796
15871
  echo "$as_me: failed program was:" >&5
14797
 
cat conftest.$ac_ext >&5
 
15872
sed 's/^/| /' conftest.$ac_ext >&5
 
15873
 
14798
15874
gt_cv_func_gnugettext1_libc=no
14799
15875
fi
14800
15876
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15193
16269
            LIBS="$LIBS $LIBINTL"
15194
16270
                        cat >conftest.$ac_ext <<_ACEOF
15195
16271
#line $LINENO "configure"
15196
 
#include "confdefs.h"
 
16272
/* confdefs.h.  */
 
16273
_ACEOF
 
16274
cat confdefs.h >>conftest.$ac_ext
 
16275
cat >>conftest.$ac_ext <<_ACEOF
 
16276
/* end confdefs.h.  */
15197
16277
#include <libintl.h>
15198
16278
extern int _nl_msg_cat_cntr;
15199
16279
extern
15225
16305
  gt_cv_func_gnugettext1_libintl=yes
15226
16306
else
15227
16307
  echo "$as_me: failed program was:" >&5
15228
 
cat conftest.$ac_ext >&5
 
16308
sed 's/^/| /' conftest.$ac_ext >&5
 
16309
 
15229
16310
gt_cv_func_gnugettext1_libintl=no
15230
16311
fi
15231
16312
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15233
16314
              LIBS="$LIBS $LIBICONV"
15234
16315
              cat >conftest.$ac_ext <<_ACEOF
15235
16316
#line $LINENO "configure"
15236
 
#include "confdefs.h"
 
16317
/* confdefs.h.  */
 
16318
_ACEOF
 
16319
cat confdefs.h >>conftest.$ac_ext
 
16320
cat >>conftest.$ac_ext <<_ACEOF
 
16321
/* end confdefs.h.  */
15237
16322
#include <libintl.h>
15238
16323
extern int _nl_msg_cat_cntr;
15239
16324
extern
15268
16353
 
15269
16354
else
15270
16355
  echo "$as_me: failed program was:" >&5
15271
 
cat conftest.$ac_ext >&5
 
16356
sed 's/^/| /' conftest.$ac_ext >&5
 
16357
 
15272
16358
fi
15273
16359
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15274
16360
            fi
15408
16494
 
15409
16495
 
15410
16496
case "$target" in
15411
 
  i[3456]86-*-linux-*) ARCH="-D__I386__ -D__LINUX__" ;;
 
16497
  i[34]86-*-linux-*) ARCH="-D__I386__ -D__LINUX__" ;;
 
16498
  i[56]86-*-linux-*) ARCH="-O3 -mcpu=pentium -DPENT_COUNTER -DX86_ASSEMBLY -D__LINUX__" ;;
15412
16499
  sparc-*-linux-*) ARCH="-D__SPARC__ -D__LINUX__" ;;
15413
16500
  sparc*-sun-solaris*) ARCH="-D__SPARC__ -D__SOL__" ;;   alpha*-*-*-*) ARCH="-D__ALPHA__ -D__LINUX__" ;;
15414
16501
  arm*-*-linux-*) ARCH="-D__ARM__ -D__LINUX__" ;;
15423
16510
  sh-*-linux-*) ARCH="-D__LINUX__" ;;
15424
16511
esac
15425
16512
 
15426
 
CFLAGS="$CFLAGS $ARCH -Wall -DDEBUGGER -DPENT_COUNTER"
 
16513
CFLAGS="$CFLAGS $ARCH -Wall -DDEBUGGER"
15427
16514
 
15428
16515
 
15429
16516
                                                                                                                                  ac_config_files="$ac_config_files Makefile help/Makefile intl/Makefile man/Makefile misc/Makefile pixmaps/Makefile po/Makefile.in ROMs/Makefile skins/Makefile src/Makefile win32/Makefile tiemu.lsm tiemu.spec"
15472
16559
     t end
15473
16560
     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15474
16561
     : end' >>confcache
15475
 
if cmp -s $cache_file confcache; then :; else
 
16562
if diff $cache_file confcache >/dev/null 2>&1; then :; else
15476
16563
  if test -w $cache_file; then
15477
16564
    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15478
16565
    cat confcache >$cache_file
15518
16605
LTLIBOBJS=$ac_ltlibobjs
15519
16606
 
15520
16607
 
 
16608
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
16609
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
16610
Usually this means the macro was only invoked conditionally." >&5
 
16611
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
16612
Usually this means the macro was only invoked conditionally." >&2;}
 
16613
   { (exit 1); exit 1; }; }
 
16614
fi
 
16615
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
16616
  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
16617
Usually this means the macro was only invoked conditionally." >&5
 
16618
echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
16619
Usually this means the macro was only invoked conditionally." >&2;}
 
16620
   { (exit 1); exit 1; }; }
 
16621
fi
15521
16622
 
15522
16623
: ${CONFIG_STATUS=./config.status}
15523
16624
ac_clean_files_save=$ac_clean_files
15532
16633
# configure, is in config.log if it exists.
15533
16634
 
15534
16635
debug=false
 
16636
ac_cs_recheck=false
 
16637
ac_cs_silent=false
15535
16638
SHELL=\${CONFIG_SHELL-$SHELL}
15536
16639
_ACEOF
15537
16640
 
15566
16669
PS4='+ '
15567
16670
 
15568
16671
# NLS nuisances.
15569
 
for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
 
16672
for as_var in \
 
16673
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
16674
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
16675
  LC_TELEPHONE LC_TIME
15570
16676
do
15571
16677
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
15572
16678
    eval $as_var=C; export $as_var
15612
16718
 
15613
16719
# The user is always right.
15614
16720
if test "${PATH_SEPARATOR+set}" != set; then
15615
 
  echo "#! /bin/sh" >conftest.sh
15616
 
  echo  "exit 0"   >>conftest.sh
15617
 
  chmod +x conftest.sh
15618
 
  if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
 
16721
  echo "#! /bin/sh" >conf$$.sh
 
16722
  echo  "exit 0"   >>conf$$.sh
 
16723
  chmod +x conf$$.sh
 
16724
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
15619
16725
    PATH_SEPARATOR=';'
15620
16726
  else
15621
16727
    PATH_SEPARATOR=:
15622
16728
  fi
15623
 
  rm -f conftest.sh
 
16729
  rm -f conf$$.sh
15624
16730
fi
15625
16731
 
15626
16732
 
15783
16889
cat >&5 <<_CSEOF
15784
16890
 
15785
16891
This file was extended by $as_me, which was
15786
 
generated by GNU Autoconf 2.54.  Invocation command line was
 
16892
generated by GNU Autoconf 2.57.  Invocation command line was
15787
16893
 
15788
16894
  CONFIG_FILES    = $CONFIG_FILES
15789
16895
  CONFIG_HEADERS  = $CONFIG_HEADERS
15823
16929
 
15824
16930
  -h, --help       print this help, then exit
15825
16931
  -V, --version    print version number, then exit
 
16932
  -q, --quiet      do not print progress messages
15826
16933
  -d, --debug      don't remove temporary files
15827
16934
      --recheck    update $as_me by reconfiguring in the same conditions
15828
16935
  --file=FILE[:TEMPLATE]
15845
16952
cat >>$CONFIG_STATUS <<_ACEOF
15846
16953
ac_cs_version="\\
15847
16954
config.status
15848
 
configured by $0, generated by GNU Autoconf 2.54,
 
16955
configured by $0, generated by GNU Autoconf 2.57,
15849
16956
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
15850
16957
 
15851
16958
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
15882
16989
  case $ac_option in
15883
16990
  # Handling of the options.
15884
16991
_ACEOF
15885
 
cat >>$CONFIG_STATUS <<_ACEOF
 
16992
cat >>$CONFIG_STATUS <<\_ACEOF
15886
16993
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15887
 
    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
15888
 
    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
15889
 
_ACEOF
15890
 
cat >>$CONFIG_STATUS <<\_ACEOF
 
16994
    ac_cs_recheck=: ;;
15891
16995
  --version | --vers* | -V )
15892
16996
    echo "$ac_cs_version"; exit 0 ;;
15893
16997
  --he | --h)
15909
17013
    $ac_shift
15910
17014
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
15911
17015
    ac_need_defaults=false;;
 
17016
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
17017
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
17018
    ac_cs_silent=: ;;
15912
17019
 
15913
17020
  # This is an error.
15914
17021
  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
15923
17030
  shift
15924
17031
done
15925
17032
 
 
17033
ac_configure_extra_args=
 
17034
 
 
17035
if $ac_cs_silent; then
 
17036
  exec 6>/dev/null
 
17037
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
17038
fi
 
17039
 
 
17040
_ACEOF
 
17041
cat >>$CONFIG_STATUS <<_ACEOF
 
17042
if \$ac_cs_recheck; then
 
17043
  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
17044
  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
17045
fi
 
17046
 
15926
17047
_ACEOF
15927
17048
 
15928
17049
cat >>$CONFIG_STATUS <<_ACEOF
15930
17051
# INIT-COMMANDS section.
15931
17052
#
15932
17053
 
15933
 
AMDEP_TRUE="$AMDEP_TRUE"
15934
 
ac_aux_dir="$ac_aux_dir"
 
17054
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15935
17055
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15936
17056
    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15937
17057
    # from automake.
15962
17082
  "win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES win32/Makefile" ;;
15963
17083
  "tiemu.lsm" ) CONFIG_FILES="$CONFIG_FILES tiemu.lsm" ;;
15964
17084
  "tiemu.spec" ) CONFIG_FILES="$CONFIG_FILES tiemu.spec" ;;
 
17085
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15965
17086
  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15966
 
  "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
15967
17087
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
15968
17088
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
15969
17089
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
15981
17101
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15982
17102
fi
15983
17103
 
 
17104
# Have a temporary directory for convenience.  Make it in the build tree
 
17105
# simply because there is no reason to put it here, and in addition,
 
17106
# creating and moving files from /tmp can sometimes cause problems.
15984
17107
# Create a temporary directory, and hook for its removal unless debugging.
15985
17108
$debug ||
15986
17109
{
15989
17112
}
15990
17113
 
15991
17114
# Create a (secure) tmp directory for tmp files.
15992
 
: ${TMPDIR=/tmp}
 
17115
 
15993
17116
{
15994
 
  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
 
17117
  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
15995
17118
  test -n "$tmp" && test -d "$tmp"
15996
17119
}  ||
15997
17120
{
15998
 
  tmp=$TMPDIR/cs$$-$RANDOM
 
17121
  tmp=./confstat$$-$RANDOM
15999
17122
  (umask 077 && mkdir $tmp)
16000
17123
} ||
16001
17124
{
16002
 
   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
 
17125
   echo "$me: cannot create a temporary directory in ." >&2
16003
17126
   { (exit 1); exit 1; }
16004
17127
}
16005
17128
 
16061
17184
s,@target_cpu@,$target_cpu,;t t
16062
17185
s,@target_vendor@,$target_vendor,;t t
16063
17186
s,@target_os@,$target_os,;t t
 
17187
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
 
17188
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
 
17189
s,@MAINT@,$MAINT,;t t
16064
17190
s,@CC@,$CC,;t t
16065
17191
s,@CFLAGS@,$CFLAGS,;t t
16066
17192
s,@LDFLAGS@,$LDFLAGS,;t t
16090
17216
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
16091
17217
s,@AWK@,$AWK,;t t
16092
17218
s,@SET_MAKE@,$SET_MAKE,;t t
 
17219
s,@DEPDIR@,$DEPDIR,;t t
 
17220
s,@am__include@,$am__include,;t t
 
17221
s,@am__quote@,$am__quote,;t t
16093
17222
s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
16094
17223
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
16095
17224
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
16096
 
s,@DEPDIR@,$DEPDIR,;t t
16097
 
s,@am__include@,$am__include,;t t
16098
 
s,@am__quote@,$am__quote,;t t
16099
17225
s,@CCDEPMODE@,$CCDEPMODE,;t t
16100
17226
s,@SDL_CONFIG@,$SDL_CONFIG,;t t
16101
17227
s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
16507
17633
  cat $tmp/in >>$tmp/config.h
16508
17634
  rm -f $tmp/in
16509
17635
  if test x"$ac_file" != x-; then
16510
 
    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
 
17636
    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
16511
17637
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
16512
17638
echo "$as_me: $ac_file is unchanged" >&6;}
16513
17639
    else
16558
17684
  # Run the commands associated with the file.
16559
17685
  case $ac_file in
16560
17686
    config.h ) # update the timestamp
16561
 
echo timestamp >"./stamp-h1"
 
17687
echo 'timestamp for config.h' >"./stamp-h1"
16562
17688
 ;;
16563
17689
  esac
16564
17690
done
16619
17745
  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
16620
17746
echo "$as_me: executing $ac_dest commands" >&6;}
16621
17747
  case $ac_dest in
16622
 
    default-1 )
16623
 
test x"$AMDEP_TRUE" != x"" ||
16624
 
for mf in $CONFIG_FILES; do
16625
 
  case "$mf" in
16626
 
  Makefile) dirpart=.;;
16627
 
  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
16628
 
  *) continue;;
16629
 
  esac
 
17748
    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
17749
  # Strip MF so we end up with the name of the file.
 
17750
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
17751
  # Check whether this is an Automake generated Makefile or not.
 
17752
  # We used to match only the files named `Makefile.in', but
 
17753
  # some people rename them; so instead we look at the file content.
 
17754
  # Grep'ing the first line is not enough: some people post-process
 
17755
  # each Makefile.in and add a new line on top of each file to say so.
 
17756
  # So let's grep whole file.
 
17757
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
17758
    dirpart=`(dirname "$mf") 2>/dev/null ||
 
17759
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
17760
         X"$mf" : 'X\(//\)[^/]' \| \
 
17761
         X"$mf" : 'X\(//\)$' \| \
 
17762
         X"$mf" : 'X\(/\)' \| \
 
17763
         .     : '\(.\)' 2>/dev/null ||
 
17764
echo X"$mf" |
 
17765
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
17766
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
17767
          /^X\(\/\/\)$/{ s//\1/; q; }
 
17768
          /^X\(\/\).*/{ s//\1/; q; }
 
17769
          s/.*/./; q'`
 
17770
  else
 
17771
    continue
 
17772
  fi
16630
17773
  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
16631
17774
  # Extract the definition of DEP_FILES from the Makefile without
16632
17775
  # running `make'.
16651
17794
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16652
17795
    # Make sure the directory exists.
16653
17796
    test -f "$dirpart/$file" && continue
16654
 
    fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
16655
 
    $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
 
17797
    fdir=`(dirname "$file") 2>/dev/null ||
 
17798
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
17799
         X"$file" : 'X\(//\)[^/]' \| \
 
17800
         X"$file" : 'X\(//\)$' \| \
 
17801
         X"$file" : 'X\(/\)' \| \
 
17802
         .     : '\(.\)' 2>/dev/null ||
 
17803
echo X"$file" |
 
17804
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
17805
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
17806
          /^X\(\/\/\)$/{ s//\1/; q; }
 
17807
          /^X\(\/\).*/{ s//\1/; q; }
 
17808
          s/.*/./; q'`
 
17809
    { if $as_mkdir_p; then
 
17810
    mkdir -p $dirpart/$fdir
 
17811
  else
 
17812
    as_dir=$dirpart/$fdir
 
17813
    as_dirs=
 
17814
    while test ! -d "$as_dir"; do
 
17815
      as_dirs="$as_dir $as_dirs"
 
17816
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
17817
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
17818
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
17819
         X"$as_dir" : 'X\(//\)$' \| \
 
17820
         X"$as_dir" : 'X\(/\)' \| \
 
17821
         .     : '\(.\)' 2>/dev/null ||
 
17822
echo X"$as_dir" |
 
17823
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
17824
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
17825
          /^X\(\/\/\)$/{ s//\1/; q; }
 
17826
          /^X\(\/\).*/{ s//\1/; q; }
 
17827
          s/.*/./; q'`
 
17828
    done
 
17829
    test ! -n "$as_dirs" || mkdir $as_dirs
 
17830
  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 
17831
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 
17832
   { (exit 1); exit 1; }; }; }
 
17833
 
16656
17834
    # echo "creating $dirpart/$file"
16657
17835
    echo '# dummy' > "$dirpart/$file"
16658
17836
  done
16659
17837
done
16660
17838
 ;;
16661
 
    default-2 )
 
17839
    default-1 )
16662
17840
    for ac_file in $CONFIG_FILES; do
16663
17841
      # Support "outfile[:infile[:infile...]]"
16664
17842
      case "$ac_file" in
16776
17954
# need to make the FD available again.
16777
17955
if test "$no_create" != yes; then
16778
17956
  ac_cs_success=:
 
17957
  ac_config_status_args=
 
17958
  test "$silent" = yes &&
 
17959
    ac_config_status_args="$ac_config_status_args --quiet"
16779
17960
  exec 5>/dev/null
16780
 
  $SHELL $CONFIG_STATUS || ac_cs_success=false
 
17961
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16781
17962
  exec 5>>config.log
16782
17963
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16783
17964
  # would make configure fail if this is the last instruction.