~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_x99_token/configure

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
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.
6
 
#
7
 
# This configure script is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy, distribute and modify it.
9
 
 
10
 
# Defaults:
11
 
ac_help=
12
 
ac_default_prefix=/usr/local
13
 
# Any additions from configure.in:
14
 
ac_help="$ac_help
15
 
  --with-rlm-x99-token-lib-dir directory for x99_token libs"
16
 
ac_help="$ac_help
17
 
  --with-rlm-x99-token-include-dir directory for x99_token includes"
18
 
ac_help="$ac_help
19
 
  --with-openssl-includes=DIR       Directory to look for OpenSSL include files"
20
 
 
21
 
# Initialize some variables set by options.
22
 
# The variables have the same names as the options, with
23
 
# dashes changed to underlines.
24
 
build=NONE
25
 
cache_file=./config.cache
26
 
exec_prefix=NONE
27
 
host=NONE
28
 
no_create=
29
 
nonopt=NONE
30
 
no_recursion=
31
 
prefix=NONE
32
 
program_prefix=NONE
33
 
program_suffix=NONE
34
 
program_transform_name=s,x,x,
35
 
silent=
36
 
site=
37
 
srcdir=
38
 
target=NONE
39
 
verbose=
40
 
x_includes=NONE
41
 
x_libraries=NONE
42
 
bindir='${exec_prefix}/bin'
43
 
sbindir='${exec_prefix}/sbin'
44
 
libexecdir='${exec_prefix}/libexec'
45
 
datadir='${prefix}/share'
46
 
sysconfdir='${prefix}/etc'
47
 
sharedstatedir='${prefix}/com'
48
 
localstatedir='${prefix}/var'
49
 
libdir='${exec_prefix}/lib'
50
 
includedir='${prefix}/include'
51
 
oldincludedir='/usr/include'
52
 
infodir='${prefix}/info'
53
 
mandir='${prefix}/man'
54
 
 
55
 
# Initialize some other variables.
56
 
subdirs=
57
 
MFLAGS= MAKEFLAGS=
58
 
SHELL=${CONFIG_SHELL-/bin/sh}
59
 
# Maximum number of lines to put in a shell here document.
60
 
ac_max_here_lines=12
61
 
 
62
 
ac_prev=
63
 
for ac_option
64
 
do
65
 
 
66
 
  # If the previous option needs an argument, assign it.
67
 
  if test -n "$ac_prev"; then
68
 
    eval "$ac_prev=\$ac_option"
69
 
    ac_prev=
70
 
    continue
71
 
  fi
72
 
 
73
 
  case "$ac_option" in
74
 
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
75
 
  *) ac_optarg= ;;
76
 
  esac
77
 
 
78
 
  # Accept the important Cygnus configure options, so we can diagnose typos.
79
 
 
80
 
  case "$ac_option" in
81
 
 
82
 
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
83
 
    ac_prev=bindir ;;
84
 
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
85
 
    bindir="$ac_optarg" ;;
86
 
 
87
 
  -build | --build | --buil | --bui | --bu)
88
 
    ac_prev=build ;;
89
 
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
90
 
    build="$ac_optarg" ;;
91
 
 
92
 
  -cache-file | --cache-file | --cache-fil | --cache-fi \
93
 
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
94
 
    ac_prev=cache_file ;;
95
 
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
96
 
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
97
 
    cache_file="$ac_optarg" ;;
98
 
 
99
 
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
100
 
    ac_prev=datadir ;;
101
 
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
102
 
  | --da=*)
103
 
    datadir="$ac_optarg" ;;
104
 
 
105
 
  -disable-* | --disable-*)
106
 
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
107
 
    # Reject names that are not valid shell variable names.
108
 
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
109
 
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
110
 
    fi
111
 
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
112
 
    eval "enable_${ac_feature}=no" ;;
113
 
 
114
 
  -enable-* | --enable-*)
115
 
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
116
 
    # Reject names that are not valid shell variable names.
117
 
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
118
 
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
119
 
    fi
120
 
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
121
 
    case "$ac_option" in
122
 
      *=*) ;;
123
 
      *) ac_optarg=yes ;;
124
 
    esac
125
 
    eval "enable_${ac_feature}='$ac_optarg'" ;;
126
 
 
127
 
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
128
 
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
129
 
  | --exec | --exe | --ex)
130
 
    ac_prev=exec_prefix ;;
