~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to src/modules/rlm_unix/configure

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
 
 
2
# From configure.in Revision: 1.4 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated automatically using autoconf version 2.13 
5
 
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 
4
# Generated by GNU Autoconf 2.59.
6
5
#
 
6
# Copyright (C) 2003 Free Software Foundation, Inc.
7
7
# This configure script is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy, distribute and modify it.
9
 
 
10
 
# Defaults:
11
 
ac_help=
 
9
## --------------------- ##
 
10
## M4sh Initialization.  ##
 
11
## --------------------- ##
 
12
 
 
13
# Be Bourne compatible
 
14
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
15
  emulate sh
 
16
  NULLCMD=:
 
17
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
18
  # is contrary to our usage.  Disable this feature.
 
19
  alias -g '${1+"$@"}'='"$@"'
 
20
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 
21
  set -o posix
 
22
fi
 
23
DUALCASE=1; export DUALCASE # for MKS sh
 
24
 
 
25
# Support unset when possible.
 
26
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
27
  as_unset=unset
 
28
else
 
29
  as_unset=false
 
30
fi
 
31
 
 
32
 
 
33
# Work around bugs in pre-3.0 UWIN ksh.
 
34
$as_unset ENV MAIL MAILPATH
 
35
PS1='$ '
 
36
PS2='> '
 
37
PS4='+ '
 
38
 
 
39
# NLS nuisances.
 
40
for as_var in \
 
41
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
42
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
43
  LC_TELEPHONE LC_TIME
 
44
do
 
45
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
46
    eval $as_var=C; export $as_var
 
47
  else
 
48
    $as_unset $as_var
 
49
  fi
 
50
done
 
51
 
 
52
# Required to use basename.
 
53
if expr a : '\(a\)' >/dev/null 2>&1; then
 
54
  as_expr=expr
 
55
else
 
56
  as_expr=false
 
57
fi
 
58
 
 
59
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
60
  as_basename=basename
 
61
else
 
62
  as_basename=false
 
63
fi
 
64
 
 
65
 
 
66
# Name of the executable.
 
67
as_me=`$as_basename "$0" ||
 
68
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
69
         X"$0" : 'X\(//\)$' \| \
 
70
         X"$0" : 'X\(/\)$' \| \
 
71
         .     : '\(.\)' 2>/dev/null ||
 
72
echo X/"$0" |
 
73
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 
74
          /^X\/\(\/\/\)$/{ s//\1/; q; }
 
75
          /^X\/\(\/\).*/{ s//\1/; q; }
 
76
          s/.*/./; q'`
 
77
 
 
78
 
 
79
# PATH needs CR, and LINENO needs CR and PATH.
 
80
# Avoid depending upon Character Ranges.
 
81
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
82
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
83
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
84
as_cr_digits='0123456789'
 
85
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
86
 
 
87
# The user is always right.
 
88
if test "${PATH_SEPARATOR+set}" != set; then
 
89
  echo "#! /bin/sh" >conf$$.sh
 
90
  echo  "exit 0"   >>conf$$.sh
 
91
  chmod +x conf$$.sh
 
92
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
93
    PATH_SEPARATOR=';'
 
94
  else
 
95
    PATH_SEPARATOR=:
 
96
  fi
 
97
  rm -f conf$$.sh
 
98
fi
 
99
 
 
100
 
 
101
  as_lineno_1=$LINENO
 
102
  as_lineno_2=$LINENO
 
103
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
104
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
105
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 
106
  # Find who we are.  Look in the path if we contain no path at all
 
107
  # relative or not.
 
108
  case $0 in
 
109
    *[\\/]* ) as_myself=$0 ;;
 
110
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
111
for as_dir in $PATH
 
112
do
 
113
  IFS=$as_save_IFS
 
114
  test -z "$as_dir" && as_dir=.
 
115
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
116
done
 
117
 
 
118
       ;;
 
119
  esac
 
120
  # We did not find ourselves, most probably we were run as `sh COMMAND'
 
121
  # in which case we are not to be found in the path.
 
122
  if test "x$as_myself" = x; then
 
123
    as_myself=$0
 
124
  fi
 
125
  if test ! -f "$as_myself"; then
 
126
    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
 
127
   { (exit 1); exit 1; }; }
 
128
  fi
 
129
  case $CONFIG_SHELL in
 
130
  '')
 
131
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
132
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
133
do
 
134
  IFS=$as_save_IFS
 
135
  test -z "$as_dir" && as_dir=.
 
136
  for as_base in sh bash ksh sh5; do
 
137
         case $as_dir in
 
138
         /*)
 
139
           if ("$as_dir/$as_base" -c '
 
140
  as_lineno_1=$LINENO
 
141
  as_lineno_2=$LINENO
 
142
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
143
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
144
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 
145
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 
146
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 
147
             CONFIG_SHELL=$as_dir/$as_base
 
148
             export CONFIG_SHELL
 
149
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 
150
           fi;;
 
151
         esac
 
152
       done
 
153
done
 
154
;;
 
155
  esac
 
156
 
 
157
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
158
  # uniformly replaced by the line number.  The first 'sed' inserts a
 
159
  # line-number line before each line; the second 'sed' does the real
 
160
  # work.  The second script uses 'N' to pair each line-number line
 
161
  # with the numbered line, and appends trailing '-' during
 
162
  # substitution so that $LINENO is not a special case at line end.
 
163
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
164
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 
165
  sed '=' <$as_myself |
 
166
    sed '
 
167
      N
 
168
      s,$,-,
 
169
      : loop
 
170
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
171
      t loop
 
172
      s,-$,,
 
173
      s,^['$as_cr_digits']*\n,,
 
174
    ' >$as_me.lineno &&
 
175
  chmod +x $as_me.lineno ||
 
176
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
177
   { (exit 1); exit 1; }; }
 
178
 
 
179
  # Don't try to exec as it changes $[0], causing all sort of problems
 
180
  # (the dirname of $[0] is not the place where we might find the
 
181
  # original and so on.  Autoconf is especially sensible to this).
 
182
  . ./$as_me.lineno
 
183
  # Exit status is that of the last command.
 
184
  exit
 
185
}
 
186
 
 
187
 
 
188
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 
189
  *c*,-n*) ECHO_N= ECHO_C='
 
190
' ECHO_T='      ' ;;
 
191
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 
192
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
193
esac
 
194
 
 
195
if expr a : '\(a\)' >/dev/null 2>&1; then
 
196
  as_expr=expr
 
197
else
 
198
  as_expr=false
 
199
fi
 
200
 
 
201
rm -f conf$$ conf$$.exe conf$$.file
 
202
echo >conf$$.file
 
203
if ln -s conf$$.file conf$$ 2>/dev/null; then
 
204
  # We could just check for DJGPP; but this test a) works b) is more generic
 
205
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 
206
  if test -f conf$$.exe; then
 
207
    # Don't use ln at all; we don't have any links
 
208
    as_ln_s='cp -p'
 
209
  else
 
210
    as_ln_s='ln -s'
 
211
  fi
 
212
elif ln conf$$.file conf$$ 2>/dev/null; then
 
213
  as_ln_s=ln
 
214
else
 
215
  as_ln_s='cp -p'
 
216
fi
 
217
rm -f conf$$ conf$$.exe conf$$.file
 
218
 
 
219
if mkdir -p . 2>/dev/null; then
 
220
  as_mkdir_p=:
 
221
else
 
222
  test -d ./-p && rmdir ./-p
 
223
  as_mkdir_p=false
 
224
fi
 
225
 
 
226
as_executable_p="test -f"
 
227
 
 
228
# Sed expression to map a string onto a valid CPP name.
 
229
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
230
 
 
231
# Sed expression to map a string onto a valid variable name.
 
232
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
233
 
 
234
 
 
235
# IFS
 
236
# We need space, tab and new line, in precisely that order.
 
237
as_nl='
 
238
'
 
239
IFS="   $as_nl"
 
240
 
 
241
# CDPATH.
 
242
$as_unset CDPATH
 
243
 
 
244
 
 
245
# Name of the host.
 
246
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
247
# so uname gets run too.
 
248
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
249
 
 
250
exec 6>&1
 
251
 
 
252
#
 
253
# Initializations.
 
254
#
12
255
ac_default_prefix=/usr/local
13
 
# Any additions from configure.in:
 
256
ac_config_libobj_dir=.
 
257
cross_compiling=no
 
258
subdirs=
 
259
MFLAGS=
 
260
MAKEFLAGS=
 
261
SHELL=${CONFIG_SHELL-/bin/sh}
 
262
 
 
263
# Maximum number of lines to put in a shell here document.
 
264
# This variable seems obsolete.  It should probably be removed, and
 
265
# only ac_max_sed_lines should be used.
 
266
: ${ac_max_here_lines=38}
 
267
 
 
268
# Identity of this package.
 
269
PACKAGE_NAME=
 
270
PACKAGE_TARNAME=
 
271
PACKAGE_VERSION=
 
272
PACKAGE_STRING=
 
273
PACKAGE_BUGREPORT=
 
274
 
 
275
ac_unique_file="rlm_unix.c"
 
276
# Factoring default headers for most tests.
 
277
ac_includes_default="\
 
278
#include <stdio.h>
 
279
#if HAVE_SYS_TYPES_H
 
280
# include <sys/types.h>
 
281
#endif
 
282
#if HAVE_SYS_STAT_H
 
283
# include <sys/stat.h>
 
284
#endif
 
285
#if STDC_HEADERS
 
286
# include <stdlib.h>
 
287
# include <stddef.h>
 
288
#else
 
289
# if HAVE_STDLIB_H
 
290
#  include <stdlib.h>
 
291
# endif
 
292
#endif
 
293
#if HAVE_STRING_H
 
294
# if !STDC_HEADERS && HAVE_MEMORY_H
 
295
#  include <memory.h>
 
296
# endif
 
297
# include <string.h>
 
298
#endif
 
299
#if HAVE_STRINGS_H
 
300
# include <strings.h>
 
301
#endif
 
302
#if HAVE_INTTYPES_H
 
303
# include <inttypes.h>
 
304
#else
 
305
# if HAVE_STDINT_H
 
306
#  include <stdint.h>
 
307
# endif
 
308
#endif
 
309
#if HAVE_UNISTD_H
 
310
# include <unistd.h>
 
311
#endif"
 
312
 
 
313
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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP unix_ldflags unix_cflags targetname LIBOBJS LTLIBOBJS'
 
314
ac_subst_files=''
14
315
 
15
316
# Initialize some variables set by options.
 
317
ac_init_help=
 
318
ac_init_version=false
16
319
# The variables have the same names as the options, with
17
320
# dashes changed to underlines.
18
 
build=NONE
19
 
cache_file=./config.cache
 
321
cache_file=/dev/null
20
322
exec_prefix=NONE
21
 
host=NONE
22
323
no_create=
23
 
nonopt=NONE
24
324
no_recursion=
25
325
prefix=NONE
26
326
program_prefix=NONE
29
329
silent=
30
330
site=
31
331
srcdir=
32
 
target=NONE
33
332
verbose=
34
333
x_includes=NONE
35
334
x_libraries=NONE
 
335
 
 
336
# Installation directory options.
 
337
# These are left unexpanded so users can "make install exec_prefix=/foo"
 
338
# and all the variables that are supposed to be based on exec_prefix
 
339
# by default will actually change.
 
340
# Use braces instead of parens because sh, perl, etc. also accept them.
36
341
bindir='${exec_prefix}/bin'
37
342
sbindir='${exec_prefix}/sbin'
38
343
libexecdir='${exec_prefix}/libexec'
46
351
infodir='${prefix}/info'
47
352
mandir='${prefix}/man'
48
353
 
49
 
# Initialize some other variables.
50
 
subdirs=
51
 
MFLAGS= MAKEFLAGS=
52
 
SHELL=${CONFIG_SHELL-/bin/sh}
53
 
# Maximum number of lines to put in a shell here document.
54
 
ac_max_here_lines=12
55
 
 
56
354
ac_prev=
57
355
for ac_option
58
356
do
59
 
 
60
357
  # If the previous option needs an argument, assign it.
61
358
  if test -n "$ac_prev"; then
62
359
    eval "$ac_prev=\$ac_option"
64
361
    continue
65
362
  fi
66
363
 
67
 
  case "$ac_option" in
68
 
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69
 
  *) ac_optarg= ;;
70
 
  esac
 
364
  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
71
365
 
72
366
  # Accept the important Cygnus configure options, so we can diagnose typos.
73
367
 
74
 
  case "$ac_option" in
 
368
  case $ac_option in
75
369
 
76
370
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
77
371
    ac_prev=bindir ;;
78
372
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79
 
    bindir="$ac_optarg" ;;
 
373
    bindir=$ac_optarg ;;
80
374
 
81
375
  -build | --build | --buil | --bui | --bu)
82
 
    ac_prev=build ;;
 
376
    ac_prev=build_alias ;;
83
377
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84
 
    build="$ac_optarg" ;;
 
378
    build_alias=$ac_optarg ;;
85
379
 
86
380
  -cache-file | --cache-file | --cache-fil | --cache-fi \
87
381
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88
382
    ac_prev=cache_file ;;
89
383
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90
384
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91
 
    cache_file="$ac_optarg" ;;
 
385
    cache_file=$ac_optarg ;;
 
386
 
 
387
  --config-cache | -C)
 
388
    cache_file=config.cache ;;
92
389
 
93
390
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94
391
    ac_prev=datadir ;;
95
392
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96
393
  | --da=*)
97
 
    datadir="$ac_optarg" ;;
 
394
    datadir=$ac_optarg ;;
98
395
 
99
396
  -disable-* | --disable-*)
100
 
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
 
397
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
101
398
    # Reject names that are not valid shell variable names.
102
 
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103
 
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104
 
    fi
105
 
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106
 
    eval "enable_${ac_feature}=no" ;;
 
399
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
400
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
401
   { (exit 1); exit 1; }; }
 
402
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
403
    eval "enable_$ac_feature=no" ;;
107
404
 
108
405
  -enable-* | --enable-*)
109
 
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
 
406
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
110
407
    # Reject names that are not valid shell variable names.
111
 
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112
 
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113
 
    fi
114
 
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115
 
    case "$ac_option" in
116
 
      *=*) ;;
 
408
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
409
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
410
   { (exit 1); exit 1; }; }
 
411
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
412
    case $ac_option in
 
413
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
117
414
      *) ac_optarg=yes ;;
118
415
    esac
119
 
    eval "enable_${ac_feature}='$ac_optarg'" ;;
 
416
    eval "enable_$ac_feature='$ac_optarg'" ;;
120
417
 
121
418
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122
419
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
125
422
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126
423
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127
424
  | --exec=* | --exe=* | --ex=*)
128
 
    exec_prefix="$ac_optarg" ;;
 
425
    exec_prefix=$ac_optarg ;;
129
426
 
130
427
  -gas | --gas | --ga | --g)
131
428
    # Obsolete; use --with-gas.
132
429
    with_gas=yes ;;
133
430
 
134
 
  -help | --help | --hel | --he)
135
 
    # Omit some internal or obsolete options to make the list less imposing.
136
 
    # This message is too long to be a string in the A/UX 3.1 sh.
137
 
    cat << EOF
138
 
Usage: configure [options] [host]
139
 
Options: [defaults in brackets after descriptions]
140
 
Configuration:
141
 
  --cache-file=FILE       cache test results in FILE
142
 
  --help                  print this message
143
 
  --no-create             do not create output files
144
 
  --quiet, --silent       do not print \`checking...' messages
145
 
  --version               print the version of autoconf that created configure
146
 
Directory and file names:
147
 
  --prefix=PREFIX         install architecture-independent files in PREFIX
148
 
                          [$ac_default_prefix]
149
 
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
150
 
                          [same as prefix]
151
 
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
152
 
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
153
 
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
154
 
  --datadir=DIR           read-only architecture-independent data in DIR
155
 
                          [PREFIX/share]
156
 
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
157
 
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
158
 
                          [PREFIX/com]
159
 
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
160
 
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
161
 
  --includedir=DIR        C header files in DIR [PREFIX/include]
162
 
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
163
 
  --infodir=DIR           info documentation in DIR [PREFIX/info]
164
 
  --mandir=DIR            man documentation in DIR [PREFIX/man]
165
 
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
166
 
  --program-prefix=PREFIX prepend PREFIX to installed program names
167
 
  --program-suffix=SUFFIX append SUFFIX to installed program names
168
 
  --program-transform-name=PROGRAM
169
 
                          run sed PROGRAM on installed program names
170
 
EOF
171
 
    cat << EOF
172
 
Host type:
173
 
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
174
 
  --host=HOST             configure for HOST [guessed]
175
 
  --target=TARGET         configure for TARGET [TARGET=HOST]
176
 
Features and packages:
177
 
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
178
 
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
179
 
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
180
 
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
181
 
  --x-includes=DIR        X include files are in DIR
182
 
  --x-libraries=DIR       X library files are in DIR
183
 
EOF
184
 
    if test -n "$ac_help"; then
185
 
      echo "--enable and --with options recognized:$ac_help"
186
 
    fi
187
 
    exit 0 ;;
 
431
  -help | --help | --hel | --he | -h)
 
432
    ac_init_help=long ;;
 
433
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
 
434
    ac_init_help=recursive ;;
 
435
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
 
436
    ac_init_help=short ;;
188
437
 
189
438
  -host | --host | --hos | --ho)
190
 
    ac_prev=host ;;
 
439
    ac_prev=host_alias ;;
191
440
  -host=* | --host=* | --hos=* | --ho=*)
192
 
    host="$ac_optarg" ;;
 
441
    host_alias=$ac_optarg ;;
193
442
 
194
443
  -includedir | --includedir | --includedi | --included | --include \
195
444
  | --includ | --inclu | --incl | --inc)
196
445
    ac_prev=includedir ;;
197
446
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198
447
  | --includ=* | --inclu=* | --incl=* | --inc=*)
199
 
    includedir="$ac_optarg" ;;
 
448
    includedir=$ac_optarg ;;
200
449
 
201
450
  -infodir | --infodir | --infodi | --infod | --info | --inf)
202
451
    ac_prev=infodir ;;
203
452
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204
 
    infodir="$ac_optarg" ;;
 
453
    infodir=$ac_optarg ;;
205
454
 
206
455
  -libdir | --libdir | --libdi | --libd)
207
456
    ac_prev=libdir ;;
208
457
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
209
 
    libdir="$ac_optarg" ;;
 
458
    libdir=$ac_optarg ;;
210
459
 
211
460
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212
461
  | --libexe | --libex | --libe)
213
462
    ac_prev=libexecdir ;;
214
463
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215
464
  | --libexe=* | --libex=* | --libe=*)
216
 
    libexecdir="$ac_optarg" ;;
 
465
    libexecdir=$ac_optarg ;;
217
466
 
218
467
  -localstatedir | --localstatedir | --localstatedi | --localstated \
219
468
  | --localstate | --localstat | --localsta | --localst \
222
471
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223
472
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224
473
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225
 
    localstatedir="$ac_optarg" ;;
 
474
    localstatedir=$ac_optarg ;;
226
475
 
227
476
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
228
477
    ac_prev=mandir ;;
229
478
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230
 
    mandir="$ac_optarg" ;;
 
479
    mandir=$ac_optarg ;;
231
480
 
232
481
  -nfp | --nfp | --nf)
233
482
    # Obsolete; use --without-fp.
234
483
    with_fp=no ;;
235
484
 
236
485
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
237
 
  | --no-cr | --no-c)
 
486
  | --no-cr | --no-c | -n)
238
487
    no_create=yes ;;
239
488
 
240
489
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
248
497
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249
498
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250
499
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251
 
    oldincludedir="$ac_optarg" ;;
 
500
    oldincludedir=$ac_optarg ;;
252
501
 
253
502
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
254
503
    ac_prev=prefix ;;
255
504
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256
 
    prefix="$ac_optarg" ;;
 
505
    prefix=$ac_optarg ;;
257
506
 
258
507
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
259
508
  | --program-pre | --program-pr | --program-p)
260
509
    ac_prev=program_prefix ;;
261
510
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
262
511
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263
 
    program_prefix="$ac_optarg" ;;
 
512
    program_prefix=$ac_optarg ;;
264
513
 
265
514
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
266
515
  | --program-suf | --program-su | --program-s)
267
516
    ac_prev=program_suffix ;;
268
517
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
269
518
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270
 
    program_suffix="$ac_optarg" ;;
 
519
    program_suffix=$ac_optarg ;;
271
520
 
272
521
  -program-transform-name | --program-transform-name \
273
522
  | --program-transform-nam | --program-transform-na \
284
533
  | --program-transfo=* | --program-transf=* \
285
534
  | --program-trans=* | --program-tran=* \
286
535
  | --progr-tra=* | --program-tr=* | --program-t=*)
287
 
    program_transform_name="$ac_optarg" ;;
 
536
    program_transform_name=$ac_optarg ;;
288
537
 
289
538
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290
539
  | -silent | --silent | --silen | --sile | --sil)
294
543
    ac_prev=sbindir ;;
295
544
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
296
545
  | --sbi=* | --sb=*)
297
 
    sbindir="$ac_optarg" ;;
 
546
    sbindir=$ac_optarg ;;
298
547
 
299
548
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
300
549
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
305
554
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306
555
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
307
556
  | --sha=* | --sh=*)
308
 
    sharedstatedir="$ac_optarg" ;;
 
557
    sharedstatedir=$ac_optarg ;;
309
558
 
310
559
  -site | --site | --sit)
311
560
    ac_prev=site ;;
312
561
  -site=* | --site=* | --sit=*)
313
 
    site="$ac_optarg" ;;
 
562
    site=$ac_optarg ;;
314
563
 
315
564
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
316
565
    ac_prev=srcdir ;;
317
566
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318
 
    srcdir="$ac_optarg" ;;
 
567
    srcdir=$ac_optarg ;;
319
568
 
320
569
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321
570
  | --syscon | --sysco | --sysc | --sys | --sy)
322
571
    ac_prev=sysconfdir ;;
323
572
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324
573
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325
 
    sysconfdir="$ac_optarg" ;;
 
574
    sysconfdir=$ac_optarg ;;
326
575
 
327
576
  -target | --target | --targe | --targ | --tar | --ta | --t)
328
 
    ac_prev=target ;;
 
577
    ac_prev=target_alias ;;
329
578
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330
 
    target="$ac_optarg" ;;
 
579
    target_alias=$ac_optarg ;;
331
580
 
332
581
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
333
582
    verbose=yes ;;
334
583
 
335
 
  -version | --version | --versio | --versi | --vers)
336
 
    echo "configure generated by autoconf version 2.13"
337
 
    exit 0 ;;
 
584
  -version | --version | --versio | --versi | --vers | -V)
 
585
    ac_init_version=: ;;
338
586
 
339
587
  -with-* | --with-*)
340
 
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
 
588
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
341
589
    # Reject names that are not valid shell variable names.
342
 
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343
 
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344
 
    fi
 
590
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
591
      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
592
   { (exit 1); exit 1; }; }
345
593
    ac_package=`echo $ac_package| sed 's/-/_/g'`
346
 
    case "$ac_option" in
347
 
      *=*) ;;
 
594
    case $ac_option in
 
595
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
348
596
      *) ac_optarg=yes ;;
349
597
    esac
350
 
    eval "with_${ac_package}='$ac_optarg'" ;;
 
598
    eval "with_$ac_package='$ac_optarg'" ;;
351
599
 
352
600
  -without-* | --without-*)
353
 
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
 
601
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
354
602
    # Reject names that are not valid shell variable names.
355
 
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
356
 
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357
 
    fi
358
 
    ac_package=`echo $ac_package| sed 's/-/_/g'`
359
 
    eval "with_${ac_package}=no" ;;
 
603
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
604
      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
605
   { (exit 1); exit 1; }; }
 
606
    ac_package=`echo $ac_package | sed 's/-/_/g'`
 
607
    eval "with_$ac_package=no" ;;
360
608
 
361
609
  --x)
362
610
    # Obsolete; use --with-x.
367
615
    ac_prev=x_includes ;;
368
616
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369
617
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370
 
    x_includes="$ac_optarg" ;;
 
618
    x_includes=$ac_optarg ;;
371
619
 
372
620
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
373
621
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374
622
    ac_prev=x_libraries ;;
375
623
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376
624
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377
 
    x_libraries="$ac_optarg" ;;
 
625
    x_libraries=$ac_optarg ;;
378
626
 
379
 
  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
 
627
  -*) { echo "$as_me: error: unrecognized option: $ac_option
 
628
Try \`$0 --help' for more information." >&2
 
629
   { (exit 1); exit 1; }; }
380
630
    ;;
381
631
 
 
632
  *=*)
 
633
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
634
    # Reject names that are not valid shell variable names.
 
635
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
636
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
637
   { (exit 1); exit 1; }; }
 
638
    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
 
639
    eval "$ac_envvar='$ac_optarg'"
 
640
    export $ac_envvar ;;
 
641
 
382
642
  *)
383
 
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384
 
      echo "configure: warning: $ac_option: invalid host type" 1>&2
385
 
    fi
386
 
    if test "x$nonopt" != xNONE; then
387
 
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388
 
    fi
389
 
    nonopt="$ac_option"
 
643
    # FIXME: should be removed in autoconf 3.0.
 
644
    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
645
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
646
      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
647
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
390
648
    ;;
391
649
 
392
650
  esac
393
651
done
394
652
 
395
653
if test -n "$ac_prev"; then
396
 
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397
 
fi
398
 
 
399
 
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
400
 
 
401
 
# File descriptor usage:
402
 
# 0 standard input
403
 
# 1 file creation
404
 
# 2 errors and warnings
405
 
# 3 some systems may open it to /dev/tty
406
 
# 4 used on the Kubota Titan
407
 
# 6 checking for... messages and results
408
 
# 5 compiler messages saved in config.log
409
 
if test "$silent" = yes; then
410
 
  exec 6>/dev/null
411
 
else
412
 
  exec 6>&1
413
 
fi
414
 
exec 5>./config.log
415
 
 
416
 
echo "\
417
 
This file contains any messages produced by compilers while
418
 
running configure, to aid debugging if configure makes a mistake.
419
 
" 1>&5
420
 
 
421
 
# Strip out --no-create and --no-recursion so they do not pile up.
422
 
# Also quote any args containing shell metacharacters.
423
 
ac_configure_args=
424
 
for ac_arg
425
 
do
426
 
  case "$ac_arg" in
427
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
428
 
  | --no-cr | --no-c) ;;
429
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
430
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
431
 
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
432
 
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
433
 
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
434
 
  esac
435
 
done
436
 
 
437
 
# NLS nuisances.
438
 
# Only set these to C if already set.  These must not be set unconditionally
439
 
# because not all systems understand e.g. LANG=C (notably SCO).
440
 
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
441
 
# Non-C LC_CTYPE values break the ctype check.
442
 
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
443
 
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444
 
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445
 
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
446
 
 
447
 
# confdefs.h avoids OS command line length limits that DEFS can exceed.
448
 
rm -rf conftest* confdefs.h
449
 
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
450
 
echo > confdefs.h
451
 
 
452
 
# A filename unique to this package, relative to the directory that
453
 
# configure is in, which we can look for to find out if srcdir is correct.
454
 
ac_unique_file=rlm_unix.c
 
654
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
655
  { echo "$as_me: error: missing argument to $ac_option" >&2
 
656
   { (exit 1); exit 1; }; }
 
657
fi
 
658
 
 
659
# Be sure to have absolute paths.
 
660
for ac_var in exec_prefix prefix
 
661
do
 
662
  eval ac_val=$`echo $ac_var`
 
663
  case $ac_val in
 
664
    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
 
665
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
666
   { (exit 1); exit 1; }; };;
 
667
  esac
 
668
done
 
669
 
 
670
# Be sure to have absolute paths.
 
671
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 
672
              localstatedir libdir includedir oldincludedir infodir mandir
 
673
do
 
674
  eval ac_val=$`echo $ac_var`
 
675
  case $ac_val in
 
676
    [\\/$]* | ?:[\\/]* ) ;;
 
677
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
678
   { (exit 1); exit 1; }; };;
 
679
  esac
 
680
done
 
681
 
 
682
# There might be people who depend on the old broken behavior: `$host'
 
683
# used to hold the argument of --host etc.
 
684
# FIXME: To remove some day.
 
685
build=$build_alias
 
686
host=$host_alias
 
687
target=$target_alias
 
688
 
 
689
# FIXME: To remove some day.
 
690
if test "x$host_alias" != x; then
 
691
  if test "x$build_alias" = x; then
 
692
    cross_compiling=maybe
 
693
    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
694
    If a cross compiler is detected then cross compile mode will be used." >&2
 
695
  elif test "x$build_alias" != "x$host_alias"; then
 
696
    cross_compiling=yes
 
697
  fi
 
698
fi
 
699
 
 
700
ac_tool_prefix=
 
701
test -n "$host_alias" && ac_tool_prefix=$host_alias-
 
702
 
 
703
test "$silent" = yes && exec 6>/dev/null
 
704
 
455
705
 
456
706
# Find the source files, if location was not specified.
457
707
if test -z "$srcdir"; then
458
708
  ac_srcdir_defaulted=yes
459
709
  # Try the directory containing this script, then its parent.
460
 
  ac_prog=$0
461
 
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
462
 
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
 
710
  ac_confdir=`(dirname "$0") 2>/dev/null ||
 
711
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
712
         X"$0" : 'X\(//\)[^/]' \| \
 
713
         X"$0" : 'X\(//\)$' \| \
 
714
         X"$0" : 'X\(/\)' \| \
 
715
         .     : '\(.\)' 2>/dev/null ||
 
716
echo X"$0" |
 
717
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
718
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
719
          /^X\(\/\/\)$/{ s//\1/; q; }
 
720
          /^X\(\/\).*/{ s//\1/; q; }
 
721
          s/.*/./; q'`
463
722
  srcdir=$ac_confdir
464
723
  if test ! -r $srcdir/$ac_unique_file; then
465
724
    srcdir=..
469
728
fi
470
729
if test ! -r $srcdir/$ac_unique_file; then
471
730
  if test "$ac_srcdir_defaulted" = yes; then
472
 
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
 
731
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
 
732
   { (exit 1); exit 1; }; }
