source: trunk/greenstone3-extensions/vishnu/configure@ 8286

Last change on this file since 8286 was 8189, checked in by kjdon, 20 years ago

first version of Imperial College's Visualiser code

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 51.2 KB
Line 
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:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14
15# Initialize some variables set by options.
16# The variables have the same names as the options, with
17# dashes changed to underlines.
18build=NONE
19cache_file=./config.cache
20exec_prefix=NONE
21host=NONE
22no_create=
23nonopt=NONE
24no_recursion=
25prefix=NONE
26program_prefix=NONE
27program_suffix=NONE
28program_transform_name=s,x,x,
29silent=
30site=
31srcdir=
32target=NONE
33verbose=
34x_includes=NONE
35x_libraries=NONE
36bindir='${exec_prefix}/bin'
37sbindir='${exec_prefix}/sbin'
38libexecdir='${exec_prefix}/libexec'
39datadir='${prefix}/share'
40sysconfdir='${prefix}/etc'
41sharedstatedir='${prefix}/com'
42localstatedir='${prefix}/var'
43libdir='${exec_prefix}/lib'
44includedir='${prefix}/include'
45oldincludedir='/usr/include'
46infodir='${prefix}/info'
47mandir='${prefix}/man'
48
49# Initialize some other variables.
50subdirs=
51MFLAGS= MAKEFLAGS=
52SHELL=${CONFIG_SHELL-/bin/sh}
53# Maximum number of lines to put in a shell here document.
54ac_max_here_lines=12
55
56ac_prev=
57for ac_option
58do
59
60 # If the previous option needs an argument, assign it.
61 if test -n "$ac_prev"; then
62 eval "$ac_prev=\$ac_option"
63 ac_prev=
64 continue
65 fi
66
67 case "$ac_option" in
68 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69 *) ac_optarg= ;;
70 esac
71
72 # Accept the important Cygnus configure options, so we can diagnose typos.
73
74 case "$ac_option" in
75
76 -bindir | --bindir | --bindi | --bind | --bin | --bi)
77 ac_prev=bindir ;;
78 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79 bindir="$ac_optarg" ;;
80
81 -build | --build | --buil | --bui | --bu)
82 ac_prev=build ;;
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84 build="$ac_optarg" ;;
85
86 -cache-file | --cache-file | --cache-fil | --cache-fi \
87 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88 ac_prev=cache_file ;;
89 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91 cache_file="$ac_optarg" ;;
92
93 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94 ac_prev=datadir ;;
95 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96 | --da=*)
97 datadir="$ac_optarg" ;;
98
99 -disable-* | --disable-*)
100 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101 # 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" ;;
107
108 -enable-* | --enable-*)
109 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110 # 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 *=*) ;;
117 *) ac_optarg=yes ;;
118 esac
119 eval "enable_${ac_feature}='$ac_optarg'" ;;
120
121 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123 | --exec | --exe | --ex)
124 ac_prev=exec_prefix ;;
125 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127 | --exec=* | --exe=* | --ex=*)
128 exec_prefix="$ac_optarg" ;;
129
130 -gas | --gas | --ga | --g)
131 # Obsolete; use --with-gas.
132 with_gas=yes ;;
133
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
138Usage: configure [options] [host]
139Options: [defaults in brackets after descriptions]
140Configuration:
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
146Directory 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
170EOF
171 cat << EOF
172Host 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]
176Features 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
183EOF
184 if test -n "$ac_help"; then
185 echo "--enable and --with options recognized:$ac_help"
186 fi
187 exit 0 ;;
188
189 -host | --host | --hos | --ho)
190 ac_prev=host ;;
191 -host=* | --host=* | --hos=* | --ho=*)
192 host="$ac_optarg" ;;
193
194 -includedir | --includedir | --includedi | --included | --include \
195 | --includ | --inclu | --incl | --inc)
196 ac_prev=includedir ;;
197 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198 | --includ=* | --inclu=* | --incl=* | --inc=*)
199 includedir="$ac_optarg" ;;
200
201 -infodir | --infodir | --infodi | --infod | --info | --inf)
202 ac_prev=infodir ;;
203 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204 infodir="$ac_optarg" ;;
205
206 -libdir | --libdir | --libdi | --libd)
207 ac_prev=libdir ;;
208 -libdir=* | --libdir=* | --libdi=* | --libd=*)
209 libdir="$ac_optarg" ;;
210
211 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212 | --libexe | --libex | --libe)
213 ac_prev=libexecdir ;;
214 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215 | --libexe=* | --libex=* | --libe=*)
216 libexecdir="$ac_optarg" ;;
217
218 -localstatedir | --localstatedir | --localstatedi | --localstated \
219 | --localstate | --localstat | --localsta | --localst \
220 | --locals | --local | --loca | --loc | --lo)
221 ac_prev=localstatedir ;;
222 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225 localstatedir="$ac_optarg" ;;
226
227 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
228 ac_prev=mandir ;;
229 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230 mandir="$ac_optarg" ;;
231
232 -nfp | --nfp | --nf)
233 # Obsolete; use --without-fp.
234 with_fp=no ;;
235
236 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
237 | --no-cr | --no-c)
238 no_create=yes ;;
239
240 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
241 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
242 no_recursion=yes ;;
243
244 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
245 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
246 | --oldin | --oldi | --old | --ol | --o)
247 ac_prev=oldincludedir ;;
248 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251 oldincludedir="$ac_optarg" ;;
252
253 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
254 ac_prev=prefix ;;
255 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256 prefix="$ac_optarg" ;;
257
258 -program-prefix | --program-prefix | --program-prefi | --program-pref \
259 | --program-pre | --program-pr | --program-p)
260 ac_prev=program_prefix ;;
261 -program-prefix=* | --program-prefix=* | --program-prefi=* \
262 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263 program_prefix="$ac_optarg" ;;
264
265 -program-suffix | --program-suffix | --program-suffi | --program-suff \
266 | --program-suf | --program-su | --program-s)
267 ac_prev=program_suffix ;;
268 -program-suffix=* | --program-suffix=* | --program-suffi=* \
269 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270 program_suffix="$ac_optarg" ;;
271
272 -program-transform-name | --program-transform-name \
273 | --program-transform-nam | --program-transform-na \
274 | --program-transform-n | --program-transform- \
275 | --program-transform | --program-transfor \
276 | --program-transfo | --program-transf \
277 | --program-trans | --program-tran \
278 | --progr-tra | --program-tr | --program-t)
279 ac_prev=program_transform_name ;;
280 -program-transform-name=* | --program-transform-name=* \
281 | --program-transform-nam=* | --program-transform-na=* \
282 | --program-transform-n=* | --program-transform-=* \
283 | --program-transform=* | --program-transfor=* \
284 | --program-transfo=* | --program-transf=* \
285 | --program-trans=* | --program-tran=* \
286 | --progr-tra=* | --program-tr=* | --program-t=*)
287 program_transform_name="$ac_optarg" ;;
288
289 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290 | -silent | --silent | --silen | --sile | --sil)
291 silent=yes ;;
292
293 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
294 ac_prev=sbindir ;;
295 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
296 | --sbi=* | --sb=*)
297 sbindir="$ac_optarg" ;;
298
299 -sharedstatedir | --sharedstatedir | --sharedstatedi \
300 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
301 | --sharedst | --shareds | --shared | --share | --shar \
302 | --sha | --sh)
303 ac_prev=sharedstatedir ;;
304 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
305 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
307 | --sha=* | --sh=*)
308 sharedstatedir="$ac_optarg" ;;
309
310 -site | --site | --sit)
311 ac_prev=site ;;
312 -site=* | --site=* | --sit=*)
313 site="$ac_optarg" ;;
314
315 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
316 ac_prev=srcdir ;;
317 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318 srcdir="$ac_optarg" ;;
319
320 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321 | --syscon | --sysco | --sysc | --sys | --sy)
322 ac_prev=sysconfdir ;;
323 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325 sysconfdir="$ac_optarg" ;;
326
327 -target | --target | --targe | --targ | --tar | --ta | --t)
328 ac_prev=target ;;
329 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330 target="$ac_optarg" ;;
331
332 -v | -verbose | --verbose | --verbos | --verbo | --verb)
333 verbose=yes ;;
334
335 -version | --version | --versio | --versi | --vers)
336 echo "configure generated by autoconf version 2.13"
337 exit 0 ;;
338
339 -with-* | --with-*)
340 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341 # 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
345 ac_package=`echo $ac_package| sed 's/-/_/g'`
346 case "$ac_option" in
347 *=*) ;;
348 *) ac_optarg=yes ;;
349 esac
350 eval "with_${ac_package}='$ac_optarg'" ;;
351
352 -without-* | --without-*)
353 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
354 # 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" ;;
360
361 --x)
362 # Obsolete; use --with-x.
363 with_x=yes ;;
364
365 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
366 | --x-incl | --x-inc | --x-in | --x-i)
367 ac_prev=x_includes ;;
368 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370 x_includes="$ac_optarg" ;;
371
372 -x-libraries | --x-libraries | --x-librarie | --x-librari \
373 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374 ac_prev=x_libraries ;;
375 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377 x_libraries="$ac_optarg" ;;
378
379 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
380 ;;
381
382 *)
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"
390 ;;
391
392 esac
393done
394
395if test -n "$ac_prev"; then
396 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397fi
398
399trap '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
409if test "$silent" = yes; then
410 exec 6>/dev/null
411else
412 exec 6>&1
413fi
414exec 5>./config.log
415
416echo "\
417This file contains any messages produced by compilers while
418running 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.
423ac_configure_args=
424for ac_arg
425do
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
435done
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.
442if test "${LANG+set}" = set; then LANG=C; export LANG; fi
443if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445if 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.
448rm -rf conftest* confdefs.h
449# AIX cpp loses on an empty file, so make sure it contains at least a newline.
450echo > 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.
454ac_unique_file=src/cluster/mysammon.c
455
456# Find the source files, if location was not specified.
457if test -z "$srcdir"; then
458 ac_srcdir_defaulted=yes
459 # 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=.
463 srcdir=$ac_confdir
464 if test ! -r $srcdir/$ac_unique_file; then
465 srcdir=..
466 fi
467else
468 ac_srcdir_defaulted=no
469fi
470if test ! -r $srcdir/$ac_unique_file; then
471 if test "$ac_srcdir_defaulted" = yes; then
472 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
473 else
474 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
475 fi
476fi
477srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
479# Prefer explicitly selected file to automatically selected ones.
480if test -z "$CONFIG_SITE"; then
481 if test "x$prefix" != xNONE; then
482 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
483 else
484 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
485 fi
486fi
487for ac_site_file in $CONFIG_SITE; do
488 if test -r "$ac_site_file"; then
489 echo "loading site script $ac_site_file"
490 . "$ac_site_file"
491 fi
492done
493
494if test -r "$cache_file"; then
495 echo "loading cache $cache_file"
496 . $cache_file
497else
498 echo "creating cache $cache_file"
499 > $cache_file
500fi
501
502ac_ext=c
503# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504ac_cpp='$CPP $CPPFLAGS'
505ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507cross_compiling=$ac_cv_prog_cc_cross
508
509ac_exeext=
510ac_objext=o
511if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512 # Stardent Vistra SVR4 grep lacks -e, says [email protected].
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
519else
520 ac_n= ac_c='\c' ac_t=
521fi
522
523
524
525PACKAGE=vishnu
526VERSION=1.0
527
528cat >> confdefs.h <<EOF
529#define PACKAGE "$PACKAGE"
530EOF
531
532cat >> confdefs.h <<EOF
533#define VERSION "$VERSION"
534EOF
535
536
537
538
539# Extract the first word of "gcc", so it can be a program name with args.
540set dummy gcc; ac_word=$2
541echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
542echo "configure:543: checking for $ac_word" >&5
543if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
544 echo $ac_n "(cached) $ac_c" 1>&6
545else
546 if test -n "$CC"; then
547 ac_cv_prog_CC="$CC" # Let the user override the test.
548else
549 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
550 ac_dummy="$PATH"
551 for ac_dir in $ac_dummy; do
552 test -z "$ac_dir" && ac_dir=.
553 if test -f $ac_dir/$ac_word; then
554 ac_cv_prog_CC="gcc"
555 break
556 fi
557 done
558 IFS="$ac_save_ifs"
559fi
560fi
561CC="$ac_cv_prog_CC"
562if test -n "$CC"; then
563 echo "$ac_t""$CC" 1>&6
564else
565 echo "$ac_t""no" 1>&6
566fi
567
568if test -z "$CC"; then
569 # Extract the first word of "cc", so it can be a program name with args.
570set dummy cc; ac_word=$2
571echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
572echo "configure:573: checking for $ac_word" >&5
573if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
574 echo $ac_n "(cached) $ac_c" 1>&6
575else
576 if test -n "$CC"; then
577 ac_cv_prog_CC="$CC" # Let the user override the test.
578else
579 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
580 ac_prog_rejected=no
581 ac_dummy="$PATH"
582 for ac_dir in $ac_dummy; do
583 test -z "$ac_dir" && ac_dir=.
584 if test -f $ac_dir/$ac_word; then
585 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
586 ac_prog_rejected=yes
587 continue
588 fi
589 ac_cv_prog_CC="cc"
590 break
591 fi
592 done
593 IFS="$ac_save_ifs"
594if test $ac_prog_rejected = yes; then
595 # We found a bogon in the path, so make sure we never use it.
596 set dummy $ac_cv_prog_CC
597 shift
598 if test $# -gt 0; then
599 # We chose a different compiler from the bogus one.
600 # However, it has the same basename, so the bogon will be chosen
601 # first if we set CC to just the basename; use the full file name.
602 shift
603 set dummy "$ac_dir/$ac_word" "$@"
604 shift
605 ac_cv_prog_CC="$@"
606 fi
607fi
608fi
609fi
610CC="$ac_cv_prog_CC"
611if test -n "$CC"; then
612 echo "$ac_t""$CC" 1>&6
613else
614 echo "$ac_t""no" 1>&6
615fi
616
617 if test -z "$CC"; then
618 case "`uname -s`" in
619 *win32* | *WIN32*)
620 # Extract the first word of "cl", so it can be a program name with args.
621set dummy cl; ac_word=$2
622echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
623echo "configure:624: checking for $ac_word" >&5
624if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
625 echo $ac_n "(cached) $ac_c" 1>&6
626else
627 if test -n "$CC"; then
628 ac_cv_prog_CC="$CC" # Let the user override the test.
629else
630 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
631 ac_dummy="$PATH"
632 for ac_dir in $ac_dummy; do
633 test -z "$ac_dir" && ac_dir=.
634 if test -f $ac_dir/$ac_word; then
635 ac_cv_prog_CC="cl"
636 break
637 fi
638 done
639 IFS="$ac_save_ifs"
640fi
641fi
642CC="$ac_cv_prog_CC"
643if test -n "$CC"; then
644 echo "$ac_t""$CC" 1>&6
645else
646 echo "$ac_t""no" 1>&6
647fi
648 ;;
649 esac
650 fi
651 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
652fi
653
654echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
655echo "configure:656: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
656
657ac_ext=c
658# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
659ac_cpp='$CPP $CPPFLAGS'
660ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
661ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
662cross_compiling=$ac_cv_prog_cc_cross
663
664cat > conftest.$ac_ext << EOF
665
666#line 667 "configure"
667#include "confdefs.h"
668
669main(){return(0);}
670EOF
671if { (eval echo configure:672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
672 ac_cv_prog_cc_works=yes
673 # If we can't run a trivial program, we are probably using a cross compiler.
674 if (./conftest; exit) 2>/dev/null; then
675 ac_cv_prog_cc_cross=no
676 else
677 ac_cv_prog_cc_cross=yes
678 fi
679else
680 echo "configure: failed program was:" >&5
681 cat conftest.$ac_ext >&5
682 ac_cv_prog_cc_works=no
683fi
684rm -fr conftest*
685ac_ext=c
686# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
687ac_cpp='$CPP $CPPFLAGS'
688ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
689ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
690cross_compiling=$ac_cv_prog_cc_cross
691
692echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
693if test $ac_cv_prog_cc_works = no; then
694 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
695fi
696echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
697echo "configure:698: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
698echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
699cross_compiling=$ac_cv_prog_cc_cross
700
701echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
702echo "configure:703: checking whether we are using GNU C" >&5
703if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
704 echo $ac_n "(cached) $ac_c" 1>&6
705else
706 cat > conftest.c <<EOF
707#ifdef __GNUC__
708 yes;
709#endif
710EOF
711if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:712: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
712 ac_cv_prog_gcc=yes
713else
714 ac_cv_prog_gcc=no
715fi
716fi
717
718echo "$ac_t""$ac_cv_prog_gcc" 1>&6
719
720if test $ac_cv_prog_gcc = yes; then
721 GCC=yes
722else
723 GCC=
724fi
725
726ac_test_CFLAGS="${CFLAGS+set}"
727ac_save_CFLAGS="$CFLAGS"
728CFLAGS=
729echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
730echo "configure:731: checking whether ${CC-cc} accepts -g" >&5
731if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
732 echo $ac_n "(cached) $ac_c" 1>&6
733else
734 echo 'void f(){}' > conftest.c
735if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
736 ac_cv_prog_cc_g=yes
737else
738 ac_cv_prog_cc_g=no
739fi
740rm -f conftest*
741
742fi
743
744echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
745if test "$ac_test_CFLAGS" = set; then
746 CFLAGS="$ac_save_CFLAGS"
747elif test $ac_cv_prog_cc_g = yes; then
748 if test "$GCC" = yes; then
749 CFLAGS="-g -O2"
750 else
751 CFLAGS="-g"
752 fi
753else
754 if test "$GCC" = yes; then
755 CFLAGS="-O2"
756 else
757 CFLAGS=
758 fi
759fi
760
761ac_aux_dir=
762for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
763 if test -f $ac_dir/install-sh; then
764 ac_aux_dir=$ac_dir
765 ac_install_sh="$ac_aux_dir/install-sh -c"
766 break
767 elif test -f $ac_dir/install.sh; then
768 ac_aux_dir=$ac_dir
769 ac_install_sh="$ac_aux_dir/install.sh -c"
770 break
771 fi
772done
773if test -z "$ac_aux_dir"; then
774 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
775fi
776ac_config_guess=$ac_aux_dir/config.guess
777ac_config_sub=$ac_aux_dir/config.sub
778ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
779
780# Find a good install program. We prefer a C program (faster),
781# so one script is as good as another. But avoid the broken or
782# incompatible versions:
783# SysV /etc/install, /usr/sbin/install
784# SunOS /usr/etc/install
785# IRIX /sbin/install
786# AIX /bin/install
787# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
788# AFS /usr/afsws/bin/install, which mishandles nonexistent args
789# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
790# ./install, which can be erroneously created by make from ./install.sh.
791echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
792echo "configure:793: checking for a BSD compatible install" >&5
793if test -z "$INSTALL"; then
794if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
795 echo $ac_n "(cached) $ac_c" 1>&6
796else
797 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
798 for ac_dir in $PATH; do
799 # Account for people who put trailing slashes in PATH elements.
800 case "$ac_dir/" in
801 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
802 *)
803 # OSF1 and SCO ODT 3.0 have their own names for install.
804 # Don't use installbsd from OSF since it installs stuff as root
805 # by default.
806 for ac_prog in ginstall scoinst install; do
807 if test -f $ac_dir/$ac_prog; then
808 if test $ac_prog = install &&
809 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
810 # AIX install. It has an incompatible calling convention.
811 :
812 else
813 ac_cv_path_install="$ac_dir/$ac_prog -c"
814 break 2
815 fi
816 fi
817 done
818 ;;
819 esac
820 done
821 IFS="$ac_save_IFS"
822
823fi
824 if test "${ac_cv_path_install+set}" = set; then
825 INSTALL="$ac_cv_path_install"
826 else
827 # As a last resort, use the slow shell script. We don't cache a
828 # path for INSTALL within a source directory, because that will
829 # break other packages using the cache if that directory is
830 # removed, or if the path is relative.
831 INSTALL="$ac_install_sh"
832 fi
833fi
834echo "$ac_t""$INSTALL" 1>&6
835
836# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
837# It thinks the first close brace ends the variable substitution.
838test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
839
840test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
841
842test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
843
844
845echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
846echo "configure:847: checking for main in -lm" >&5
847ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
848if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
849 echo $ac_n "(cached) $ac_c" 1>&6
850else
851 ac_save_LIBS="$LIBS"
852LIBS="-lm $LIBS"
853cat > conftest.$ac_ext <<EOF
854#line 855 "configure"
855#include "confdefs.h"
856
857int main() {
858main()
859; return 0; }
860EOF
861if { (eval echo configure:862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
862 rm -rf conftest*
863 eval "ac_cv_lib_$ac_lib_var=yes"
864else
865 echo "configure: failed program was:" >&5
866 cat conftest.$ac_ext >&5
867 rm -rf conftest*
868 eval "ac_cv_lib_$ac_lib_var=no"
869fi
870rm -f conftest*
871LIBS="$ac_save_LIBS"
872
873fi
874if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
875 echo "$ac_t""yes" 1>&6
876 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
877 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
878 cat >> confdefs.h <<EOF
879#define $ac_tr_lib 1
880EOF
881
882 LIBS="-lm $LIBS"
883
884else
885 echo "$ac_t""no" 1>&6
886fi
887
888
889ac_header_dirent=no
890for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
891do
892ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
893echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
894echo "configure:895: checking for $ac_hdr that defines DIR" >&5
895if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
896 echo $ac_n "(cached) $ac_c" 1>&6
897else
898 cat > conftest.$ac_ext <<EOF
899#line 900 "configure"
900#include "confdefs.h"
901#include <sys/types.h>
902#include <$ac_hdr>
903int main() {
904DIR *dirp = 0;
905; return 0; }
906EOF
907if { (eval echo configure:908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
908 rm -rf conftest*
909 eval "ac_cv_header_dirent_$ac_safe=yes"
910else
911 echo "configure: failed program was:" >&5
912 cat conftest.$ac_ext >&5
913 rm -rf conftest*
914 eval "ac_cv_header_dirent_$ac_safe=no"
915fi
916rm -f conftest*
917fi
918if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
919 echo "$ac_t""yes" 1>&6
920 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
921 cat >> confdefs.h <<EOF
922#define $ac_tr_hdr 1
923EOF
924 ac_header_dirent=$ac_hdr; break
925else
926 echo "$ac_t""no" 1>&6
927fi
928done
929# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
930if test $ac_header_dirent = dirent.h; then
931echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
932echo "configure:933: checking for opendir in -ldir" >&5
933ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
934if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
935 echo $ac_n "(cached) $ac_c" 1>&6
936else
937 ac_save_LIBS="$LIBS"
938LIBS="-ldir $LIBS"
939cat > conftest.$ac_ext <<EOF
940#line 941 "configure"
941#include "confdefs.h"
942/* Override any gcc2 internal prototype to avoid an error. */
943/* We use char because int might match the return type of a gcc2
944 builtin and then its argument prototype would still apply. */
945char opendir();
946
947int main() {
948opendir()
949; return 0; }
950EOF
951if { (eval echo configure:952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
952 rm -rf conftest*
953 eval "ac_cv_lib_$ac_lib_var=yes"
954else
955 echo "configure: failed program was:" >&5
956 cat conftest.$ac_ext >&5
957 rm -rf conftest*
958 eval "ac_cv_lib_$ac_lib_var=no"
959fi
960rm -f conftest*
961LIBS="$ac_save_LIBS"
962
963fi
964if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
965 echo "$ac_t""yes" 1>&6
966 LIBS="$LIBS -ldir"
967else
968 echo "$ac_t""no" 1>&6
969fi
970
971else
972echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
973echo "configure:974: checking for opendir in -lx" >&5
974ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
975if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
976 echo $ac_n "(cached) $ac_c" 1>&6
977else
978 ac_save_LIBS="$LIBS"
979LIBS="-lx $LIBS"
980cat > conftest.$ac_ext <<EOF
981#line 982 "configure"
982#include "confdefs.h"
983/* Override any gcc2 internal prototype to avoid an error. */
984/* We use char because int might match the return type of a gcc2
985 builtin and then its argument prototype would still apply. */
986char opendir();
987
988int main() {
989opendir()
990; return 0; }
991EOF
992if { (eval echo configure:993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
993 rm -rf conftest*
994 eval "ac_cv_lib_$ac_lib_var=yes"
995else
996 echo "configure: failed program was:" >&5
997 cat conftest.$ac_ext >&5
998 rm -rf conftest*
999 eval "ac_cv_lib_$ac_lib_var=no"
1000fi
1001rm -f conftest*
1002LIBS="$ac_save_LIBS"
1003
1004fi
1005if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1006 echo "$ac_t""yes" 1>&6
1007 LIBS="$LIBS -lx"
1008else
1009 echo "$ac_t""no" 1>&6
1010fi
1011
1012fi
1013
1014echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1015echo "configure:1016: checking how to run the C preprocessor" >&5
1016# On Suns, sometimes $CPP names a directory.
1017if test -n "$CPP" && test -d "$CPP"; then
1018 CPP=
1019fi
1020if test -z "$CPP"; then
1021if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1022 echo $ac_n "(cached) $ac_c" 1>&6
1023else
1024 # This must be in double quotes, not single quotes, because CPP may get
1025 # substituted into the Makefile and "${CC-cc}" will confuse make.
1026 CPP="${CC-cc} -E"
1027 # On the NeXT, cc -E runs the code through the compiler's parser,
1028 # not just through cpp.
1029 cat > conftest.$ac_ext <<EOF
1030#line 1031 "configure"
1031#include "confdefs.h"
1032#include <assert.h>
1033Syntax Error
1034EOF
1035ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1036{ (eval echo configure:1037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1037ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1038if test -z "$ac_err"; then
1039 :
1040else
1041 echo "$ac_err" >&5
1042 echo "configure: failed program was:" >&5
1043 cat conftest.$ac_ext >&5
1044 rm -rf conftest*
1045 CPP="${CC-cc} -E -traditional-cpp"
1046 cat > conftest.$ac_ext <<EOF
1047#line 1048 "configure"
1048#include "confdefs.h"
1049#include <assert.h>
1050Syntax Error
1051EOF
1052ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1053{ (eval echo configure:1054: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1054ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1055if test -z "$ac_err"; then
1056 :
1057else
1058 echo "$ac_err" >&5
1059 echo "configure: failed program was:" >&5
1060 cat conftest.$ac_ext >&5
1061 rm -rf conftest*
1062 CPP="${CC-cc} -nologo -E"
1063 cat > conftest.$ac_ext <<EOF
1064#line 1065 "configure"
1065#include "confdefs.h"
1066#include <assert.h>
1067Syntax Error
1068EOF
1069ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1070{ (eval echo configure:1071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1071ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1072if test -z "$ac_err"; then
1073 :
1074else
1075 echo "$ac_err" >&5
1076 echo "configure: failed program was:" >&5
1077 cat conftest.$ac_ext >&5
1078 rm -rf conftest*
1079 CPP=/lib/cpp
1080fi
1081rm -f conftest*
1082fi
1083rm -f conftest*
1084fi
1085rm -f conftest*
1086 ac_cv_prog_CPP="$CPP"
1087fi
1088 CPP="$ac_cv_prog_CPP"
1089else
1090 ac_cv_prog_CPP="$CPP"
1091fi
1092echo "$ac_t""$CPP" 1>&6
1093
1094echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1095echo "configure:1096: checking for ANSI C header files" >&5
1096if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1097 echo $ac_n "(cached) $ac_c" 1>&6
1098else
1099 cat > conftest.$ac_ext <<EOF
1100#line 1101 "configure"
1101#include "confdefs.h"
1102#include <stdlib.h>
1103#include <stdarg.h>
1104#include <string.h>
1105#include <float.h>
1106EOF
1107ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1108{ (eval echo configure:1109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1109ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1110if test -z "$ac_err"; then
1111 rm -rf conftest*
1112 ac_cv_header_stdc=yes
1113else
1114 echo "$ac_err" >&5
1115 echo "configure: failed program was:" >&5
1116 cat conftest.$ac_ext >&5
1117 rm -rf conftest*
1118 ac_cv_header_stdc=no
1119fi
1120rm -f conftest*
1121
1122if test $ac_cv_header_stdc = yes; then
1123 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1124cat > conftest.$ac_ext <<EOF
1125#line 1126 "configure"
1126#include "confdefs.h"
1127#include <string.h>
1128EOF
1129if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1130 egrep "memchr" >/dev/null 2>&1; then
1131 :
1132else
1133 rm -rf conftest*
1134 ac_cv_header_stdc=no
1135fi
1136rm -f conftest*
1137
1138fi
1139
1140if test $ac_cv_header_stdc = yes; then
1141 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1142cat > conftest.$ac_ext <<EOF
1143#line 1144 "configure"
1144#include "confdefs.h"
1145#include <stdlib.h>
1146EOF
1147if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1148 egrep "free" >/dev/null 2>&1; then
1149 :
1150else
1151 rm -rf conftest*
1152 ac_cv_header_stdc=no
1153fi
1154rm -f conftest*
1155
1156fi
1157
1158if test $ac_cv_header_stdc = yes; then
1159 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1160if test "$cross_compiling" = yes; then
1161 :
1162else
1163 cat > conftest.$ac_ext <<EOF
1164#line 1165 "configure"
1165#include "confdefs.h"
1166#include <ctype.h>
1167#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1168#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1169#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1170int main () { int i; for (i = 0; i < 256; i++)
1171if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1172exit (0); }
1173
1174EOF
1175if { (eval echo configure:1176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1176then
1177 :
1178else
1179 echo "configure: failed program was:" >&5
1180 cat conftest.$ac_ext >&5
1181 rm -fr conftest*
1182 ac_cv_header_stdc=no
1183fi
1184rm -fr conftest*
1185fi
1186
1187fi
1188fi
1189
1190echo "$ac_t""$ac_cv_header_stdc" 1>&6
1191if test $ac_cv_header_stdc = yes; then
1192 cat >> confdefs.h <<\EOF
1193#define STDC_HEADERS 1
1194EOF
1195
1196fi
1197
1198echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
1199echo "configure:1200: checking for sys/wait.h that is POSIX.1 compatible" >&5
1200if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
1201 echo $ac_n "(cached) $ac_c" 1>&6
1202else
1203 cat > conftest.$ac_ext <<EOF
1204#line 1205 "configure"
1205#include "confdefs.h"
1206#include <sys/types.h>
1207#include <sys/wait.h>
1208#ifndef WEXITSTATUS
1209#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
1210#endif
1211#ifndef WIFEXITED
1212#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
1213#endif
1214int main() {
1215int s;
1216wait (&s);
1217s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
1218; return 0; }
1219EOF
1220if { (eval echo configure:1221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1221 rm -rf conftest*
1222 ac_cv_header_sys_wait_h=yes
1223else
1224 echo "configure: failed program was:" >&5
1225 cat conftest.$ac_ext >&5
1226 rm -rf conftest*
1227 ac_cv_header_sys_wait_h=no
1228fi
1229rm -f conftest*
1230fi
1231
1232echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
1233if test $ac_cv_header_sys_wait_h = yes; then
1234 cat >> confdefs.h <<\EOF
1235#define HAVE_SYS_WAIT_H 1
1236EOF
1237
1238fi
1239
1240for ac_hdr in fcntl.h unistd.h
1241do
1242ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1243echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1244echo "configure:1245: checking for $ac_hdr" >&5
1245if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1246 echo $ac_n "(cached) $ac_c" 1>&6
1247else
1248 cat > conftest.$ac_ext <<EOF
1249#line 1250 "configure"
1250#include "confdefs.h"
1251#include <$ac_hdr>
1252EOF
1253ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1254{ (eval echo configure:1255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1255ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1256if test -z "$ac_err"; then
1257 rm -rf conftest*
1258 eval "ac_cv_header_$ac_safe=yes"
1259else
1260 echo "$ac_err" >&5
1261 echo "configure: failed program was:" >&5
1262 cat conftest.$ac_ext >&5
1263 rm -rf conftest*
1264 eval "ac_cv_header_$ac_safe=no"
1265fi
1266rm -f conftest*
1267fi
1268if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1269 echo "$ac_t""yes" 1>&6
1270 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1271 cat >> confdefs.h <<EOF
1272#define $ac_tr_hdr 1
1273EOF
1274
1275else
1276 echo "$ac_t""no" 1>&6
1277fi
1278done
1279
1280
1281echo $ac_n "checking for working const""... $ac_c" 1>&6
1282echo "configure:1283: checking for working const" >&5
1283if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1284 echo $ac_n "(cached) $ac_c" 1>&6
1285else
1286 cat > conftest.$ac_ext <<EOF
1287#line 1288 "configure"
1288#include "confdefs.h"
1289
1290int main() {
1291
1292/* Ultrix mips cc rejects this. */
1293typedef int charset[2]; const charset x;
1294/* SunOS 4.1.1 cc rejects this. */
1295char const *const *ccp;
1296char **p;
1297/* NEC SVR4.0.2 mips cc rejects this. */
1298struct point {int x, y;};
1299static struct point const zero = {0,0};
1300/* AIX XL C 1.02.0.0 rejects this.
1301 It does not let you subtract one const X* pointer from another in an arm
1302 of an if-expression whose if-part is not a constant expression */
1303const char *g = "string";
1304ccp = &g + (g ? g-g : 0);
1305/* HPUX 7.0 cc rejects these. */
1306++ccp;
1307p = (char**) ccp;
1308ccp = (char const *const *) p;
1309{ /* SCO 3.2v4 cc rejects this. */
1310 char *t;
1311 char const *s = 0 ? (char *) 0 : (char const *) 0;
1312
1313 *t++ = 0;
1314}
1315{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
1316 int x[] = {25, 17};
1317 const int *foo = &x[0];
1318 ++foo;
1319}
1320{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1321 typedef const int *iptr;
1322 iptr p = 0;
1323 ++p;
1324}
1325{ /* AIX XL C 1.02.0.0 rejects this saying
1326 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1327 struct s { int j; const int *ap[3]; };
1328 struct s *b; b->j = 5;
1329}
1330{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1331 const int foo = 10;
1332}
1333
1334; return 0; }
1335EOF
1336if { (eval echo configure:1337: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1337 rm -rf conftest*
1338 ac_cv_c_const=yes
1339else
1340 echo "configure: failed program was:" >&5
1341 cat conftest.$ac_ext >&5
1342 rm -rf conftest*
1343 ac_cv_c_const=no
1344fi
1345rm -f conftest*
1346fi
1347
1348echo "$ac_t""$ac_cv_c_const" 1>&6
1349if test $ac_cv_c_const = no; then
1350 cat >> confdefs.h <<\EOF
1351#define const
1352EOF
1353
1354fi
1355
1356echo $ac_n "checking for size_t""... $ac_c" 1>&6
1357echo "configure:1358: checking for size_t" >&5
1358if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1359 echo $ac_n "(cached) $ac_c" 1>&6
1360else
1361 cat > conftest.$ac_ext <<EOF
1362#line 1363 "configure"
1363#include "confdefs.h"
1364#include <sys/types.h>
1365#if STDC_HEADERS
1366#include <stdlib.h>
1367#include <stddef.h>
1368#endif
1369EOF
1370if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1371 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1372 rm -rf conftest*
1373 ac_cv_type_size_t=yes
1374else
1375 rm -rf conftest*
1376 ac_cv_type_size_t=no
1377fi
1378rm -f conftest*
1379
1380fi
1381echo "$ac_t""$ac_cv_type_size_t" 1>&6
1382if test $ac_cv_type_size_t = no; then
1383 cat >> confdefs.h <<\EOF
1384#define size_t unsigned
1385EOF
1386
1387fi
1388
1389
1390for ac_func in mkdir
1391do
1392echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1393echo "configure:1394: checking for $ac_func" >&5
1394if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1395 echo $ac_n "(cached) $ac_c" 1>&6
1396else
1397 cat > conftest.$ac_ext <<EOF
1398#line 1399 "configure"
1399#include "confdefs.h"
1400/* System header to define __stub macros and hopefully few prototypes,
1401 which can conflict with char $ac_func(); below. */
1402#include <assert.h>
1403/* Override any gcc2 internal prototype to avoid an error. */
1404/* We use char because int might match the return type of a gcc2
1405 builtin and then its argument prototype would still apply. */
1406char $ac_func();
1407
1408int main() {
1409
1410/* The GNU C library defines this for functions which it implements
1411 to always fail with ENOSYS. Some functions are actually named
1412 something starting with __ and the normal name is an alias. */
1413#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1414choke me
1415#else
1416$ac_func();
1417#endif
1418
1419; return 0; }
1420EOF
1421if { (eval echo configure:1422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1422 rm -rf conftest*
1423 eval "ac_cv_func_$ac_func=yes"
1424else
1425 echo "configure: failed program was:" >&5
1426 cat conftest.$ac_ext >&5
1427 rm -rf conftest*
1428 eval "ac_cv_func_$ac_func=no"
1429fi
1430rm -f conftest*
1431fi
1432
1433if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1434 echo "$ac_t""yes" 1>&6
1435 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1436 cat >> confdefs.h <<EOF
1437#define $ac_tr_func 1
1438EOF
1439
1440else
1441 echo "$ac_t""no" 1>&6
1442fi
1443done
1444
1445
1446trap '' 1 2 15
1447cat > confcache <<\EOF
1448# This file is a shell script that caches the results of configure
1449# tests run on this system so they can be shared between configure
1450# scripts and configure runs. It is not useful on other systems.
1451# If it contains results you don't want to keep, you may remove or edit it.
1452#
1453# By default, configure uses ./config.cache as the cache file,
1454# creating it if it does not exist already. You can give configure
1455# the --cache-file=FILE option to use a different cache file; that is
1456# what configure does when it calls configure scripts in
1457# subdirectories, so they share the cache.
1458# Giving --cache-file=/dev/null disables caching, for debugging configure.
1459# config.status only pays attention to the cache file if you give it the
1460# --recheck option to rerun configure.
1461#
1462EOF
1463# The following way of writing the cache mishandles newlines in values,
1464# but we know of no workaround that is simple, portable, and efficient.
1465# So, don't put newlines in cache variables' values.
1466# Ultrix sh set writes to stderr and can't be redirected directly,
1467# and sets the high bit in the cache file unless we assign to the vars.
1468(set) 2>&1 |
1469 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1470 *ac_space=\ *)
1471 # `set' does not quote correctly, so add quotes (double-quote substitution
1472 # turns \\\\ into \\, and sed turns \\ into \).
1473 sed -n \
1474 -e "s/'/'\\\\''/g" \
1475 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1476 ;;
1477 *)
1478 # `set' quotes correctly as required by POSIX, so do not add quotes.
1479 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1480 ;;
1481 esac >> confcache
1482if cmp -s $cache_file confcache; then
1483 :
1484else
1485 if test -w $cache_file; then
1486 echo "updating cache $cache_file"
1487 cat confcache > $cache_file
1488 else
1489 echo "not updating unwritable cache $cache_file"
1490 fi
1491fi
1492rm -f confcache
1493
1494trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1495
1496test "x$prefix" = xNONE && prefix=$ac_default_prefix
1497# Let make expand exec_prefix.
1498test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1499
1500# Any assignment to VPATH causes Sun make to only execute
1501# the first set of double-colon rules, so remove it if not needed.
1502# If there is a colon in the path, we need to keep it.
1503if test "x$srcdir" = x.; then
1504 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
1505fi
1506
1507trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1508
1509# Transform confdefs.h into DEFS.
1510# Protect against shell expansion while executing Makefile rules.
1511# Protect against Makefile macro expansion.
1512cat > conftest.defs <<\EOF
1513s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1514s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
1515s%\[%\\&%g
1516s%\]%\\&%g
1517s%\$%$$%g
1518EOF
1519DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1520rm -f conftest.defs
1521
1522
1523# Without the "./", some shells look in PATH for config.status.
1524: ${CONFIG_STATUS=./config.status}
1525
1526echo creating $CONFIG_STATUS
1527rm -f $CONFIG_STATUS
1528cat > $CONFIG_STATUS <<EOF
1529#! /bin/sh
1530# Generated automatically by configure.
1531# Run this file to recreate the current configuration.
1532# This directory was configured as follows,
1533# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1534#
1535# $0 $ac_configure_args
1536#
1537# Compiler output produced by configure, useful for debugging
1538# configure, is in ./config.log if it exists.
1539
1540ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1541for ac_option
1542do
1543 case "\$ac_option" in
1544 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1545 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1546 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1547 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1548 echo "$CONFIG_STATUS generated by autoconf version 2.13"
1549 exit 0 ;;
1550 -help | --help | --hel | --he | --h)
1551 echo "\$ac_cs_usage"; exit 0 ;;
1552 *) echo "\$ac_cs_usage"; exit 1 ;;
1553 esac
1554done
1555
1556ac_given_srcdir=$srcdir
1557ac_given_INSTALL="$INSTALL"
1558
1559trap 'rm -fr `echo "src/cluster/Makefile src/vishnu/Makefile src/ckindexer/Makefile Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1560EOF
1561cat >> $CONFIG_STATUS <<EOF
1562
1563# Protect against being on the right side of a sed subst in config.status.
1564sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1565 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1566$ac_vpsub
1567$extrasub
1568s%@SHELL@%$SHELL%g
1569s%@CFLAGS@%$CFLAGS%g
1570s%@CPPFLAGS@%$CPPFLAGS%g
1571s%@CXXFLAGS@%$CXXFLAGS%g
1572s%@FFLAGS@%$FFLAGS%g
1573s%@DEFS@%$DEFS%g
1574s%@LDFLAGS@%$LDFLAGS%g
1575s%@LIBS@%$LIBS%g
1576s%@exec_prefix@%$exec_prefix%g
1577s%@prefix@%$prefix%g
1578s%@program_transform_name@%$program_transform_name%g
1579s%@bindir@%$bindir%g
1580s%@sbindir@%$sbindir%g
1581s%@libexecdir@%$libexecdir%g
1582s%@datadir@%$datadir%g
1583s%@sysconfdir@%$sysconfdir%g
1584s%@sharedstatedir@%$sharedstatedir%g
1585s%@localstatedir@%$localstatedir%g
1586s%@libdir@%$libdir%g
1587s%@includedir@%$includedir%g
1588s%@oldincludedir@%$oldincludedir%g
1589s%@infodir@%$infodir%g
1590s%@mandir@%$mandir%g
1591s%@PACKAGE@%$PACKAGE%g
1592s%@VERSION@%$VERSION%g
1593s%@CC@%$CC%g
1594s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1595s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1596s%@INSTALL_DATA@%$INSTALL_DATA%g
1597s%@CPP@%$CPP%g
1598
1599CEOF
1600EOF
1601
1602cat >> $CONFIG_STATUS <<\EOF
1603
1604# Split the substitutions into bite-sized pieces for seds with
1605# small command number limits, like on Digital OSF/1 and HP-UX.
1606ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1607ac_file=1 # Number of current file.
1608ac_beg=1 # First line for current file.
1609ac_end=$ac_max_sed_cmds # Line after last line for current file.
1610ac_more_lines=:
1611ac_sed_cmds=""
1612while $ac_more_lines; do
1613 if test $ac_beg -gt 1; then
1614 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1615 else
1616 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1617 fi
1618 if test ! -s conftest.s$ac_file; then
1619 ac_more_lines=false
1620 rm -f conftest.s$ac_file
1621 else
1622 if test -z "$ac_sed_cmds"; then
1623 ac_sed_cmds="sed -f conftest.s$ac_file"
1624 else
1625 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1626 fi
1627 ac_file=`expr $ac_file + 1`
1628 ac_beg=$ac_end
1629 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1630 fi
1631done
1632if test -z "$ac_sed_cmds"; then
1633 ac_sed_cmds=cat
1634fi
1635EOF
1636
1637cat >> $CONFIG_STATUS <<EOF
1638
1639CONFIG_FILES=\${CONFIG_FILES-"src/cluster/Makefile src/vishnu/Makefile src/ckindexer/Makefile Makefile"}
1640EOF
1641cat >> $CONFIG_STATUS <<\EOF
1642for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1643 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1644 case "$ac_file" in
1645 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1646 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1647 *) ac_file_in="${ac_file}.in" ;;
1648 esac
1649
1650 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1651
1652 # Remove last slash and all that follows it. Not all systems have dirname.
1653 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1654 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1655 # The file is in a subdirectory.
1656 test ! -d "$ac_dir" && mkdir "$ac_dir"
1657 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1658 # A "../" for each directory in $ac_dir_suffix.
1659 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1660 else
1661 ac_dir_suffix= ac_dots=
1662 fi
1663
1664 case "$ac_given_srcdir" in
1665 .) srcdir=.
1666 if test -z "$ac_dots"; then top_srcdir=.
1667 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1668 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1669 *) # Relative path.
1670 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1671 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1672 esac
1673
1674 case "$ac_given_INSTALL" in
1675 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1676 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1677 esac
1678
1679 echo creating "$ac_file"
1680 rm -f "$ac_file"
1681 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1682 case "$ac_file" in
1683 *Makefile*) ac_comsub="1i\\
1684# $configure_input" ;;
1685 *) ac_comsub= ;;
1686 esac
1687
1688 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1689 sed -e "$ac_comsub
1690s%@configure_input@%$configure_input%g
1691s%@srcdir@%$srcdir%g
1692s%@top_srcdir@%$top_srcdir%g
1693s%@INSTALL@%$INSTALL%g
1694" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1695fi; done
1696rm -f conftest.s*
1697
1698EOF
1699cat >> $CONFIG_STATUS <<EOF
1700
1701EOF
1702cat >> $CONFIG_STATUS <<\EOF
1703
1704exit 0
1705EOF
1706chmod +x $CONFIG_STATUS
1707rm -fr confdefs* $ac_clean_files
1708test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1709
Note: See TracBrowser for help on using the repository browser.