131
 
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
132
 
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
133
 
  | --exec=* | --exe=* | --ex=*)
134
 
    exec_prefix="$ac_optarg" ;;
135
 
 
136
 
  -gas | --gas | --ga | --g)
137
 
    # Obsolete; use --with-gas.
138
 
    with_gas=yes ;;
139
 
 
140
 
  -help | --help | --hel | --he)
141
 
    # Omit some internal or obsolete options to make the list less imposing.
142
 
    # This message is too long to be a string in the A/UX 3.1 sh.
143
 
    cat << EOF
144
 
Usage: configure [options] [host]
145
 
Options: [defaults in brackets after descriptions]
146
 
Configuration:
147
 
  --cache-file=FILE       cache test results in FILE
148
 
  --help                  print this message
149
 
  --no-create             do not create output files
150
 
  --quiet, --silent       do not print \`checking...' messages
151
 
  --version               print the version of autoconf that created configure
152
 
Directory and file names:
153
 
  --prefix=PREFIX         install architecture-independent files in PREFIX
154
 
                          [$ac_default_prefix]
155
 
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
156
 
                          [same as prefix]
157
 
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
158
 
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
159
 
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
160
 
  --datadir=DIR           read-only architecture-independent data in DIR
161
 
                          [PREFIX/share]
162
 
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
163
 
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
164
 
                          [PREFIX/com]
165
 
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
166
 
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
167
 
  --includedir=DIR        C header files in DIR [PREFIX/include]
168
 
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
169
 
  --infodir=DIR           info documentation in DIR [PREFIX/info]
170
 
  --mandir=DIR            man documentation in DIR [PREFIX/man]
171
 
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
172
 
  --program-prefix=PREFIX prepend PREFIX to installed program names
173
 
  --program-suffix=SUFFIX append SUFFIX to installed program names
174
 
  --program-transform-name=PROGRAM
175
 
                          run sed PROGRAM on installed program names
176
 
EOF
177
 
    cat << EOF
178
 
Host type:
179
 
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
180
 
  --host=HOST             configure for HOST [guessed]
181
 
  --target=TARGET         configure for TARGET [TARGET=HOST]
182
 
Features and packages:
183
 
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
184
 
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
185
 
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
186
 
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
187
 
  --x-includes=DIR        X include files are in DIR
188
 
  --x-libraries=DIR       X library files are in DIR
189
 
EOF
190
 
    if test -n "$ac_help"; then
191
 
      echo "--enable and --with options recognized:$ac_help"
192
 
    fi
193
 
    exit 0 ;;
194
 
 
195
 
  -host | --host | --hos | --ho)
196
 
    ac_prev=host ;;
197
 
  -host=* | --host=* | --hos=* | --ho=*)
198
 
    host="$ac_optarg" ;;
199
 
 
200
 
  -includedir | --includedir | --includedi | --included | --include \
201
 
  | --includ | --inclu | --incl | --inc)
202
 
    ac_prev=includedir ;;
203
 
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
204
 
  | --includ=* | --inclu=* | --incl=* | --inc=*)
205
 
    includedir="$ac_optarg" ;;
206
 
 
207
 
  -infodir | --infodir | --infodi | --infod | --info | --inf)
208
 
    ac_prev=infodir ;;
209
 
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
210
 
    infodir="$ac_optarg" ;;
211
 
 
212
 
  -libdir | --libdir | --libdi | --libd)
213
 
    ac_prev=libdir ;;
214
 
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
215
 
    libdir="$ac_optarg" ;;
216
 
 
217
 
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
218
 
  | --libexe | --libex | --libe)
219
 
    ac_prev=libexecdir ;;
220
 
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
221
 
  | --libexe=* | --libex=* | --libe=*)
222
 
    libexecdir="$ac_optarg" ;;
223
 
 
224
 
  -localstatedir | --localstatedir | --localstatedi | --localstated \
225
 
  | --localstate | --localstat | --localsta | --localst \
226
 
  | --locals | --local | --loca | --loc | --lo)
227
 
    ac_prev=localstatedir ;;
228
 
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
229
 
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
230
 
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
231
 
    localstatedir="$ac_optarg" ;;
232
 
 
233
 
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
234
 
    ac_prev=mandir ;;
235
 
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
236
 
    mandir="$ac_optarg" ;;
237
 
 
238
 
  -nfp | --nfp | --nf)
239
 
    # Obsolete; use --without-fp.
240
 
    with_fp=no ;;
241
 
 
242
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
243
 
  | --no-cr | --no-c)
244
 
    no_create=yes ;;
245
 
 
246
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
247
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
248
 
    no_recursion=yes ;;
249
 
 
250
 
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
251
 
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
252
 
  | --oldin | --oldi | --old | --ol | --o)
253
 
    ac_prev=oldincludedir ;;
254
 
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
255
 
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
256
 
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
257
 
    oldincludedir="$ac_optarg" ;;
258
 
 
259
 
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
260
 
    ac_prev=prefix ;;
261
 
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
262
 
    prefix="$ac_optarg" ;;
263
 
 
264
 
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
265
 
  | --program-pre | --program-pr | --program-p)
266
 
    ac_prev=program_prefix ;;
267
 
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
268
 
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
269
 
    program_prefix="$ac_optarg" ;;
270
 
 
271
 
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
272
 
  | --program-suf | --program-su | --program-s)
273
 
    ac_prev=program_suffix ;;
274
 
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
275
 
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
276
 
    program_suffix="$ac_optarg" ;;
277
 
 
278
 
  -program-transform-name | --program-transform-name \
279
 
  | --program-transform-nam | --program-transform-na \
280
 
  | --program-transform-n | --program-transform- \
281
 
  | --program-transform | --program-transfor \
282
 
  | --program-transfo | --program-transf \
283
 
  | --program-trans | --program-tran \
284
 
  | --progr-tra | --program-tr | --program-t)
285
 
    ac_prev=program_transform_name ;;
286
 
  -program-transform-name=* | --program-transform-name=* \
287
 
  | --program-transform-nam=* | --program-transform-na=* \
288
 
  | --program-transform-n=* | --program-transform-=* \
289
 
  | --program-transform=* | --program-transfor=* \
290
 
  | --program-transfo=* | --program-transf=* \
291
 
  | --program-trans=* | --program-tran=* \
292
 
  | --progr-tra=* | --program-tr=* | --program-t=*)
293
 
    program_transform_name="$ac_optarg" ;;
294
 
 
295
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
296
 
  | -silent | --silent | --silen | --sile | --sil)
297
 
    silent=yes ;;
298
 
 
299
 
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
300
 
    ac_prev=sbindir ;;
301
 
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
302
 
  | --sbi=* | --sb=*)
303
 
    sbindir="$ac_optarg" ;;
304
 
 
305
 
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
306
 
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
307
 
  | --sharedst | --shareds | --shared | --share | --shar \
308
 
  | --sha | --sh)
309
 
    ac_prev=sharedstatedir ;;
310
 
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
311
 
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
312
 
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
313
 
  | --sha=* | --sh=*)
314
 
    sharedstatedir="$ac_optarg" ;;
315
 
 
316
 
  -site | --site | --sit)
317
 
    ac_prev=site ;;
318
 
  -site=* | --site=* | --sit=*)
319
 
    site="$ac_optarg" ;;
320
 
 
321
 
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
322
 
    ac_prev=srcdir ;;
323
 
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
324
 
    srcdir="$ac_optarg" ;;
325
 
 
326
 
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
327
 
  | --syscon | --sysco | --sysc | --sys | --sy)
328
 
    ac_prev=sysconfdir ;;
329
 
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
330
 
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
331
 
    sysconfdir="$ac_optarg" ;;
332
 
 
333
 
  -target | --target | --targe | --targ | --tar | --ta | --t)
334
 
    ac_prev=target ;;
335
 
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
336
 
    target="$ac_optarg" ;;
337
 
 
338
 
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
339
 
    verbose=yes ;;
340
 
 
341
 
  -version | --version | --versio | --versi | --vers)
342
 
    echo "configure generated by autoconf version 2.13"
343
 
    exit 0 ;;
344
 
 
345
 
  -with-* | --with-*)
346
 
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
347
 
    # Reject names that are not valid shell variable names.
348
 
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
349
 
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
350
 
    fi
351
 
    ac_package=`echo $ac_package| sed 's/-/_/g'`
352
 
    case "$ac_option" in
353
 
      *=*) ;;
354
 
      *) ac_optarg=yes ;;
355
 
    esac
356
 
    eval "with_${ac_package}='$ac_optarg'" ;;
357
 
 
358
 
  -without-* | --without-*)
359
 
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
360
 
    # Reject names that are not valid shell variable names.
361
 
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
362
 
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
363
 
    fi
364
 
    ac_package=`echo $ac_package| sed 's/-/_/g'`
365
 
    eval "with_${ac_package}=no" ;;
366
 
 
367
 
  --x)
368
 
    # Obsolete; use --with-x.
369
 
    with_x=yes ;;
370
 
 
371
 
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
372
 
  | --x-incl | --x-inc | --x-in | --x-i)
373
 
    ac_prev=x_includes ;;
374
 
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
375
 
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
376
 
    x_includes="$ac_optarg" ;;
377
 
 
378
 
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
379
 
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
380
 
    ac_prev=x_libraries ;;
381
 
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
382
 
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
383
 
    x_libraries="$ac_optarg" ;;
384
 
 
385
 
  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
386
 
    ;;
387
 
 
388
 
  *)
389
 
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
390
 
      echo "configure: warning: $ac_option: invalid host type" 1>&2
391
 
    fi
392
 
    if test "x$nonopt" != xNONE; then
393
 
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
394
 
    fi
395
 
    nonopt="$ac_option"
396
 
    ;;
397
 
 
398
 
  esac
399
 
done
400
 
 
401
 
if test -n "$ac_prev"; then
402
 
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
403
 
fi
404
 
 
405
 
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
406
 
 
407
 
# File descriptor usage:
408
 
# 0 standard input
409
 
# 1 file creation
410
 
# 2 errors and warnings
411
 
# 3 some systems may open it to /dev/tty
412
 
# 4 used on the Kubota Titan
413
 
# 6 checking for... messages and results
414
 
# 5 compiler messages saved in config.log
415
 
if test "$silent" = yes; then
416
 
  exec 6>/dev/null
417
 
else
418
 
  exec 6>&1
419
 
fi
420
 
exec 5>./config.log
421
 
 
422
 
echo "\
423
 
This file contains any messages produced by compilers while
424
 
running configure, to aid debugging if configure makes a mistake.
425
 
" 1>&5
426
 
 
427
 
# Strip out --no-create and --no-recursion so they do not pile up.
428
 
# Also quote any args containing shell metacharacters.
429
 
ac_configure_args=
430
 
for ac_arg
431
 
do
432
 
  case "$ac_arg" in
433
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
434
 
  | --no-cr | --no-c) ;;
435
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
436
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
437
 
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
438
 
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
439
 
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
440
 
  esac
441
 
done
442
 
 
443
 
# NLS nuisances.
444
 
# Only set these to C if already set.  These must not be set unconditionally
445
 
# because not all systems understand e.g. LANG=C (notably SCO).
446
 
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
447
 
# Non-C LC_CTYPE values break the ctype check.
448
 
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
449
 
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
450
 
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
451
 
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
452
 
 
453
 
# confdefs.h avoids OS command line length limits that DEFS can exceed.
454
 
rm -rf conftest* confdefs.h
455
 
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
456
 
echo > confdefs.h
457
 
 
458
 
# A filename unique to this package, relative to the directory that
459
 
# configure is in, which we can look for to find out if srcdir is correct.
460
 
ac_unique_file=x99_rlm.c
461
 
 
462
 
# Find the source files, if location was not specified.
463
 
if test -z "$srcdir"; then
464
 
  ac_srcdir_defaulted=yes
465
 
  # Try the directory containing this script, then its parent.
466
 
  ac_prog=$0
467
 
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
468
 
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
469
 
  srcdir=$ac_confdir
470
 
  if test ! -r $srcdir/$ac_unique_file; then
471
 
    srcdir=..
472
 
  fi
473
 
else
474
 
  ac_srcdir_defaulted=no
475
 
fi
476
 
if test ! -r $srcdir/$ac_unique_file; then
477
 
  if test "$ac_srcdir_defaulted" = yes; then
478
 
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
479
 
  else
480
 
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
481
 
  fi
482
 
fi
483
 
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
484
 
 
485
 
# Prefer explicitly selected file to automatically selected ones.
486
 
if test -z "$CONFIG_SITE"; then
487
 
  if test "x$prefix" != xNONE; then
488
 
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
489
 
  else
490
 
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
491
 
  fi
492
 
fi
493
 
for ac_site_file in $CONFIG_SITE; do
494
 
  if test -r "$ac_site_file"; then
495
 
    echo "loading site script $ac_site_file"
496
 
    . "$ac_site_file"
497
 
  fi
498
 
done
499
 
 
500
 
if test -r "$cache_file"; then
501
 
  echo "loading cache $cache_file"
502
 
  . $cache_file
503
 
else
504
 
  echo "creating cache $cache_file"
505
 
  > $cache_file
506
 
fi
507
 
 
508
 
ac_ext=c
509
 
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
510
 
ac_cpp='$CPP $CPPFLAGS'
511
 
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
512
 
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
513
 
cross_compiling=$ac_cv_prog_cc_cross
514
 
 
515
 
ac_exeext=
516
 
ac_objext=o
517
 
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
518
 
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
519
 
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
520
 
    ac_n= ac_c='
521
 
' ac_t='        '
522
 
  else
523
 
    ac_n=-n ac_c= ac_t=
524
 
  fi
525
 
else
526
 
  ac_n= ac_c='\c' ac_t=
527
 
fi
528
 
 
529
 
 
530
 
# From configure.in Revision: 1.10.2.1 
531
 
 
532
 
 
533
 
SMART_CFLAGS=
534
 
if test x$with_rlm_x99_token != xno; then
535
 
 
536
 
                        
537
 
                echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
538
 
echo "configure:539: checking how to run the C preprocessor" >&5
539
 
# On Suns, sometimes $CPP names a directory.
540
 
if test -n "$CPP" && test -d "$CPP"; then
541
 
  CPP=
542
 
fi
543
 
if test -z "$CPP"; then
544
 
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
545
 
  echo $ac_n "(cached) $ac_c" 1>&6
546
 
else
547
 
    # This must be in double quotes, not single quotes, because CPP may get
548
 
  # substituted into the Makefile and "${CC-cc}" will confuse make.
549
 
  CPP="${CC-cc} -E"
550
 
  # On the NeXT, cc -E runs the code through the compiler's parser,
551
 
  # not just through cpp.
552
 
  cat > conftest.$ac_ext <<EOF
553
 
#line 554 "configure"
554
 
#include "confdefs.h"
555
 
#include <assert.h>
556
 
Syntax Error
557
 
EOF
558
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
559
 
{ (eval echo configure:560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
560
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
561
 
if test -z "$ac_err"; then
562
 
  :
563
 
else
564
 
  echo "$ac_err" >&5
565
 
  echo "configure: failed program was:" >&5
566
 
  cat conftest.$ac_ext >&5
567
 
  rm -rf conftest*
568
 
  CPP="${CC-cc} -E -traditional-cpp"
569
 
  cat > conftest.$ac_ext <<EOF
570
 
#line 571 "configure"
571
 
#include "confdefs.h"
572
 
#include <assert.h>
573
 
Syntax Error
574
 
EOF
575
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
576
 
{ (eval echo configure:577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
577
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
578
 
if test -z "$ac_err"; then
579
 
  :
580
 
else
581
 
  echo "$ac_err" >&5
582
 
  echo "configure: failed program was:" >&5
583
 
  cat conftest.$ac_ext >&5
584
 
  rm -rf conftest*
585
 
  CPP="${CC-cc} -nologo -E"
586
 
  cat > conftest.$ac_ext <<EOF
587
 
#line 588 "configure"
588
 
#include "confdefs.h"
589
 
#include <assert.h>
590
 
Syntax Error
591
 
EOF
592
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
593
 
{ (eval echo configure:594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
594
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
595
 
if test -z "$ac_err"; then
596
 
  :
597
 
else
598
 
  echo "$ac_err" >&5
599
 
  echo "configure: failed program was:" >&5
600
 
  cat conftest.$ac_ext >&5
601
 
  rm -rf conftest*
602
 
  CPP=/lib/cpp
603
 
fi
604
 
rm -f conftest*
605
 
fi
606
 
rm -f conftest*
607
 
fi
608
 
rm -f conftest*
609
 
  ac_cv_prog_CPP="$CPP"
610
 
fi
611
 
  CPP="$ac_cv_prog_CPP"
612
 
else
613
 
  ac_cv_prog_CPP="$CPP"
614
 
fi
615
 
echo "$ac_t""$CPP" 1>&6
616
 
 
617
 
ac_safe=`echo "inttypes.h" | sed 'y%./+-%__p_%'`
618
 
echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6
619
 
echo "configure:620: checking for inttypes.h" >&5
620
 
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
621
 
  echo $ac_n "(cached) $ac_c" 1>&6
622
 
else
623
 
  cat > conftest.$ac_ext <<EOF
624
 
#line 625 "configure"
625
 
#include "confdefs.h"
626
 
#include <inttypes.h>
627
 
EOF
628
 
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
629
 
{ (eval echo configure:630: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
630
 
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
631
 
if test -z "$ac_err"; then
632
 
  rm -rf conftest*
633
 
  eval "ac_cv_header_$ac_safe=yes"
634
 
else
635
 
  echo "$ac_err" >&5
636
 
  echo "configure: failed program was:" >&5
637
 
  cat conftest.$ac_ext >&5
638
 
  rm -rf conftest*
639
 
  eval "ac_cv_header_$ac_safe=no"
640
 
fi
641
 
rm -f conftest*
642
 
fi
643
 
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
644
 
  echo "$ac_t""yes" 1>&6
645
 
  :
646
 
else
647
 
  echo "$ac_t""no" 1>&6
648
 
 fail="$fail inttypes.h" 
649
 
        
650
 
fi
651
 
 
652
 
 
653
 
                # Check whether --with-rlm-x99-token-lib-dir or --without-rlm-x99-token-lib-dir was given.
654
 
if test "${with_rlm_x99_token_lib_dir+set}" = set; then
655
 
  withval="$with_rlm_x99_token_lib_dir"
656
 
  x99_token_ldflags="$x99_token_ldflags -L$withval"
657
 
fi
658
 
 
659
 
        # Check whether --with-rlm-x99-token-include-dir or --without-rlm-x99-token-include-dir was given.
660
 
if test "${with_rlm_x99_token_include_dir+set}" = set; then
661
 
  withval="$with_rlm_x99_token_include_dir"
662
 
  x99_token_cflags="$x99_token_cflags -I$withval"
663
 
fi
664
 
 
665
 
 
666
 
                                # Check whether --with-openssl-includes or --without-openssl-includes was given.
667
 
if test "${with_openssl_includes+set}" = set; then
668
 
  withval="$with_openssl_includes"
669
 
   case "$withval" in
670
 
            *)
671
 
                SMART_CFLAGS="$SMART_CFLAGS -I$withval"
672
 
                ;;
673
 
          esac 
674
 
        
675
 
fi
676
 
 
677
 
 
678
 
        targetname=rlm_x99_token     # keep this!  Don't change!
679
 
else
680
 
        targetname=            # keep this!  Don't change!
681
 
        echo \*\*\* module rlm_x99_token is disabled.  # keep this!  Don't change!
682
 
fi
683
 
 
684
 
if test x"$fail" != x""; then
685
 
        if test x"${enable_strict_dependencies}" = x"yes"; then
686
 
                { echo "configure: error: set --without-rlm_x99_token to disable it explicitly." 1>&2; exit 1; }
687
 
        else
688
 
                echo "configure: warning: silently not building rlm_x99_token." 1>&2
689
 
                echo "configure: warning: FAILURE: rlm_x99_token requires: $fail." 1>&2; 
690
 
                targetname=""
691
 
        fi
692
 
fi
693
 
 
694
 
x99_token_cflags="$x99_token_cflags -DX99_MODULE_NAME=\\\"rlm_x99_token\\\" $SMART_CFLAGS"
695
 
x99_token_cflags="$x99_token_cflags -DFREERADIUS"
696
 
 
697
 
 
698
 
 
699
 
 
700
 
  # keep this!  Don't change!
701
 
trap '' 1 2 15
702
 
cat > confcache <<\EOF
703
 
# This file is a shell script that caches the results of configure
704
 
# tests run on this system so they can be shared between configure
705
 
# scripts and configure runs.  It is not useful on other systems.
706
 
# If it contains results you don't want to keep, you may remove or edit it.
707
 
#
708
 
# By default, configure uses ./config.cache as the cache file,
709
 
# creating it if it does not exist already.  You can give configure
710
 
# the --cache-file=FILE option to use a different cache file; that is
711
 
# what configure does when it calls configure scripts in
712
 
# subdirectories, so they share the cache.
713
 
# Giving --cache-file=/dev/null disables caching, for debugging configure.
714
 
# config.status only pays attention to the cache file if you give it the
715
 
# --recheck option to rerun configure.
716
 
#
717
 
EOF
718
 
# The following way of writing the cache mishandles newlines in values,
719
 
# but we know of no workaround that is simple, portable, and efficient.
720
 
# So, don't put newlines in cache variables' values.
721
 
# Ultrix sh set writes to stderr and can't be redirected directly,
722
 
# and sets the high bit in the cache file unless we assign to the vars.
723
 
(set) 2>&1 |
724
 
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
725
 
  *ac_space=\ *)
726
 
    # `set' does not quote correctly, so add quotes (double-quote substitution