473
733
  else
474
 
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
 
734
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
735
   { (exit 1); exit 1; }; }
475
736
  fi
476
737
fi
477
 
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
 
 
 
738
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
 
739
  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
 
740
   { (exit 1); exit 1; }; }
 
741
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 
742
ac_env_build_alias_set=${build_alias+set}
 
743
ac_env_build_alias_value=$build_alias
 
744
ac_cv_env_build_alias_set=${build_alias+set}
 
745
ac_cv_env_build_alias_value=$build_alias
 
746
ac_env_host_alias_set=${host_alias+set}
 
747
ac_env_host_alias_value=$host_alias
 
748
ac_cv_env_host_alias_set=${host_alias+set}
 
749
ac_cv_env_host_alias_value=$host_alias
 
750
ac_env_target_alias_set=${target_alias+set}
 
751
ac_env_target_alias_value=$target_alias
 
752
ac_cv_env_target_alias_set=${target_alias+set}
 
753
ac_cv_env_target_alias_value=$target_alias
 
754
ac_env_CC_set=${CC+set}
 
755
ac_env_CC_value=$CC
 
756
ac_cv_env_CC_set=${CC+set}
 
757
ac_cv_env_CC_value=$CC
 
758
ac_env_CFLAGS_set=${CFLAGS+set}
 
759
ac_env_CFLAGS_value=$CFLAGS
 
760
ac_cv_env_CFLAGS_set=${CFLAGS+set}
 
761
ac_cv_env_CFLAGS_value=$CFLAGS
 
762
ac_env_LDFLAGS_set=${LDFLAGS+set}
 
763
ac_env_LDFLAGS_value=$LDFLAGS
 
764
ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
 
765
ac_cv_env_LDFLAGS_value=$LDFLAGS
 
766
ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 
767
ac_env_CPPFLAGS_value=$CPPFLAGS
 
768
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 
769
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 
770
ac_env_CPP_set=${CPP+set}
 
771
ac_env_CPP_value=$CPP
 
772
ac_cv_env_CPP_set=${CPP+set}
 
773
ac_cv_env_CPP_value=$CPP
 
774
 
 
775
#
 
776
# Report the --help message.
 
777
#
 
778
if test "$ac_init_help" = "long"; then
 
779
  # Omit some internal or obsolete options to make the list less imposing.
 
780
  # This message is too long to be a string in the A/UX 3.1 sh.
 
781
  cat <<_ACEOF
 
782
\`configure' configures this package to adapt to many kinds of systems.
 
783
 
 
784
Usage: $0 [OPTION]... [VAR=VALUE]...
 
785
 
 
786
To assign environment variables (e.g., CC, CFLAGS...), specify them as
 
787
VAR=VALUE.  See below for descriptions of some of the useful variables.
 
788
 
 
789
Defaults for the options are specified in brackets.
 
790
 
 
791
Configuration:
 
792
  -h, --help              display this help and exit
 
793
      --help=short        display options specific to this package
 
794
      --help=recursive    display the short help of all the included packages
 
795
  -V, --version           display version information and exit
 
796
  -q, --quiet, --silent   do not print \`checking...' messages
 
797
      --cache-file=FILE   cache test results in FILE [disabled]
 
798
  -C, --config-cache      alias for \`--cache-file=config.cache'
 
799
  -n, --no-create         do not create output files
 
800
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 
801
 
 
802
_ACEOF
 
803
 
 
804
  cat <<_ACEOF
 
805
Installation directories:
 
806
  --prefix=PREFIX         install architecture-independent files in PREFIX
 
807
                          [$ac_default_prefix]
 
808
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
809
                          [PREFIX]
 
810
 
 
811
By default, \`make install' will install all the files in
 
812
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
813
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
 
814
for instance \`--prefix=\$HOME'.
 
815
 
 
816
For better control, use the options below.
 
817
 
 
818
Fine tuning of the installation directories:
 
819
  --bindir=DIR           user executables [EPREFIX/bin]
 
820
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
821
  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
822
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
 
823
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
824
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
825
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
826
  --libdir=DIR           object code libraries [EPREFIX/lib]
 
827
  --includedir=DIR       C header files [PREFIX/include]
 
828
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
829
  --infodir=DIR          info documentation [PREFIX/info]
 
830
  --mandir=DIR           man documentation [PREFIX/man]
 
831
_ACEOF
 
832
 
 
833
  cat <<\_ACEOF
 
834
_ACEOF
 
835
fi
 
836
 
 
837
if test -n "$ac_init_help"; then
 
838
 
 
839
  cat <<\_ACEOF
 
840
 
 
841
Some influential environment variables:
 
842
  CC          C compiler command
 
843
  CFLAGS      C compiler flags
 
844
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 
845
              nonstandard directory <lib dir>
 
846
  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 
847
              headers in a nonstandard directory <include dir>
 
848
  CPP         C preprocessor
 
849
 
 
850
Use these variables to override the choices made by `configure' or to help
 
851
it to find libraries and programs with nonstandard names/locations.
 
852
 
 
853
_ACEOF
 
854
fi
 
855
 
 
856
if test "$ac_init_help" = "recursive"; then
 
857
  # If there are subdirs, report their specific --help.
 
858
  ac_popdir=`pwd`
 
859
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
860
    test -d $ac_dir || continue
 
861
    ac_builddir=.
 
862
 
 
863
if test "$ac_dir" != .; then
 
864
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
865
  # A "../" for each directory in $ac_dir_suffix.
 
866
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
867
else
 
868
  ac_dir_suffix= ac_top_builddir=
 
869
fi
 
870
 
 
871
case $srcdir in
 
872
  .)  # No --srcdir option.  We are building in place.
 
873
    ac_srcdir=.
 
874
    if test -z "$ac_top_builddir"; then
 
875
       ac_top_srcdir=.
 
876
    else
 
877
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
878
    fi ;;
 
879
  [\\/]* | ?:[\\/]* )  # Absolute path.
 
880
    ac_srcdir=$srcdir$ac_dir_suffix;
 
881
    ac_top_srcdir=$srcdir ;;
 
882
  *) # Relative path.
 
883
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
884
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
885
esac
 
886
 
 
887
# Do not use `cd foo && pwd` to compute absolute paths, because
 
888
# the directories may not exist.
 
889
case `pwd` in
 
890
.) ac_abs_builddir="$ac_dir";;
 
891
*)
 
892
  case "$ac_dir" in
 
893
  .) ac_abs_builddir=`pwd`;;
 
894
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
895
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
896
  esac;;
 
897
esac
 
898
case $ac_abs_builddir in
 
899
.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
900
*)
 
901
  case ${ac_top_builddir}. in
 
902
  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
903
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
904
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
905
  esac;;
 
906
esac
 
907
case $ac_abs_builddir in
 
908
.) ac_abs_srcdir=$ac_srcdir;;
 
909
*)
 
910
  case $ac_srcdir in
 
911
  .) ac_abs_srcdir=$ac_abs_builddir;;
 
912
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
913
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
914
  esac;;
 
915
esac
 
916
case $ac_abs_builddir in
 
917
.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
918
*)
 
919
  case $ac_top_srcdir in
 
920
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
921
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
922
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
923
  esac;;
 
924
esac
 
925
 
 
926
    cd $ac_dir
 
927
    # Check for guested configure; otherwise get Cygnus style configure.
 
928
    if test -f $ac_srcdir/configure.gnu; then
 
929
      echo
 
930
      $SHELL $ac_srcdir/configure.gnu  --help=recursive
 
931
    elif test -f $ac_srcdir/configure; then
 
932
      echo
 
933
      $SHELL $ac_srcdir/configure  --help=recursive
 
934
    elif test -f $ac_srcdir/configure.ac ||
 
935
           test -f $ac_srcdir/configure.in; then
 
936
      echo
 
937
      $ac_configure --help
 
938
    else
 
939
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
940
    fi
 
941
    cd $ac_popdir
 
942
  done
 
943
fi
 
944
 
 
945
test -n "$ac_init_help" && exit 0
 
946
if $ac_init_version; then
 
947
  cat <<\_ACEOF
 
948
 
 
949
Copyright (C) 2003 Free Software Foundation, Inc.
 
950
This configure script is free software; the Free Software Foundation
 
951
gives unlimited permission to copy, distribute and modify it.
 
952
_ACEOF
 
953
  exit 0
 
954
fi
 
955
exec 5>config.log
 
956
cat >&5 <<_ACEOF
 
957
This file contains any messages produced by compilers while
 
958
running configure, to aid debugging if configure makes a mistake.
 
959
 
 
960
It was created by $as_me, which was
 
961
generated by GNU Autoconf 2.59.  Invocation command line was
 
962
 
 
963
  $ $0 $@
 
964
 
 
965
_ACEOF
 
966
{
 
967
cat <<_ASUNAME
 
968
## --------- ##
 
969
## Platform. ##
 
970
## --------- ##
 
971
 
 
972
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 
973
uname -m = `(uname -m) 2>/dev/null || echo unknown`
 
974
uname -r = `(uname -r) 2>/dev/null || echo unknown`
 
975
uname -s = `(uname -s) 2>/dev/null || echo unknown`
 
976
uname -v = `(uname -v) 2>/dev/null || echo unknown`
 
977
 
 
978
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 
979
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 
980
 
 
981
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 
982
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 
983
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 
984
hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
 
985
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 
986
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 
987
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 
988
 
 
989
_ASUNAME
 
990
 
 
991
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
992
for as_dir in $PATH
 
993
do
 
994
  IFS=$as_save_IFS
 
995
  test -z "$as_dir" && as_dir=.
 
996
  echo "PATH: $as_dir"
 
997
done
 
998
 
 
999
} >&5
 
1000
 
 
1001
cat >&5 <<_ACEOF
 
1002
 
 
1003
 
 
1004
## ----------- ##
 
1005
## Core tests. ##
 
1006
## ----------- ##
 
1007
 
 
1008
_ACEOF
 
1009
 
 
1010
 
 
1011
# Keep a trace of the command line.
 
1012
# Strip out --no-create and --no-recursion so they do not pile up.
 
1013
# Strip out --silent because we don't want to record it for future runs.
 
1014
# Also quote any args containing shell meta-characters.
 
1015
# Make two passes to allow for proper duplicate-argument suppression.
 
1016
ac_configure_args=
 
1017
ac_configure_args0=
 
1018
ac_configure_args1=
 
1019
ac_sep=
 
1020
ac_must_keep_next=false
 
1021
for ac_pass in 1 2
 
1022
do
 
1023
  for ac_arg
 
1024
  do
 
1025
    case $ac_arg in
 
1026
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 
1027
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
1028
    | -silent | --silent | --silen | --sile | --sil)
 
1029
      continue ;;
 
1030
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
1031
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1032
    esac
 
1033
    case $ac_pass in
 
1034
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
1035
    2)
 
1036
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 
1037
      if test $ac_must_keep_next = true; then
 
1038
        ac_must_keep_next=false # Got value, back to normal.
 
1039
      else
 
1040
        case $ac_arg in
 
1041
          *=* | --config-cache | -C | -disable-* | --disable-* \
 
1042
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
1043
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
1044
          | -with-* | --with-* | -without-* | --without-* | --x)
 
1045
            case "$ac_configure_args0 " in
 
1046
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
1047
            esac
 
1048
            ;;
 
1049
          -* ) ac_must_keep_next=true ;;
 
1050
        esac
 
1051
      fi
 
1052
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
 
1053
      # Get rid of the leading space.
 
1054
      ac_sep=" "
 
1055
      ;;
 
1056
    esac
 
1057
  done
 
1058
done
 
1059
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 
1060
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 
1061
 
 
1062
# When interrupted or exit'd, cleanup temporary files, and complete
 
1063
# config.log.  We remove comments because anyway the quotes in there
 
1064
# would cause problems or look ugly.
 
1065
# WARNING: Be sure not to use single quotes in there, as some shells,
 
1066
# such as our DU 5.0 friend, will then `close' the trap.
 
1067
trap 'exit_status=$?
 
1068
  # Save into config.log some information that might help in debugging.
 
1069
  {
 
1070
    echo
 
1071
 
 
1072
    cat <<\_ASBOX
 
1073
## ---------------- ##
 
1074
## Cache variables. ##
 
1075
## ---------------- ##
 
1076
_ASBOX
 
1077
    echo
 
1078
    # The following way of writing the cache mishandles newlines in values,
 
1079
{
 
1080
  (set) 2>&1 |
 
1081
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
 
1082
    *ac_space=\ *)
 
1083
      sed -n \
 
1084
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 
1085
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 
1086
      ;;
 
1087
    *)
 
1088
      sed -n \
 
1089
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
1090
      ;;
 
1091
    esac;
 
1092
}
 
1093
    echo
 
1094
 
 
1095
    cat <<\_ASBOX
 
1096
## ----------------- ##
 
1097
## Output variables. ##
 
1098
## ----------------- ##
 
1099
_ASBOX
 
1100
    echo
 
1101
    for ac_var in $ac_subst_vars
 
1102
    do
 
1103
      eval ac_val=$`echo $ac_var`
 
1104
      echo "$ac_var='"'"'$ac_val'"'"'"
 
1105
    done | sort
 
1106
    echo
 
1107
 
 
1108
    if test -n "$ac_subst_files"; then
 
1109
      cat <<\_ASBOX
 
1110
## ------------- ##
 
1111
## Output files. ##
 
1112
## ------------- ##
 
1113
_ASBOX
 
1114
      echo
 
1115
      for ac_var in $ac_subst_files
 
1116
      do
 
1117
        eval ac_val=$`echo $ac_var`
 
1118
        echo "$ac_var='"'"'$ac_val'"'"'"
 
1119
      done | sort
 
1120
      echo
 
1121
    fi
 
1122
 
 
1123
    if test -s confdefs.h; then
 
1124
      cat <<\_ASBOX
 
1125
## ----------- ##
 
1126
## confdefs.h. ##
 
1127
## ----------- ##
 
1128
_ASBOX
 
1129
      echo
 
1130
      sed "/^$/d" confdefs.h | sort
 
1131
      echo
 
1132
    fi
 
1133
    test "$ac_signal" != 0 &&
 
1134
      echo "$as_me: caught signal $ac_signal"
 
1135
    echo "$as_me: exit $exit_status"
 
1136
  } >&5
 
1137
  rm -f core *.core &&
 
1138
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
 
1139
    exit $exit_status
 
1140
     ' 0
 
1141
for ac_signal in 1 2 13 15; do
 
1142
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 
1143
done
 
1144
ac_signal=0
 
1145
 
 
1146
# confdefs.h avoids OS command line length limits that DEFS can exceed.
 
1147
rm -rf conftest* confdefs.h
 
1148
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
 
1149
echo >confdefs.h
 
1150
 
 
1151
# Predefined preprocessor variables.
 
1152
 
 
1153
cat >>confdefs.h <<_ACEOF
 
1154
#define PACKAGE_NAME "$PACKAGE_NAME"
 
1155
_ACEOF
 
1156
 
 
1157
 
 
1158
cat >>confdefs.h <<_ACEOF
 
1159
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 
1160
_ACEOF
 
1161
 
 
1162
 
 
1163
cat >>confdefs.h <<_ACEOF
 
1164
#define PACKAGE_VERSION "$PACKAGE_VERSION"
 
1165
_ACEOF
 
1166
 
 
1167
 
 
1168
cat >>confdefs.h <<_ACEOF
 
1169
#define PACKAGE_STRING "$PACKAGE_STRING"
 
1170
_ACEOF
 
1171
 
 
1172
 
 
1173
cat >>confdefs.h <<_ACEOF
 
1174
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 
1175
_ACEOF
 
1176
 
 
1177
 
 
1178
# Let the site file select an alternate cache file if it wants to.
479
1179
# Prefer explicitly selected file to automatically selected ones.
480
1180
if test -z "$CONFIG_SITE"; then
481
1181
  if test "x$prefix" != xNONE; then
486
1186
fi
487
1187
for ac_site_file in $CONFIG_SITE; do
488
1188
  if test -r "$ac_site_file"; then
489
 
    echo "loading site script $ac_site_file"
 
1189
    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1190
echo "$as_me: loading site script $ac_site_file" >&6;}
 
1191
    sed 's/^/| /' "$ac_site_file" >&5
490
1192
    . "$ac_site_file"
491
1193
  fi
492
1194
done
493
1195
 
494
1196
if test -r "$cache_file"; then
495
 
  echo "loading cache $cache_file"
496
 
  . $cache_file
 
1197
  # Some versions of bash will fail to source /dev/null (special
 
1198
  # files actually), so we avoid doing that.
 
1199
  if test -f "$cache_file"; then
 
1200
    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1201
echo "$as_me: loading cache $cache_file" >&6;}
 
1202
    case $cache_file in
 
1203
      [\\/]* | ?:[\\/]* ) . $cache_file;;
 
1204
      *)                      . ./$cache_file;;
 
1205
    esac
 
1206
  fi
497
1207
else
498
 
  echo "creating cache $cache_file"
499
 
  > $cache_file
 
1208
  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1209
echo "$as_me: creating cache $cache_file" >&6;}
 
1210
  >$cache_file
 
1211
fi
 
1212
 
 
1213
# Check that the precious variables saved in the cache have kept the same
 
1214
# value.
 
1215
ac_cache_corrupted=false
 
1216
for ac_var in `(set) 2>&1 |
 
1217
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 
1218
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
 
1219
  eval ac_new_set=\$ac_env_${ac_var}_set
 
1220
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
 
1221
  eval ac_new_val="\$ac_env_${ac_var}_value"
 
1222
  case $ac_old_set,$ac_new_set in
 
1223
    set,)
 
1224
      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1225
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1226
      ac_cache_corrupted=: ;;
 
1227
    ,set)
 
1228
      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1229
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1230
      ac_cache_corrupted=: ;;
 
1231
    ,);;
 
1232
    *)
 
1233
      if test "x$ac_old_val" != "x$ac_new_val"; then
 
1234
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1235
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1236
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
1237
echo "$as_me:   former value:  $ac_old_val" >&2;}
 
1238
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
1239
echo "$as_me:   current value: $ac_new_val" >&2;}
 
1240
        ac_cache_corrupted=:
 
1241
      fi;;
 
1242
  esac
 
1243
  # Pass precious variables to config.status.
 
1244
  if test "$ac_new_set" = set; then
 
1245
    case $ac_new_val in
 
1246
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
1247
      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1248
    *) ac_arg=$ac_var=$ac_new_val ;;
 
1249
    esac
 
1250
    case " $ac_configure_args " in
 
1251
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 
1252
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 
1253
    esac
 
1254
  fi
 
1255
done
 
1256
if $ac_cache_corrupted; then
 
1257
  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1258
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1259
  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
1260
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
1261
   { (exit 1); exit 1; }; }
500
1262
fi
501
1263
 
502
1264
ac_ext=c
503
 
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504
1265
ac_cpp='$CPP $CPPFLAGS'
505
 
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506
 
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507
 
cross_compiling=$ac_cv_prog_cc_cross
508
 
 
509
 
ac_exeext=
510
 
ac_objext=o
511
 
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512
 
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
513
 
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
514
 
    ac_n= ac_c='
515
 
' ac_t='        '
516
 
  else
517
 
    ac_n=-n ac_c= ac_t=
518
 
  fi
519
 
else
520
 
  ac_n= ac_c='\c' ac_t=
521
 
fi
522
 
 
523
 
 
524
 
# From configure.in Revision: 1.4 
 
1266
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
1267
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
1268
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
1269
 
 
1270
 
 
1271
 
 
1272
 
 
1273
 
 
1274
 
 
1275
 
 
1276
 
 
1277
 
 
1278
 
 
1279
 
 
1280
 
 
1281
 
 
1282
 
 
1283
 
 
1284
 
 
1285
 
 
1286
 
 
1287
 
 
1288
 
525
1289
 
526
1290
 
527
1291
if test x$with_rlm_unix != xno; then
528
1292
 
529
 
        # Extract the first word of "gcc", so it can be a program name with args.
 
1293
        ac_ext=c
 
1294
ac_cpp='$CPP $CPPFLAGS'
 
1295
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
1296
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
1297
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
1298
if test -n "$ac_tool_prefix"; then
 
1299
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
1300
set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
1301
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1302
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1303
if test "${ac_cv_prog_CC+set}" = set; then
 
1304
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1305
else
 
1306
  if test -n "$CC"; then
 
1307
  ac_cv_prog_CC="$CC" # Let the user override the test.
 
1308
else
 
1309
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1310
for as_dir in $PATH
 
1311
do
 
1312
  IFS=$as_save_IFS
 
1313
  test -z "$as_dir" && as_dir=.
 
1314
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1315
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1316
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
1317
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1318
    break 2
 
1319
  fi
 
1320
done
 
1321
done
 
1322
 
 
1323
fi
 
1324
fi
 
1325
CC=$ac_cv_prog_CC
 
1326
if test -n "$CC"; then
 
1327
  echo "$as_me:$LINENO: result: $CC" >&5
 
1328
echo "${ECHO_T}$CC" >&6
 
1329
else
 
1330
  echo "$as_me:$LINENO: result: no" >&5
 
1331
echo "${ECHO_T}no" >&6
 
1332
fi
 
1333
 
 
1334
fi
 
1335
if test -z "$ac_cv_prog_CC"; then
 
1336
  ac_ct_CC=$CC
 
1337
  # Extract the first word of "gcc", so it can be a program name with args.
530
1338
set dummy gcc; ac_word=$2
531
 
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
532
 
echo "configure:533: checking for $ac_word" >&5
533
 
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
534
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
1339
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1340
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1341
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1342
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1343
else
 
1344
  if test -n "$ac_ct_CC"; then
 
1345
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1346
else
 
1347
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1348
for as_dir in $PATH
 
1349
do
 
1350
  IFS=$as_save_IFS
 
1351
  test -z "$as_dir" && as_dir=.
 
1352
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1353
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1354
    ac_cv_prog_ac_ct_CC="gcc"
 
1355
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1356
    break 2
 
1357
  fi
 
1358
done
 
1359
done
 
1360
 
 
1361
fi
 
1362
fi
 
1363
ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1364
if test -n "$ac_ct_CC"; then
 
1365
  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1366
echo "${ECHO_T}$ac_ct_CC" >&6
 
1367
else
 
1368
  echo "$as_me:$LINENO: result: no" >&5
 
1369
echo "${ECHO_T}no" >&6
 
1370
fi
 
1371
 
 
1372
  CC=$ac_ct_CC
 
1373
else
 
1374
  CC="$ac_cv_prog_CC"
 
1375
fi
 
1376
 
 
1377
if test -z "$CC"; then
 
1378
  if test -n "$ac_tool_prefix"; then
 
1379
  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
1380
set dummy ${ac_tool_prefix}cc; ac_word=$2
 
1381
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1382
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1383
if test "${ac_cv_prog_CC+set}" = set; then
 
1384
  echo $ECHO_N "(cached) $ECHO_C" >&6
535
1385
else
536
1386
  if test -n "$CC"; then
537
1387
  ac_cv_prog_CC="$CC" # Let the user override the test.
538
1388
else
539
 
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
540
 
  ac_dummy="$PATH"
541
 
  for ac_dir in $ac_dummy; do
542
 
    test -z "$ac_dir" && ac_dir=.
543
 
    if test -f $ac_dir/$ac_word; then
544
 
      ac_cv_prog_CC="gcc"
545
 
      break
546
 
    fi
547
 
  done
548
 
  IFS="$ac_save_ifs"
549
 
fi
550
 
fi
551
 
CC="$ac_cv_prog_CC"
 
1389
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1390
for as_dir in $PATH
 
1391
do
 
1392
  IFS=$as_save_IFS
 
1393
  test -z "$as_dir" && as_dir=.
 
1394
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1395
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1396
    ac_cv_prog_CC="${ac_tool_prefix}cc"
 
1397
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1398
    break 2
 
1399
  fi
 
1400
done
 
1401
done
 
1402
 
 
1403
fi
 
1404
fi
 
1405
CC=$ac_cv_prog_CC
552
1406
if test -n "$CC"; then
553
 
  echo "$ac_t""$CC" 1>&6
554
 
else
555
 
  echo "$ac_t""no" 1>&6
556
 
fi
557
 
 
 
1407
  echo "$as_me:$LINENO: result: $CC" >&5
 
1408
echo "${ECHO_T}$CC" >&6
 
1409
else
 
1410
  echo "$as_me:$LINENO: result: no" >&5
 
1411
echo "${ECHO_T}no" >&6
 
1412
fi
 
1413
 
 
1414
fi
 
1415
if test -z "$ac_cv_prog_CC"; then
 
1416
  ac_ct_CC=$CC
 
1417
  # Extract the first word of "cc", so it can be a program name with args.
 
1418
set dummy cc; ac_word=$2
 
1419
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1420
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1421
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1422
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1423
else
 
1424
  if test -n "$ac_ct_CC"; then
 
1425
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1426
else
 
1427
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1428
for as_dir in $PATH
 
1429
do
 
1430
  IFS=$as_save_IFS
 
1431
  test -z "$as_dir" && as_dir=.
 
1432
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1433
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1434
    ac_cv_prog_ac_ct_CC="cc"
 
1435
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1436
    break 2
 
1437
  fi
 
1438
done
 
1439
done
 
1440
 
 
1441
fi
 
1442
fi
 
1443
ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1444
if test -n "$ac_ct_CC"; then
 
1445
  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1446
echo "${ECHO_T}$ac_ct_CC" >&6
 
1447
else
 
1448
  echo "$as_me:$LINENO: result: no" >&5
 
1449
echo "${ECHO_T}no" >&6
 
1450
fi
 
1451
 
 
1452
  CC=$ac_ct_CC
 
1453
else
 
1454
  CC="$ac_cv_prog_CC"
 
1455
fi
 
1456
 
 
1457
fi
558
1458
if test -z "$CC"; then
559
1459
  # Extract the first word of "cc", so it can be a program name with args.
560
1460
set dummy cc; ac_word=$2
561
 
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
562
 
echo "configure:563: checking for $ac_word" >&5
563
 
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
564
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
1461
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1462
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1463
if test "${ac_cv_prog_CC+set}" = set; then
 
1464
  echo $ECHO_N "(cached) $ECHO_C" >&6
565
1465
else
566
1466
  if test -n "$CC"; then
567
1467
  ac_cv_prog_CC="$CC" # Let the user override the test.
568
1468
else
569
 
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
570
1469
  ac_prog_rejected=no
571
 
  ac_dummy="$PATH"
572
 
  for ac_dir in $ac_dummy; do
573
 
    test -z "$ac_dir" && ac_dir=.
574
 
    if test -f $ac_dir/$ac_word; then
575
 
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
576
 
        ac_prog_rejected=yes
577
 
        continue
578
 
      fi
579
 
      ac_cv_prog_CC="cc"
580
 
      break
581
 
    fi
582
 
  done
583
 
  IFS="$ac_save_ifs"
 
1470
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1471
for as_dir in $PATH
 
1472
do
 
1473
  IFS=$as_save_IFS
 
1474
  test -z "$as_dir" && as_dir=.
 
1475
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1476
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1477
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
1478
       ac_prog_rejected=yes
 
1479
       continue
 
1480
     fi
 
1481
    ac_cv_prog_CC="cc"
 
1482
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1483
    break 2
 
1484
  fi
 
1485
done
 
1486
done
 
1487
 
584
1488
if test $ac_prog_rejected = yes; then
585
1489
  # We found a bogon in the path, so make sure we never use it.
586
1490
  set dummy $ac_cv_prog_CC
587
1491
  shift
588
 
  if test $# -gt 0; then
 
1492
  if test $# != 0; then
589
1493
    # We chose a different compiler from the bogus one.
590
1494
    # However, it has the same basename, so the bogon will be chosen
591
1495
    # first if we set CC to just the basename; use the full file name.
592
1496
    shift
593
 
    set dummy "$ac_dir/$ac_word" "$@"
594
 
    shift
595
 
    ac_cv_prog_CC="$@"
 
1497
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
596
1498
  fi
597
1499
fi
598
1500
fi
599
1501
fi
600
 
CC="$ac_cv_prog_CC"
 
1502
CC=$ac_cv_prog_CC
601
1503
if test -n "$CC"; then
602
 
  echo "$ac_t""$CC" 1>&6
 
1504
  echo "$as_me:$LINENO: result: $CC" >&5
 
1505
echo "${ECHO_T}$CC" >&6
603
1506
else
604
 
  echo "$ac_t""no" 1>&6
 
1507
  echo "$as_me:$LINENO: result: no" >&5
 
1508
echo "${ECHO_T}no" >&6
605
1509
fi
606
1510
 
607
 
  if test -z "$CC"; then
608
 
    case "`uname -s`" in
609
 
    *win32* | *WIN32*)
610
 
      # Extract the first word of "cl", so it can be a program name with args.
611
 
set dummy cl; ac_word=$2
612
 
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
613
 
echo "configure:614: checking for $ac_word" >&5
614
 
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
615
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
1511
fi
 
1512
if test -z "$CC"; then
 
1513
  if test -n "$ac_tool_prefix"; then
 
1514
  for ac_prog in cl
 
1515
  do
 
1516
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
1517
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
1518
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1519
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1520
if test "${ac_cv_prog_CC+set}" = set; then
 
1521
  echo $ECHO_N "(cached) $ECHO_C" >&6
616
1522
else
617
1523
  if test -n "$CC"; then
618
1524
  ac_cv_prog_CC="$CC" # Let the user override the test.
619
1525
else
620
 
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
621
 
  ac_dummy="$PATH"
622
 
  for ac_dir in $ac_dummy; do
623
 
    test -z "$ac_dir" && ac_dir=.
624
 
    if test -f $ac_dir/$ac_word; then
625
 
      ac_cv_prog_CC="cl"
626
 
      break
627
 
    fi
 
1526
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1527
for as_dir in $PATH
 
1528
do
 
1529
  IFS=$as_save_IFS
 
1530
  test -z "$as_dir" && as_dir=.
 
1531
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1532
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1533
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
1534
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1535
    break 2
 
1536
  fi
 
1537
done
 
1538
done
 
1539
 
 
1540
fi
 
1541
fi
 
1542
CC=$ac_cv_prog_CC
 
1543
if test -n "$CC"; then
 
1544
  echo "$as_me:$LINENO: result: $CC" >&5
 
1545
echo "${ECHO_T}$CC" >&6
 
1546
else
 
1547
  echo "$as_me:$LINENO: result: no" >&5
 
1548
echo "${ECHO_T}no" >&6
 
1549
fi
 
1550
 
 
1551
    test -n "$CC" && break
628
1552
  done
629
 
  IFS="$ac_save_ifs"
630
 
fi
631
 
fi
632
 
CC="$ac_cv_prog_CC"
633
 
if test -n "$CC"; then
634
 
  echo "$ac_t""$CC" 1>&6
635
 
else
636
 
  echo "$ac_t""no" 1>&6
637
 
fi
638
 
 ;;
639
 
    esac
 
1553
fi
 
1554
if test -z "$CC"; then
 
1555
  ac_ct_CC=$CC
 
1556
  for ac_prog in cl
 
1557
do
 
1558
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
1559
set dummy $ac_prog; ac_word=$2
 
1560
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
1561
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
1562
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
1563
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1564
else
 
1565
  if test -n "$ac_ct_CC"; then
 
1566
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
1567
else
 
1568
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1569
for as_dir in $PATH
 
1570
do
 
1571
  IFS=$as_save_IFS
 
1572
  test -z "$as_dir" && as_dir=.
 
1573
  for ac_exec_ext in '' $ac_executable_extensions; do
 
1574
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1575
    ac_cv_prog_ac_ct_CC="$ac_prog"
 
1576
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1577
    break 2
640
1578
  fi
641
 
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
642
 
fi
643
 
 
644
 
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
645
 
echo "configure:646: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
646
 
 
647
 
ac_ext=c
648
 
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
649
 
ac_cpp='$CPP $CPPFLAGS'
650
 
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
651
 
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
652
 
cross_compiling=$ac_cv_prog_cc_cross
653
 
 
654
 
cat > conftest.$ac_ext << EOF
655
 
 
656
 
#line 657 "configure"
657
 
#include "confdefs.h"
658
 
 
659
 
main(){return(0);}
660
 
EOF
661
 
if { (eval echo configure:662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
662
 
  ac_cv_prog_cc_works=yes
663
 
  # If we can't run a trivial program, we are probably using a cross compiler.
664
 
  if (./conftest; exit) 2>/dev/null; then
665
 
    ac_cv_prog_cc_cross=no
 
1579
done
 
1580
done
 
1581
 
 
1582
fi
 
1583
fi
 
1584
ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
1585
if test -n "$ac_ct_CC"; then
 
1586
  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
1587
echo "${ECHO_T}$ac_ct_CC" >&6
 
1588
else
 
1589
  echo "$as_me:$LINENO: result: no" >&5
 
1590
echo "${ECHO_T}no" >&6
 
1591
fi
 
1592
 
 
1593
  test -n "$ac_ct_CC" && break
 
1594
done
 
1595
 
 
1596
  CC=$ac_ct_CC
 
1597
fi
 
1598
 
 
1599
fi
 
1600
 
 
1601
 
 
1602
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
1603
See \`config.log' for more details." >&5
 
1604
echo "$as_me: error: no acceptable C compiler found in \$PATH
 
1605
See \`config.log' for more details." >&2;}
 
1606
   { (exit 1); exit 1; }; }
 
1607
 
 
1608
# Provide some information about the compiler.
 
1609
echo "$as_me:$LINENO:" \
 
1610
     "checking for C compiler version" >&5
 
1611
ac_compiler=`set X $ac_compile; echo $2`
 
1612
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 
1613
  (eval $ac_compiler --version </dev/null >&5) 2>&5
 
1614
  ac_status=$?
 
1615
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1616
  (exit $ac_status); }
 
1617
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 
1618
  (eval $ac_compiler -v </dev/null >&5) 2>&5
 
1619
  ac_status=$?
 
1620
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1621
  (exit $ac_status); }
 
1622
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 
1623
  (eval $ac_compiler -V </dev/null >&5) 2>&5
 
1624
  ac_status=$?
 
1625
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1626
  (exit $ac_status); }
 
1627
 
 
1628
cat >conftest.$ac_ext <<_ACEOF
 
1629
/* confdefs.h.  */
 
1630
_ACEOF
 
1631
cat confdefs.h >>conftest.$ac_ext
 
1632
cat >>conftest.$ac_ext <<_ACEOF
 
1633
/* end confdefs.h.  */
 
1634
 
 
1635
int
 
1636
main ()
 
1637
{
 
1638
 
 
1639
  ;
 
1640
  return 0;
 
1641
}
 
1642
_ACEOF
 
1643
ac_clean_files_save=$ac_clean_files
 
1644
ac_clean_files="$ac_clean_files a.out a.exe b.out"
 
1645
# Try to create an executable without -o first, disregard a.out.
 
1646
# It will help us diagnose broken compilers, and finding out an intuition
 
1647
# of exeext.
 
1648
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
1649
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
 
1650
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
1651
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
 
1652
  (eval $ac_link_default) 2>&5
 
1653
  ac_status=$?
 
1654
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1655
  (exit $ac_status); }; then
 
1656
  # Find the output, starting from the most likely.  This scheme is
 
1657
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
 
1658
# resort.
 
1659
 
 
1660
# Be careful to initialize this variable, since it used to be cached.
 
1661
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 
1662
ac_cv_exeext=
 
1663
# b.out is created by i960 compilers.
 
1664
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
 
1665
do
 
1666
  test -f "$ac_file" || continue
 
1667
  case $ac_file in
 
1668
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
 
1669
        ;;
 
1670
    conftest.$ac_ext )
 
1671
        # This is the source file.
 
1672
        ;;
 
1673
    [ab].out )
 
1674
        # We found the default executable, but exeext='' is most
 
1675
        # certainly right.
 
1676
        break;;
 
1677
    *.* )
 
1678
        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
1679
        # FIXME: I believe we export ac_cv_exeext for Libtool,
 
1680
        # but it would be cool to find out if it's true.  Does anybody
 
1681
        # maintain Libtool? --akim.
 
1682
        export ac_cv_exeext
 
1683
        break;;
 
1684
    * )
 
1685
        break;;
 
1686
  esac
 
1687
done
 
1688
else
 
1689
  echo "$as_me: failed program was:" >&5
 
1690
sed 's/^/| /' conftest.$ac_ext >&5
 
1691
 
 
1692
{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
 
1693
See \`config.log' for more details." >&5
 
1694
echo "$as_me: error: C compiler cannot create executables
 
1695
See \`config.log' for more details." >&2;}
 
1696
   { (exit 77); exit 77; }; }
 
1697
fi
 
1698
 
 
1699
ac_exeext=$ac_cv_exeext
 
1700
echo "$as_me:$LINENO: result: $ac_file" >&5
 
1701
echo "${ECHO_T}$ac_file" >&6
 
1702
 
 
1703
# Check the compiler produces executables we can run.  If not, either
 
1704
# the compiler is broken, or we cross compile.
 
1705
echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
1706
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 
1707
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
1708
# If not cross compiling, check that we can run a simple program.
 
1709
if test "$cross_compiling" != yes; then
 
1710
  if { ac_try='./$ac_file'
 
1711
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1712
  (eval $ac_try) 2>&5
 
1713
  ac_status=$?
 
1714
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1715
  (exit $ac_status); }; }; then
 
1716
    cross_compiling=no
666
1717
  else
667
 
    ac_cv_prog_cc_cross=yes
 
1718
    if test "$cross_compiling" = maybe; then
 
1719
        cross_compiling=yes
 
1720
    else
 
1721
        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
1722
If you meant to cross compile, use \`--host'.
 
1723
See \`config.log' for more details." >&5
 
1724
echo "$as_me: error: cannot run C compiled programs.
 
1725
If you meant to cross compile, use \`--host'.
 
1726
See \`config.log' for more details." >&2;}
 
1727
   { (exit 1); exit 1; }; }
 
1728
    fi
668
1729
  fi
669
 
else
670
 
  echo "configure: failed program was:" >&5
671
 
  cat conftest.$ac_ext >&5
672
 
  ac_cv_prog_cc_works=no
673
 
fi
674
 
rm -fr conftest*
675
 
ac_ext=c
676
 
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
677
 
ac_cpp='$CPP $CPPFLAGS'
678
 
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
679
 
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
680
 
cross_compiling=$ac_cv_prog_cc_cross
681
 
 
682
 
echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
683
 
if test $ac_cv_prog_cc_works = no; then
684
 
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
685
 
fi
686
 
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
687
 
echo "configure:688: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
688
 
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
689
 
cross_compiling=$ac_cv_prog_cc_cross
690
 
 
691
 
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
692
 
echo "configure:693: checking whether we are using GNU C" >&5
693
 
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
694
 
  echo $ac_n "(cached) $ac_c" 1>&6
695
 
else
696
 
  cat > conftest.c <<EOF
697
 
#ifdef __GNUC__
698
 
  yes;
 
1730
fi
 
1731
echo "$as_me:$LINENO: result: yes" >&5
 
1732
echo "${ECHO_T}yes" >&6
 
1733
 
 
1734
rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
1735
ac_clean_files=$ac_clean_files_save
 
1736
# Check the compiler produces executables we can run.  If not, either
 
1737
# the compiler is broken, or we cross compile.
 
1738
echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
1739
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
 
1740
echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
1741
echo "${ECHO_T}$cross_compiling" >&6
 
1742
 
 
1743
echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
1744
echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
 
1745
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
1746
  (eval $ac_link) 2>&5
 
1747
  ac_status=$?
 
1748
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1749
  (exit $ac_status); }; then
 
1750
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
1751
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
1752
# work properly (i.e., refer to `conftest.exe'), while it won't with
 
1753
# `rm'.
 
1754
for ac_file in conftest.exe conftest conftest.*; do
 
1755
  test -f "$ac_file" || continue
 
1756
  case $ac_file in
 
1757
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
 
1758
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
1759
          export ac_cv_exeext
 
1760
          break;;
 
1761
    * ) break;;
 
1762
  esac
 
1763
done
 
1764
else
 
1765
  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