727
 
    # turns \\\\ into \\, and sed turns \\ into \).
728
 
    sed -n \
729
 
      -e "s/'/'\\\\''/g" \
730
 
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
731
 
    ;;
732
 
  *)
733
 
    # `set' quotes correctly as required by POSIX, so do not add quotes.
734
 
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
735
 
    ;;
736
 
  esac >> confcache
737
 
if cmp -s $cache_file confcache; then
738
 
  :
739
 
else
740
 
  if test -w $cache_file; then
741
 
    echo "updating cache $cache_file"
742
 
    cat confcache > $cache_file
743
 
  else
744
 
    echo "not updating unwritable cache $cache_file"
745
 
  fi
746
 
fi
747
 
rm -f confcache
748
 
 
749
 
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
750
 
 
751
 
test "x$prefix" = xNONE && prefix=$ac_default_prefix
752
 
# Let make expand exec_prefix.
753
 
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
754
 
 
755
 
# Any assignment to VPATH causes Sun make to only execute
756
 
# the first set of double-colon rules, so remove it if not needed.
757
 
# If there is a colon in the path, we need to keep it.
758
 
if test "x$srcdir" = x.; then
759
 
  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
760
 
fi
761
 
 
762
 
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
763
 
 
764
 
# Transform confdefs.h into DEFS.
765
 
# Protect against shell expansion while executing Makefile rules.
766
 
# Protect against Makefile macro expansion.
767
 
cat > conftest.defs <<\EOF
768
 
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
769
 
s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
770
 
s%\[%\\&%g
771
 
s%\]%\\&%g
772
 
s%\$%$$%g
773
 
EOF
774
 
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
775
 
rm -f conftest.defs
776
 
 
777
 
 
778
 
# Without the "./", some shells look in PATH for config.status.
779
 
: ${CONFIG_STATUS=./config.status}
780
 
 
781
 
echo creating $CONFIG_STATUS
782
 
rm -f $CONFIG_STATUS
783
 
cat > $CONFIG_STATUS <<EOF
784
 
#! /bin/sh
785
 
# Generated automatically by configure.
786
 
# Run this file to recreate the current configuration.
787
 
# This directory was configured as follows,
788
 
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
789
 
#
790
 
# $0 $ac_configure_args
791
 
#
792
 
# Compiler output produced by configure, useful for debugging
793
 
# configure, is in ./config.log if it exists.
794
 
 
795
 
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
796
 
for ac_option
797
 
do
798
 
  case "\$ac_option" in
799
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
800
 
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
801
 
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
802
 
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
803
 
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
804
 
    exit 0 ;;
805
 
  -help | --help | --hel | --he | --h)