1766
See \`config.log' for more details." >&5
 
1767
echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
1768
See \`config.log' for more details." >&2;}
 
1769
   { (exit 1); exit 1; }; }
 
1770
fi
 
1771
 
 
1772
rm -f conftest$ac_cv_exeext
 
1773
echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
1774
echo "${ECHO_T}$ac_cv_exeext" >&6
 
1775
 
 
1776
rm -f conftest.$ac_ext
 
1777
EXEEXT=$ac_cv_exeext
 
1778
ac_exeext=$EXEEXT
 
1779
echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
1780
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
 
1781
if test "${ac_cv_objext+set}" = set; then
 
1782
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1783
else
 
1784
  cat >conftest.$ac_ext <<_ACEOF
 
1785
/* confdefs.h.  */
 
1786
_ACEOF
 
1787
cat confdefs.h >>conftest.$ac_ext
 
1788
cat >>conftest.$ac_ext <<_ACEOF
 
1789
/* end confdefs.h.  */
 
1790
 
 
1791
int
 
1792
main ()
 
1793
{
 
1794
 
 
1795
  ;
 
1796
  return 0;
 
1797
}
 
1798
_ACEOF
 
1799
rm -f conftest.o conftest.obj
 
1800
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
1801
  (eval $ac_compile) 2>&5
 
1802
  ac_status=$?
 
1803
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1804
  (exit $ac_status); }; then
 
1805
  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
 
1806
  case $ac_file in
 
1807
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
 
1808
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
1809
       break;;
 
1810
  esac
 
1811
done
 
1812
else
 
1813
  echo "$as_me: failed program was:" >&5
 
1814
sed 's/^/| /' conftest.$ac_ext >&5
 
1815
 
 
1816
{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
1817
See \`config.log' for more details." >&5
 
1818
echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
1819
See \`config.log' for more details." >&2;}
 
1820
   { (exit 1); exit 1; }; }
 
1821
fi
 
1822
 
 
1823
rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
1824
fi
 
1825
echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
1826
echo "${ECHO_T}$ac_cv_objext" >&6
 
1827
OBJEXT=$ac_cv_objext
 
1828
ac_objext=$OBJEXT
 
1829
echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
1830
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
 
1831
if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
1832
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1833
else
 
1834
  cat >conftest.$ac_ext <<_ACEOF
 
1835
/* confdefs.h.  */
 
1836
_ACEOF
 
1837
cat confdefs.h >>conftest.$ac_ext
 
1838
cat >>conftest.$ac_ext <<_ACEOF
 
1839
/* end confdefs.h.  */
 
1840
 
 
1841
int
 
1842
main ()
 
1843
{
 
1844
#ifndef __GNUC__
 
1845
       choke me
699
1846
#endif
700
 
EOF
701
 
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
702
 
  ac_cv_prog_gcc=yes
703
 
else
704
 
  ac_cv_prog_gcc=no
705
 
fi
706
 
fi
707
 
 
708
 
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
709
 
 
710
 
if test $ac_cv_prog_gcc = yes; then
711
 
  GCC=yes
712
 
else
713
 
  GCC=
714
 
fi
715
 
 
716
 
ac_test_CFLAGS="${CFLAGS+set}"
717
 
ac_save_CFLAGS="$CFLAGS"
718
 
CFLAGS=
719
 
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
720
 
echo "configure:721: checking whether ${CC-cc} accepts -g" >&5
721
 
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
722
 
  echo $ac_n "(cached) $ac_c" 1>&6
723
 
else
724
 
  echo 'void f(){}' > conftest.c
725
 
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
 
1847
 
 
1848
  ;
 
1849
  return 0;
 
1850
}
 
1851
_ACEOF
 
1852
rm -f conftest.$ac_objext
 
1853
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
1854
  (eval $ac_compile) 2>conftest.er1
 
1855
  ac_status=$?
 
1856
  grep -v '^ *+' conftest.er1 >conftest.err
 
1857
  rm -f conftest.er1
 
1858
  cat conftest.err >&5
 
1859
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1860
  (exit $ac_status); } &&
 
1861
         { ac_try='test -z "$ac_c_werror_flag"
 
1862
                         || test ! -s conftest.err'
 
1863
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1864
  (eval $ac_try) 2>&5
 
1865
  ac_status=$?
 
1866
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1867
  (exit $ac_status); }; } &&
 
1868
         { ac_try='test -s conftest.$ac_objext'
 
1869
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1870
  (eval $ac_try) 2>&5
 
1871
  ac_status=$?
 
1872
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1873
  (exit $ac_status); }; }; then
 
1874
  ac_compiler_gnu=yes
 
1875
else
 
1876
  echo "$as_me: failed program was:" >&5
 
1877
sed 's/^/| /' conftest.$ac_ext >&5
 
1878
 
 
1879
ac_compiler_gnu=no
 
1880
fi
 
1881
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
1882
ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
1883
 
 
1884
fi
 
1885
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
1886
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 
1887
GCC=`test $ac_compiler_gnu = yes && echo yes`
 
1888
ac_test_CFLAGS=${CFLAGS+set}
 
1889
ac_save_CFLAGS=$CFLAGS
 
1890
CFLAGS="-g"
 
1891
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
1892
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 
1893
if test "${ac_cv_prog_cc_g+set}" = set; then
 
1894
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1895
else
 
1896
  cat >conftest.$ac_ext <<_ACEOF
 
1897
/* confdefs.h.  */
 
1898
_ACEOF
 
1899
cat confdefs.h >>conftest.$ac_ext
 
1900
cat >>conftest.$ac_ext <<_ACEOF
 
1901
/* end confdefs.h.  */
 
1902
 
 
1903
int
 
1904
main ()
 
1905
{
 
1906
 
 
1907
  ;
 
1908
  return 0;
 
1909
}
 
1910
_ACEOF
 
1911
rm -f conftest.$ac_objext
 
1912
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
1913
  (eval $ac_compile) 2>conftest.er1
 
1914
  ac_status=$?
 
1915
  grep -v '^ *+' conftest.er1 >conftest.err
 
1916
  rm -f conftest.er1
 
1917
  cat conftest.err >&5
 
1918
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1919
  (exit $ac_status); } &&
 
1920
         { ac_try='test -z "$ac_c_werror_flag"
 
1921
                         || test ! -s conftest.err'
 
1922
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1923
  (eval $ac_try) 2>&5
 
1924
  ac_status=$?
 
1925
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1926
  (exit $ac_status); }; } &&
 
1927
         { ac_try='test -s conftest.$ac_objext'
 
1928
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
1929
  (eval $ac_try) 2>&5
 
1930
  ac_status=$?
 
1931
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1932
  (exit $ac_status); }; }; then
726
1933
  ac_cv_prog_cc_g=yes
727
1934
else
728
 
  ac_cv_prog_cc_g=no
729
 
fi
730
 
rm -f conftest*
731
 
 
732
 
fi
733
 
 
734
 
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
 
1935
  echo "$as_me: failed program was:" >&5
 
1936
sed 's/^/| /' conftest.$ac_ext >&5
 
1937
 
 
1938
ac_cv_prog_cc_g=no
 
1939
fi
 
1940
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
1941
fi
 
1942
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
1943
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
735
1944
if test "$ac_test_CFLAGS" = set; then
736
 
  CFLAGS="$ac_save_CFLAGS"
 
1945
  CFLAGS=$ac_save_CFLAGS
737
1946
elif test $ac_cv_prog_cc_g = yes; then
738
1947
  if test "$GCC" = yes; then
739
1948
    CFLAGS="-g -O2"
747
1956
    CFLAGS=
748
1957
  fi
749
1958
fi
750
 
 
751
 
        echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
752
 
echo "configure:753: checking how to run the C preprocessor" >&5
 
1959
echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
 
1960
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
 
1961
if test "${ac_cv_prog_cc_stdc+set}" = set; then
 
1962
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1963
else
 
1964
  ac_cv_prog_cc_stdc=no
 
1965
ac_save_CC=$CC
 
1966
cat >conftest.$ac_ext <<_ACEOF
 
1967
/* confdefs.h.  */
 
1968
_ACEOF
 
1969
cat confdefs.h >>conftest.$ac_ext
 
1970
cat >>conftest.$ac_ext <<_ACEOF
 
1971
/* end confdefs.h.  */
 
1972
#include <stdarg.h>
 
1973
#include <stdio.h>
 
1974
#include <sys/types.h>
 
1975
#include <sys/stat.h>
 
1976
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
 
1977
struct buf { int x; };
 
1978
FILE * (*rcsopen) (struct buf *, struct stat *, int);
 
1979
static char *e (p, i)
 
1980
     char **p;
 
1981
     int i;
 
1982
{
 
1983
  return p[i];
 
1984
}
 
1985
static char *f (char * (*g) (char **, int), char **p, ...)
 
1986
{
 
1987
  char *s;
 
1988
  va_list v;
 
1989
  va_start (v,p);
 
1990
  s = g (p, va_arg (v,int));
 
1991
  va_end (v);
 
1992
  return s;
 
1993
}
 
1994
 
 
1995
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
 
1996
   function prototypes and stuff, but not '\xHH' hex character constants.
 
1997
   These don't provoke an error unfortunately, instead are silently treated
 
1998
   as 'x'.  The following induces an error, until -std1 is added to get
 
1999
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
 
2000
   array size at least.  It's necessary to write '\x00'==0 to get something
 
2001
   that's true only with -std1.  */
 
2002
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 
2003
 
 
2004
int test (int i, double x);
 
2005
struct s1 {int (*f) (int a);};
 
2006
struct s2 {int (*f) (double a);};
 
2007
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
 
2008
int argc;
 
2009
char **argv;
 
2010
int
 
2011
main ()
 
2012
{
 
2013
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
 
2014
  ;
 
2015
  return 0;
 
2016
}
 
2017
_ACEOF
 
2018
# Don't try gcc -ansi; that turns off useful extensions and
 
2019
# breaks some systems' header files.
 
2020
# AIX                   -qlanglvl=ansi
 
2021
# Ultrix and OSF/1      -std1
 
2022
# HP-UX 10.20 and later -Ae
 
2023
# HP-UX older versions  -Aa -D_HPUX_SOURCE
 
2024
# SVR4                  -Xc -D__EXTENSIONS__
 
2025
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
2026
do
 
2027
  CC="$ac_save_CC $ac_arg"
 
2028
  rm -f conftest.$ac_objext
 
2029
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2030
  (eval $ac_compile) 2>conftest.er1
 
2031
  ac_status=$?
 
2032
  grep -v '^ *+' conftest.er1 >conftest.err
 
2033
  rm -f conftest.er1
 
2034
  cat conftest.err >&5
 
2035
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2036
  (exit $ac_status); } &&
 
2037
         { ac_try='test -z "$ac_c_werror_flag"
 
2038
                         || test ! -s conftest.err'
 
2039
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2040
  (eval $ac_try) 2>&5
 
2041
  ac_status=$?
 
2042
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2043
  (exit $ac_status); }; } &&
 
2044
         { ac_try='test -s conftest.$ac_objext'
 
2045
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2046
  (eval $ac_try) 2>&5
 
2047
  ac_status=$?
 
2048
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2049
  (exit $ac_status); }; }; then
 
2050
  ac_cv_prog_cc_stdc=$ac_arg
 
2051
break
 
2052
else
 
2053
  echo "$as_me: failed program was:" >&5
 
2054
sed 's/^/| /' conftest.$ac_ext >&5
 
2055
 
 
2056
fi
 
2057
rm -f conftest.err conftest.$ac_objext
 
2058
done
 
2059
rm -f conftest.$ac_ext conftest.$ac_objext
 
2060
CC=$ac_save_CC
 
2061
 
 
2062
fi
 
2063
 
 
2064
case "x$ac_cv_prog_cc_stdc" in
 
2065
  x|xno)
 
2066
    echo "$as_me:$LINENO: result: none needed" >&5
 
2067
echo "${ECHO_T}none needed" >&6 ;;
 
2068
  *)
 
2069
    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
 
2070
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
 
2071
    CC="$CC $ac_cv_prog_cc_stdc" ;;
 
2072
esac
 
2073
 
 
2074
# Some people use a C++ compiler to compile C.  Since we use `exit',
 
2075
# in C++ we need to declare it.  In case someone uses the same compiler
 
2076
# for both compiling C and C++ we need to have the C++ compiler decide
 
2077
# the declaration of exit, since it's the most demanding environment.
 
2078
cat >conftest.$ac_ext <<_ACEOF
 
2079
#ifndef __cplusplus
 
2080
  choke me
 
2081
#endif
 
2082
_ACEOF
 
2083
rm -f conftest.$ac_objext
 
2084
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2085
  (eval $ac_compile) 2>conftest.er1
 
2086
  ac_status=$?
 
2087
  grep -v '^ *+' conftest.er1 >conftest.err
 
2088
  rm -f conftest.er1
 
2089
  cat conftest.err >&5
 
2090
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2091
  (exit $ac_status); } &&
 
2092
         { ac_try='test -z "$ac_c_werror_flag"
 
2093
                         || test ! -s conftest.err'
 
2094
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2095
  (eval $ac_try) 2>&5
 
2096
  ac_status=$?
 
2097
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2098
  (exit $ac_status); }; } &&
 
2099
         { ac_try='test -s conftest.$ac_objext'
 
2100
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2101
  (eval $ac_try) 2>&5
 
2102
  ac_status=$?
 
2103
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2104
  (exit $ac_status); }; }; then
 
2105
  for ac_declaration in \
 
2106
   '' \
 
2107
   'extern "C" void std::exit (int) throw (); using std::exit;' \
 
2108
   'extern "C" void std::exit (int); using std::exit;' \
 
2109
   'extern "C" void exit (int) throw ();' \
 
2110
   'extern "C" void exit (int);' \
 
2111
   'void exit (int);'
 
2112
do
 
2113
  cat >conftest.$ac_ext <<_ACEOF
 
2114
/* confdefs.h.  */
 
2115
_ACEOF
 
2116
cat confdefs.h >>conftest.$ac_ext
 
2117
cat >>conftest.$ac_ext <<_ACEOF
 
2118
/* end confdefs.h.  */
 
2119
$ac_declaration
 
2120
#include <stdlib.h>
 
2121
int
 
2122
main ()
 
2123
{
 
2124
exit (42);
 
2125
  ;
 
2126
  return 0;
 
2127
}
 
2128
_ACEOF
 
2129
rm -f conftest.$ac_objext
 
2130
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2131
  (eval $ac_compile) 2>conftest.er1
 
2132
  ac_status=$?
 
2133
  grep -v '^ *+' conftest.er1 >conftest.err
 
2134
  rm -f conftest.er1
 
2135
  cat conftest.err >&5
 
2136
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2137
  (exit $ac_status); } &&
 
2138
         { ac_try='test -z "$ac_c_werror_flag"
 
2139
                         || test ! -s conftest.err'
 
2140
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2141
  (eval $ac_try) 2>&5
 
2142
  ac_status=$?
 
2143
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2144
  (exit $ac_status); }; } &&
 
2145
         { ac_try='test -s conftest.$ac_objext'
 
2146
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2147
  (eval $ac_try) 2>&5
 
2148
  ac_status=$?
 
2149
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2150
  (exit $ac_status); }; }; then
 
2151
  :
 
2152
else
 
2153
  echo "$as_me: failed program was:" >&5
 
2154
sed 's/^/| /' conftest.$ac_ext >&5
 
2155
 
 
2156
continue
 
2157
fi
 
2158
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
2159
  cat >conftest.$ac_ext <<_ACEOF
 
2160
/* confdefs.h.  */
 
2161
_ACEOF
 
2162
cat confdefs.h >>conftest.$ac_ext
 
2163
cat >>conftest.$ac_ext <<_ACEOF
 
2164
/* end confdefs.h.  */
 
2165
$ac_declaration
 
2166
int
 
2167
main ()
 
2168
{
 
2169
exit (42);
 
2170
  ;
 
2171
  return 0;
 
2172
}
 
2173
_ACEOF
 
2174
rm -f conftest.$ac_objext
 
2175
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2176
  (eval $ac_compile) 2>conftest.er1
 
2177
  ac_status=$?
 
2178
  grep -v '^ *+' conftest.er1 >conftest.err
 
2179
  rm -f conftest.er1
 
2180
  cat conftest.err >&5
 
2181
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2182
  (exit $ac_status); } &&
 
2183
         { ac_try='test -z "$ac_c_werror_flag"
 
2184
                         || test ! -s conftest.err'
 
2185
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2186
  (eval $ac_try) 2>&5
 
2187
  ac_status=$?
 
2188
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2189
  (exit $ac_status); }; } &&
 
2190
         { ac_try='test -s conftest.$ac_objext'
 
2191
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2192
  (eval $ac_try) 2>&5
 
2193
  ac_status=$?
 
2194
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2195
  (exit $ac_status); }; }; then
 
2196
  break
 
2197
else
 
2198
  echo "$as_me: failed program was:" >&5
 
2199
sed 's/^/| /' conftest.$ac_ext >&5
 
2200
 
 
2201
fi
 
2202
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
2203
done
 
2204
rm -f conftest*
 
2205
if test -n "$ac_declaration"; then
 
2206
  echo '#ifdef __cplusplus' >>confdefs.h
 
2207
  echo $ac_declaration      >>confdefs.h
 
2208
  echo '#endif'             >>confdefs.h
 
2209
fi
 
2210
 
 
2211
else
 
2212
  echo "$as_me: failed program was:" >&5
 
2213
sed 's/^/| /' conftest.$ac_ext >&5
 
2214
 
 
2215
fi
 
2216
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
2217
ac_ext=c
 
2218
ac_cpp='$CPP $CPPFLAGS'
 
2219
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
2220
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
2221
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2222
 
 
2223
        ac_ext=c
 
2224
ac_cpp='$CPP $CPPFLAGS'
 
2225
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
2226
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
2227
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2228
echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
2229
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
753
2230
# On Suns, sometimes $CPP names a directory.
754
2231
if test -n "$CPP" && test -d "$CPP"; then
755
2232
  CPP=
756
2233
fi
757
2234
if test -z "$CPP"; then
758
 
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
759
 
  echo $ac_n "(cached) $ac_c" 1>&6
760
 
else
761
 
    # This must be in double quotes, not single quotes, because CPP may get
762
 
  # substituted into the Makefile and "${CC-cc}" will confuse make.
763
 
  CPP="${CC-cc} -E"
764
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
765
 
  # not just through cpp.
766
 
  cat > conftest.$ac_ext <<EOF
767
 
#line 768 "configure"
768
 
#include "confdefs.h"
769
 
#include <assert.h>
770
 
Syntax Error
771
 
EOF
772
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
773
 
{ (eval echo configure:774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
774
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
775
 
if test -z "$ac_err"; then
776
 
  :
777
 
else
778
 
  echo "$ac_err" >&5
779
 
  echo "configure: failed program was:" >&5
780
 
  cat conftest.$ac_ext >&5
781
 
  rm -rf conftest*
782
 
  CPP="${CC-cc} -E -traditional-cpp"
783
 
  cat > conftest.$ac_ext <<EOF
784
 
#line 785 "configure"
785
 
#include "confdefs.h"
786
 
#include <assert.h>
787
 
Syntax Error
788
 
EOF
789
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
790
 
{ (eval echo configure:791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
791
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
792
 
if test -z "$ac_err"; then
793
 
  :
794
 
else
795
 
  echo "$ac_err" >&5
796
 
  echo "configure: failed program was:" >&5
797
 
  cat conftest.$ac_ext >&5
798
 
  rm -rf conftest*
799
 
  CPP="${CC-cc} -nologo -E"
800
 
  cat > conftest.$ac_ext <<EOF
801
 
#line 802 "configure"
802
 
#include "confdefs.h"
803
 
#include <assert.h>
804
 
Syntax Error
805
 
EOF
806
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
807
 
{ (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
808
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
809
 
if test -z "$ac_err"; then
810
 
  :
811
 
else
812
 
  echo "$ac_err" >&5
813
 
  echo "configure: failed program was:" >&5
814
 
  cat conftest.$ac_ext >&5
815
 
  rm -rf conftest*
816
 
  CPP=/lib/cpp
817
 
fi
818
 
rm -f conftest*
819
 
fi
820
 
rm -f conftest*
821
 
fi
822
 
rm -f conftest*
823
 
  ac_cv_prog_CPP="$CPP"
824
 
fi
825
 
  CPP="$ac_cv_prog_CPP"
826
 
else
827
 
  ac_cv_prog_CPP="$CPP"
828
 
fi
829
 
echo "$ac_t""$CPP" 1>&6
830
 
 
831
 
 
832
 
        echo $ac_n "checking for system password file""... $ac_c" 1>&6
833
 
echo "configure:834: checking for system password file" >&5
 
2235
  if test "${ac_cv_prog_CPP+set}" = set; then
 
2236
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2237
else
 
2238
      # Double quotes because CPP needs to be expanded
 
2239
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 
2240
    do
 
2241
      ac_preproc_ok=false
 
2242
for ac_c_preproc_warn_flag in '' yes
 
2243
do
 
2244
  # Use a header file that comes with gcc, so configuring glibc
 
2245
  # with a fresh cross-compiler works.
 
2246
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
2247
  # <limits.h> exists even on freestanding compilers.
 
2248
  # On the NeXT, cc -E runs the code through the compiler's parser,
 
2249
  # not just through cpp. "Syntax error" is here to catch this case.
 
2250
  cat >conftest.$ac_ext <<_ACEOF
 
2251
/* confdefs.h.  */
 
2252
_ACEOF
 
2253
cat confdefs.h >>conftest.$ac_ext
 
2254
cat >>conftest.$ac_ext <<_ACEOF
 
2255
/* end confdefs.h.  */
 
2256
#ifdef __STDC__
 
2257
# include <limits.h>
 
2258
#else
 
2259
# include <assert.h>
 
2260
#endif
 
2261
                     Syntax error
 
2262
_ACEOF
 
2263
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
2264
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
2265
  ac_status=$?
 
2266
  grep -v '^ *+' conftest.er1 >conftest.err
 
2267
  rm -f conftest.er1
 
2268
  cat conftest.err >&5
 
2269
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2270
  (exit $ac_status); } >/dev/null; then
 
2271
  if test -s conftest.err; then
 
2272
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2273
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2274
  else
 
2275
    ac_cpp_err=
 
2276
  fi
 
2277
else
 
2278
  ac_cpp_err=yes
 
2279
fi
 
2280
if test -z "$ac_cpp_err"; then
 
2281
  :
 
2282
else
 
2283
  echo "$as_me: failed program was:" >&5
 
2284
sed 's/^/| /' conftest.$ac_ext >&5
 
2285
 
 
2286
  # Broken: fails on valid input.
 
2287
continue
 
2288
fi
 
2289
rm -f conftest.err conftest.$ac_ext
 
2290
 
 
2291
  # OK, works on sane cases.  Now check whether non-existent headers
 
2292
  # can be detected and how.
 
2293
  cat >conftest.$ac_ext <<_ACEOF
 
2294
/* confdefs.h.  */
 
2295
_ACEOF
 
2296
cat confdefs.h >>conftest.$ac_ext
 
2297
cat >>conftest.$ac_ext <<_ACEOF
 
2298
/* end confdefs.h.  */
 
2299
#include <ac_nonexistent.h>
 
2300
_ACEOF
 
2301
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
2302
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
2303
  ac_status=$?
 
2304
  grep -v '^ *+' conftest.er1 >conftest.err
 
2305
  rm -f conftest.er1
 
2306
  cat conftest.err >&5
 
2307
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2308
  (exit $ac_status); } >/dev/null; then
 
2309
  if test -s conftest.err; then
 
2310
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2311
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2312
  else
 
2313
    ac_cpp_err=
 
2314
  fi
 
2315
else
 
2316
  ac_cpp_err=yes
 
2317
fi
 
2318
if test -z "$ac_cpp_err"; then
 
2319
  # Broken: success on invalid input.
 
2320
continue
 
2321
else
 
2322
  echo "$as_me: failed program was:" >&5
 
2323
sed 's/^/| /' conftest.$ac_ext >&5
 
2324
 
 
2325
  # Passes both tests.
 
2326
ac_preproc_ok=:
 
2327
break
 
2328
fi
 
2329
rm -f conftest.err conftest.$ac_ext
 
2330
 
 
2331
done
 
2332
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
2333
rm -f conftest.err conftest.$ac_ext
 
2334
if $ac_preproc_ok; then
 
2335
  break
 
2336
fi
 
2337
 
 
2338
    done
 
2339
    ac_cv_prog_CPP=$CPP
 
2340
 
 
2341
fi
 
2342
  CPP=$ac_cv_prog_CPP
 
2343
else
 
2344
  ac_cv_prog_CPP=$CPP
 
2345
fi
 
2346
echo "$as_me:$LINENO: result: $CPP" >&5
 
2347
echo "${ECHO_T}$CPP" >&6
 
2348
ac_preproc_ok=false
 
2349
for ac_c_preproc_warn_flag in '' yes
 
2350
do
 
2351
  # Use a header file that comes with gcc, so configuring glibc
 
2352
  # with a fresh cross-compiler works.
 
2353
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
2354
  # <limits.h> exists even on freestanding compilers.
 
2355
  # On the NeXT, cc -E runs the code through the compiler's parser,
 
2356
  # not just through cpp. "Syntax error" is here to catch this case.
 
2357
  cat >conftest.$ac_ext <<_ACEOF
 
2358
/* confdefs.h.  */
 
2359
_ACEOF
 
2360
cat confdefs.h >>conftest.$ac_ext
 
2361
cat >>conftest.$ac_ext <<_ACEOF
 
2362
/* end confdefs.h.  */
 
2363
#ifdef __STDC__
 
2364
# include <limits.h>
 
2365
#else
 
2366
# include <assert.h>
 
2367
#endif
 
2368
                     Syntax error
 
2369
_ACEOF
 
2370
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
2371
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
2372
  ac_status=$?
 
2373
  grep -v '^ *+' conftest.er1 >conftest.err
 
2374
  rm -f conftest.er1
 
2375
  cat conftest.err >&5
 
2376
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2377
  (exit $ac_status); } >/dev/null; then
 
2378
  if test -s conftest.err; then
 
2379
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2380
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2381
  else
 
2382
    ac_cpp_err=
 
2383
  fi
 
2384
else
 
2385
  ac_cpp_err=yes
 
2386
fi
 
2387
if test -z "$ac_cpp_err"; then
 
2388
  :
 
2389
else
 
2390
  echo "$as_me: failed program was:" >&5
 
2391
sed 's/^/| /' conftest.$ac_ext >&5
 
2392
 
 
2393
  # Broken: fails on valid input.
 
2394
continue
 
2395
fi
 
2396
rm -f conftest.err conftest.$ac_ext
 
2397
 
 
2398
  # OK, works on sane cases.  Now check whether non-existent headers
 
2399
  # can be detected and how.
 
2400
  cat >conftest.$ac_ext <<_ACEOF
 
2401
/* confdefs.h.  */
 
2402
_ACEOF
 
2403
cat confdefs.h >>conftest.$ac_ext
 
2404
cat >>conftest.$ac_ext <<_ACEOF
 
2405
/* end confdefs.h.  */
 
2406
#include <ac_nonexistent.h>
 
2407
_ACEOF
 
2408
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
2409
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
2410
  ac_status=$?
 
2411
  grep -v '^ *+' conftest.er1 >conftest.err
 
2412
  rm -f conftest.er1
 
2413
  cat conftest.err >&5
 
2414
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2415
  (exit $ac_status); } >/dev/null; then
 
2416
  if test -s conftest.err; then
 
2417
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2418
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2419
  else
 
2420
    ac_cpp_err=
 
2421
  fi
 
2422
else
 
2423
  ac_cpp_err=yes
 
2424
fi
 
2425
if test -z "$ac_cpp_err"; then
 
2426
  # Broken: success on invalid input.
 
2427
continue
 
2428
else
 
2429
  echo "$as_me: failed program was:" >&5
 
2430
sed 's/^/| /' conftest.$ac_ext >&5
 
2431
 
 
2432
  # Passes both tests.
 
2433
ac_preproc_ok=:
 
2434
break
 
2435
fi
 
2436
rm -f conftest.err conftest.$ac_ext
 
2437
 
 
2438
done
 
2439
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
2440
rm -f conftest.err conftest.$ac_ext
 
2441
if $ac_preproc_ok; then
 
2442
  :
 
2443
else
 
2444
  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
2445
See \`config.log' for more details." >&5
 
2446
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
2447
See \`config.log' for more details." >&2;}
 
2448
   { (exit 1); exit 1; }; }
 
2449
fi
 
2450
 
 
2451
ac_ext=c
 
2452
ac_cpp='$CPP $CPPFLAGS'
 
2453
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
2454
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
2455
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
2456
 
 
2457
 
 
2458
        echo "$as_me:$LINENO: checking for system password file" >&5
 
2459
echo $ECHO_N "checking for system password file... $ECHO_C" >&6
834
2460
        if test -f /etc/passwd; then
835
 
                echo "$ac_t""/etc/passwd" 1>&6
 
2461
                echo "$as_me:$LINENO: result: /etc/passwd" >&5
 
2462
echo "${ECHO_T}/etc/passwd" >&6
836
2463
        else
837
 
                echo "$ac_t""no /etc/passwd file." 1>&6
 
2464
                echo "$as_me:$LINENO: result: no /etc/passwd file." >&5
 
2465
echo "${ECHO_T}no /etc/passwd file." >&6
838
2466
                 fail=$fail" /etc/passwd" ,
839
2467
        fi
840
2468
 
841
 
                echo $ac_n "checking for system shadow password file""... $ac_c" 1>&6
842
 
echo "configure:843: checking for system shadow password file" >&5
 
2469
                echo "$as_me:$LINENO: checking for system shadow password file" >&5
 
2470
echo $ECHO_N "checking for system shadow password file... $ECHO_C" >&6
843
2471
        if test -f /etc/shadow; then
844
 
                echo "$ac_t""/etc/shadow" 1>&6
 
2472
                echo "$as_me:$LINENO: result: /etc/shadow" >&5
 
2473
echo "${ECHO_T}/etc/shadow" >&6
845
2474
        else
846
 
                echo "$ac_t""no /etc/shadow file." 1>&6
 
2475
                echo "$as_me:$LINENO: result: no /etc/shadow file." >&5
 
2476
echo "${ECHO_T}no /etc/shadow file." >&6
847
2477
        fi
848
2478
 
849
 
        echo $ac_n "checking for crypt""... $ac_c" 1>&6
850
 
echo "configure:851: checking for crypt" >&5
851
 
if eval "test \"`echo '$''{'ac_cv_func_crypt'+set}'`\" = set"; then
852
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
2479
 
 
2480
echo "$as_me:$LINENO: checking for crypt" >&5
 
2481
echo $ECHO_N "checking for crypt... $ECHO_C" >&6
 
2482
if test "${ac_cv_func_crypt+set}" = set; then
 
2483
  echo $ECHO_N "(cached) $ECHO_C" >&6
853
2484
else
854
 
  cat > conftest.$ac_ext <<EOF
855
 
#line 856 "configure"
856
 
#include "confdefs.h"
 
2485
  cat >conftest.$ac_ext <<_ACEOF
 
2486
/* confdefs.h.  */
 
2487
_ACEOF
 
2488
cat confdefs.h >>conftest.$ac_ext
 
2489
cat >>conftest.$ac_ext <<_ACEOF
 
2490
/* end confdefs.h.  */
 
2491
/* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
 
2492
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
2493
#define crypt innocuous_crypt
 
2494
 
857
2495
/* System header to define __stub macros and hopefully few prototypes,
858
 
    which can conflict with char crypt(); below.  */
859
 
#include <assert.h>
 
2496
    which can conflict with char crypt (); below.
 
2497
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
2498
    <limits.h> exists even on freestanding compilers.  */
 
2499
 
 
2500
#ifdef __STDC__
 
2501
# include <limits.h>
 
2502
#else
 
2503
# include <assert.h>
 
2504
#endif
 
2505
 
 
2506
#undef crypt
 
2507
 
860
2508
/* Override any gcc2 internal prototype to avoid an error.  */
 
2509
#ifdef __cplusplus
 
2510
extern "C"
 
2511
{
 
2512
#endif
861
2513
/* We use char because int might match the return type of a gcc2
862
 
    builtin and then its argument prototype would still apply.  */
863
 
char crypt();
864
 
 
865
 
int main() {
866
 
 
 
2514
   builtin and then its argument prototype would still apply.  */
 
2515
char crypt ();
867
2516
/* The GNU C library defines this for functions which it implements
868
2517
    to always fail with ENOSYS.  Some functions are actually named
869
2518
    something starting with __ and the normal name is an alias.  */
870
2519
#if defined (__stub_crypt) || defined (__stub___crypt)
871
2520
choke me
872
2521
#else
873
 
crypt();
874
 
#endif
875
 
 
876
 
; return 0; }
877
 
EOF
878
 
if { (eval echo configure:879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
879
 
  rm -rf conftest*
880
 
  eval "ac_cv_func_crypt=yes"
881
 
else
882
 
  echo "configure: failed program was:" >&5
883
 
  cat conftest.$ac_ext >&5
884
 
  rm -rf conftest*
885
 
  eval "ac_cv_func_crypt=no"
886
 
fi
887
 
rm -f conftest*
888
 
fi
889
 
 
890
 
if eval "test \"`echo '$ac_cv_func_'crypt`\" = yes"; then
891
 
  echo "$ac_t""yes" 1>&6
892
 
   cryptlocation=libc 
893
 
else
894
 
  echo "$ac_t""no" 1>&6
 
2522
char (*f) () = crypt;
 
2523
#endif
 
2524
#ifdef __cplusplus
 
2525
}
 
2526
#endif
 
2527
 
 
2528
int
 
2529
main ()
 
2530
{
 
2531
return f != crypt;
 
2532
  ;
 
2533
  return 0;
 
2534
}
 
2535
_ACEOF
 
2536
rm -f conftest.$ac_objext conftest$ac_exeext
 
2537
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
2538
  (eval $ac_link) 2>conftest.er1
 
2539
  ac_status=$?
 
2540
  grep -v '^ *+' conftest.er1 >conftest.err
 
2541
  rm -f conftest.er1
 
2542
  cat conftest.err >&5
 
2543
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2544
  (exit $ac_status); } &&
 
2545
         { ac_try='test -z "$ac_c_werror_flag"
 
2546
                         || test ! -s conftest.err'
 
2547
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2548
  (eval $ac_try) 2>&5
 
2549
  ac_status=$?
 
2550
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2551
  (exit $ac_status); }; } &&
 
2552
         { ac_try='test -s conftest$ac_exeext'
 
2553
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2554
  (eval $ac_try) 2>&5
 
2555
  ac_status=$?
 
2556
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2557
  (exit $ac_status); }; }; then
 
2558
  ac_cv_func_crypt=yes
 
2559
else
 
2560
  echo "$as_me: failed program was:" >&5
 
2561
sed 's/^/| /' conftest.$ac_ext >&5
 
2562
 
 
2563
ac_cv_func_crypt=no
 
2564
fi
 
2565
rm -f conftest.err conftest.$ac_objext \
 
2566
      conftest$ac_exeext conftest.$ac_ext
 
2567
fi
 
2568
echo "$as_me:$LINENO: result: $ac_cv_func_crypt" >&5
 
2569
echo "${ECHO_T}$ac_cv_func_crypt" >&6
 
2570
if test $ac_cv_func_crypt = yes; then
 
2571
   cryptlocation=libc
 
2572
else
895
2573
 
896
2574
                        #crypt not in libc
897
 
                        echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
898
 
echo "configure:899: checking for crypt in -lcrypt" >&5
899
 
ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
900
 
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
901
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
2575
                        echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
 
2576
echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
 
2577
if test "${ac_cv_lib_crypt_crypt+set}" = set; then
 
2578
  echo $ECHO_N "(cached) $ECHO_C" >&6
902
2579
else
903
 
  ac_save_LIBS="$LIBS"
 
2580
  ac_check_lib_save_LIBS=$LIBS
904
2581
LIBS="-lcrypt  $LIBS"
905
 
cat > conftest.$ac_ext <<EOF
906
 
#line 907 "configure"
907
 
#include "confdefs.h"
 
2582
cat >conftest.$ac_ext <<_ACEOF
 
2583
/* confdefs.h.  */
 
2584
_ACEOF
 
2585
cat confdefs.h >>conftest.$ac_ext
 
2586
cat >>conftest.$ac_ext <<_ACEOF
 
2587
/* end confdefs.h.  */
 
2588
 
908
2589
/* Override any gcc2 internal prototype to avoid an error.  */
 
2590
#ifdef __cplusplus
 
2591
extern "C"
 
2592
#endif
909
2593
/* We use char because int might match the return type of a gcc2
910
 
    builtin and then its argument prototype would still apply.  */
911
 
char crypt();
912
 
 
913
 
int main() {
914
 
crypt()
915
 
; return 0; }
916
 
EOF
917
 
if { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
918
 
  rm -rf conftest*
919
 
  eval "ac_cv_lib_$ac_lib_var=yes"
 
2594
   builtin and then its argument prototype would still apply.  */
 
2595
char crypt ();
 
2596
int
 
2597
main ()
 
2598
{
 
2599
crypt ();
 
2600
  ;
 
2601
  return 0;
 
2602
}
 
2603
_ACEOF
 
2604
rm -f conftest.$ac_objext conftest$ac_exeext
 
2605
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
2606
  (eval $ac_link) 2>conftest.er1
 
2607
  ac_status=$?
 
2608
  grep -v '^ *+' conftest.er1 >conftest.err
 
2609
  rm -f conftest.er1
 
2610
  cat conftest.err >&5
 
2611
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2612
  (exit $ac_status); } &&
 
2613
         { ac_try='test -z "$ac_c_werror_flag"
 
2614
                         || test ! -s conftest.err'
 
2615
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2616
  (eval $ac_try) 2>&5
 
2617
  ac_status=$?
 
2618
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2619
  (exit $ac_status); }; } &&
 
2620
         { ac_try='test -s conftest$ac_exeext'
 
2621
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2622
  (eval $ac_try) 2>&5
 
2623
  ac_status=$?
 
2624
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2625
  (exit $ac_status); }; }; then
 
2626
  ac_cv_lib_crypt_crypt=yes
920
2627
else
921
 
  echo "configure: failed program was:" >&5
922
 
  cat conftest.$ac_ext >&5
923
 
  rm -rf conftest*
924
 
  eval "ac_cv_lib_$ac_lib_var=no"
925
 
fi
926
 
rm -f conftest*
927
 
LIBS="$ac_save_LIBS"
928
 
 
929
 
fi
930
 
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
931
 
  echo "$ac_t""yes" 1>&6
932
 
   
933
 
                                        cryptlocation=libcrypt 
 
2628
  echo "$as_me: failed program was:" >&5
 
2629
sed 's/^/| /' conftest.$ac_ext >&5
 
2630
 
 
2631
ac_cv_lib_crypt_crypt=no
 
2632
fi
 
2633
rm -f conftest.err conftest.$ac_objext \
 
2634
      conftest$ac_exeext conftest.$ac_ext
 
2635
LIBS=$ac_check_lib_save_LIBS
 
2636
fi
 
2637
echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
 
2638
echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
 
2639
if test $ac_cv_lib_crypt_crypt = yes; then
 
2640
 
 
2641
                                        cryptlocation=libcrypt
934
2642
                                        unix_ldflags="${unix_ldflags} -lcrypt"
935
 
                                
936
 
                        
937
 
else
938
 
  echo "$ac_t""no" 1>&6
 
2643
 
 
2644
 
939
2645
fi
940
2646
 
941
 
                
942
 
        
 
2647
 
 
2648
 
943
2649
fi
944
2650
 
945
2651
        if test x$cryptlocation = x; then
946
2652
                 fail=$fail" crypt()" ,
947
2653
        fi
948
2654
 
949
 
        for ac_hdr in crypt.h shadow.h
950
 
do
951
 
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
952
 
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
953
 
echo "configure:954: checking for $ac_hdr" >&5
954
 
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
955
 
  echo $ac_n "(cached) $ac_c" 1>&6
956
 
else
957
 
  cat > conftest.$ac_ext <<EOF
958
 
#line 959 "configure"
959
 
#include "confdefs.h"
960
 
#include <$ac_hdr>
961
 
EOF
962
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
963
 
{ (eval echo configure:964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
964
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
965
 
if test -z "$ac_err"; then
966
 
  rm -rf conftest*
967
 
  eval "ac_cv_header_$ac_safe=yes"
968
 
else
969
 
  echo "$ac_err" >&5
970
 
  echo "configure: failed program was:" >&5
971
 
  cat conftest.$ac_ext >&5
972
 
  rm -rf conftest*
973
 
  eval "ac_cv_header_$ac_safe=no"
974
 
fi
975
 
rm -f conftest*
976
 
fi
977
 
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
978
 
  echo "$ac_t""yes" 1>&6
979
 
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
980
 
  cat >> confdefs.h <<EOF
981
 
#define $ac_tr_hdr 1
982
 
EOF
983
 
 
984
 
else
985
 
  echo "$ac_t""no" 1>&6
986
 
fi
987
 
done
988
 
 
989
 
        for ac_func in getspnam getusershell
990
 
do
991
 
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
992
 
echo "configure:993: checking for $ac_func" >&5
993
 
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
994
 
  echo $ac_n "(cached) $ac_c" 1>&6
995
 
else
996
 
  cat > conftest.$ac_ext <<EOF
997
 
#line 998 "configure"
998
 
#include "confdefs.h"
 
2655
 
 
2656
echo "$as_me:$LINENO: checking for egrep" >&5
 
2657
echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 
2658
if test "${ac_cv_prog_egrep+set}" = set; then
 
2659
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2660
else
 
2661
  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 
2662
    then ac_cv_prog_egrep='grep -E'
 
2663
    else ac_cv_prog_egrep='egrep'
 
2664
    fi
 
2665
fi
 
2666
echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 
2667
echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 
2668
 EGREP=$ac_cv_prog_egrep
 
2669
 
 
2670
 
 
2671
echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
2672
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 
2673
if test "${ac_cv_header_stdc+set}" = set; then
 
2674
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2675
else
 
2676
  cat >conftest.$ac_ext <<_ACEOF
 
2677
/* confdefs.h.  */
 
2678
_ACEOF
 
2679
cat confdefs.h >>conftest.$ac_ext
 
2680
cat >>conftest.$ac_ext <<_ACEOF
 
2681
/* end confdefs.h.  */
 
2682
#include <stdlib.h>
 
2683
#include <stdarg.h>
 
2684
#include <string.h>
 
2685
#include <float.h>
 
2686
 
 
2687
int
 
2688
main ()
 
2689
{
 
2690
 
 
2691
  ;
 
2692
  return 0;
 
2693
}
 
2694
_ACEOF
 
2695
rm -f conftest.$ac_objext
 
2696
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2697
  (eval $ac_compile) 2>conftest.er1
 
2698
  ac_status=$?
 
2699
  grep -v '^ *+' conftest.er1 >conftest.err
 
2700
  rm -f conftest.er1
 
2701
  cat conftest.err >&5
 
2702
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2703
  (exit $ac_status); } &&
 
2704
         { ac_try='test -z "$ac_c_werror_flag"
 
2705
                         || test ! -s conftest.err'
 
2706
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2707
  (eval $ac_try) 2>&5
 
2708
  ac_status=$?
 
2709
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2710
  (exit $ac_status); }; } &&
 
2711
         { ac_try='test -s conftest.$ac_objext'
 
2712
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2713
  (eval $ac_try) 2>&5
 
2714
  ac_status=$?
 
2715
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2716
  (exit $ac_status); }; }; then
 
2717
  ac_cv_header_stdc=yes
 
2718
else
 
2719
  echo "$as_me: failed program was:" >&5
 
2720
sed 's/^/| /' conftest.$ac_ext >&5
 
2721
 
 
2722
ac_cv_header_stdc=no
 
2723
fi
 
2724
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
2725
 
 
2726
if test $ac_cv_header_stdc = yes; then
 
2727
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
2728
  cat >conftest.$ac_ext <<_ACEOF
 
2729
/* confdefs.h.  */
 
2730
_ACEOF
 
2731
cat confdefs.h >>conftest.$ac_ext
 
2732
cat >>conftest.$ac_ext <<_ACEOF
 
2733
/* end confdefs.h.  */
 
2734
#include <string.h>
 
2735
 
 
2736
_ACEOF
 
2737
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
2738
  $EGREP "memchr" >/dev/null 2>&1; then
 
2739
  :
 
2740
else
 
2741
  ac_cv_header_stdc=no
 
2742
fi
 
2743
rm -f conftest*
 
2744
 
 
2745
fi
 
2746
 
 
2747
if test $ac_cv_header_stdc = yes; then
 
2748
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 
2749
  cat >conftest.$ac_ext <<_ACEOF
 
2750
/* confdefs.h.  */
 
2751
_ACEOF
 
2752
cat confdefs.h >>conftest.$ac_ext
 
2753
cat >>conftest.$ac_ext <<_ACEOF
 
2754
/* end confdefs.h.  */
 
2755
#include <stdlib.h>
 
2756
 
 
2757
_ACEOF
 
2758
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
2759
  $EGREP "free" >/dev/null 2>&1; then
 
2760
  :
 
2761
else
 
2762
  ac_cv_header_stdc=no
 
2763
fi
 
2764
rm -f conftest*
 
2765
 
 
2766
fi
 
2767
 
 
2768
if test $ac_cv_header_stdc = yes; then
 
2769
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 
2770
  if test "$cross_compiling" = yes; then
 
2771
  :
 
2772
else
 
2773
  cat >conftest.$ac_ext <<_ACEOF
 
2774
/* confdefs.h.  */
 
2775
_ACEOF
 
2776
cat confdefs.h >>conftest.$ac_ext
 
2777
cat >>conftest.$ac_ext <<_ACEOF
 
2778
/* end confdefs.h.  */
 
2779
#include <ctype.h>
 
2780
#if ((' ' & 0x0FF) == 0x020)
 
2781
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 
2782
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 
2783
#else
 
2784
# define ISLOWER(c) \
 
2785
                   (('a' <= (c) && (c) <= 'i') \
 
2786
                     || ('j' <= (c) && (c) <= 'r') \
 
2787
                     || ('s' <= (c) && (c) <= 'z'))
 
2788
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
 
2789
#endif
 
2790
 
 
2791
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
 
2792
int
 
2793
main ()
 
2794
{
 
2795
  int i;
 
2796
  for (i = 0; i < 256; i++)
 
2797
    if (XOR (islower (i), ISLOWER (i))
 
2798
        || toupper (i) != TOUPPER (i))
 
2799
      exit(2);
 
2800
  exit (0);
 
2801
}
 
2802
_ACEOF
 
2803
rm -f conftest$ac_exeext
 
2804
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
2805
  (eval $ac_link) 2>&5
 
2806
  ac_status=$?
 
2807
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2808
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
2809
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2810
  (eval $ac_try) 2>&5
 
2811
  ac_status=$?
 
2812
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2813
  (exit $ac_status); }; }; then
 
2814
  :
 
2815
else
 
2816
  echo "$as_me: program exited with status $ac_status" >&5
 
2817
echo "$as_me: failed program was:" >&5
 
2818
sed 's/^/| /' conftest.$ac_ext >&5
 
2819
 
 
2820
( exit $ac_status )
 
2821
ac_cv_header_stdc=no
 
2822
fi
 
2823
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
2824
fi
 
2825
fi
 
2826
fi
 
2827
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
2828
echo "${ECHO_T}$ac_cv_header_stdc" >&6
 
2829
if test $ac_cv_header_stdc = yes; then
 
2830
 
 
2831
cat >>confdefs.h <<\_ACEOF
 
2832
#define STDC_HEADERS 1
 
2833
_ACEOF
 
2834
 
 
2835
fi
 
2836
 
 
2837
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
 
2838
 
 
2839
 
 
2840
 
 
2841
 
 
2842
 
 
2843
 
 
2844
 
 
2845
 
 
2846
 
 
2847
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
2848
                  inttypes.h stdint.h unistd.h
 
2849
do
 
2850
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
2851
echo "$as_me:$LINENO: checking for $ac_header" >&5
 
2852
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
2853
if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
2854
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2855
else
 
2856
  cat >conftest.$ac_ext <<_ACEOF
 
2857
/* confdefs.h.  */
 
2858
_ACEOF
 
2859
cat confdefs.h >>conftest.$ac_ext
 
2860
cat >>conftest.$ac_ext <<_ACEOF
 
2861
/* end confdefs.h.  */
 
2862
$ac_includes_default
 
2863
 
 
2864
#include <$ac_header>
 
2865
_ACEOF
 
2866
rm -f conftest.$ac_objext
 
2867
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2868
  (eval $ac_compile) 2>conftest.er1
 
2869
  ac_status=$?
 
2870
  grep -v '^ *+' conftest.er1 >conftest.err
 
2871
  rm -f conftest.er1
 
2872
  cat conftest.err >&5
 
2873
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2874
  (exit $ac_status); } &&
 
2875
         { ac_try='test -z "$ac_c_werror_flag"
 
2876
                         || test ! -s conftest.err'
 
2877
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2878
  (eval $ac_try) 2>&5
 
2879
  ac_status=$?
 
2880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2881
  (exit $ac_status); }; } &&
 
2882
         { ac_try='test -s conftest.$ac_objext'
 
2883
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2884
  (eval $ac_try) 2>&5
 
2885
  ac_status=$?
 
2886
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2887
  (exit $ac_status); }; }; then
 
2888
  eval "$as_ac_Header=yes"
 
2889
else
 
2890
  echo "$as_me: failed program was:" >&5
 
2891
sed 's/^/| /' conftest.$ac_ext >&5
 
2892
 
 
2893
eval "$as_ac_Header=no"
 
2894
fi
 
2895
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
2896
fi
 
2897
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
2898
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
2899
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
2900
  cat >>confdefs.h <<_ACEOF
 
2901
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
2902
_ACEOF
 
2903
 
 
2904
fi
 
2905
 
 
2906
done
 
2907
 
 
2908
 
 
2909
 
 
2910
 
 
2911
for ac_header in crypt.h shadow.h
 
2912
do
 
2913
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
2914
if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
2915
  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
2916
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
2917
if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
2918
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
2919
fi
 
2920
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
2921
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
2922
else
 
2923
  # Is the header compilable?
 
2924
echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
2925
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
2926
cat >conftest.$ac_ext <<_ACEOF
 
2927
/* confdefs.h.  */
 
2928
_ACEOF
 
2929
cat confdefs.h >>conftest.$ac_ext
 
2930
cat >>conftest.$ac_ext <<_ACEOF
 
2931
/* end confdefs.h.  */
 
2932
$ac_includes_default
 
2933
#include <$ac_header>
 
2934
_ACEOF
 
2935
rm -f conftest.$ac_objext
 
2936
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
2937
  (eval $ac_compile) 2>conftest.er1
 
2938
  ac_status=$?
 
2939
  grep -v '^ *+' conftest.er1 >conftest.err
 
2940
  rm -f conftest.er1
 
2941
  cat conftest.err >&5
 
2942
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2943
  (exit $ac_status); } &&
 
2944
         { ac_try='test -z "$ac_c_werror_flag"
 
2945
                         || test ! -s conftest.err'
 
2946
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2947
  (eval $ac_try) 2>&5
 
2948
  ac_status=$?
 
2949
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2950
  (exit $ac_status); }; } &&
 
2951
         { ac_try='test -s conftest.$ac_objext'
 
2952
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
2953
  (eval $ac_try) 2>&5
 
2954
  ac_status=$?
 
2955
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2956
  (exit $ac_status); }; }; then
 
2957
  ac_header_compiler=yes
 
2958
else
 
2959
  echo "$as_me: failed program was:" >&5
 
2960
sed 's/^/| /' conftest.$ac_ext >&5
 
2961
 
 
2962
ac_header_compiler=no
 
2963
fi
 
2964
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
2965
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
2966
echo "${ECHO_T}$ac_header_compiler" >&6
 
2967
 
 
2968
# Is the header present?
 
2969
echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
2970
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
2971
cat >conftest.$ac_ext <<_ACEOF
 
2972
/* confdefs.h.  */
 
2973
_ACEOF
 
2974
cat confdefs.h >>conftest.$ac_ext
 
2975
cat >>conftest.$ac_ext <<_ACEOF
 
2976
/* end confdefs.h.  */
 
2977
#include <$ac_header>
 
2978
_ACEOF
 
2979
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
2980
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
2981
  ac_status=$?
 
2982
  grep -v '^ *+' conftest.er1 >conftest.err
 
2983
  rm -f conftest.er1
 
2984
  cat conftest.err >&5
 
2985
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2986
  (exit $ac_status); } >/dev/null; then
 
2987
  if test -s conftest.err; then
 
2988
    ac_cpp_err=$ac_c_preproc_warn_flag
 
2989
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2990
  else
 
2991
    ac_cpp_err=
 
2992
  fi
 
2993
else
 
2994
  ac_cpp_err=yes
 
2995
fi
 
2996
if test -z "$ac_cpp_err"; then
 
2997
  ac_header_preproc=yes
 
2998
else
 
2999
  echo "$as_me: failed program was:" >&5
 
3000
sed 's/^/| /' conftest.$ac_ext >&5
 
3001
 
 
3002
  ac_header_preproc=no
 
3003
fi
 
3004
rm -f conftest.err conftest.$ac_ext
 
3005
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
3006
echo "${ECHO_T}$ac_header_preproc" >&6
 
3007
 
 
3008
# So?  What about this header?
 
3009
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
3010
  yes:no: )
 
3011
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
3012
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
3013
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
3014
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
3015
    ac_header_preproc=yes
 
3016
    ;;
 
3017
  no:yes:* )
 
3018
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
3019
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
3020
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
3021
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
3022
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
3023
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
3024
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
3025
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
3026
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
3027
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
3028
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
3029
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
3030
    (
 
3031
      cat <<\_ASBOX
 
3032
## ------------------------------------------ ##
 
3033
## Report this to the AC_PACKAGE_NAME lists.  ##
 
3034
## ------------------------------------------ ##
 
3035
_ASBOX
 
3036
    ) |
 
3037
      sed "s/^/$as_me: WARNING:     /" >&2
 
3038
    ;;
 
3039
esac
 
3040
echo "$as_me:$LINENO: checking for $ac_header" >&5
 
3041
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
3042
if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
3043
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3044
else
 
3045
  eval "$as_ac_Header=\$ac_header_preproc"
 
3046
fi
 
3047
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
3048
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
3049
 
 
3050
fi
 
3051
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
3052
  cat >>confdefs.h <<_ACEOF
 
3053
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
3054
_ACEOF
 
3055
 
 
3056
fi
 
3057
 
 
3058
done
 
3059
 
 
3060
 
 
3061
 
 
3062
for ac_func in getspnam getusershell
 
3063
do
 
3064
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3065
echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3066
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 
3067
if eval "test \"\${$as_ac_var+set}\" = set"; then
 
3068
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3069
else
 
3070
  cat >conftest.$ac_ext <<_ACEOF
 
3071
/* confdefs.h.  */
 
3072
_ACEOF
 
3073
cat confdefs.h >>conftest.$ac_ext
 
3074
cat >>conftest.$ac_ext <<_ACEOF
 
3075
/* end confdefs.h.  */
 
3076
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
3077
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
3078
#define $ac_func innocuous_$ac_func
 
3079
 
999
3080
/* System header to define __stub macros and hopefully few prototypes,
1000
 
    which can conflict with char $ac_func(); below.  */
1001
 
#include <assert.h>
 
3081
    which can conflict with char $ac_func (); below.
 
3082
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
3083
    <limits.h> exists even on freestanding compilers.  */
 
3084
 
 
3085
#ifdef __STDC__
 
3086
# include <limits.h>
 
3087
#else
 
3088
# include <assert.h>
 
3089
#endif
 
3090
 
 
3091
#undef $ac_func
 
3092
 
1002
3093
/* Override any gcc2 internal prototype to avoid an error.  */
 
3094
#ifdef __cplusplus
 
3095
extern "C"
 
3096
{
 
3097
#endif
1003
3098
/* We use char because int might match the return type of a gcc2
1004
 
    builtin and then its argument prototype would still apply.  */
1005
 
char $ac_func();
1006
 
 
1007
 
int main() {
1008
 
 
 
3099
   builtin and then its argument prototype would still apply.  */
 
3100
char $ac_func ();
1009
3101
/* The GNU C library defines this for functions which it implements
1010
3102
    to always fail with ENOSYS.  Some functions are actually named
1011
3103
    something starting with __ and the normal name is an alias.  */
1012
3104
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1013
3105
choke me
1014
3106
#else
1015
 
$ac_func();
1016
 
#endif
1017
 
 
1018
 
; return 0; }
1019
 
EOF
1020
 
if { (eval echo configure:1021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1021
 
  rm -rf conftest*
1022
 
  eval "ac_cv_func_$ac_func=yes"
1023
 
else
1024
 
  echo "configure: failed program was:" >&5
1025
 
  cat conftest.$ac_ext >&5
1026
 
  rm -rf conftest*
1027
 
  eval "ac_cv_func_$ac_func=no"
1028
 
fi
1029
 
rm -f conftest*
1030
 
fi
1031
 
 
1032
 
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1033
 
  echo "$ac_t""yes" 1>&6
1034
 
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1035
 
  cat >> confdefs.h <<EOF
1036
 
#define $ac_tr_func 1
1037
 
EOF
1038
 
 
1039
 
else
1040
 
  echo "$ac_t""no" 1>&6
 
3107
char (*f) () = $ac_func;
 
3108
#endif
 
3109
#ifdef __cplusplus
 
3110
}
 
3111
#endif
 
3112
 
 
3113
int
 
3114
main ()
 
3115
{
 
3116
return f != $ac_func;
 
3117
  ;
 
3118
  return 0;
 
3119
}
 
3120
_ACEOF
 
3121
rm -f conftest.$ac_objext conftest$ac_exeext
 
3122
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
3123
  (eval $ac_link) 2>conftest.er1
 
3124
  ac_status=$?
 
3125
  grep -v '^ *+' conftest.er1 >conftest.err
 
3126
  rm -f conftest.er1
 
3127
  cat conftest.err >&5
 
3128
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3129
  (exit $ac_status); } &&
 
3130
         { ac_try='test -z "$ac_c_werror_flag"
 
3131
                         || test ! -s conftest.err'
 
3132
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3133
  (eval $ac_try) 2>&5
 
3134
  ac_status=$?
 
3135
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3136
  (exit $ac_status); }; } &&
 
3137
         { ac_try='test -s conftest$ac_exeext'
 
3138
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3139
  (eval $ac_try) 2>&5
 
3140
  ac_status=$?
 
3141
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3142
  (exit $ac_status); }; }; then
 
3143
  eval "$as_ac_var=yes"
 
3144
else
 
3145
  echo "$as_me: failed program was:" >&5
 
3146
sed 's/^/| /' conftest.$ac_ext >&5
 
3147
 
 
3148
eval "$as_ac_var=no"
 
3149
fi
 
3150
rm -f conftest.err conftest.$ac_objext \
 
3151
      conftest$ac_exeext conftest.$ac_ext
 
3152
fi
 
3153
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
 
3154
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 
3155
if test `eval echo '${'$as_ac_var'}'` = yes; then
 
3156
  cat >>confdefs.h <<_ACEOF
 
3157
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3158
_ACEOF
 
3159
 
1041
3160
fi
1042
3161
done
1043
3162
 
1044
3163
 
1045
 
        echo $ac_n "checking for getspnam in -lshadow""... $ac_c" 1>&6
1046
 
echo "configure:1047: checking for getspnam in -lshadow" >&5
1047
 
ac_lib_var=`echo shadow'_'getspnam | sed 'y%./+-%__p_%'`
1048
 
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1049
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
3164
        echo "$as_me:$LINENO: checking for getspnam in -lshadow" >&5
 
3165
echo $ECHO_N "checking for getspnam in -lshadow... $ECHO_C" >&6
 
3166
if test "${ac_cv_lib_shadow_getspnam+set}" = set; then
 
3167
  echo $ECHO_N "(cached) $ECHO_C" >&6
1050
3168
else
1051
 
  ac_save_LIBS="$LIBS"
 
3169
  ac_check_lib_save_LIBS=$LIBS
1052
3170
LIBS="-lshadow  $LIBS"
1053
 
cat > conftest.$ac_ext <<EOF
1054
 
#line 1055 "configure"
1055
 
#include "confdefs.h"
 
3171
cat >conftest.$ac_ext <<_ACEOF
 
3172
/* confdefs.h.  */
 
3173
_ACEOF
 
3174
cat confdefs.h >>conftest.$ac_ext
 
3175
cat >>conftest.$ac_ext <<_ACEOF
 
3176
/* end confdefs.h.  */
 
3177
 
1056
3178
/* Override any gcc2 internal prototype to avoid an error.  */
 
3179
#ifdef __cplusplus
 
3180
extern "C"
 
3181
#endif
1057
3182
/* We use char because int might match the return type of a gcc2
1058
 
    builtin and then its argument prototype would still apply.  */
1059
 
char getspnam();
1060
 
 
1061
 
int main() {
1062
 
getspnam()
1063
 
; return 0; }
1064
 
EOF
1065
 
if { (eval echo configure:1066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1066
 
  rm -rf conftest*
1067
 
  eval "ac_cv_lib_$ac_lib_var=yes"
 
3183
   builtin and then its argument prototype would still apply.  */
 
3184
char getspnam ();
 
3185
int
 
3186
main ()
 
3187
{
 
3188
getspnam ();
 
3189
  ;
 
3190
  return 0;
 
3191
}
 
3192
_ACEOF
 
3193
rm -f conftest.$ac_objext conftest$ac_exeext
 
3194
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
3195
  (eval $ac_link) 2>conftest.er1
 
3196
  ac_status=$?
 
3197
  grep -v '^ *+' conftest.er1 >conftest.err
 
3198
  rm -f conftest.er1
 
3199
  cat conftest.err >&5
 
3200
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3201
  (exit $ac_status); } &&
 
3202
         { ac_try='test -z "$ac_c_werror_flag"
 
3203
                         || test ! -s conftest.err'
 
3204
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3205
  (eval $ac_try) 2>&5
 
3206
  ac_status=$?
 
3207
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3208
  (exit $ac_status); }; } &&
 
3209
         { ac_try='test -s conftest$ac_exeext'
 
3210
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3211
  (eval $ac_try) 2>&5
 
3212
  ac_status=$?
 
3213
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3214
  (exit $ac_status); }; }; then
 
3215
  ac_cv_lib_shadow_getspnam=yes
1068
3216
else
1069
 
  echo "configure: failed program was:" >&5
1070
 
  cat conftest.$ac_ext >&5
1071
 
  rm -rf conftest*
1072
 
  eval "ac_cv_lib_$ac_lib_var=no"
1073
 
fi
1074
 
rm -f conftest*
1075
 
LIBS="$ac_save_LIBS"
1076
 
 
1077
 
fi
1078
 
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1079
 
  echo "$ac_t""yes" 1>&6
1080
 
   
 
3217
  echo "$as_me: failed program was:" >&5
 
3218
sed 's/^/| /' conftest.$ac_ext >&5
 
3219
 
 
3220
ac_cv_lib_shadow_getspnam=no
 
3221
fi
 
3222
rm -f conftest.err conftest.$ac_objext \
 
3223
      conftest$ac_exeext conftest.$ac_ext
 
3224
LIBS=$ac_check_lib_save_LIBS
 
3225
fi
 
3226
echo "$as_me:$LINENO: result: $ac_cv_lib_shadow_getspnam" >&5
 
3227
echo "${ECHO_T}$ac_cv_lib_shadow_getspnam" >&6
 
3228
if test $ac_cv_lib_shadow_getspnam = yes; then
 
3229
 
1081
3230
                        unix_ldflags="${unix_ldflags} -lshadow"
1082
 
                        cat >> confdefs.h <<\EOF
 
3231
                        cat >>confdefs.h <<\_ACEOF
1083
3232
#define HAVE_GETSPNAM 1
1084
 
EOF
1085
 
 
1086
 
                
1087
 
        
1088
 
else
1089
 
  echo "$ac_t""no" 1>&6
 
3233
_ACEOF
 
3234
 
 
3235
 
 
3236
 
1090
3237
fi
1091
3238
 
1092
3239
 
1093
 
        for ac_func in fgetpwent fgetspent fgetgrent
 
3240
 
 
3241
 
 
3242
 
 
3243
for ac_func in fgetpwent fgetspent fgetgrent
1094
3244
do
1095
 
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1096
 
echo "configure:1097: checking for $ac_func" >&5
1097
 
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1098
 
  echo $ac_n "(cached) $ac_c" 1>&6
 
3245
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
3246
echo "$as_me:$LINENO: checking for $ac_func" >&5
 
3247
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 
3248
if eval "test \"\${$as_ac_var+set}\" = set"; then
 
3249
  echo $ECHO_N "(cached) $ECHO_C" >&6
1099
3250
else
1100
 
  cat > conftest.$ac_ext <<EOF
1101
 
#line 1102 "configure"
1102
 
#include "confdefs.h"
 
3251
  cat >conftest.$ac_ext <<_ACEOF
 
3252
/* confdefs.h.  */
 
3253
_ACEOF
 
3254
cat confdefs.h >>conftest.$ac_ext
 
3255
cat >>conftest.$ac_ext <<_ACEOF
 
3256
/* end confdefs.h.  */
 
3257
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
3258
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
3259
#define $ac_func innocuous_$ac_func
 
3260
 
1103
3261
/* System header to define __stub macros and hopefully few prototypes,
1104
 
    which can conflict with char $ac_func(); below.  */
1105
 
#include <assert.h>
 
3262
    which can conflict with char $ac_func (); below.
 
3263
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
3264
    <limits.h> exists even on freestanding compilers.  */
 
3265
 
 
3266
#ifdef __STDC__
 
3267
# include <limits.h>
 
3268
#else
 
3269
# include <assert.h>
 
3270
#endif
 
3271
 
 
3272
#undef $ac_func
 
3273
 
1106
3274
/* Override any gcc2 internal prototype to avoid an error.  */
 
3275
#ifdef __cplusplus
 
3276
extern "C"
 
3277
{
 
3278
#endif
1107
3279
/* We use char because int might match the return type of a gcc2
1108
 
    builtin and then its argument prototype would still apply.  */
1109
 
char $ac_func();
1110
 
 
1111
 
int main() {
1112
 
 
 
3280
   builtin and then its argument prototype would still apply.  */
 
3281
char $ac_func ();
1113
3282
/* The GNU C library defines this for functions which it implements
1114
3283
    to always fail with ENOSYS.  Some functions are actually named
1115
3284
    something starting with __ and the normal name is an alias.  */
1116
3285
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1117
3286
choke me
1118
3287
#else
1119
 
$ac_func();
1120
 
#endif
1121
 
 
1122
 
; return 0; }
1123
 
EOF
1124
 
if { (eval echo configure:1125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1125
 
  rm -rf conftest*
1126
 
  eval "ac_cv_func_$ac_func=yes"
1127
 
else
1128
 
  echo "configure: failed program was:" >&5
1129
 
  cat conftest.$ac_ext >&5
1130
 
  rm -rf conftest*
1131
 
  eval "ac_cv_func_$ac_func=no"
1132
 
fi
1133
 
rm -f conftest*
1134
 
fi
1135
 
 
1136
 
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1137
 
  echo "$ac_t""yes" 1>&6
1138
 
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1139
 
  cat >> confdefs.h <<EOF
1140
 
#define $ac_tr_func 1
1141
 
EOF
1142
 
 
1143
 
else
1144
 
  echo "$ac_t""no" 1>&6
 
3288
char (*f) () = $ac_func;
 
3289
#endif
 
3290
#ifdef __cplusplus
 
3291
}
 
3292
#endif
 
3293
 
 
3294
int
 
3295
main ()
 
3296
{
 
3297
return f != $ac_func;
 
3298
  ;
 
3299
  return 0;
 
3300
}
 
3301
_ACEOF
 
3302
rm -f conftest.$ac_objext conftest$ac_exeext
 
3303
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
3304
  (eval $ac_link) 2>conftest.er1
 
3305
  ac_status=$?
 
3306
  grep -v '^ *+' conftest.er1 >conftest.err
 
3307
  rm -f conftest.er1
 
3308
  cat conftest.err >&5
 
3309
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3310
  (exit $ac_status); } &&
 
3311
         { ac_try='test -z "$ac_c_werror_flag"
 
3312
                         || test ! -s conftest.err'
 
3313
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3314
  (eval $ac_try) 2>&5
 
3315
  ac_status=$?
 
3316
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3317
  (exit $ac_status); }; } &&
 
3318
         { ac_try='test -s conftest$ac_exeext'
 
3319
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
3320
  (eval $ac_try) 2>&5
 
3321
  ac_status=$?
 
3322
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3323
  (exit $ac_status); }; }; then
 
3324
  eval "$as_ac_var=yes"
 
3325
else
 
3326
  echo "$as_me: failed program was:" >&5
 
3327
sed 's/^/| /' conftest.$ac_ext >&5
 
3328
 
 
3329
eval "$as_ac_var=no"
 
3330
fi
 
3331
rm -f conftest.err conftest.$ac_objext \
 
3332
      conftest$ac_exeext conftest.$ac_ext
 
3333
fi
 
3334
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
 
3335
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 
3336
if test `eval echo '${'$as_ac_var'}'` = yes; then
 
3337
  cat >>confdefs.h <<_ACEOF
 
3338
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
3339
_ACEOF
 
3340
 
1145
3341
fi
1146
3342
done
1147
3343
 
1154
3350
 
1155
3351
if test x"$fail" != x""; then
1156
3352
        if test x"${enable_strict_dependencies}" = x"yes"; then
1157
 
                { echo "configure: error: set --without-rlm_unix to disable it explicitly." 1>&2; exit 1; }
 
3353
                { { echo "$as_me:$LINENO: error: set --without-rlm_unix to disable it explicitly." >&5
 
3354
echo "$as_me: error: set --without-rlm_unix to disable it explicitly." >&2;}
 
3355
   { (exit 1); exit 1; }; }
1158
3356
        else
1159
 
                echo "configure: warning: silently not building rlm_unix." 1>&2
1160
 
                echo "configure: warning: FAILURE: rlm_unix requires: $fail." 1>&2; 
 
3357
                { echo "$as_me:$LINENO: WARNING: silently not building rlm_unix." >&5
 
3358
echo "$as_me: WARNING: silently not building rlm_unix." >&2;}
 
3359
                { echo "$as_me:$LINENO: WARNING: FAILURE: rlm_unix requires: $fail." >&5
 
3360
echo "$as_me: WARNING: FAILURE: rlm_unix requires: $fail." >&2;};
1161
3361
                targetname=""
1162
3362
        fi
1163
3363
fi
1165
3365
 
1166
3366
 
1167
3367
 
 
3368
          ac_config_headers="$ac_config_headers config.h"
1168
3369
 
1169
 
trap '' 1 2 15
1170
 
cat > confcache <<\EOF
 
3370
          ac_config_files="$ac_config_files Makefile"
 
3371
cat >confcache <<\_ACEOF
1171
3372
# This file is a shell script that caches the results of configure
1172
3373
# tests run on this system so they can be shared between configure
1173
 
# scripts and configure runs.  It is not useful on other systems.
1174
 
# If it contains results you don't want to keep, you may remove or edit it.
1175
 
#
1176
 
# By default, configure uses ./config.cache as the cache file,
1177
 
# creating it if it does not exist already.  You can give configure
1178
 
# the --cache-file=FILE option to use a different cache file; that is
1179
 
# what configure does when it calls configure scripts in
1180
 
# subdirectories, so they share the cache.
1181
 
# Giving --cache-file=/dev/null disables caching, for debugging configure.
1182
 
# config.status only pays attention to the cache file if you give it the
1183
 
# --recheck option to rerun configure.
1184
 
#
1185
 
EOF
 
3374
# scripts and configure runs, see configure's option --config-cache.
 
3375
# It is not useful on other systems.  If it contains results you don't
 
3376
# want to keep, you may remove or edit it.
 
3377
#
 
3378
# config.status only pays attention to the cache file if you give it
 
3379
# the --recheck option to rerun configure.
 
3380
#
 
3381
# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
3382
# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
3383
# following values.
 
3384
 
 
3385
_ACEOF
 
3386
 
1186
3387
# The following way of writing the cache mishandles newlines in values,
1187
3388
# but we know of no workaround that is simple, portable, and efficient.
1188
3389
# So, don't put newlines in cache variables' values.
1189
3390
# Ultrix sh set writes to stderr and can't be redirected directly,
1190
3391
# and sets the high bit in the cache file unless we assign to the vars.
1191
 
(set) 2>&1 |
1192
 
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
1193
 
  *ac_space=\ *)
1194
 
    # `set' does not quote correctly, so add quotes (double-quote substitution
1195
 
    # turns \\\\ into \\, and sed turns \\ into \).
1196
 
    sed -n \
1197
 
      -e "s/'/'\\\\''/g" \
1198
 
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1199
 
    ;;
1200
 
  *)
1201
 
    # `set' quotes correctly as required by POSIX, so do not add quotes.
1202
 
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1203
 
    ;;
1204
 
  esac >> confcache
1205
 
if cmp -s $cache_file confcache; then
1206
 
  :
1207
 
else
 
3392
{
 
3393
  (set) 2>&1 |
 
3394
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 
3395
    *ac_space=\ *)
 
3396
      # `set' does not quote correctly, so add quotes (double-quote
 
3397
      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
3398
      sed -n \
 
3399
        "s/'/'\\\\''/g;
 
3400
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
3401
      ;;
 
3402
    *)
 