806
 
    echo "\$ac_cs_usage"; exit 0 ;;
807
 
  *) echo "\$ac_cs_usage"; exit 1 ;;
808
 
  esac
809
 
done
810
 
 
811
 
ac_given_srcdir=$srcdir
812
 
 
813
 
trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
814
 
EOF
815
 
cat >> $CONFIG_STATUS <<EOF
816
 
 
817
 
# Protect against being on the right side of a sed subst in config.status.
818
 
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
819
 
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
820
 
$ac_vpsub
821
 
$extrasub
822
 
s%@SHELL@%$SHELL%g
823
 
s%@CFLAGS@%$CFLAGS%g
824
 
s%@CPPFLAGS@%$CPPFLAGS%g
825
 
s%@CXXFLAGS@%$CXXFLAGS%g
826
 
s%@FFLAGS@%$FFLAGS%g
827
 
s%@DEFS@%$DEFS%g
828
 
s%@LDFLAGS@%$LDFLAGS%g
829
 
s%@LIBS@%$LIBS%g
830
 
s%@exec_prefix@%$exec_prefix%g
831
 
s%@prefix@%$prefix%g
832
 
s%@program_transform_name@%$program_transform_name%g
833
 
s%@bindir@%$bindir%g
834
 
s%@sbindir@%$sbindir%g
835
 