3403
      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
3404
      sed -n \
 
3405
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
3406
      ;;
 
3407
    esac;
 
3408
} |
 
3409
  sed '
 
3410
     t clear
 
3411
     : clear
 
3412
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
3413
     t end
 
3414
     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
3415
     : end' >>confcache
 
3416
if diff $cache_file confcache >/dev/null 2>&1; then :; else
1208
3417
  if test -w $cache_file; then
1209
 
    echo "updating cache $cache_file"
1210
 
    cat confcache > $cache_file
 
3418
    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 
3419
    cat confcache >$cache_file
1211
3420
  else
1212
3421
    echo "not updating unwritable cache $cache_file"
1213
3422
  fi
1214
3423
fi
1215
3424
rm -f confcache
1216
3425
 
1217
 
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1218
 
 
1219
3426
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1220
3427
# Let make expand exec_prefix.
1221
3428
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1222
3429
 
1223
 
# Any assignment to VPATH causes Sun make to only execute
1224
 
# the first set of double-colon rules, so remove it if not needed.
1225
 
# If there is a colon in the path, we need to keep it.
 
3430
# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
3431
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
3432
# trailing colons and then remove the whole line if VPATH becomes empty
 
3433
# (actually we leave an empty line to preserve line numbers).
1226
3434
if test "x$srcdir" = x.; then
1227
 
  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
 
3435
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
 
3436
s/:*\$(srcdir):*/:/;
 
3437
s/:*\${srcdir}:*/:/;
 
3438
s/:*@srcdir@:*/:/;
 
3439
s/^\([^=]*=[     ]*\):*/\1/;
 
3440
s/:*$//;
 
3441
s/^[^=]*=[       ]*$//;
 
3442
}'
1228
3443
fi
1229
3444
 
1230
 
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1231
 
 
1232
3445
DEFS=-DHAVE_CONFIG_H
1233
3446
 
1234
 
# Without the "./", some shells look in PATH for config.status.
 
3447
ac_libobjs=
 
3448
ac_ltlibobjs=
 
3449
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
3450
  # 1. Remove the extension, and $U if already installed.
 