s%@libexecdir@%$libexecdir%g
836
 
s%@datadir@%$datadir%g
837
 
s%@sysconfdir@%$sysconfdir%g
838
 
s%@sharedstatedir@%$sharedstatedir%g
839
 
s%@localstatedir@%$localstatedir%g
840
 
s%@libdir@%$libdir%g
841
 
s%@includedir@%$includedir%g
842
 
s%@oldincludedir@%$oldincludedir%g
843
 
s%@infodir@%$infodir%g
844
 
s%@mandir@%$mandir%g
845
 
s%@CPP@%$CPP%g
846
 
s%@x99_token_cflags@%$x99_token_cflags%g
847
 
s%@x99_token_ldflags@%$x99_token_ldflags%g
848
 
s%@targetname@%$targetname%g
849
 
 
850
 
CEOF
851
 
EOF
852
 
 
853
 
cat >> $CONFIG_STATUS <<\EOF
854
 
 
855
 
# Split the substitutions into bite-sized pieces for seds with
856
 
# small command number limits, like on Digital OSF/1 and HP-UX.
857
 
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
858
 
ac_file=1 # Number of current file.
859
 
ac_beg=1 # First line for current file.
860
 
ac_end=$ac_max_sed_cmds # Line after last line for current file.
861
 
ac_more_lines=:
862
 