3451
  ac_i=`echo "$ac_i" |
 
3452
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 
3453
  # 2. Add them.
 
3454
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 
3455
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 
3456
done
 
3457
LIBOBJS=$ac_libobjs
 
3458
 
 
3459
LTLIBOBJS=$ac_ltlibobjs
 
3460
 
 
3461
 
 
3462
 
1235
3463
: ${CONFIG_STATUS=./config.status}
1236
 
 
1237
 
echo creating $CONFIG_STATUS
1238
 
rm -f $CONFIG_STATUS
1239
 
cat > $CONFIG_STATUS <<EOF
1240
 
#! /bin/sh
1241
 
# Generated automatically by configure.
 
3464
ac_clean_files_save=$ac_clean_files
 
3465
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
3466
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
3467
echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
3468
cat >$CONFIG_STATUS <<_ACEOF
 
3469
#! $SHELL
 
3470
# Generated by $as_me.
1242
3471
# Run this file to recreate the current configuration.
1243
 
# This directory was configured as follows,
1244
 
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1245
 
#
1246
 
# $0 $ac_configure_args
1247
 
#
1248
3472
# Compiler output produced by configure, useful for debugging
1249
 
# configure, is in ./config.log if it exists.
1250
 
 
1251
 
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1252
 
for ac_option
1253
 
do
1254
 
  case "\$ac_option" in
 
3473
# configure, is in config.log if it exists.
 
3474
 
 
3475
debug=false
 
3476
ac_cs_recheck=false
 
3477
ac_cs_silent=false
 
3478
SHELL=\${CONFIG_SHELL-$SHELL}
 
3479
_ACEOF
 
3480
 
 
3481
cat >>$CONFIG_STATUS <<\_ACEOF
 
3482
## --------------------- ##
 
3483
## M4sh Initialization.  ##
 
3484
## --------------------- ##
 
3485
 
 
3486
# Be Bourne compatible
 
3487
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
3488
  emulate sh
 
3489
  NULLCMD=:
 
3490
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
3491
  # is contrary to our usage.  Disable this feature.
 
3492
  alias -g '${1+"$@"}'='"$@"'
 
3493
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 
3494
  set -o posix
 
3495
fi
 
3496
DUALCASE=1; export DUALCASE # for MKS sh
 
3497
 
 
3498
# Support unset when possible.
 
3499
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
3500
  as_unset=unset
 
3501
else
 
3502
  as_unset=false
 
3503
fi
 
3504
 
 
3505
 
 
3506
# Work around bugs in pre-3.0 UWIN ksh.
 
3507
$as_unset ENV MAIL MAILPATH
 
3508
PS1='$ '
 
3509
PS2='> '
 
3510
PS4='+ '
 
3511
 
 
3512
# NLS nuisances.
 
3513
for as_var in \
 
3514
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
3515
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
3516
  LC_TELEPHONE LC_TIME
 
3517
do
 
3518
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
3519
    eval $as_var=C; export $as_var
 
3520
  else
 
3521
    $as_unset $as_var
 
3522
  fi
 
3523
done
 
3524
 
 
3525
# Required to use basename.
 
3526
if expr a : '\(a\)' >/dev/null 2>&1; then
 
3527
  as_expr=expr
 
3528
else
 
3529
  as_expr=false
 
3530
fi
 
3531
 
 
3532
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
3533
  as_basename=basename
 
3534
else
 
3535
  as_basename=false
 
3536
fi
 
3537
 
 
3538
 
 
3539
# Name of the executable.
 
3540
as_me=`$as_basename "$0" ||
 
3541
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
3542
         X"$0" : 'X\(//\)$' \| \
 
3543
         X"$0" : 'X\(/\)$' \| \
 
3544
         .     : '\(.\)' 2>/dev/null ||
 
3545
echo X/"$0" |
 
3546
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 
3547
          /^X\/\(\/\/\)$/{ s//\1/; q; }
 
3548
          /^X\/\(\/\).*/{ s//\1/; q; }
 
3549
          s/.*/./; q'`
 
3550
 
 
3551
 
 
3552
# PATH needs CR, and LINENO needs CR and PATH.
 
3553
# Avoid depending upon Character Ranges.
 
3554
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
3555
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
3556
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
3557
as_cr_digits='0123456789'
 
3558
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
3559
 
 
3560
# The user is always right.
 
3561
if test "${PATH_SEPARATOR+set}" != set; then
 
3562
  echo "#! /bin/sh" >conf$$.sh
 
3563
  echo  "exit 0"   >>conf$$.sh
 
3564
  chmod +x conf$$.sh
 
3565
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
3566
    PATH_SEPARATOR=';'
 
3567
  else
 
3568
    PATH_SEPARATOR=:
 
3569
  fi
 
3570
  rm -f conf$$.sh
 
3571
fi
 
3572
 
 
3573
 
 
3574
  as_lineno_1=$LINENO
 
3575
  as_lineno_2=$LINENO
 
3576
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
3577
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
3578
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 
3579
  # Find who we are.  Look in the path if we contain no path at all
 
3580
  # relative or not.
 
3581
  case $0 in
 
3582
    *[\\/]* ) as_myself=$0 ;;
 
3583
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3584
for as_dir in $PATH
 
3585
do
 
3586
  IFS=$as_save_IFS
 
3587
  test -z "$as_dir" && as_dir=.
 
3588
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
3589
done
 
3590
 
 
3591
       ;;
 
3592
  esac
 
3593
  # We did not find ourselves, most probably we were run as `sh COMMAND'
 
3594
  # in which case we are not to be found in the path.
 
3595
  if test "x$as_myself" = x; then
 
3596
    as_myself=$0
 
3597
  fi
 
3598
  if test ! -f "$as_myself"; then
 
3599
    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 
3600
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 
3601
   { (exit 1); exit 1; }; }
 
3602
  fi
 
3603
  case $CONFIG_SHELL in
 
3604
  '')
 
3605
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3606
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
3607
do
 
3608
  IFS=$as_save_IFS
 
3609
  test -z "$as_dir" && as_dir=.
 
3610
  for as_base in sh bash ksh sh5; do
 
3611
         case $as_dir in
 
3612
         /*)
 
3613
           if ("$as_dir/$as_base" -c '
 
3614
  as_lineno_1=$LINENO
 
3615
  as_lineno_2=$LINENO
 
3616
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
3617
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
3618
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 
3619
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 
3620
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 
3621
             CONFIG_SHELL=$as_dir/$as_base
 
3622
             export CONFIG_SHELL
 
3623
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 
3624
           fi;;
 
3625
         esac
 
3626
       done
 
3627
done
 
3628
;;
 
3629
  esac
 
3630
 
 
3631
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
3632
  # uniformly replaced by the line number.  The first 'sed' inserts a
 
3633
  # line-number line before each line; the second 'sed' does the real
 
3634
  # work.  The second script uses 'N' to pair each line-number line
 
3635
  # with the numbered line, and appends trailing '-' during
 
3636
  # substitution so that $LINENO is not a special case at line end.
 
3637
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
3638
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 
3639
  sed '=' <$as_myself |
 
3640
    sed '
 
3641
      N
 
3642
      s,$,-,
 
3643
      : loop
 
3644
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
3645
      t loop
 
3646
      s,-$,,
 
3647
      s,^['$as_cr_digits']*\n,,
 
3648
    ' >$as_me.lineno &&
 
3649
  chmod +x $as_me.lineno ||
 
3650
    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 
3651
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 
3652
   { (exit 1); exit 1; }; }
 
3653
 
 
3654
  # Don't try to exec as it changes $[0], causing all sort of problems
 
3655
  # (the dirname of $[0] is not the place where we might find the
 
3656
  # original and so on.  Autoconf is especially sensible to this).
 
3657
  . ./$as_me.lineno
 
3658
  # Exit status is that of the last command.
 
3659
  exit
 
3660
}
 
3661
 
 
3662
 
 
3663
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 
3664
  *c*,-n*) ECHO_N= ECHO_C='
 
3665
' ECHO_T='      ' ;;
 
3666
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 
3667
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
3668
esac
 
3669
 
 
3670
if expr a : '\(a\)' >/dev/null 2>&1; then
 
3671
  as_expr=expr
 
3672
else
 
3673
  as_expr=false
 
3674
fi
 
3675
 
 
3676
rm -f conf$$ conf$$.exe conf$$.file
 
3677
echo >conf$$.file
 
3678
if ln -s conf$$.file conf$$ 2>/dev/null; then
 
3679
  # We could just check for DJGPP; but this test a) works b) is more generic
 
3680
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 
3681
  if test -f conf$$.exe; then
 
3682
    # Don't use ln at all; we don't have any links
 
3683
    as_ln_s='cp -p'
 
3684
  else
 
3685
    as_ln_s='ln -s'
 
3686
  fi
 
3687
elif ln conf$$.file conf$$ 2>/dev/null; then
 
3688
  as_ln_s=ln
 
3689
else
 
3690
  as_ln_s='cp -p'
 
3691
fi
 
3692
rm -f conf$$ conf$$.exe conf$$.file
 
3693
 
 
3694
if mkdir -p . 2>/dev/null; then
 
3695
  as_mkdir_p=:
 
3696
else
 
3697
  test -d ./-p && rmdir ./-p
 
3698
  as_mkdir_p=false
 
3699
fi
 
3700
 
 
3701
as_executable_p="test -f"
 
3702
 
 
3703
# Sed expression to map a string onto a valid CPP name.
 
3704
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
3705
 
 
3706
# Sed expression to map a string onto a valid variable name.
 
3707
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
3708
 
 
3709
 
 
3710
# IFS
 
3711
# We need space, tab and new line, in precisely that order.
 
3712
as_nl='
 
3713
'
 
3714
IFS="   $as_nl"
 
3715
 
 
3716
# CDPATH.
 
3717
$as_unset CDPATH
 
3718
 
 
3719
exec 6>&1
 
3720
 
 
3721
# Open the log real soon, to keep \$[0] and so on meaningful, and to
 
3722
# report actual input values of CONFIG_FILES etc. instead of their
 
3723
# values after options handling.  Logging --version etc. is OK.
 
3724
exec 5>>config.log
 
3725
{
 
3726
  echo
 
3727
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
3728
## Running $as_me. ##
 
3729
_ASBOX
 
3730
} >&5
 
3731
cat >&5 <<_CSEOF
 
3732
 
 
3733
This file was extended by $as_me, which was
 
3734
generated by GNU Autoconf 2.59.  Invocation command line was
 
3735
 
 
3736
  CONFIG_FILES    = $CONFIG_FILES
 
3737
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
3738
  CONFIG_LINKS    = $CONFIG_LINKS
 
3739
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
3740
  $ $0 $@
 
3741
 
 
3742
_CSEOF
 
3743
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 
3744
echo >&5
 
3745
_ACEOF
 
3746
 
 
3747
# Files that config.status was made for.
 
3748
if test -n "$ac_config_files"; then
 
3749
  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 
3750
fi
 
3751
 
 
3752
if test -n "$ac_config_headers"; then
 
3753
  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 
3754
fi
 
3755
 
 
3756
if test -n "$ac_config_links"; then
 
3757
  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 
3758
fi
 
3759
 
 
3760
if test -n "$ac_config_commands"; then
 
3761
  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 
3762
fi
 
3763
 
 
3764
cat >>$CONFIG_STATUS <<\_ACEOF
 
3765
 
 
3766
ac_cs_usage="\
 
3767
\`$as_me' instantiates files from templates according to the
 
3768
current configuration.
 
3769
 
 
3770
Usage: $0 [OPTIONS] [FILE]...
 
3771
 
 
3772
  -h, --help       print this help, then exit
 
3773
  -V, --version    print version number, then exit
 
3774
  -q, --quiet      do not print progress messages
 
3775
  -d, --debug      don't remove temporary files
 
3776
      --recheck    update $as_me by reconfiguring in the same conditions
 
3777
  --file=FILE[:TEMPLATE]
 
3778
                   instantiate the configuration file FILE
 
3779
  --header=FILE[:TEMPLATE]
 
3780
                   instantiate the configuration header FILE
 
3781
 
 
3782
Configuration files:
 
3783
$config_files
 
3784
 
 
3785
Configuration headers:
 
3786
$config_headers
 
3787
 
 
3788
Report bugs to <bug-autoconf@gnu.org>."
 
3789
_ACEOF
 
3790
 
 
3791
cat >>$CONFIG_STATUS <<_ACEOF
 
3792
ac_cs_version="\\
 
3793
config.status
 
3794
configured by $0, generated by GNU Autoconf 2.59,
 
3795
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
3796
 
 
3797
Copyright (C) 2003 Free Software Foundation, Inc.
 
3798
This config.status script is free software; the Free Software Foundation
 
3799
gives unlimited permission to copy, distribute and modify it."
 
3800
srcdir=$srcdir
 
3801
_ACEOF
 
3802
 
 
3803
cat >>$CONFIG_STATUS <<\_ACEOF
 
3804
# If no file are specified by the user, then we need to provide default
 
3805
# value.  By we need to know if files were specified by the user.
 
3806
ac_need_defaults=:
 
3807
while test $# != 0
 
3808
do
 
3809
  case $1 in
 
3810
  --*=*)
 
3811
    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 
3812
    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 
3813
    ac_shift=:
 
3814
    ;;
 
3815
  -*)
 
3816
    ac_option=$1
 
3817
    ac_optarg=$2
 
3818
    ac_shift=shift
 
3819
    ;;
 
3820
  *) # This is not an option, so the user has probably given explicit
 
3821
     # arguments.
 
3822
     ac_option=$1
 
3823
     ac_need_defaults=false;;
 
3824
  esac
 
3825
 
 
3826
  case $ac_option in
 
3827
  # Handling of the options.
 
3828
_ACEOF
 
3829
cat >>$CONFIG_STATUS <<\_ACEOF
1255
3830
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1256
 
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1257
 
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1258
 
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1259
 
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
1260
 
    exit 0 ;;
1261
 
  -help | --help | --hel | --he | --h)
1262
 
    echo "\$ac_cs_usage"; exit 0 ;;
1263
 
  *) echo "\$ac_cs_usage"; exit 1 ;;
1264
 
  esac
1265
 
done
1266
 
 
1267
 
ac_given_srcdir=$srcdir
1268
 
 
1269
 
trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1270
 
EOF
1271
 
cat >> $CONFIG_STATUS <<EOF
1272
 
 
1273
 
# Protect against being on the right side of a sed subst in config.status.
1274
 
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1275
 
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1276
 
$ac_vpsub
 
3831
    ac_cs_recheck=: ;;
 
3832
  --version | --vers* | -V )
 
3833
    echo "$ac_cs_version"; exit 0 ;;
 
3834
  --he | --h)
 
3835
    # Conflict between --help and --header
 
3836
    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 
3837
Try \`$0 --help' for more information." >&5
 
3838
echo "$as_me: error: ambiguous option: $1
 
3839
Try \`$0 --help' for more information." >&2;}
 
3840
   { (exit 1); exit 1; }; };;
 
3841
  --help | --hel | -h )
 
3842
    echo "$ac_cs_usage"; exit 0 ;;
 
3843
  --debug | --d* | -d )
 
3844
    debug=: ;;
 
3845
  --file | --fil | --fi | --f )
 
3846
    $ac_shift
 
3847
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
3848
    ac_need_defaults=false;;
 
3849
  --header | --heade | --head | --hea )
 
3850
    $ac_shift
 
3851
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
3852
    ac_need_defaults=false;;
 
3853
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
3854
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
3855
    ac_cs_silent=: ;;
 
3856
 
 
3857
  # This is an error.
 
3858
  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 
3859
Try \`$0 --help' for more information." >&5
 
3860
echo "$as_me: error: unrecognized option: $1
 
3861
Try \`$0 --help' for more information." >&2;}
 
3862
   { (exit 1); exit 1; }; } ;;
 
3863
 
 
3864
  *) ac_config_targets="$ac_config_targets $1" ;;
 
3865
 
 
3866
  esac
 
3867
  shift
 
3868
done
 
3869
 
 
3870
ac_configure_extra_args=
 
3871
 
 
3872
if $ac_cs_silent; then
 
3873
  exec 6>/dev/null
 
3874
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
3875
fi
 
3876
 
 
3877
_ACEOF
 
3878
cat >>$CONFIG_STATUS <<_ACEOF
 
3879
if \$ac_cs_recheck; then
 
3880
  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
3881
  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
3882
fi
 
3883
 
 
3884
_ACEOF
 
3885
 
 
3886
 
 
3887
 
 
3888
 
 
3889
 
 
3890
cat >>$CONFIG_STATUS <<\_ACEOF
 
3891
for ac_config_target in $ac_config_targets
 
3892
do
 
3893
  case "$ac_config_target" in
 
3894
  # Handling of arguments.
 
3895
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
3896
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
3897
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
3898
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
3899
   { (exit 1); exit 1; }; };;
 
3900
  esac
 
3901
done
 
3902
 
 
3903
# If the user did not use the arguments to specify the items to instantiate,
 
3904
# then the envvar interface is used.  Set only those that are not.
 
3905
# We use the long form for the default assignment because of an extremely
 
3906
# bizarre bug on SunOS 4.1.3.
 
3907
if $ac_need_defaults; then
 
3908
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
3909
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
3910
fi
 
3911
 
 
3912
# Have a temporary directory for convenience.  Make it in the build tree
 
3913
# simply because there is no reason to put it here, and in addition,
 
3914
# creating and moving files from /tmp can sometimes cause problems.
 
3915
# Create a temporary directory, and hook for its removal unless debugging.
 
3916
$debug ||
 
3917
{
 
3918
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 
3919
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
3920
}
 
3921
 
 
3922
# Create a (secure) tmp directory for tmp files.
 
3923
 
 
3924
{
 
3925
  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 
3926
  test -n "$tmp" && test -d "$tmp"
 
3927
}  ||
 
3928
{
 
3929
  tmp=./confstat$$-$RANDOM
 
3930
  (umask 077 && mkdir $tmp)
 
3931
} ||
 
3932
{
 
3933
   echo "$me: cannot create a temporary directory in ." >&2
 
3934
   { (exit 1); exit 1; }
 
3935
}
 
3936
 
 
3937
_ACEOF
 
3938
 
 
3939
cat >>$CONFIG_STATUS <<_ACEOF
 
3940
 
 
3941
#
 
3942
# CONFIG_FILES section.
 
3943
#
 
3944
 
 
3945
# No need to generate the scripts if there are no CONFIG_FILES.
 
3946
# This happens for instance when ./config.status config.h
 
3947
if test -n "\$CONFIG_FILES"; then
 
3948
  # Protect against being on the right side of a sed subst in config.status.
 
3949
  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 
3950
   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 
3951
s,@SHELL@,$SHELL,;t t
 
3952
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 
3953
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 
3954
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 
3955
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 
3956
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 
3957
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 
3958
s,@exec_prefix@,$exec_prefix,;t t
 
3959
s,@prefix@,$prefix,;t t
 
3960
s,@program_transform_name@,$program_transform_name,;t t
 
3961
s,@bindir@,$bindir,;t t
 
3962
s,@sbindir@,$sbindir,;t t
 
3963
s,@libexecdir@,$libexecdir,;t t
 
3964
s,@datadir@,$datadir,;t t
 
3965
s,@sysconfdir@,$sysconfdir,;t t
 
3966
s,@sharedstatedir@,$sharedstatedir,;t t
 
3967
s,@localstatedir@,$localstatedir,;t t
 
3968
s,@libdir@,$libdir,;t t
 
3969
s,@includedir@,$includedir,;t t
 
3970
s,@oldincludedir@,$oldincludedir,;t t
 
3971
s,@infodir@,$infodir,;t t
 
3972
s,@mandir@,$mandir,;t t
 
3973
s,@build_alias@,$build_alias,;t t
 
3974
s,@host_alias@,$host_alias,;t t
 
3975
s,@target_alias@,$target_alias,;t t
 
3976
s,@DEFS@,$DEFS,;t t
 
3977
s,@ECHO_C@,$ECHO_C,;t t
 
3978
s,@ECHO_N@,$ECHO_N,;t t
 
3979
s,@ECHO_T@,$ECHO_T,;t t
 
3980
s,@LIBS@,$LIBS,;t t
 
3981
s,@CC@,$CC,;t t
 
3982
s,@CFLAGS@,$CFLAGS,;t t
 
3983
s,@LDFLAGS@,$LDFLAGS,;t t
 
3984
s,@CPPFLAGS@,$CPPFLAGS,;t t
 
3985
s,@ac_ct_CC@,$ac_ct_CC,;t t
 
3986
s,@EXEEXT@,$EXEEXT,;t t
 
3987
s,@OBJEXT@,$OBJEXT,;t t
 
3988
s,@CPP@,$CPP,;t t
 
3989
s,@EGREP@,$EGREP,;t t
 
3990
s,@unix_ldflags@,$unix_ldflags,;t t
 
3991
s,@unix_cflags@,$unix_cflags,;t t
 
3992
s,@targetname@,$targetname,;t t
 
3993
s,@LIBOBJS@,$LIBOBJS,;t t
 
3994
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 
3995
CEOF
 
3996
 
 
3997
_ACEOF
 
3998
 
 
3999
  cat >>$CONFIG_STATUS <<\_ACEOF
 
4000
  # Split the substitutions into bite-sized pieces for seds with
 
4001
  # small command number limits, like on Digital OSF/1 and HP-UX.
 
4002
  ac_max_sed_lines=48
 
4003
  ac_sed_frag=1 # Number of current file.
 
4004
  ac_beg=1 # First line for current file.
 
4005
  ac_end=$ac_max_sed_lines # Line after last line for current file.
 
4006
  ac_more_lines=:
 
4007
  ac_sed_cmds=
 
4008
  while $ac_more_lines; do
 
4009
    if test $ac_beg -gt 1; then
 
4010
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 
4011
    else
 
4012
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 
4013
    fi
 
4014
    if test ! -s $tmp/subs.frag; then
 
4015
      ac_more_lines=false
 
4016
    else
 
4017
      # The purpose of the label and of the branching condition is to
 
4018
      # speed up the sed processing (if there are no `@' at all, there
 
4019
      # is no need to browse any of the substitutions).
 
4020
      # These are the two extra sed commands mentioned above.
 
4021
      (echo ':t
 
4022
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 
4023
      if test -z "$ac_sed_cmds"; then
 
4024
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 
4025
      else
 
4026
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 
4027
      fi
 
4028
      ac_sed_frag=`expr $ac_sed_frag + 1`
 
4029
      ac_beg=$ac_end
 
4030
      ac_end=`expr $ac_end + $ac_max_sed_lines`
 
4031
    fi
 
4032
  done
 
4033
  if test -z "$ac_sed_cmds"; then
 
4034
    ac_sed_cmds=cat
 
4035
  fi
 
4036
fi # test -n "$CONFIG_FILES"
 
4037
 
 
4038
_ACEOF
 
4039
cat >>$CONFIG_STATUS <<\_ACEOF
 
4040
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 
4041
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 
4042
  case $ac_file in
 
4043
  - | *:- | *:-:* ) # input from stdin
 
4044
        cat >$tmp/stdin
 
4045
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
4046
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
4047
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
4048
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
4049
  * )   ac_file_in=$ac_file.in ;;
 
4050
  esac
 
4051
 
 
4052
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 
4053
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
4054
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
4055
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
4056
         X"$ac_file" : 'X\(//\)$' \| \
 
4057
         X"$ac_file" : 'X\(/\)' \| \
 
4058
         .     : '\(.\)' 2>/dev/null ||
 
4059
echo X"$ac_file" |
 
4060
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
4061
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
4062
          /^X\(\/\/\)$/{ s//\1/; q; }
 
4063
          /^X\(\/\).*/{ s//\1/; q; }
 
4064
          s/.*/./; q'`
 
4065
  { if $as_mkdir_p; then
 
4066
    mkdir -p "$ac_dir"
 
4067
  else
 
4068
    as_dir="$ac_dir"
 
4069
    as_dirs=
 
4070
    while test ! -d "$as_dir"; do
 
4071
      as_dirs="$as_dir $as_dirs"
 
4072
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
4073
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
4074
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
4075
         X"$as_dir" : 'X\(//\)$' \| \
 
4076
         X"$as_dir" : 'X\(/\)' \| \
 
4077
         .     : '\(.\)' 2>/dev/null ||
 
4078
echo X"$as_dir" |
 
4079
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
4080
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
4081
          /^X\(\/\/\)$/{ s//\1/; q; }
 
4082
          /^X\(\/\).*/{ s//\1/; q; }
 
4083
          s/.*/./; q'`
 
4084
    done
 
4085
    test ! -n "$as_dirs" || mkdir $as_dirs
 
4086
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
4087
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
4088
   { (exit 1); exit 1; }; }; }
 
4089
 
 
4090
  ac_builddir=.
 
4091
 
 
4092
if test "$ac_dir" != .; then
 
4093
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
4094
  # A "../" for each directory in $ac_dir_suffix.
 
4095
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
4096
else
 
4097
  ac_dir_suffix= ac_top_builddir=
 
4098
fi
 
4099
 
 
4100
case $srcdir in
 
4101
  .)  # No --srcdir option.  We are building in place.
 
4102
    ac_srcdir=.
 
4103
    if test -z "$ac_top_builddir"; then
 
4104
       ac_top_srcdir=.
 
4105
    else
 
4106
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
4107
    fi ;;
 
4108
  [\\/]* | ?:[\\/]* )  # Absolute path.
 