ac_sed_cmds=""
863
 
while $ac_more_lines; do
864
 
  if test $ac_beg -gt 1; then
865
 
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
866
 
  else
867
 
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
868
 
  fi
869
 
  if test ! -s conftest.s$ac_file; then
870
 
    ac_more_lines=false
871
 
    rm -f conftest.s$ac_file
872
 
  else
873
 
    if test -z "$ac_sed_cmds"; then
874
 
      ac_sed_cmds="sed -f conftest.s$ac_file"
875
 
    else
876
 
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
877
 
    fi
878
 
    ac_file=`expr $ac_file + 1`
879
 
    ac_beg=$ac_end
880
 
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
881
 
  fi
882
 
done
883
 
if test -z "$ac_sed_cmds"; then
884
 
  ac_sed_cmds=cat
885
 
fi
886
 
EOF
887
 
 
888
 
cat >> $CONFIG_STATUS <<EOF
889
 
 
890
 
CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
891
 
EOF
892
 
cat >> $CONFIG_STATUS <<\EOF
893
 
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
894
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
895
 
  case "$ac_file" in
896
 
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
897
 
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
898
 
  *) ac_file_in="${ac_file}.in" ;;
899
 
  esac
900
 
 
901
 
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
902
 
 
903
 
  # Remove last slash and all that follows it.  Not all systems have dirname.