4109
    ac_srcdir=$srcdir$ac_dir_suffix;
 
4110
    ac_top_srcdir=$srcdir ;;
 
4111
  *) # Relative path.
 
4112
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
4113
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
4114
esac
 
4115
 
 
4116
# Do not use `cd foo && pwd` to compute absolute paths, because
 
4117
# the directories may not exist.
 
4118
case `pwd` in
 
4119
.) ac_abs_builddir="$ac_dir";;
 
4120
*)
 
4121
  case "$ac_dir" in
 
4122
  .) ac_abs_builddir=`pwd`;;
 
4123
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
4124
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
4125
  esac;;
 
4126
esac
 
4127
case $ac_abs_builddir in
 
4128
.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
4129
*)
 
4130
  case ${ac_top_builddir}. in
 
4131
  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
4132
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
4133
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
4134
  esac;;
 
4135
esac
 
4136
case $ac_abs_builddir in
 
4137
.) ac_abs_srcdir=$ac_srcdir;;
 
4138
*)
 
4139
  case $ac_srcdir in
 
4140
  .) ac_abs_srcdir=$ac_abs_builddir;;
 
4141
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
4142
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
4143
  esac;;
 
4144
esac
 
4145
case $ac_abs_builddir in
 
4146
.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
4147
*)
 
4148
  case $ac_top_srcdir in
 
4149
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
4150
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
4151
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
4152
  esac;;
 
4153
esac
 
4154
 
 
4155
 
 
4156
 
 
4157
  if test x"$ac_file" != x-; then
 
4158
    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
4159
echo "$as_me: creating $ac_file" >&6;}
 
4160
    rm -f "$ac_file"
 
4161
  fi
 
4162
  # Let's still pretend it is `configure' which instantiates (i.e., don't
 
4163
  # use $as_me), people would be surprised to read:
 
4164
  #    /* config.h.  Generated by config.status.  */
 
4165
  if test x"$ac_file" = x-; then
 
4166
    configure_input=
 
4167
  else
 
4168
    configure_input="$ac_file.  "
 
4169
  fi
 
4170
  configure_input=$configure_input"Generated from `echo $ac_file_in |
 
4171
                                     sed 's,.*/,,'` by configure."
 
4172
 
 
4173
  # First look for the input files in the build tree, otherwise in the
 
4174
  # src tree.
 
4175
  ac_file_inputs=`IFS=:
 
4176
    for f in $ac_file_in; do
 
4177
      case $f in
 
4178
      -) echo $tmp/stdin ;;
 
4179
      [\\/$]*)
 
4180
         # Absolute (can't be DOS-style, as IFS=:)
 
4181
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
4182
echo "$as_me: error: cannot find input file: $f" >&2;}
 
4183
   { (exit 1); exit 1; }; }
 
4184
         echo "$f";;
 
4185
      *) # Relative
 
4186
         if test -f "$f"; then
 
4187
           # Build tree
 
4188
           echo "$f"
 
4189
         elif test -f "$srcdir/$f"; then
 
4190
           # Source tree
 
4191
           echo "$srcdir/$f"
 
4192
         else
 
4193
           # /dev/null tree
 
4194
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
4195
echo "$as_me: error: cannot find input file: $f" >&2;}
 
4196
   { (exit 1); exit 1; }; }
 
4197
         fi;;
 
4198
      esac
 
4199
    done` || { (exit 1); exit 1; }
 
4200
_ACEOF
 
4201
cat >>$CONFIG_STATUS <<_ACEOF
 
4202
  sed "$ac_vpsub
1277
4203
$extrasub
1278
 
s%@SHELL@%$SHELL%g
1279
 
s%@CFLAGS@%$CFLAGS%g
1280
 
s%@CPPFLAGS@%$CPPFLAGS%g
1281
 
s%@CXXFLAGS@%$CXXFLAGS%g
1282
 
s%@FFLAGS@%$FFLAGS%g
1283
 
s%@DEFS@%$DEFS%g
1284
 
s%@LDFLAGS@%$LDFLAGS%g
1285
 
s%@LIBS@%$LIBS%g
1286
 
s%@exec_prefix@%$exec_prefix%g
1287
 
s%@prefix@%$prefix%g
1288
 
s%@program_transform_name@%$program_transform_name%g
1289
 
s%@bindir@%$bindir%g
1290
 
s%@sbindir@%$sbindir%g
1291
 
s%@libexecdir@%$libexecdir%g
1292
 
s%@datadir@%$datadir%g
1293
 
s%@sysconfdir@%$sysconfdir%g
1294
 
s%@sharedstatedir@%$sharedstatedir%g
1295
 
s%@localstatedir@%$localstatedir%g
1296
 
s%@libdir@%$libdir%g
1297
 
s%@includedir@%$includedir%g
1298
 
s%@oldincludedir@%$oldincludedir%g
1299
 
s%@infodir@%$infodir%g
1300
 
s%@mandir@%$mandir%g
1301
 
s%@CC@%$CC%g
1302
 
s%@CPP@%$CPP%g
1303
 
s%@unix_ldflags@%$unix_ldflags%g
1304
 
s%@unix_cflags@%$unix_cflags%g
1305
 
s%@targetname@%$targetname%g
1306
 
 
1307
 
CEOF
1308
 
EOF
1309
 
 
1310
 
cat >> $CONFIG_STATUS <<\EOF
1311
 
 
1312
 
# Split the substitutions into bite-sized pieces for seds with
1313
 
# small command number limits, like on Digital OSF/1 and HP-UX.
1314
 
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1315
 
ac_file=1 # Number of current file.
1316
 
ac_beg=1 # First line for current file.
1317
 
ac_end=$ac_max_sed_cmds # Line after last line for current file.
1318
 
ac_more_lines=:
1319
 
ac_sed_cmds=""
1320
 
while $ac_more_lines; do
1321
 
  if test $ac_beg -gt 1; then
1322
 
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1323
 
  else
1324
 
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1325
 
  fi
1326
 
  if test ! -s conftest.s$ac_file; then
1327
 
    ac_more_lines=false
1328
 
    rm -f conftest.s$ac_file
1329
 
  else
1330
 
    if test -z "$ac_sed_cmds"; then
1331
 
      ac_sed_cmds="sed -f conftest.s$ac_file"
1332
 
    else
1333
 
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1334
 
    fi
1335
 
    ac_file=`expr $ac_file + 1`
1336
 
    ac_beg=$ac_end
1337
 
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
1338
 
  fi
 
4204
_ACEOF
 
4205
cat >>$CONFIG_STATUS <<\_ACEOF
 
4206
:t
 
4207
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
4208
s,@configure_input@,$configure_input,;t t
 
4209
s,@srcdir@,$ac_srcdir,;t t
 
4210
s,@abs_srcdir@,$ac_abs_srcdir,;t t
 
4211
s,@top_srcdir@,$ac_top_srcdir,;t t
 
4212
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 
4213
s,@builddir@,$ac_builddir,;t t
 
4214
s,@abs_builddir@,$ac_abs_builddir,;t t
 
4215
s,@top_builddir@,$ac_top_builddir,;t t
 
4216
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 
4217
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 
4218
  rm -f $tmp/stdin
 
4219
  if test x"$ac_file" != x-; then
 
4220
    mv $tmp/out $ac_file
 
4221
  else
 
4222
    cat $tmp/out
 
4223
    rm -f $tmp/out
 
4224
  fi
 
4225
 
1339
4226
done
1340
 
if test -z "$ac_sed_cmds"; then
1341
 
  ac_sed_cmds=cat
1342
 
fi
1343
 
EOF
1344
 
 
1345
 
cat >> $CONFIG_STATUS <<EOF
1346
 
 
1347
 
CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1348
 
EOF
1349
 
cat >> $CONFIG_STATUS <<\EOF
1350
 
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1351
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1352
 
  case "$ac_file" in
1353
 
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1354
 
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1355
 
  *) ac_file_in="${ac_file}.in" ;;
1356
 
  esac
1357
 
 
1358
 
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1359
 
 
1360
 
  # Remove last slash and all that follows it.  Not all systems have dirname.
1361
 
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1362
 
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1363
 
    # The file is in a subdirectory.
1364
 
    test ! -d "$ac_dir" && mkdir "$ac_dir"
1365
 
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1366
 
    # A "../" for each directory in $ac_dir_suffix.
1367
 
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1368
 
  else
1369
 
    ac_dir_suffix= ac_dots=
1370
 
  fi
1371
 
 
1372
 
  case "$ac_given_srcdir" in
1373
 
  .)  srcdir=.
1374
 
      if test -z "$ac_dots"; then top_srcdir=.
1375
 
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1376
 
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1377
 
  *) # Relative path.
1378
 
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1379
 
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1380
 
  esac
1381
 
 
1382
 
 
1383
 
  echo creating "$ac_file"
1384
 
  rm -f "$ac_file"
1385
 
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1386
 
  case "$ac_file" in
1387
 
  *Makefile*) ac_comsub="1i\\
1388
 
# $configure_input" ;;
1389
 
  *) ac_comsub= ;;
1390
 
  esac
1391
 
 
1392
 
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1393
 
  sed -e "$ac_comsub
1394
 
s%@configure_input@%$configure_input%g
1395
 
s%@srcdir@%$srcdir%g
1396
 
s%@top_srcdir@%$top_srcdir%g
1397
 
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1398
 
fi; done
1399
 
rm -f conftest.s*
 
4227
_ACEOF
 
4228
cat >>$CONFIG_STATUS <<\_ACEOF
 
4229
 
 
4230
#
 
4231
# CONFIG_HEADER section.
 
4232
#
1400
4233
 
1401
4234
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1402
4235
# NAME is the cpp macro being defined and VALUE is the value it is being given.
1403
4236
#
1404
4237
# ac_d sets the value in "#define NAME VALUE" lines.
1405
 
ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
1406
 
ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
1407
 
ac_dC='\3'
1408
 
ac_dD='%g'
1409
 
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1410
 
ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1411
 
ac_uB='\([      ]\)%\1#\2define\3'
 
4238
ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
 
4239
ac_dB='[         ].*$,\1#\2'
 
4240
ac_dC=' '
 
4241
ac_dD=',;t'
 
4242
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
 
4243
ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 
4244
ac_uB='$,\1#\2define\3'
1412
4245
ac_uC=' '
1413
 
ac_uD='\4%g'
1414
 
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1415
 
ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1416
 
ac_eB='$%\1#\2define\3'
1417
 
ac_eC=' '
1418
 
ac_eD='%g'
 
4246
ac_uD=',;t'
1419
4247
 
1420
 
if test "${CONFIG_HEADERS+set}" != set; then
1421
 
EOF
1422
 
cat >> $CONFIG_STATUS <<EOF
1423
 
  CONFIG_HEADERS="config.h"
1424
 
EOF
1425
 
cat >> $CONFIG_STATUS <<\EOF
1426
 
fi
1427
 
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
 
4248
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
1428
4249
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1429
 
  case "$ac_file" in
1430
 
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1431
 
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1432
 
  *) ac_file_in="${ac_file}.in" ;;
 
4250
  case $ac_file in
 
4251
  - | *:- | *:-:* ) # input from stdin
 
4252
        cat >$tmp/stdin
 
4253
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
4254
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
4255
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
4256
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
4257
  * )   ac_file_in=$ac_file.in ;;
1433
4258
  esac
1434
4259
 
1435
 
  echo creating $ac_file
1436
 
 
1437
 
  rm -f conftest.frag conftest.in conftest.out
1438
 
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1439
 
  cat $ac_file_inputs > conftest.in
1440
 
 
1441
 
EOF
1442
 
 
1443
 
# Transform confdefs.h into a sed script conftest.vals that substitutes
1444
 
# the proper values into config.h.in to produce config.h.  And first:
1445
 
# Protect against being on the right side of a sed subst in config.status.
1446
 
# Protect against being in an unquoted here document in config.status.
1447
 
rm -f conftest.vals
1448
 
cat > conftest.hdr <<\EOF
1449
 
s/[\\&%]/\\&/g
1450
 
s%[\\$`]%\\&%g
1451
 
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1452
 
s%ac_d%ac_u%gp
1453
 
s%ac_u%ac_e%gp
1454
 
EOF
1455
 
sed -n -f conftest.hdr confdefs.h > conftest.vals
1456
 
rm -f conftest.hdr
 
4260
  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
 
4261
echo "$as_me: creating $ac_file" >&6;}
 
4262
 
 
4263
  # First look for the input files in the build tree, otherwise in the
 
4264
  # src tree.
 
4265
  ac_file_inputs=`IFS=:
 
4266
    for f in $ac_file_in; do
 
4267
      case $f in
 
4268
      -) echo $tmp/stdin ;;
 
4269
      [\\/$]*)
 
4270
         # Absolute (can't be DOS-style, as IFS=:)
 
4271
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
4272
echo "$as_me: error: cannot find input file: $f" >&2;}
 
4273
   { (exit 1); exit 1; }; }
 
4274
         # Do quote $f, to prevent DOS paths from being IFS'd.
 
4275
         echo "$f";;
 
4276
      *) # Relative
 
4277
         if test -f "$f"; then
 
4278
           # Build tree
 
4279
           echo "$f"
 
4280
         elif test -f "$srcdir/$f"; then
 
4281
           # Source tree
 
4282
           echo "$srcdir/$f"
 
4283
         else
 
4284
           # /dev/null tree
 
4285
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
4286
echo "$as_me: error: cannot find input file: $f" >&2;}
 
4287
   { (exit 1); exit 1; }; }
 
4288
         fi;;
 
4289
      esac
 
4290
    done` || { (exit 1); exit 1; }
 
4291
  # Remove the trailing spaces.
 
4292
  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
 
4293
 
 
4294
_ACEOF
 
4295
 
 
4296
# Transform confdefs.h into two sed scripts, `conftest.defines' and
 
4297
# `conftest.undefs', that substitutes the proper values into
 
4298
# config.h.in to produce config.h.  The first handles `#define'
 
4299
# templates, and the second `#undef' templates.
 
4300
# And first: Protect against being on the right side of a sed subst in
 
4301
# config.status.  Protect against being in an unquoted here document
 
4302
# in config.status.
 
4303
rm -f conftest.defines conftest.undefs
 
4304
# Using a here document instead of a string reduces the quoting nightmare.
 
4305
# Putting comments in sed scripts is not portable.
 
4306
#
 
4307
# `end' is used to avoid that the second main sed command (meant for
 
4308
# 0-ary CPP macros) applies to n-ary macro definitions.
 
4309
# See the Autoconf documentation for `clear'.
 
4310
cat >confdef2sed.sed <<\_ACEOF
 
4311
s/[\\&,]/\\&/g
 
4312
s,[\\$`],\\&,g
 
4313
t clear
 
4314
: clear
 
4315
s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
 
4316
t end
 
4317
s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
 
4318
: end
 
4319
_ACEOF
 
4320
# If some macros were called several times there might be several times
 
4321
# the same #defines, which is useless.  Nevertheless, we may not want to
 
4322
# sort them, since we want the *last* AC-DEFINE to be honored.
 
4323
uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
 
4324
sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
 
4325
rm -f confdef2sed.sed
1457
4326
 
1458
4327
# This sed command replaces #undef with comments.  This is necessary, for
1459
4328
# example, in the case of _POSIX_SOURCE, which is predefined and required
1460
4329
# on some systems where configure will not decide to define it.
1461
 
cat >> conftest.vals <<\EOF
1462
 
s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1463
 
EOF
1464
 
 
1465
 
# Break up conftest.vals because some shells have a limit on
1466
 
# the size of here documents, and old seds have small limits too.
1467
 
 
1468
 
rm -f conftest.tail
1469
 
while :
1470
 
do
1471
 
  ac_lines=`grep -c . conftest.vals`
1472
 
  # grep -c gives empty output for an empty file on some AIX systems.
1473
 
  if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1474
 
  # Write a limited-size here document to conftest.frag.
1475
 
  echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1476
 
  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1477
 
  echo 'CEOF
1478
 
  sed -f conftest.frag conftest.in > conftest.out
1479
 
  rm -f conftest.in
1480
 
  mv conftest.out conftest.in
1481
 
' >> $CONFIG_STATUS
1482
 
  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1483
 
  rm -f conftest.vals
1484
 
  mv conftest.tail conftest.vals
1485
 
done
1486
 
rm -f conftest.vals
1487
 
 
1488
 
cat >> $CONFIG_STATUS <<\EOF
1489
 
  rm -f conftest.frag conftest.h
1490
 
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
1491
 
  cat conftest.in >> conftest.h
1492
 
  rm -f conftest.in
1493
 
  if cmp -s $ac_file conftest.h 2>/dev/null; then
1494
 
    echo "$ac_file is unchanged"
1495
 
    rm -f conftest.h
1496
 
  else
1497
 
    # Remove last slash and all that follows it.  Not all systems have dirname.
1498
 
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1499
 
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1500
 
      # The file is in a subdirectory.
1501
 
      test ! -d "$ac_dir" && mkdir "$ac_dir"
 
4330
cat >>conftest.undefs <<\_ACEOF
 
4331
s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
 
4332
_ACEOF
 
4333
 
 
4334
# Break up conftest.defines because some shells have a limit on the size
 
4335
# of here documents, and old seds have small limits too (100 cmds).
 
4336
echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
 
4337
echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
 
4338
echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
 
4339
echo '  :' >>$CONFIG_STATUS
 
4340
rm -f conftest.tail
 
4341
while grep . conftest.defines >/dev/null
 
4342
do
 
4343
  # Write a limited-size here document to $tmp/defines.sed.
 
4344
  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
 
4345
  # Speed up: don't consider the non `#define' lines.
 
4346
  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
 
4347
  # Work around the forget-to-reset-the-flag bug.
 
4348
  echo 't clr' >>$CONFIG_STATUS
 
4349
  echo ': clr' >>$CONFIG_STATUS
 
4350
  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
 
4351
  echo 'CEOF
 
4352
  sed -f $tmp/defines.sed $tmp/in >$tmp/out
 
4353
  rm -f $tmp/in
 
4354
  mv $tmp/out $tmp/in
 
4355
' >>$CONFIG_STATUS
 
4356
  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
 
4357
  rm -f conftest.defines
 
4358
  mv conftest.tail conftest.defines
 
4359
done
 
4360
rm -f conftest.defines
 
4361
echo '  fi # grep' >>$CONFIG_STATUS
 
4362
echo >>$CONFIG_STATUS
 
4363
 
 
4364
# Break up conftest.undefs because some shells have a limit on the size
 
4365
# of here documents, and old seds have small limits too (100 cmds).
 
4366
echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
 
4367
rm -f conftest.tail
 
4368
while grep . conftest.undefs >/dev/null
 
4369
do
 
4370
  # Write a limited-size here document to $tmp/undefs.sed.
 
4371
  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
 
4372
  # Speed up: don't consider the non `#undef'
 
4373
  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
 
4374
  # Work around the forget-to-reset-the-flag bug.
 
4375
  echo 't clr' >>$CONFIG_STATUS
 
4376
  echo ': clr' >>$CONFIG_STATUS
 
4377
  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
 
4378
  echo 'CEOF
 
4379
  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
 
4380
  rm -f $tmp/in
 
4381
  mv $tmp/out $tmp/in
 
4382
' >>$CONFIG_STATUS
 
4383
  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
 
4384
  rm -f conftest.undefs
 
4385
  mv conftest.tail conftest.undefs
 
4386
done
 
4387
rm -f conftest.undefs
 
4388
 
 
4389
cat >>$CONFIG_STATUS <<\_ACEOF
 
4390
  # Let's still pretend it is `configure' which instantiates (i.e., don't
 
4391
  # use $as_me), people would be surprised to read:
 
4392
  #    /* config.h.  Generated by config.status.  */
 
4393
  if test x"$ac_file" = x-; then
 
4394
    echo "/* Generated by configure.  */" >$tmp/config.h
 
4395
  else
 
4396
    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
 
4397
  fi
 
4398
  cat $tmp/in >>$tmp/config.h
 
4399
  rm -f $tmp/in
 
4400
  if test x"$ac_file" != x-; then
 
4401
    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
 
4402
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
4403
echo "$as_me: $ac_file is unchanged" >&6;}
 
4404
    else
 
4405
      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
4406
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
4407
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
4408
         X"$ac_file" : 'X\(//\)$' \| \
 
4409
         X"$ac_file" : 'X\(/\)' \| \
 
4410
         .     : '\(.\)' 2>/dev/null ||
 
4411
echo X"$ac_file" |
 
4412
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
4413
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
4414
          /^X\(\/\/\)$/{ s//\1/; q; }
 
4415
          /^X\(\/\).*/{ s//\1/; q; }
 
4416
          s/.*/./; q'`
 
4417
      { if $as_mkdir_p; then
 
4418
    mkdir -p "$ac_dir"
 
4419
  else
 
4420
    as_dir="$ac_dir"
 
4421
    as_dirs=
 
4422
    while test ! -d "$as_dir"; do
 
4423
      as_dirs="$as_dir $as_dirs"
 
4424
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
4425
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
4426
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
4427
         X"$as_dir" : 'X\(//\)$' \| \
 
4428
         X"$as_dir" : 'X\(/\)' \| \
 
4429
         .     : '\(.\)' 2>/dev/null ||
 
4430
echo X"$as_dir" |
 
4431
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
4432
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
4433
          /^X\(\/\/\)$/{ s//\1/; q; }
 
4434
          /^X\(\/\).*/{ s//\1/; q; }
 
4435
          s/.*/./; q'`
 
4436
    done
 
4437
    test ! -n "$as_dirs" || mkdir $as_dirs
 
4438
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
4439
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
4440
   { (exit 1); exit 1; }; }; }
 
4441
 
 
4442
      rm -f $ac_file
 
4443
      mv $tmp/config.h $ac_file
1502
4444
    fi
1503
 
    rm -f $ac_file
1504
 
    mv conftest.h $ac_file
 
4445
  else
 
4446
    cat $tmp/config.h
 
4447
    rm -f $tmp/config.h
1505
4448
  fi
1506
 
fi; done
1507
 
 
1508
 
EOF
1509
 
cat >> $CONFIG_STATUS <<EOF
1510
 
 
1511
 
EOF
1512
 
cat >> $CONFIG_STATUS <<\EOF
1513
 
 
1514
 
exit 0
1515
 
EOF
 
4449
done
 
4450
_ACEOF
 
4451
 
 
4452
cat >>$CONFIG_STATUS <<\_ACEOF
 
4453
 
 
4454
{ (exit 0); exit 0; }
 
4455
_ACEOF
1516
4456
chmod +x $CONFIG_STATUS
1517
 
rm -fr confdefs* $ac_clean_files
1518
 
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
 
4457
ac_clean_files=$ac_clean_files_save
 
4458
 
 
4459
 
 
4460
# configure is writing to config.log, and then calls config.status.
 
4461
# config.status does its own redirection, appending to config.log.
 
4462
# Unfortunately, on DOS this fails, as config.log is still kept open
 
4463
# by configure, so config.status won't be able to write to it; its
 
4464
# output is simply discarded.  So we exec the FD to /dev/null,
 
4465
# effectively closing config.log, so it can be properly (re)opened and
 
4466
# appended to by config.status.  When coming back to configure, we
 
4467
# need to make the FD available again.
 
4468
if test "$no_create" != yes; then
 
4469
  ac_cs_success=:
 
4470
  ac_config_status_args=
 
4471
  test "$silent" = yes &&
 
4472
    ac_config_status_args="$ac_config_status_args --quiet"
 
4473
  exec 5>/dev/null
 
4474
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 
4475
  exec 5>>config.log
 
4476
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
4477
  # would make configure fail if this is the last instruction.
 
4478
  $ac_cs_success || { (exit 1); exit 1; }
 
4479
fi
1519
4480