904
 
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
905
 
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
906
 
    # The file is in a subdirectory.
907
 
    test ! -d "$ac_dir" && mkdir "$ac_dir"
908
 
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
909
 
    # A "../" for each directory in $ac_dir_suffix.
910
 
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
911
 
  else
912
 
    ac_dir_suffix= ac_dots=
913
 
  fi
914
 
 
915
 
  case "$ac_given_srcdir" in
916
 
  .)  srcdir=.
917
 
      if test -z "$ac_dots"; then top_srcdir=.
918
 
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
919
 
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
920
 
  *) # Relative path.
921
 
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
922
 
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
923
 
  esac
924
 
 
925
 
 
926
 
  echo creating "$ac_file"
927
 
  rm -f "$ac_file"
928
 
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
929
 
  case "$ac_file" in
930
 
  *Makefile*) ac_comsub="1i\\
931
 
# $configure_input" ;;
932
 
  *) ac_comsub= ;;
933
 
  esac
934
 
 
935
 
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
936
 
  sed -e "$ac_comsub
937
 
s%@configure_input@%$configure_input%g
938
 
s%@srcdir@%$srcdir%g
939
 
s%@top_srcdir@%$top_srcdir%g
940
 
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
941
 
fi; done
942
 
rm -f conftest.s*
943
 
 
944
 
EOF
945
 
cat >> $CONFIG_STATUS <<EOF
946
 
 
947
 
EOF
948
 
cat >> $CONFIG_STATUS <<\EOF
949
 
 
950
 
exit 0
951
 
EOF
952
 
chmod +x $CONFIG_STATUS
953
 
rm -fr confdefs* $ac_clean_files
954
 
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
955
 
  # keep this!  Don't change!