1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.57.
4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization.  ##
11## --------------------- ##
12
13# Be Bourne compatible
14if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15  emulate sh
16  NULLCMD=:
17  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18  # is contrary to our usage.  Disable this feature.
19  alias -g '${1+"$@"}'='"$@"'
20elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21  set -o posix
22fi
23
24# Support unset when possible.
25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26  as_unset=unset
27else
28  as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42  LC_TELEPHONE LC_TIME
43do
44  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45    eval $as_var=C; export $as_var
46  else
47    $as_unset $as_var
48  fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53  as_expr=expr
54else
55  as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59  as_basename=basename
60else
61  as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68	 X"$0" : 'X\(//\)$' \| \
69	 X"$0" : 'X\(/\)$' \| \
70	 .     : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
74  	  /^X\/\(\/\).*/{ s//\1/; q; }
75  	  s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88  echo "#! /bin/sh" >conf$$.sh
89  echo  "exit 0"   >>conf$$.sh
90  chmod +x conf$$.sh
91  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92    PATH_SEPARATOR=';'
93  else
94    PATH_SEPARATOR=:
95  fi
96  rm -f conf$$.sh
97fi
98
99
100  as_lineno_1=$LINENO
101  as_lineno_2=$LINENO
102  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103  test "x$as_lineno_1" != "x$as_lineno_2" &&
104  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105  # Find who we are.  Look in the path if we contain no path at all
106  # relative or not.
107  case $0 in
108    *[\\/]* ) as_myself=$0 ;;
109    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112  IFS=$as_save_IFS
113  test -z "$as_dir" && as_dir=.
114  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117       ;;
118  esac
119  # We did not find ourselves, most probably we were run as `sh COMMAND'
120  # in which case we are not to be found in the path.
121  if test "x$as_myself" = x; then
122    as_myself=$0
123  fi
124  if test ! -f "$as_myself"; then
125    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126   { (exit 1); exit 1; }; }
127  fi
128  case $CONFIG_SHELL in
129  '')
130    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133  IFS=$as_save_IFS
134  test -z "$as_dir" && as_dir=.
135  for as_base in sh bash ksh sh5; do
136	 case $as_dir in
137	 /*)
138	   if ("$as_dir/$as_base" -c '
139  as_lineno_1=$LINENO
140  as_lineno_2=$LINENO
141  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142  test "x$as_lineno_1" != "x$as_lineno_2" &&
143  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146	     CONFIG_SHELL=$as_dir/$as_base
147	     export CONFIG_SHELL
148	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149	   fi;;
150	 esac
151       done
152done
153;;
154  esac
155
156  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157  # uniformly replaced by the line number.  The first 'sed' inserts a
158  # line-number line before each line; the second 'sed' does the real
159  # work.  The second script uses 'N' to pair each line-number line
160  # with the numbered line, and appends trailing '-' during
161  # substitution so that $LINENO is not a special case at line end.
162  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164  sed '=' <$as_myself |
165    sed '
166      N
167      s,$,-,
168      : loop
169      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170      t loop
171      s,-$,,
172      s,^['$as_cr_digits']*\n,,
173    ' >$as_me.lineno &&
174  chmod +x $as_me.lineno ||
175    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176   { (exit 1); exit 1; }; }
177
178  # Don't try to exec as it changes $[0], causing all sort of problems
179  # (the dirname of $[0] is not the place where we might find the
180  # original and so on.  Autoconf is especially sensible to this).
181  . ./$as_me.lineno
182  # Exit status is that of the last command.
183  exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188  *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T='	' ;;
190  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195  as_expr=expr
196else
197  as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203  # We could just check for DJGPP; but this test a) works b) is more generic
204  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205  if test -f conf$$.exe; then
206    # Don't use ln at all; we don't have any links
207    as_ln_s='cp -p'
208  else
209    as_ln_s='ln -s'
210  fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212  as_ln_s=ln
213else
214  as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219  as_mkdir_p=:
220else
221  as_mkdir_p=false
222fi
223
224as_executable_p="test -f"
225
226# Sed expression to map a string onto a valid CPP name.
227as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228
229# Sed expression to map a string onto a valid variable name.
230as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231
232
233# IFS
234# We need space, tab and new line, in precisely that order.
235as_nl='
236'
237IFS=" 	$as_nl"
238
239# CDPATH.
240$as_unset CDPATH
241
242
243# Name of the host.
244# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245# so uname gets run too.
246ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
247
248exec 6>&1
249
250#
251# Initializations.
252#
253ac_default_prefix=/usr/local
254ac_config_libobj_dir=.
255cross_compiling=no
256subdirs=
257MFLAGS=
258MAKEFLAGS=
259SHELL=${CONFIG_SHELL-/bin/sh}
260
261# Maximum number of lines to put in a shell here document.
262# This variable seems obsolete.  It should probably be removed, and
263# only ac_max_sed_lines should be used.
264: ${ac_max_here_lines=38}
265
266# Identity of this package.
267PACKAGE_NAME=
268PACKAGE_TARNAME=
269PACKAGE_VERSION=
270PACKAGE_STRING=
271PACKAGE_BUGREPORT=
272
273ac_unique_file="src/isolinux"
274ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os MOVIX_MAJOR_VERSION MOVIX_MINOR_VERSION MOVIX_MICRO_VERSION MOVIX_VERSION MOVIX_VERSION_INFO MOVIX_VERSION_NUMBER PERL INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot have_mkisofs USE_MKISOFS_TRUE USE_MKISOFS_FALSE have_cdrecord USE_CDRECORD_TRUE USE_CDRECORD_FALSE LIBOBJS LTLIBOBJS'
275ac_subst_files=''
276
277# Initialize some variables set by options.
278ac_init_help=
279ac_init_version=false
280# The variables have the same names as the options, with
281# dashes changed to underlines.
282cache_file=/dev/null
283exec_prefix=NONE
284no_create=
285no_recursion=
286prefix=NONE
287program_prefix=NONE
288program_suffix=NONE
289program_transform_name=s,x,x,
290silent=
291site=
292srcdir=
293verbose=
294x_includes=NONE
295x_libraries=NONE
296
297# Installation directory options.
298# These are left unexpanded so users can "make install exec_prefix=/foo"
299# and all the variables that are supposed to be based on exec_prefix
300# by default will actually change.
301# Use braces instead of parens because sh, perl, etc. also accept them.
302bindir='${exec_prefix}/bin'
303sbindir='${exec_prefix}/sbin'
304libexecdir='${exec_prefix}/libexec'
305datadir='${prefix}/share'
306sysconfdir='${prefix}/etc'
307sharedstatedir='${prefix}/com'
308localstatedir='${prefix}/var'
309libdir='${exec_prefix}/lib'
310includedir='${prefix}/include'
311oldincludedir='/usr/include'
312infodir='${prefix}/info'
313mandir='${prefix}/man'
314
315ac_prev=
316for ac_option
317do
318  # If the previous option needs an argument, assign it.
319  if test -n "$ac_prev"; then
320    eval "$ac_prev=\$ac_option"
321    ac_prev=
322    continue
323  fi
324
325  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
326
327  # Accept the important Cygnus configure options, so we can diagnose typos.
328
329  case $ac_option in
330
331  -bindir | --bindir | --bindi | --bind | --bin | --bi)
332    ac_prev=bindir ;;
333  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
334    bindir=$ac_optarg ;;
335
336  -build | --build | --buil | --bui | --bu)
337    ac_prev=build_alias ;;
338  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
339    build_alias=$ac_optarg ;;
340
341  -cache-file | --cache-file | --cache-fil | --cache-fi \
342  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
343    ac_prev=cache_file ;;
344  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
345  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
346    cache_file=$ac_optarg ;;
347
348  --config-cache | -C)
349    cache_file=config.cache ;;
350
351  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
352    ac_prev=datadir ;;
353  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
354  | --da=*)
355    datadir=$ac_optarg ;;
356
357  -disable-* | --disable-*)
358    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
359    # Reject names that are not valid shell variable names.
360    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
361      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
362   { (exit 1); exit 1; }; }
363    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
364    eval "enable_$ac_feature=no" ;;
365
366  -enable-* | --enable-*)
367    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
368    # Reject names that are not valid shell variable names.
369    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371   { (exit 1); exit 1; }; }
372    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373    case $ac_option in
374      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
375      *) ac_optarg=yes ;;
376    esac
377    eval "enable_$ac_feature='$ac_optarg'" ;;
378
379  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
380  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
381  | --exec | --exe | --ex)
382    ac_prev=exec_prefix ;;
383  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
384  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
385  | --exec=* | --exe=* | --ex=*)
386    exec_prefix=$ac_optarg ;;
387
388  -gas | --gas | --ga | --g)
389    # Obsolete; use --with-gas.
390    with_gas=yes ;;
391
392  -help | --help | --hel | --he | -h)
393    ac_init_help=long ;;
394  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
395    ac_init_help=recursive ;;
396  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
397    ac_init_help=short ;;
398
399  -host | --host | --hos | --ho)
400    ac_prev=host_alias ;;
401  -host=* | --host=* | --hos=* | --ho=*)
402    host_alias=$ac_optarg ;;
403
404  -includedir | --includedir | --includedi | --included | --include \
405  | --includ | --inclu | --incl | --inc)
406    ac_prev=includedir ;;
407  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
408  | --includ=* | --inclu=* | --incl=* | --inc=*)
409    includedir=$ac_optarg ;;
410
411  -infodir | --infodir | --infodi | --infod | --info | --inf)
412    ac_prev=infodir ;;
413  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
414    infodir=$ac_optarg ;;
415
416  -libdir | --libdir | --libdi | --libd)
417    ac_prev=libdir ;;
418  -libdir=* | --libdir=* | --libdi=* | --libd=*)
419    libdir=$ac_optarg ;;
420
421  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
422  | --libexe | --libex | --libe)
423    ac_prev=libexecdir ;;
424  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
425  | --libexe=* | --libex=* | --libe=*)
426    libexecdir=$ac_optarg ;;
427
428  -localstatedir | --localstatedir | --localstatedi | --localstated \
429  | --localstate | --localstat | --localsta | --localst \
430  | --locals | --local | --loca | --loc | --lo)
431    ac_prev=localstatedir ;;
432  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
433  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
434  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
435    localstatedir=$ac_optarg ;;
436
437  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
438    ac_prev=mandir ;;
439  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
440    mandir=$ac_optarg ;;
441
442  -nfp | --nfp | --nf)
443    # Obsolete; use --without-fp.
444    with_fp=no ;;
445
446  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
447  | --no-cr | --no-c | -n)
448    no_create=yes ;;
449
450  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
451  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
452    no_recursion=yes ;;
453
454  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
455  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
456  | --oldin | --oldi | --old | --ol | --o)
457    ac_prev=oldincludedir ;;
458  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
459  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
460  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
461    oldincludedir=$ac_optarg ;;
462
463  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
464    ac_prev=prefix ;;
465  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
466    prefix=$ac_optarg ;;
467
468  -program-prefix | --program-prefix | --program-prefi | --program-pref \
469  | --program-pre | --program-pr | --program-p)
470    ac_prev=program_prefix ;;
471  -program-prefix=* | --program-prefix=* | --program-prefi=* \
472  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
473    program_prefix=$ac_optarg ;;
474
475  -program-suffix | --program-suffix | --program-suffi | --program-suff \
476  | --program-suf | --program-su | --program-s)
477    ac_prev=program_suffix ;;
478  -program-suffix=* | --program-suffix=* | --program-suffi=* \
479  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
480    program_suffix=$ac_optarg ;;
481
482  -program-transform-name | --program-transform-name \
483  | --program-transform-nam | --program-transform-na \
484  | --program-transform-n | --program-transform- \
485  | --program-transform | --program-transfor \
486  | --program-transfo | --program-transf \
487  | --program-trans | --program-tran \
488  | --progr-tra | --program-tr | --program-t)
489    ac_prev=program_transform_name ;;
490  -program-transform-name=* | --program-transform-name=* \
491  | --program-transform-nam=* | --program-transform-na=* \
492  | --program-transform-n=* | --program-transform-=* \
493  | --program-transform=* | --program-transfor=* \
494  | --program-transfo=* | --program-transf=* \
495  | --program-trans=* | --program-tran=* \
496  | --progr-tra=* | --program-tr=* | --program-t=*)
497    program_transform_name=$ac_optarg ;;
498
499  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500  | -silent | --silent | --silen | --sile | --sil)
501    silent=yes ;;
502
503  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
504    ac_prev=sbindir ;;
505  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
506  | --sbi=* | --sb=*)
507    sbindir=$ac_optarg ;;
508
509  -sharedstatedir | --sharedstatedir | --sharedstatedi \
510  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
511  | --sharedst | --shareds | --shared | --share | --shar \
512  | --sha | --sh)
513    ac_prev=sharedstatedir ;;
514  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
515  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
516  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
517  | --sha=* | --sh=*)
518    sharedstatedir=$ac_optarg ;;
519
520  -site | --site | --sit)
521    ac_prev=site ;;
522  -site=* | --site=* | --sit=*)
523    site=$ac_optarg ;;
524
525  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
526    ac_prev=srcdir ;;
527  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
528    srcdir=$ac_optarg ;;
529
530  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
531  | --syscon | --sysco | --sysc | --sys | --sy)
532    ac_prev=sysconfdir ;;
533  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
534  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
535    sysconfdir=$ac_optarg ;;
536
537  -target | --target | --targe | --targ | --tar | --ta | --t)
538    ac_prev=target_alias ;;
539  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
540    target_alias=$ac_optarg ;;
541
542  -v | -verbose | --verbose | --verbos | --verbo | --verb)
543    verbose=yes ;;
544
545  -version | --version | --versio | --versi | --vers | -V)
546    ac_init_version=: ;;
547
548  -with-* | --with-*)
549    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
550    # Reject names that are not valid shell variable names.
551    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
552      { echo "$as_me: error: invalid package name: $ac_package" >&2
553   { (exit 1); exit 1; }; }
554    ac_package=`echo $ac_package| sed 's/-/_/g'`
555    case $ac_option in
556      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
557      *) ac_optarg=yes ;;
558    esac
559    eval "with_$ac_package='$ac_optarg'" ;;
560
561  -without-* | --without-*)
562    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
563    # Reject names that are not valid shell variable names.
564    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
565      { echo "$as_me: error: invalid package name: $ac_package" >&2
566   { (exit 1); exit 1; }; }
567    ac_package=`echo $ac_package | sed 's/-/_/g'`
568    eval "with_$ac_package=no" ;;
569
570  --x)
571    # Obsolete; use --with-x.
572    with_x=yes ;;
573
574  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
575  | --x-incl | --x-inc | --x-in | --x-i)
576    ac_prev=x_includes ;;
577  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
578  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
579    x_includes=$ac_optarg ;;
580
581  -x-libraries | --x-libraries | --x-librarie | --x-librari \
582  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
583    ac_prev=x_libraries ;;
584  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
585  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
586    x_libraries=$ac_optarg ;;
587
588  -*) { echo "$as_me: error: unrecognized option: $ac_option
589Try \`$0 --help' for more information." >&2
590   { (exit 1); exit 1; }; }
591    ;;
592
593  *=*)
594    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
595    # Reject names that are not valid shell variable names.
596    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
597      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
598   { (exit 1); exit 1; }; }
599    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
600    eval "$ac_envvar='$ac_optarg'"
601    export $ac_envvar ;;
602
603  *)
604    # FIXME: should be removed in autoconf 3.0.
605    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
606    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
607      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
608    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
609    ;;
610
611  esac
612done
613
614if test -n "$ac_prev"; then
615  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
616  { echo "$as_me: error: missing argument to $ac_option" >&2
617   { (exit 1); exit 1; }; }
618fi
619
620# Be sure to have absolute paths.
621for ac_var in exec_prefix prefix
622do
623  eval ac_val=$`echo $ac_var`
624  case $ac_val in
625    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
626    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
627   { (exit 1); exit 1; }; };;
628  esac
629done
630
631# Be sure to have absolute paths.
632for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
633              localstatedir libdir includedir oldincludedir infodir mandir
634do
635  eval ac_val=$`echo $ac_var`
636  case $ac_val in
637    [\\/$]* | ?:[\\/]* ) ;;
638    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
639   { (exit 1); exit 1; }; };;
640  esac
641done
642
643# There might be people who depend on the old broken behavior: `$host'
644# used to hold the argument of --host etc.
645# FIXME: To remove some day.
646build=$build_alias
647host=$host_alias
648target=$target_alias
649
650# FIXME: To remove some day.
651if test "x$host_alias" != x; then
652  if test "x$build_alias" = x; then
653    cross_compiling=maybe
654    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
655    If a cross compiler is detected then cross compile mode will be used." >&2
656  elif test "x$build_alias" != "x$host_alias"; then
657    cross_compiling=yes
658  fi
659fi
660
661ac_tool_prefix=
662test -n "$host_alias" && ac_tool_prefix=$host_alias-
663
664test "$silent" = yes && exec 6>/dev/null
665
666
667# Find the source files, if location was not specified.
668if test -z "$srcdir"; then
669  ac_srcdir_defaulted=yes
670  # Try the directory containing this script, then its parent.
671  ac_confdir=`(dirname "$0") 2>/dev/null ||
672$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
673         X"$0" : 'X\(//\)[^/]' \| \
674         X"$0" : 'X\(//\)$' \| \
675         X"$0" : 'X\(/\)' \| \
676         .     : '\(.\)' 2>/dev/null ||
677echo X"$0" |
678    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
679  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
680  	  /^X\(\/\/\)$/{ s//\1/; q; }
681  	  /^X\(\/\).*/{ s//\1/; q; }
682  	  s/.*/./; q'`
683  srcdir=$ac_confdir
684  if test ! -r $srcdir/$ac_unique_file; then
685    srcdir=..
686  fi
687else
688  ac_srcdir_defaulted=no
689fi
690if test ! -r $srcdir/$ac_unique_file; then
691  if test "$ac_srcdir_defaulted" = yes; then
692    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
693   { (exit 1); exit 1; }; }
694  else
695    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
696   { (exit 1); exit 1; }; }
697  fi
698fi
699(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
700  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
701   { (exit 1); exit 1; }; }
702srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
703ac_env_build_alias_set=${build_alias+set}
704ac_env_build_alias_value=$build_alias
705ac_cv_env_build_alias_set=${build_alias+set}
706ac_cv_env_build_alias_value=$build_alias
707ac_env_host_alias_set=${host_alias+set}
708ac_env_host_alias_value=$host_alias
709ac_cv_env_host_alias_set=${host_alias+set}
710ac_cv_env_host_alias_value=$host_alias
711ac_env_target_alias_set=${target_alias+set}
712ac_env_target_alias_value=$target_alias
713ac_cv_env_target_alias_set=${target_alias+set}
714ac_cv_env_target_alias_value=$target_alias
715
716#
717# Report the --help message.
718#
719if test "$ac_init_help" = "long"; then
720  # Omit some internal or obsolete options to make the list less imposing.
721  # This message is too long to be a string in the A/UX 3.1 sh.
722  cat <<_ACEOF
723\`configure' configures this package to adapt to many kinds of systems.
724
725Usage: $0 [OPTION]... [VAR=VALUE]...
726
727To assign environment variables (e.g., CC, CFLAGS...), specify them as
728VAR=VALUE.  See below for descriptions of some of the useful variables.
729
730Defaults for the options are specified in brackets.
731
732Configuration:
733  -h, --help              display this help and exit
734      --help=short        display options specific to this package
735      --help=recursive    display the short help of all the included packages
736  -V, --version           display version information and exit
737  -q, --quiet, --silent   do not print \`checking...' messages
738      --cache-file=FILE   cache test results in FILE [disabled]
739  -C, --config-cache      alias for \`--cache-file=config.cache'
740  -n, --no-create         do not create output files
741      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
742
743_ACEOF
744
745  cat <<_ACEOF
746Installation directories:
747  --prefix=PREFIX         install architecture-independent files in PREFIX
748                          [$ac_default_prefix]
749  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
750                          [PREFIX]
751
752By default, \`make install' will install all the files in
753\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
754an installation prefix other than \`$ac_default_prefix' using \`--prefix',
755for instance \`--prefix=\$HOME'.
756
757For better control, use the options below.
758
759Fine tuning of the installation directories:
760  --bindir=DIR           user executables [EPREFIX/bin]
761  --sbindir=DIR          system admin executables [EPREFIX/sbin]
762  --libexecdir=DIR       program executables [EPREFIX/libexec]
763  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
764  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
765  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
766  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
767  --libdir=DIR           object code libraries [EPREFIX/lib]
768  --includedir=DIR       C header files [PREFIX/include]
769  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
770  --infodir=DIR          info documentation [PREFIX/info]
771  --mandir=DIR           man documentation [PREFIX/man]
772_ACEOF
773
774  cat <<\_ACEOF
775
776Program names:
777  --program-prefix=PREFIX            prepend PREFIX to installed program names
778  --program-suffix=SUFFIX            append SUFFIX to installed program names
779  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
780
781System types:
782  --build=BUILD     configure for building on BUILD [guessed]
783  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
784  --target=TARGET   configure for building compilers for TARGET [HOST]
785_ACEOF
786fi
787
788if test -n "$ac_init_help"; then
789
790  cat <<\_ACEOF
791
792_ACEOF
793fi
794
795if test "$ac_init_help" = "recursive"; then
796  # If there are subdirs, report their specific --help.
797  ac_popdir=`pwd`
798  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
799    test -d $ac_dir || continue
800    ac_builddir=.
801
802if test "$ac_dir" != .; then
803  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
804  # A "../" for each directory in $ac_dir_suffix.
805  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
806else
807  ac_dir_suffix= ac_top_builddir=
808fi
809
810case $srcdir in
811  .)  # No --srcdir option.  We are building in place.
812    ac_srcdir=.
813    if test -z "$ac_top_builddir"; then
814       ac_top_srcdir=.
815    else
816       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
817    fi ;;
818  [\\/]* | ?:[\\/]* )  # Absolute path.
819    ac_srcdir=$srcdir$ac_dir_suffix;
820    ac_top_srcdir=$srcdir ;;
821  *) # Relative path.
822    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
823    ac_top_srcdir=$ac_top_builddir$srcdir ;;
824esac
825# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
826# absolute.
827ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
828ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
829ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
830ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
831
832    cd $ac_dir
833    # Check for guested configure; otherwise get Cygnus style configure.
834    if test -f $ac_srcdir/configure.gnu; then
835      echo
836      $SHELL $ac_srcdir/configure.gnu  --help=recursive
837    elif test -f $ac_srcdir/configure; then
838      echo
839      $SHELL $ac_srcdir/configure  --help=recursive
840    elif test -f $ac_srcdir/configure.ac ||
841           test -f $ac_srcdir/configure.in; then
842      echo
843      $ac_configure --help
844    else
845      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
846    fi
847    cd $ac_popdir
848  done
849fi
850
851test -n "$ac_init_help" && exit 0
852if $ac_init_version; then
853  cat <<\_ACEOF
854
855Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
856Free Software Foundation, Inc.
857This configure script is free software; the Free Software Foundation
858gives unlimited permission to copy, distribute and modify it.
859_ACEOF
860  exit 0
861fi
862exec 5>config.log
863cat >&5 <<_ACEOF
864This file contains any messages produced by compilers while
865running configure, to aid debugging if configure makes a mistake.
866
867It was created by $as_me, which was
868generated by GNU Autoconf 2.57.  Invocation command line was
869
870  $ $0 $@
871
872_ACEOF
873{
874cat <<_ASUNAME
875## --------- ##
876## Platform. ##
877## --------- ##
878
879hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
880uname -m = `(uname -m) 2>/dev/null || echo unknown`
881uname -r = `(uname -r) 2>/dev/null || echo unknown`
882uname -s = `(uname -s) 2>/dev/null || echo unknown`
883uname -v = `(uname -v) 2>/dev/null || echo unknown`
884
885/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
886/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
887
888/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
889/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
890/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
891hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
892/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
893/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
894/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
895
896_ASUNAME
897
898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
899for as_dir in $PATH
900do
901  IFS=$as_save_IFS
902  test -z "$as_dir" && as_dir=.
903  echo "PATH: $as_dir"
904done
905
906} >&5
907
908cat >&5 <<_ACEOF
909
910
911## ----------- ##
912## Core tests. ##
913## ----------- ##
914
915_ACEOF
916
917
918# Keep a trace of the command line.
919# Strip out --no-create and --no-recursion so they do not pile up.
920# Strip out --silent because we don't want to record it for future runs.
921# Also quote any args containing shell meta-characters.
922# Make two passes to allow for proper duplicate-argument suppression.
923ac_configure_args=
924ac_configure_args0=
925ac_configure_args1=
926ac_sep=
927ac_must_keep_next=false
928for ac_pass in 1 2
929do
930  for ac_arg
931  do
932    case $ac_arg in
933    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
934    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
935    | -silent | --silent | --silen | --sile | --sil)
936      continue ;;
937    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
938      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
939    esac
940    case $ac_pass in
941    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
942    2)
943      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
944      if test $ac_must_keep_next = true; then
945        ac_must_keep_next=false # Got value, back to normal.
946      else
947        case $ac_arg in
948          *=* | --config-cache | -C | -disable-* | --disable-* \
949          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
950          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
951          | -with-* | --with-* | -without-* | --without-* | --x)
952            case "$ac_configure_args0 " in
953              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
954            esac
955            ;;
956          -* ) ac_must_keep_next=true ;;
957        esac
958      fi
959      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
960      # Get rid of the leading space.
961      ac_sep=" "
962      ;;
963    esac
964  done
965done
966$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
967$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
968
969# When interrupted or exit'd, cleanup temporary files, and complete
970# config.log.  We remove comments because anyway the quotes in there
971# would cause problems or look ugly.
972# WARNING: Be sure not to use single quotes in there, as some shells,
973# such as our DU 5.0 friend, will then `close' the trap.
974trap 'exit_status=$?
975  # Save into config.log some information that might help in debugging.
976  {
977    echo
978
979    cat <<\_ASBOX
980## ---------------- ##
981## Cache variables. ##
982## ---------------- ##
983_ASBOX
984    echo
985    # The following way of writing the cache mishandles newlines in values,
986{
987  (set) 2>&1 |
988    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
989    *ac_space=\ *)
990      sed -n \
991        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
992    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
993      ;;
994    *)
995      sed -n \
996        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
997      ;;
998    esac;
999}
1000    echo
1001
1002    cat <<\_ASBOX
1003## ----------------- ##
1004## Output variables. ##
1005## ----------------- ##
1006_ASBOX
1007    echo
1008    for ac_var in $ac_subst_vars
1009    do
1010      eval ac_val=$`echo $ac_var`
1011      echo "$ac_var='"'"'$ac_val'"'"'"
1012    done | sort
1013    echo
1014
1015    if test -n "$ac_subst_files"; then
1016      cat <<\_ASBOX
1017## ------------- ##
1018## Output files. ##
1019## ------------- ##
1020_ASBOX
1021      echo
1022      for ac_var in $ac_subst_files
1023      do
1024	eval ac_val=$`echo $ac_var`
1025        echo "$ac_var='"'"'$ac_val'"'"'"
1026      done | sort
1027      echo
1028    fi
1029
1030    if test -s confdefs.h; then
1031      cat <<\_ASBOX
1032## ----------- ##
1033## confdefs.h. ##
1034## ----------- ##
1035_ASBOX
1036      echo
1037      sed "/^$/d" confdefs.h | sort
1038      echo
1039    fi
1040    test "$ac_signal" != 0 &&
1041      echo "$as_me: caught signal $ac_signal"
1042    echo "$as_me: exit $exit_status"
1043  } >&5
1044  rm -f core core.* *.core &&
1045  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1046    exit $exit_status
1047     ' 0
1048for ac_signal in 1 2 13 15; do
1049  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1050done
1051ac_signal=0
1052
1053# confdefs.h avoids OS command line length limits that DEFS can exceed.
1054rm -rf conftest* confdefs.h
1055# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1056echo >confdefs.h
1057
1058# Predefined preprocessor variables.
1059
1060cat >>confdefs.h <<_ACEOF
1061#define PACKAGE_NAME "$PACKAGE_NAME"
1062_ACEOF
1063
1064
1065cat >>confdefs.h <<_ACEOF
1066#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1067_ACEOF
1068
1069
1070cat >>confdefs.h <<_ACEOF
1071#define PACKAGE_VERSION "$PACKAGE_VERSION"
1072_ACEOF
1073
1074
1075cat >>confdefs.h <<_ACEOF
1076#define PACKAGE_STRING "$PACKAGE_STRING"
1077_ACEOF
1078
1079
1080cat >>confdefs.h <<_ACEOF
1081#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1082_ACEOF
1083
1084
1085# Let the site file select an alternate cache file if it wants to.
1086# Prefer explicitly selected file to automatically selected ones.
1087if test -z "$CONFIG_SITE"; then
1088  if test "x$prefix" != xNONE; then
1089    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1090  else
1091    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1092  fi
1093fi
1094for ac_site_file in $CONFIG_SITE; do
1095  if test -r "$ac_site_file"; then
1096    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1097echo "$as_me: loading site script $ac_site_file" >&6;}
1098    sed 's/^/| /' "$ac_site_file" >&5
1099    . "$ac_site_file"
1100  fi
1101done
1102
1103if test -r "$cache_file"; then
1104  # Some versions of bash will fail to source /dev/null (special
1105  # files actually), so we avoid doing that.
1106  if test -f "$cache_file"; then
1107    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1108echo "$as_me: loading cache $cache_file" >&6;}
1109    case $cache_file in
1110      [\\/]* | ?:[\\/]* ) . $cache_file;;
1111      *)                      . ./$cache_file;;
1112    esac
1113  fi
1114else
1115  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1116echo "$as_me: creating cache $cache_file" >&6;}
1117  >$cache_file
1118fi
1119
1120# Check that the precious variables saved in the cache have kept the same
1121# value.
1122ac_cache_corrupted=false
1123for ac_var in `(set) 2>&1 |
1124               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1125  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1126  eval ac_new_set=\$ac_env_${ac_var}_set
1127  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1128  eval ac_new_val="\$ac_env_${ac_var}_value"
1129  case $ac_old_set,$ac_new_set in
1130    set,)
1131      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1132echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1133      ac_cache_corrupted=: ;;
1134    ,set)
1135      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1136echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1137      ac_cache_corrupted=: ;;
1138    ,);;
1139    *)
1140      if test "x$ac_old_val" != "x$ac_new_val"; then
1141        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1142echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1143        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1144echo "$as_me:   former value:  $ac_old_val" >&2;}
1145        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1146echo "$as_me:   current value: $ac_new_val" >&2;}
1147        ac_cache_corrupted=:
1148      fi;;
1149  esac
1150  # Pass precious variables to config.status.
1151  if test "$ac_new_set" = set; then
1152    case $ac_new_val in
1153    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1154      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1155    *) ac_arg=$ac_var=$ac_new_val ;;
1156    esac
1157    case " $ac_configure_args " in
1158      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1159      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1160    esac
1161  fi
1162done
1163if $ac_cache_corrupted; then
1164  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1165echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1166  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1167echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1168   { (exit 1); exit 1; }; }
1169fi
1170
1171ac_ext=c
1172ac_cpp='$CPP $CPPFLAGS'
1173ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1174ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1175ac_compiler_gnu=$ac_cv_c_compiler_gnu
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196ac_aux_dir=
1197for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1198  if test -f $ac_dir/install-sh; then
1199    ac_aux_dir=$ac_dir
1200    ac_install_sh="$ac_aux_dir/install-sh -c"
1201    break
1202  elif test -f $ac_dir/install.sh; then
1203    ac_aux_dir=$ac_dir
1204    ac_install_sh="$ac_aux_dir/install.sh -c"
1205    break
1206  elif test -f $ac_dir/shtool; then
1207    ac_aux_dir=$ac_dir
1208    ac_install_sh="$ac_aux_dir/shtool install -c"
1209    break
1210  fi
1211done
1212if test -z "$ac_aux_dir"; then
1213  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1214echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1215   { (exit 1); exit 1; }; }
1216fi
1217ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1218ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1219ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1220
1221# Make sure we can run config.sub.
1222$ac_config_sub sun4 >/dev/null 2>&1 ||
1223  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1224echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1225   { (exit 1); exit 1; }; }
1226
1227echo "$as_me:$LINENO: checking build system type" >&5
1228echo $ECHO_N "checking build system type... $ECHO_C" >&6
1229if test "${ac_cv_build+set}" = set; then
1230  echo $ECHO_N "(cached) $ECHO_C" >&6
1231else
1232  ac_cv_build_alias=$build_alias
1233test -z "$ac_cv_build_alias" &&
1234  ac_cv_build_alias=`$ac_config_guess`
1235test -z "$ac_cv_build_alias" &&
1236  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1237echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1238   { (exit 1); exit 1; }; }
1239ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1240  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1241echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1242   { (exit 1); exit 1; }; }
1243
1244fi
1245echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1246echo "${ECHO_T}$ac_cv_build" >&6
1247build=$ac_cv_build
1248build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1249build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1250build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1251
1252
1253echo "$as_me:$LINENO: checking host system type" >&5
1254echo $ECHO_N "checking host system type... $ECHO_C" >&6
1255if test "${ac_cv_host+set}" = set; then
1256  echo $ECHO_N "(cached) $ECHO_C" >&6
1257else
1258  ac_cv_host_alias=$host_alias
1259test -z "$ac_cv_host_alias" &&
1260  ac_cv_host_alias=$ac_cv_build_alias
1261ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1262  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1263echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1264   { (exit 1); exit 1; }; }
1265
1266fi
1267echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1268echo "${ECHO_T}$ac_cv_host" >&6
1269host=$ac_cv_host
1270host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1271host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1272host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1273
1274
1275echo "$as_me:$LINENO: checking target system type" >&5
1276echo $ECHO_N "checking target system type... $ECHO_C" >&6
1277if test "${ac_cv_target+set}" = set; then
1278  echo $ECHO_N "(cached) $ECHO_C" >&6
1279else
1280  ac_cv_target_alias=$target_alias
1281test "x$ac_cv_target_alias" = "x" &&
1282  ac_cv_target_alias=$ac_cv_host_alias
1283ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1284  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1285echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1286   { (exit 1); exit 1; }; }
1287
1288fi
1289echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1290echo "${ECHO_T}$ac_cv_target" >&6
1291target=$ac_cv_target
1292target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1293target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1294target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1295
1296
1297# The aliases save the names the user supplied, while $host etc.
1298# will get canonicalized.
1299test -n "$target_alias" &&
1300  test "$program_prefix$program_suffix$program_transform_name" = \
1301    NONENONEs,x,x, &&
1302  program_prefix=${target_alias}-
1303
1304MOVIX_MAJOR_VERSION=0
1305MOVIX_MINOR_VERSION=9
1306MOVIX_MICRO_VERSION=0
1307MOVIX_VERSION=$MOVIX_MAJOR_VERSION.$MOVIX_MINOR_VERSION.$MOVIX_MICRO_VERSION
1308#MOVIX_VERSION_INFO=`expr $MOVIX_MAJOR_VERSION + $MOVIX_MINOR_VERSION`:$MOVIX_MICRO_VERSION:$MOVIX_MINOR_VERSION
1309#MOVIX_VERSION_NUMBER=`expr $MOVIX_MAJOR_VERSION \* 10000 + $MOVIX_MINOR_VERSION \* 100 + $MOVIX_MICRO_VERSION`
1310
1311
1312
1313
1314
1315
1316
1317
1318# Extract the first word of ""perl"", so it can be a program name with args.
1319set dummy "perl"; ac_word=$2
1320echo "$as_me:$LINENO: checking for $ac_word" >&5
1321echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1322if test "${ac_cv_path_PERL+set}" = set; then
1323  echo $ECHO_N "(cached) $ECHO_C" >&6
1324else
1325  case $PERL in
1326  [\\/]* | ?:[\\/]*)
1327  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1328  ;;
1329  *)
1330  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1331for as_dir in $PATH
1332do
1333  IFS=$as_save_IFS
1334  test -z "$as_dir" && as_dir=.
1335  for ac_exec_ext in '' $ac_executable_extensions; do
1336  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1337    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1338    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1339    break 2
1340  fi
1341done
1342done
1343
1344  ;;
1345esac
1346fi
1347PERL=$ac_cv_path_PERL
1348
1349if test -n "$PERL"; then
1350  echo "$as_me:$LINENO: result: $PERL" >&5
1351echo "${ECHO_T}$PERL" >&6
1352else
1353  echo "$as_me:$LINENO: result: no" >&5
1354echo "${ECHO_T}no" >&6
1355fi
1356
1357
1358VERSION=${MOVIX_VERSION}
1359
1360am__api_version="1.7"
1361# Find a good install program.  We prefer a C program (faster),
1362# so one script is as good as another.  But avoid the broken or
1363# incompatible versions:
1364# SysV /etc/install, /usr/sbin/install
1365# SunOS /usr/etc/install
1366# IRIX /sbin/install
1367# AIX /bin/install
1368# AmigaOS /C/install, which installs bootblocks on floppy discs
1369# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1370# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1371# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1372# ./install, which can be erroneously created by make from ./install.sh.
1373echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1374echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1375if test -z "$INSTALL"; then
1376if test "${ac_cv_path_install+set}" = set; then
1377  echo $ECHO_N "(cached) $ECHO_C" >&6
1378else
1379  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1380for as_dir in $PATH
1381do
1382  IFS=$as_save_IFS
1383  test -z "$as_dir" && as_dir=.
1384  # Account for people who put trailing slashes in PATH elements.
1385case $as_dir/ in
1386  ./ | .// | /cC/* | \
1387  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1388  /usr/ucb/* ) ;;
1389  *)
1390    # OSF1 and SCO ODT 3.0 have their own names for install.
1391    # Don't use installbsd from OSF since it installs stuff as root
1392    # by default.
1393    for ac_prog in ginstall scoinst install; do
1394      for ac_exec_ext in '' $ac_executable_extensions; do
1395        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1396          if test $ac_prog = install &&
1397            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1398            # AIX install.  It has an incompatible calling convention.
1399            :
1400          elif test $ac_prog = install &&
1401            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1402            # program-specific install script used by HP pwplus--don't use.
1403            :
1404          else
1405            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1406            break 3
1407          fi
1408        fi
1409      done
1410    done
1411    ;;
1412esac
1413done
1414
1415
1416fi
1417  if test "${ac_cv_path_install+set}" = set; then
1418    INSTALL=$ac_cv_path_install
1419  else
1420    # As a last resort, use the slow shell script.  We don't cache a
1421    # path for INSTALL within a source directory, because that will
1422    # break other packages using the cache if that directory is
1423    # removed, or if the path is relative.
1424    INSTALL=$ac_install_sh
1425  fi
1426fi
1427echo "$as_me:$LINENO: result: $INSTALL" >&5
1428echo "${ECHO_T}$INSTALL" >&6
1429
1430# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1431# It thinks the first close brace ends the variable substitution.
1432test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1433
1434test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1435
1436test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1437
1438echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1439echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1440# Just in case
1441sleep 1
1442echo timestamp > conftest.file
1443# Do `set' in a subshell so we don't clobber the current shell's
1444# arguments.  Must try -L first in case configure is actually a
1445# symlink; some systems play weird games with the mod time of symlinks
1446# (eg FreeBSD returns the mod time of the symlink's containing
1447# directory).
1448if (
1449   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1450   if test "$*" = "X"; then
1451      # -L didn't work.
1452      set X `ls -t $srcdir/configure conftest.file`
1453   fi
1454   rm -f conftest.file
1455   if test "$*" != "X $srcdir/configure conftest.file" \
1456      && test "$*" != "X conftest.file $srcdir/configure"; then
1457
1458      # If neither matched, then we have a broken ls.  This can happen
1459      # if, for instance, CONFIG_SHELL is bash and it inherits a
1460      # broken ls alias from the environment.  This has actually
1461      # happened.  Such a system could not be considered "sane".
1462      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1463alias in your environment" >&5
1464echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1465alias in your environment" >&2;}
1466   { (exit 1); exit 1; }; }
1467   fi
1468
1469   test "$2" = conftest.file
1470   )
1471then
1472   # Ok.
1473   :
1474else
1475   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1476Check your system clock" >&5
1477echo "$as_me: error: newly created file is older than distributed files!
1478Check your system clock" >&2;}
1479   { (exit 1); exit 1; }; }
1480fi
1481echo "$as_me:$LINENO: result: yes" >&5
1482echo "${ECHO_T}yes" >&6
1483test "$program_prefix" != NONE &&
1484  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1485# Use a double $ so make ignores it.
1486test "$program_suffix" != NONE &&
1487  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1488# Double any \ or $.  echo might interpret backslashes.
1489# By default was `s,x,x', remove it if useless.
1490cat <<\_ACEOF >conftest.sed
1491s/[\\$]/&&/g;s/;s,x,x,$//
1492_ACEOF
1493program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1494rm conftest.sed
1495
1496
1497# expand $ac_aux_dir to an absolute path
1498am_aux_dir=`cd $ac_aux_dir && pwd`
1499
1500test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1501# Use eval to expand $SHELL
1502if eval "$MISSING --run true"; then
1503  am_missing_run="$MISSING --run "
1504else
1505  am_missing_run=
1506  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1507echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1508fi
1509
1510for ac_prog in gawk mawk nawk awk
1511do
1512  # Extract the first word of "$ac_prog", so it can be a program name with args.
1513set dummy $ac_prog; ac_word=$2
1514echo "$as_me:$LINENO: checking for $ac_word" >&5
1515echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1516if test "${ac_cv_prog_AWK+set}" = set; then
1517  echo $ECHO_N "(cached) $ECHO_C" >&6
1518else
1519  if test -n "$AWK"; then
1520  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1521else
1522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1523for as_dir in $PATH
1524do
1525  IFS=$as_save_IFS
1526  test -z "$as_dir" && as_dir=.
1527  for ac_exec_ext in '' $ac_executable_extensions; do
1528  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1529    ac_cv_prog_AWK="$ac_prog"
1530    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1531    break 2
1532  fi
1533done
1534done
1535
1536fi
1537fi
1538AWK=$ac_cv_prog_AWK
1539if test -n "$AWK"; then
1540  echo "$as_me:$LINENO: result: $AWK" >&5
1541echo "${ECHO_T}$AWK" >&6
1542else
1543  echo "$as_me:$LINENO: result: no" >&5
1544echo "${ECHO_T}no" >&6
1545fi
1546
1547  test -n "$AWK" && break
1548done
1549
1550echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1551echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1552set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1553if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1554  echo $ECHO_N "(cached) $ECHO_C" >&6
1555else
1556  cat >conftest.make <<\_ACEOF
1557all:
1558	@echo 'ac_maketemp="$(MAKE)"'
1559_ACEOF
1560# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1561eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1562if test -n "$ac_maketemp"; then
1563  eval ac_cv_prog_make_${ac_make}_set=yes
1564else
1565  eval ac_cv_prog_make_${ac_make}_set=no
1566fi
1567rm -f conftest.make
1568fi
1569if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1570  echo "$as_me:$LINENO: result: yes" >&5
1571echo "${ECHO_T}yes" >&6
1572  SET_MAKE=
1573else
1574  echo "$as_me:$LINENO: result: no" >&5
1575echo "${ECHO_T}no" >&6
1576  SET_MAKE="MAKE=${MAKE-make}"
1577fi
1578
1579rm -rf .tst 2>/dev/null
1580mkdir .tst 2>/dev/null
1581if test -d .tst; then
1582  am__leading_dot=.
1583else
1584  am__leading_dot=_
1585fi
1586rmdir .tst 2>/dev/null
1587
1588 # test to see if srcdir already configured
1589if test "`cd $srcdir && pwd`" != "`pwd`" &&
1590   test -f $srcdir/config.status; then
1591  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1592echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1593   { (exit 1); exit 1; }; }
1594fi
1595
1596# test whether we have cygpath
1597if test -z "$CYGPATH_W"; then
1598  if (cygpath --version) >/dev/null 2>/dev/null; then
1599    CYGPATH_W='cygpath -w'
1600  else
1601    CYGPATH_W=echo
1602  fi
1603fi
1604
1605
1606# Define the identity of the package.
1607 PACKAGE=emovix
1608 VERSION=$VERSION
1609
1610
1611cat >>confdefs.h <<_ACEOF
1612#define PACKAGE "$PACKAGE"
1613_ACEOF
1614
1615
1616cat >>confdefs.h <<_ACEOF
1617#define VERSION "$VERSION"
1618_ACEOF
1619
1620# Some tools Automake needs.
1621
1622ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1623
1624
1625AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1626
1627
1628AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1629
1630
1631AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1632
1633
1634MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1635
1636
1637AMTAR=${AMTAR-"${am_missing_run}tar"}
1638
1639install_sh=${install_sh-"$am_aux_dir/install-sh"}
1640
1641# Installed binaries are usually stripped using `strip' when the user
1642# run `make install-strip'.  However `strip' might not be the right
1643# tool to use in cross-compilation environments, therefore Automake
1644# will honor the `STRIP' environment variable to overrule this program.
1645if test "$cross_compiling" != no; then
1646  if test -n "$ac_tool_prefix"; then
1647  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1648set dummy ${ac_tool_prefix}strip; ac_word=$2
1649echo "$as_me:$LINENO: checking for $ac_word" >&5
1650echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1651if test "${ac_cv_prog_STRIP+set}" = set; then
1652  echo $ECHO_N "(cached) $ECHO_C" >&6
1653else
1654  if test -n "$STRIP"; then
1655  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1656else
1657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1658for as_dir in $PATH
1659do
1660  IFS=$as_save_IFS
1661  test -z "$as_dir" && as_dir=.
1662  for ac_exec_ext in '' $ac_executable_extensions; do
1663  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1664    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1665    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1666    break 2
1667  fi
1668done
1669done
1670
1671fi
1672fi
1673STRIP=$ac_cv_prog_STRIP
1674if test -n "$STRIP"; then
1675  echo "$as_me:$LINENO: result: $STRIP" >&5
1676echo "${ECHO_T}$STRIP" >&6
1677else
1678  echo "$as_me:$LINENO: result: no" >&5
1679echo "${ECHO_T}no" >&6
1680fi
1681
1682fi
1683if test -z "$ac_cv_prog_STRIP"; then
1684  ac_ct_STRIP=$STRIP
1685  # Extract the first word of "strip", so it can be a program name with args.
1686set dummy strip; ac_word=$2
1687echo "$as_me:$LINENO: checking for $ac_word" >&5
1688echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1689if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1690  echo $ECHO_N "(cached) $ECHO_C" >&6
1691else
1692  if test -n "$ac_ct_STRIP"; then
1693  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1694else
1695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1696for as_dir in $PATH
1697do
1698  IFS=$as_save_IFS
1699  test -z "$as_dir" && as_dir=.
1700  for ac_exec_ext in '' $ac_executable_extensions; do
1701  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1702    ac_cv_prog_ac_ct_STRIP="strip"
1703    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1704    break 2
1705  fi
1706done
1707done
1708
1709  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1710fi
1711fi
1712ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1713if test -n "$ac_ct_STRIP"; then
1714  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1715echo "${ECHO_T}$ac_ct_STRIP" >&6
1716else
1717  echo "$as_me:$LINENO: result: no" >&5
1718echo "${ECHO_T}no" >&6
1719fi
1720
1721  STRIP=$ac_ct_STRIP
1722else
1723  STRIP="$ac_cv_prog_STRIP"
1724fi
1725
1726fi
1727INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1728
1729# We need awk for the "check" target.  The system "awk" is bad on
1730# some platforms.
1731
1732
1733
1734#AM_CONFIG_HEADER(config.h)
1735
1736if test x"$PERL" = x
1737then
1738  { { echo "$as_me:$LINENO: error: You need perl to be installed on your system in order to run this program." >&5
1739echo "$as_me: error: You need perl to be installed on your system in order to run this program." >&2;}
1740   { (exit 1); exit 1; }; }
1741else
1742  echo "$as_me:$LINENO: checking if perl version >= 5.0" >&5
1743echo $ECHO_N "checking if perl version >= 5.0... $ECHO_C" >&6
1744  $PERL -e 'exit ($^V gt v5.0)' 2> /dev/null 1> /dev/null
1745  if test $?
1746  then
1747    echo "$as_me:$LINENO: result: Yes, good!" >&5
1748echo "${ECHO_T}Yes, good!" >&6
1749  else
1750    echo "$as_me:$LINENO: result: Nope" >&5
1751echo "${ECHO_T}Nope" >&6
1752    { { echo "$as_me:$LINENO: error: Please upgrade your perl installation to at least perl v5.0" >&5
1753echo "$as_me: error: Please upgrade your perl installation to at least perl v5.0" >&2;}
1754   { (exit 1); exit 1; }; }
1755  fi
1756fi
1757
1758# Extract the first word of ""mkisofs"", so it can be a program name with args.
1759set dummy "mkisofs"; ac_word=$2
1760echo "$as_me:$LINENO: checking for $ac_word" >&5
1761echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1762if test "${ac_cv_prog_have_mkisofs+set}" = set; then
1763  echo $ECHO_N "(cached) $ECHO_C" >&6
1764else
1765  if test -n "$have_mkisofs"; then
1766  ac_cv_prog_have_mkisofs="$have_mkisofs" # Let the user override the test.
1767else
1768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1769for as_dir in $PATH
1770do
1771  IFS=$as_save_IFS
1772  test -z "$as_dir" && as_dir=.
1773  for ac_exec_ext in '' $ac_executable_extensions; do
1774  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1775    ac_cv_prog_have_mkisofs=""true""
1776    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1777    break 2
1778  fi
1779done
1780done
1781
1782  test -z "$ac_cv_prog_have_mkisofs" && ac_cv_prog_have_mkisofs=""false" "
1783fi
1784fi
1785have_mkisofs=$ac_cv_prog_have_mkisofs
1786if test -n "$have_mkisofs"; then
1787  echo "$as_me:$LINENO: result: $have_mkisofs" >&5
1788echo "${ECHO_T}$have_mkisofs" >&6
1789else
1790  echo "$as_me:$LINENO: result: no" >&5
1791echo "${ECHO_T}no" >&6
1792fi
1793
1794
1795
1796if test x$have_mkisofs = xtrue; then
1797  USE_MKISOFS_TRUE=
1798  USE_MKISOFS_FALSE='#'
1799else
1800  USE_MKISOFS_TRUE='#'
1801  USE_MKISOFS_FALSE=
1802fi
1803
1804
1805# Extract the first word of ""cdrecord"", so it can be a program name with args.
1806set dummy "cdrecord"; ac_word=$2
1807echo "$as_me:$LINENO: checking for $ac_word" >&5
1808echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1809if test "${ac_cv_prog_have_cdrecord+set}" = set; then
1810  echo $ECHO_N "(cached) $ECHO_C" >&6
1811else
1812  if test -n "$have_cdrecord"; then
1813  ac_cv_prog_have_cdrecord="$have_cdrecord" # Let the user override the test.
1814else
1815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1816for as_dir in $PATH
1817do
1818  IFS=$as_save_IFS
1819  test -z "$as_dir" && as_dir=.
1820  for ac_exec_ext in '' $ac_executable_extensions; do
1821  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1822    ac_cv_prog_have_cdrecord=""true""
1823    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1824    break 2
1825  fi
1826done
1827done
1828
1829  test -z "$ac_cv_prog_have_cdrecord" && ac_cv_prog_have_cdrecord=""false" "
1830fi
1831fi
1832have_cdrecord=$ac_cv_prog_have_cdrecord
1833if test -n "$have_cdrecord"; then
1834  echo "$as_me:$LINENO: result: $have_cdrecord" >&5
1835echo "${ECHO_T}$have_cdrecord" >&6
1836else
1837  echo "$as_me:$LINENO: result: no" >&5
1838echo "${ECHO_T}no" >&6
1839fi
1840
1841
1842
1843if test x$have_cdrecord = xtrue; then
1844  USE_CDRECORD_TRUE=
1845  USE_CDRECORD_FALSE='#'
1846else
1847  USE_CDRECORD_TRUE='#'
1848  USE_CDRECORD_FALSE=
1849fi
1850
1851
1852                                                                      ac_config_files="$ac_config_files Makefile src/Makefile src/movix/Makefile src/movix/remotes/Makefile src/isolinux/Makefile src/isolinux/kernel/Makefile scripts/Makefile"
1853cat >confcache <<\_ACEOF
1854# This file is a shell script that caches the results of configure
1855# tests run on this system so they can be shared between configure
1856# scripts and configure runs, see configure's option --config-cache.
1857# It is not useful on other systems.  If it contains results you don't
1858# want to keep, you may remove or edit it.
1859#
1860# config.status only pays attention to the cache file if you give it
1861# the --recheck option to rerun configure.
1862#
1863# `ac_cv_env_foo' variables (set or unset) will be overridden when
1864# loading this file, other *unset* `ac_cv_foo' will be assigned the
1865# following values.
1866
1867_ACEOF
1868
1869# The following way of writing the cache mishandles newlines in values,
1870# but we know of no workaround that is simple, portable, and efficient.
1871# So, don't put newlines in cache variables' values.
1872# Ultrix sh set writes to stderr and can't be redirected directly,
1873# and sets the high bit in the cache file unless we assign to the vars.
1874{
1875  (set) 2>&1 |
1876    case `(ac_space=' '; set | grep ac_space) 2>&1` in
1877    *ac_space=\ *)
1878      # `set' does not quote correctly, so add quotes (double-quote
1879      # substitution turns \\\\ into \\, and sed turns \\ into \).
1880      sed -n \
1881        "s/'/'\\\\''/g;
1882    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1883      ;;
1884    *)
1885      # `set' quotes correctly as required by POSIX, so do not add quotes.
1886      sed -n \
1887        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1888      ;;
1889    esac;
1890} |
1891  sed '
1892     t clear
1893     : clear
1894     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1895     t end
1896     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1897     : end' >>confcache
1898if diff $cache_file confcache >/dev/null 2>&1; then :; else
1899  if test -w $cache_file; then
1900    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1901    cat confcache >$cache_file
1902  else
1903    echo "not updating unwritable cache $cache_file"
1904  fi
1905fi
1906rm -f confcache
1907
1908test "x$prefix" = xNONE && prefix=$ac_default_prefix
1909# Let make expand exec_prefix.
1910test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1911
1912# VPATH may cause trouble with some makes, so we remove $(srcdir),
1913# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1914# trailing colons and then remove the whole line if VPATH becomes empty
1915# (actually we leave an empty line to preserve line numbers).
1916if test "x$srcdir" = x.; then
1917  ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
1918s/:*\$(srcdir):*/:/;
1919s/:*\${srcdir}:*/:/;
1920s/:*@srcdir@:*/:/;
1921s/^\([^=]*=[ 	]*\):*/\1/;
1922s/:*$//;
1923s/^[^=]*=[ 	]*$//;
1924}'
1925fi
1926
1927# Transform confdefs.h into DEFS.
1928# Protect against shell expansion while executing Makefile rules.
1929# Protect against Makefile macro expansion.
1930#
1931# If the first sed substitution is executed (which looks for macros that
1932# take arguments), then we branch to the quote section.  Otherwise,
1933# look for a macro that doesn't take arguments.
1934cat >confdef2opt.sed <<\_ACEOF
1935t clear
1936: clear
1937s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
1938t quote
1939s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
1940t quote
1941d
1942: quote
1943s,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
1944s,\[,\\&,g
1945s,\],\\&,g
1946s,\$,$$,g
1947p
1948_ACEOF
1949# We use echo to avoid assuming a particular line-breaking character.
1950# The extra dot is to prevent the shell from consuming trailing
1951# line-breaks from the sub-command output.  A line-break within
1952# single-quotes doesn't work because, if this script is created in a
1953# platform that uses two characters for line-breaks (e.g., DOS), tr
1954# would break.
1955ac_LF_and_DOT=`echo; echo .`
1956DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1957rm -f confdef2opt.sed
1958
1959
1960ac_libobjs=
1961ac_ltlibobjs=
1962for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1963  # 1. Remove the extension, and $U if already installed.
1964  ac_i=`echo "$ac_i" |
1965         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1966  # 2. Add them.
1967  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1968  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1969done
1970LIBOBJS=$ac_libobjs
1971
1972LTLIBOBJS=$ac_ltlibobjs
1973
1974
1975if test -z "${USE_MKISOFS_TRUE}" && test -z "${USE_MKISOFS_FALSE}"; then
1976  { { echo "$as_me:$LINENO: error: conditional \"USE_MKISOFS\" was never defined.
1977Usually this means the macro was only invoked conditionally." >&5
1978echo "$as_me: error: conditional \"USE_MKISOFS\" was never defined.
1979Usually this means the macro was only invoked conditionally." >&2;}
1980   { (exit 1); exit 1; }; }
1981fi
1982if test -z "${USE_CDRECORD_TRUE}" && test -z "${USE_CDRECORD_FALSE}"; then
1983  { { echo "$as_me:$LINENO: error: conditional \"USE_CDRECORD\" was never defined.
1984Usually this means the macro was only invoked conditionally." >&5
1985echo "$as_me: error: conditional \"USE_CDRECORD\" was never defined.
1986Usually this means the macro was only invoked conditionally." >&2;}
1987   { (exit 1); exit 1; }; }
1988fi
1989
1990: ${CONFIG_STATUS=./config.status}
1991ac_clean_files_save=$ac_clean_files
1992ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1993{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1994echo "$as_me: creating $CONFIG_STATUS" >&6;}
1995cat >$CONFIG_STATUS <<_ACEOF
1996#! $SHELL
1997# Generated by $as_me.
1998# Run this file to recreate the current configuration.
1999# Compiler output produced by configure, useful for debugging
2000# configure, is in config.log if it exists.
2001
2002debug=false
2003ac_cs_recheck=false
2004ac_cs_silent=false
2005SHELL=\${CONFIG_SHELL-$SHELL}
2006_ACEOF
2007
2008cat >>$CONFIG_STATUS <<\_ACEOF
2009## --------------------- ##
2010## M4sh Initialization.  ##
2011## --------------------- ##
2012
2013# Be Bourne compatible
2014if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2015  emulate sh
2016  NULLCMD=:
2017  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2018  # is contrary to our usage.  Disable this feature.
2019  alias -g '${1+"$@"}'='"$@"'
2020elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2021  set -o posix
2022fi
2023
2024# Support unset when possible.
2025if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
2026  as_unset=unset
2027else
2028  as_unset=false
2029fi
2030
2031
2032# Work around bugs in pre-3.0 UWIN ksh.
2033$as_unset ENV MAIL MAILPATH
2034PS1='$ '
2035PS2='> '
2036PS4='+ '
2037
2038# NLS nuisances.
2039for as_var in \
2040  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2041  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2042  LC_TELEPHONE LC_TIME
2043do
2044  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
2045    eval $as_var=C; export $as_var
2046  else
2047    $as_unset $as_var
2048  fi
2049done
2050
2051# Required to use basename.
2052if expr a : '\(a\)' >/dev/null 2>&1; then
2053  as_expr=expr
2054else
2055  as_expr=false
2056fi
2057
2058if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2059  as_basename=basename
2060else
2061  as_basename=false
2062fi
2063
2064
2065# Name of the executable.
2066as_me=`$as_basename "$0" ||
2067$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2068	 X"$0" : 'X\(//\)$' \| \
2069	 X"$0" : 'X\(/\)$' \| \
2070	 .     : '\(.\)' 2>/dev/null ||
2071echo X/"$0" |
2072    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2073  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
2074  	  /^X\/\(\/\).*/{ s//\1/; q; }
2075  	  s/.*/./; q'`
2076
2077
2078# PATH needs CR, and LINENO needs CR and PATH.
2079# Avoid depending upon Character Ranges.
2080as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2081as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2082as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2083as_cr_digits='0123456789'
2084as_cr_alnum=$as_cr_Letters$as_cr_digits
2085
2086# The user is always right.
2087if test "${PATH_SEPARATOR+set}" != set; then
2088  echo "#! /bin/sh" >conf$$.sh
2089  echo  "exit 0"   >>conf$$.sh
2090  chmod +x conf$$.sh
2091  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2092    PATH_SEPARATOR=';'
2093  else
2094    PATH_SEPARATOR=:
2095  fi
2096  rm -f conf$$.sh
2097fi
2098
2099
2100  as_lineno_1=$LINENO
2101  as_lineno_2=$LINENO
2102  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2103  test "x$as_lineno_1" != "x$as_lineno_2" &&
2104  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2105  # Find who we are.  Look in the path if we contain no path at all
2106  # relative or not.
2107  case $0 in
2108    *[\\/]* ) as_myself=$0 ;;
2109    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2110for as_dir in $PATH
2111do
2112  IFS=$as_save_IFS
2113  test -z "$as_dir" && as_dir=.
2114  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2115done
2116
2117       ;;
2118  esac
2119  # We did not find ourselves, most probably we were run as `sh COMMAND'
2120  # in which case we are not to be found in the path.
2121  if test "x$as_myself" = x; then
2122    as_myself=$0
2123  fi
2124  if test ! -f "$as_myself"; then
2125    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2126echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2127   { (exit 1); exit 1; }; }
2128  fi
2129  case $CONFIG_SHELL in
2130  '')
2131    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2132for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2133do
2134  IFS=$as_save_IFS
2135  test -z "$as_dir" && as_dir=.
2136  for as_base in sh bash ksh sh5; do
2137	 case $as_dir in
2138	 /*)
2139	   if ("$as_dir/$as_base" -c '
2140  as_lineno_1=$LINENO
2141  as_lineno_2=$LINENO
2142  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2143  test "x$as_lineno_1" != "x$as_lineno_2" &&
2144  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2145	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2146	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2147	     CONFIG_SHELL=$as_dir/$as_base
2148	     export CONFIG_SHELL
2149	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2150	   fi;;
2151	 esac
2152       done
2153done
2154;;
2155  esac
2156
2157  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2158  # uniformly replaced by the line number.  The first 'sed' inserts a
2159  # line-number line before each line; the second 'sed' does the real
2160  # work.  The second script uses 'N' to pair each line-number line
2161  # with the numbered line, and appends trailing '-' during
2162  # substitution so that $LINENO is not a special case at line end.
2163  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2164  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2165  sed '=' <$as_myself |
2166    sed '
2167      N
2168      s,$,-,
2169      : loop
2170      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2171      t loop
2172      s,-$,,
2173      s,^['$as_cr_digits']*\n,,
2174    ' >$as_me.lineno &&
2175  chmod +x $as_me.lineno ||
2176    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2177echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2178   { (exit 1); exit 1; }; }
2179
2180  # Don't try to exec as it changes $[0], causing all sort of problems
2181  # (the dirname of $[0] is not the place where we might find the
2182  # original and so on.  Autoconf is especially sensible to this).
2183  . ./$as_me.lineno
2184  # Exit status is that of the last command.
2185  exit
2186}
2187
2188
2189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2190  *c*,-n*) ECHO_N= ECHO_C='
2191' ECHO_T='	' ;;
2192  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2193  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2194esac
2195
2196if expr a : '\(a\)' >/dev/null 2>&1; then
2197  as_expr=expr
2198else
2199  as_expr=false
2200fi
2201
2202rm -f conf$$ conf$$.exe conf$$.file
2203echo >conf$$.file
2204if ln -s conf$$.file conf$$ 2>/dev/null; then
2205  # We could just check for DJGPP; but this test a) works b) is more generic
2206  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2207  if test -f conf$$.exe; then
2208    # Don't use ln at all; we don't have any links
2209    as_ln_s='cp -p'
2210  else
2211    as_ln_s='ln -s'
2212  fi
2213elif ln conf$$.file conf$$ 2>/dev/null; then
2214  as_ln_s=ln
2215else
2216  as_ln_s='cp -p'
2217fi
2218rm -f conf$$ conf$$.exe conf$$.file
2219
2220if mkdir -p . 2>/dev/null; then
2221  as_mkdir_p=:
2222else
2223  as_mkdir_p=false
2224fi
2225
2226as_executable_p="test -f"
2227
2228# Sed expression to map a string onto a valid CPP name.
2229as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
2230
2231# Sed expression to map a string onto a valid variable name.
2232as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
2233
2234
2235# IFS
2236# We need space, tab and new line, in precisely that order.
2237as_nl='
2238'
2239IFS=" 	$as_nl"
2240
2241# CDPATH.
2242$as_unset CDPATH
2243
2244exec 6>&1
2245
2246# Open the log real soon, to keep \$[0] and so on meaningful, and to
2247# report actual input values of CONFIG_FILES etc. instead of their
2248# values after options handling.  Logging --version etc. is OK.
2249exec 5>>config.log
2250{
2251  echo
2252  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2253## Running $as_me. ##
2254_ASBOX
2255} >&5
2256cat >&5 <<_CSEOF
2257
2258This file was extended by $as_me, which was
2259generated by GNU Autoconf 2.57.  Invocation command line was
2260
2261  CONFIG_FILES    = $CONFIG_FILES
2262  CONFIG_HEADERS  = $CONFIG_HEADERS
2263  CONFIG_LINKS    = $CONFIG_LINKS
2264  CONFIG_COMMANDS = $CONFIG_COMMANDS
2265  $ $0 $@
2266
2267_CSEOF
2268echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2269echo >&5
2270_ACEOF
2271
2272# Files that config.status was made for.
2273if test -n "$ac_config_files"; then
2274  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2275fi
2276
2277if test -n "$ac_config_headers"; then
2278  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2279fi
2280
2281if test -n "$ac_config_links"; then
2282  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2283fi
2284
2285if test -n "$ac_config_commands"; then
2286  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2287fi
2288
2289cat >>$CONFIG_STATUS <<\_ACEOF
2290
2291ac_cs_usage="\
2292\`$as_me' instantiates files from templates according to the
2293current configuration.
2294
2295Usage: $0 [OPTIONS] [FILE]...
2296
2297  -h, --help       print this help, then exit
2298  -V, --version    print version number, then exit
2299  -q, --quiet      do not print progress messages
2300  -d, --debug      don't remove temporary files
2301      --recheck    update $as_me by reconfiguring in the same conditions
2302  --file=FILE[:TEMPLATE]
2303                   instantiate the configuration file FILE
2304
2305Configuration files:
2306$config_files
2307
2308Report bugs to <bug-autoconf@gnu.org>."
2309_ACEOF
2310
2311cat >>$CONFIG_STATUS <<_ACEOF
2312ac_cs_version="\\
2313config.status
2314configured by $0, generated by GNU Autoconf 2.57,
2315  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2316
2317Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
2318Free Software Foundation, Inc.
2319This config.status script is free software; the Free Software Foundation
2320gives unlimited permission to copy, distribute and modify it."
2321srcdir=$srcdir
2322INSTALL="$INSTALL"
2323_ACEOF
2324
2325cat >>$CONFIG_STATUS <<\_ACEOF
2326# If no file are specified by the user, then we need to provide default
2327# value.  By we need to know if files were specified by the user.
2328ac_need_defaults=:
2329while test $# != 0
2330do
2331  case $1 in
2332  --*=*)
2333    ac_option=`expr "x$1" : 'x\([^=]*\)='`
2334    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2335    ac_shift=:
2336    ;;
2337  -*)
2338    ac_option=$1
2339    ac_optarg=$2
2340    ac_shift=shift
2341    ;;
2342  *) # This is not an option, so the user has probably given explicit
2343     # arguments.
2344     ac_option=$1
2345     ac_need_defaults=false;;
2346  esac
2347
2348  case $ac_option in
2349  # Handling of the options.
2350_ACEOF
2351cat >>$CONFIG_STATUS <<\_ACEOF
2352  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2353    ac_cs_recheck=: ;;
2354  --version | --vers* | -V )
2355    echo "$ac_cs_version"; exit 0 ;;
2356  --he | --h)
2357    # Conflict between --help and --header
2358    { { echo "$as_me:$LINENO: error: ambiguous option: $1
2359Try \`$0 --help' for more information." >&5
2360echo "$as_me: error: ambiguous option: $1
2361Try \`$0 --help' for more information." >&2;}
2362   { (exit 1); exit 1; }; };;
2363  --help | --hel | -h )
2364    echo "$ac_cs_usage"; exit 0 ;;
2365  --debug | --d* | -d )
2366    debug=: ;;
2367  --file | --fil | --fi | --f )
2368    $ac_shift
2369    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2370    ac_need_defaults=false;;
2371  --header | --heade | --head | --hea )
2372    $ac_shift
2373    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2374    ac_need_defaults=false;;
2375  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2376  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2377    ac_cs_silent=: ;;
2378
2379  # This is an error.
2380  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2381Try \`$0 --help' for more information." >&5
2382echo "$as_me: error: unrecognized option: $1
2383Try \`$0 --help' for more information." >&2;}
2384   { (exit 1); exit 1; }; } ;;
2385
2386  *) ac_config_targets="$ac_config_targets $1" ;;
2387
2388  esac
2389  shift
2390done
2391
2392ac_configure_extra_args=
2393
2394if $ac_cs_silent; then
2395  exec 6>/dev/null
2396  ac_configure_extra_args="$ac_configure_extra_args --silent"
2397fi
2398
2399_ACEOF
2400cat >>$CONFIG_STATUS <<_ACEOF
2401if \$ac_cs_recheck; then
2402  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2403  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2404fi
2405
2406_ACEOF
2407
2408
2409
2410
2411
2412cat >>$CONFIG_STATUS <<\_ACEOF
2413for ac_config_target in $ac_config_targets
2414do
2415  case "$ac_config_target" in
2416  # Handling of arguments.
2417  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2418  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
2419  "src/movix/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/movix/Makefile" ;;
2420  "src/movix/remotes/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/movix/remotes/Makefile" ;;
2421  "src/isolinux/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/isolinux/Makefile" ;;
2422  "src/isolinux/kernel/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/isolinux/kernel/Makefile" ;;
2423  "scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
2424  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2425echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2426   { (exit 1); exit 1; }; };;
2427  esac
2428done
2429
2430# If the user did not use the arguments to specify the items to instantiate,
2431# then the envvar interface is used.  Set only those that are not.
2432# We use the long form for the default assignment because of an extremely
2433# bizarre bug on SunOS 4.1.3.
2434if $ac_need_defaults; then
2435  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2436fi
2437
2438# Have a temporary directory for convenience.  Make it in the build tree
2439# simply because there is no reason to put it here, and in addition,
2440# creating and moving files from /tmp can sometimes cause problems.
2441# Create a temporary directory, and hook for its removal unless debugging.
2442$debug ||
2443{
2444  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2445  trap '{ (exit 1); exit 1; }' 1 2 13 15
2446}
2447
2448# Create a (secure) tmp directory for tmp files.
2449
2450{
2451  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2452  test -n "$tmp" && test -d "$tmp"
2453}  ||
2454{
2455  tmp=./confstat$$-$RANDOM
2456  (umask 077 && mkdir $tmp)
2457} ||
2458{
2459   echo "$me: cannot create a temporary directory in ." >&2
2460   { (exit 1); exit 1; }
2461}
2462
2463_ACEOF
2464
2465cat >>$CONFIG_STATUS <<_ACEOF
2466
2467#
2468# CONFIG_FILES section.
2469#
2470
2471# No need to generate the scripts if there are no CONFIG_FILES.
2472# This happens for instance when ./config.status config.h
2473if test -n "\$CONFIG_FILES"; then
2474  # Protect against being on the right side of a sed subst in config.status.
2475  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2476   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2477s,@SHELL@,$SHELL,;t t
2478s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2479s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2480s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2481s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2482s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2483s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2484s,@exec_prefix@,$exec_prefix,;t t
2485s,@prefix@,$prefix,;t t
2486s,@program_transform_name@,$program_transform_name,;t t
2487s,@bindir@,$bindir,;t t
2488s,@sbindir@,$sbindir,;t t
2489s,@libexecdir@,$libexecdir,;t t
2490s,@datadir@,$datadir,;t t
2491s,@sysconfdir@,$sysconfdir,;t t
2492s,@sharedstatedir@,$sharedstatedir,;t t
2493s,@localstatedir@,$localstatedir,;t t
2494s,@libdir@,$libdir,;t t
2495s,@includedir@,$includedir,;t t
2496s,@oldincludedir@,$oldincludedir,;t t
2497s,@infodir@,$infodir,;t t
2498s,@mandir@,$mandir,;t t
2499s,@build_alias@,$build_alias,;t t
2500s,@host_alias@,$host_alias,;t t
2501s,@target_alias@,$target_alias,;t t
2502s,@DEFS@,$DEFS,;t t
2503s,@ECHO_C@,$ECHO_C,;t t
2504s,@ECHO_N@,$ECHO_N,;t t
2505s,@ECHO_T@,$ECHO_T,;t t
2506s,@LIBS@,$LIBS,;t t
2507s,@build@,$build,;t t
2508s,@build_cpu@,$build_cpu,;t t
2509s,@build_vendor@,$build_vendor,;t t
2510s,@build_os@,$build_os,;t t
2511s,@host@,$host,;t t
2512s,@host_cpu@,$host_cpu,;t t
2513s,@host_vendor@,$host_vendor,;t t
2514s,@host_os@,$host_os,;t t
2515s,@target@,$target,;t t
2516s,@target_cpu@,$target_cpu,;t t
2517s,@target_vendor@,$target_vendor,;t t
2518s,@target_os@,$target_os,;t t
2519s,@MOVIX_MAJOR_VERSION@,$MOVIX_MAJOR_VERSION,;t t
2520s,@MOVIX_MINOR_VERSION@,$MOVIX_MINOR_VERSION,;t t
2521s,@MOVIX_MICRO_VERSION@,$MOVIX_MICRO_VERSION,;t t
2522s,@MOVIX_VERSION@,$MOVIX_VERSION,;t t
2523s,@MOVIX_VERSION_INFO@,$MOVIX_VERSION_INFO,;t t
2524s,@MOVIX_VERSION_NUMBER@,$MOVIX_VERSION_NUMBER,;t t
2525s,@PERL@,$PERL,;t t
2526s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2527s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2528s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2529s,@CYGPATH_W@,$CYGPATH_W,;t t
2530s,@PACKAGE@,$PACKAGE,;t t
2531s,@VERSION@,$VERSION,;t t
2532s,@ACLOCAL@,$ACLOCAL,;t t
2533s,@AUTOCONF@,$AUTOCONF,;t t
2534s,@AUTOMAKE@,$AUTOMAKE,;t t
2535s,@AUTOHEADER@,$AUTOHEADER,;t t
2536s,@MAKEINFO@,$MAKEINFO,;t t
2537s,@AMTAR@,$AMTAR,;t t
2538s,@install_sh@,$install_sh,;t t
2539s,@STRIP@,$STRIP,;t t
2540s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2541s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2542s,@AWK@,$AWK,;t t
2543s,@SET_MAKE@,$SET_MAKE,;t t
2544s,@am__leading_dot@,$am__leading_dot,;t t
2545s,@have_mkisofs@,$have_mkisofs,;t t
2546s,@USE_MKISOFS_TRUE@,$USE_MKISOFS_TRUE,;t t
2547s,@USE_MKISOFS_FALSE@,$USE_MKISOFS_FALSE,;t t
2548s,@have_cdrecord@,$have_cdrecord,;t t
2549s,@USE_CDRECORD_TRUE@,$USE_CDRECORD_TRUE,;t t
2550s,@USE_CDRECORD_FALSE@,$USE_CDRECORD_FALSE,;t t
2551s,@LIBOBJS@,$LIBOBJS,;t t
2552s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2553CEOF
2554
2555_ACEOF
2556
2557  cat >>$CONFIG_STATUS <<\_ACEOF
2558  # Split the substitutions into bite-sized pieces for seds with
2559  # small command number limits, like on Digital OSF/1 and HP-UX.
2560  ac_max_sed_lines=48
2561  ac_sed_frag=1 # Number of current file.
2562  ac_beg=1 # First line for current file.
2563  ac_end=$ac_max_sed_lines # Line after last line for current file.
2564  ac_more_lines=:
2565  ac_sed_cmds=
2566  while $ac_more_lines; do
2567    if test $ac_beg -gt 1; then
2568      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2569    else
2570      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2571    fi
2572    if test ! -s $tmp/subs.frag; then
2573      ac_more_lines=false
2574    else
2575      # The purpose of the label and of the branching condition is to
2576      # speed up the sed processing (if there are no `@' at all, there
2577      # is no need to browse any of the substitutions).
2578      # These are the two extra sed commands mentioned above.
2579      (echo ':t
2580  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2581      if test -z "$ac_sed_cmds"; then
2582  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2583      else
2584  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2585      fi
2586      ac_sed_frag=`expr $ac_sed_frag + 1`
2587      ac_beg=$ac_end
2588      ac_end=`expr $ac_end + $ac_max_sed_lines`
2589    fi
2590  done
2591  if test -z "$ac_sed_cmds"; then
2592    ac_sed_cmds=cat
2593  fi
2594fi # test -n "$CONFIG_FILES"
2595
2596_ACEOF
2597cat >>$CONFIG_STATUS <<\_ACEOF
2598for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2599  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2600  case $ac_file in
2601  - | *:- | *:-:* ) # input from stdin
2602        cat >$tmp/stdin
2603        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2604        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2605  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2606        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2607  * )   ac_file_in=$ac_file.in ;;
2608  esac
2609
2610  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2611  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2612$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2613         X"$ac_file" : 'X\(//\)[^/]' \| \
2614         X"$ac_file" : 'X\(//\)$' \| \
2615         X"$ac_file" : 'X\(/\)' \| \
2616         .     : '\(.\)' 2>/dev/null ||
2617echo X"$ac_file" |
2618    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2619  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2620  	  /^X\(\/\/\)$/{ s//\1/; q; }
2621  	  /^X\(\/\).*/{ s//\1/; q; }
2622  	  s/.*/./; q'`
2623  { if $as_mkdir_p; then
2624    mkdir -p "$ac_dir"
2625  else
2626    as_dir="$ac_dir"
2627    as_dirs=
2628    while test ! -d "$as_dir"; do
2629      as_dirs="$as_dir $as_dirs"
2630      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2631$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2632         X"$as_dir" : 'X\(//\)[^/]' \| \
2633         X"$as_dir" : 'X\(//\)$' \| \
2634         X"$as_dir" : 'X\(/\)' \| \
2635         .     : '\(.\)' 2>/dev/null ||
2636echo X"$as_dir" |
2637    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2638  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2639  	  /^X\(\/\/\)$/{ s//\1/; q; }
2640  	  /^X\(\/\).*/{ s//\1/; q; }
2641  	  s/.*/./; q'`
2642    done
2643    test ! -n "$as_dirs" || mkdir $as_dirs
2644  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2645echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2646   { (exit 1); exit 1; }; }; }
2647
2648  ac_builddir=.
2649
2650if test "$ac_dir" != .; then
2651  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2652  # A "../" for each directory in $ac_dir_suffix.
2653  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2654else
2655  ac_dir_suffix= ac_top_builddir=
2656fi
2657
2658case $srcdir in
2659  .)  # No --srcdir option.  We are building in place.
2660    ac_srcdir=.
2661    if test -z "$ac_top_builddir"; then
2662       ac_top_srcdir=.
2663    else
2664       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2665    fi ;;
2666  [\\/]* | ?:[\\/]* )  # Absolute path.
2667    ac_srcdir=$srcdir$ac_dir_suffix;
2668    ac_top_srcdir=$srcdir ;;
2669  *) # Relative path.
2670    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2671    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2672esac
2673# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2674# absolute.
2675ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2676ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
2677ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2678ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2679
2680
2681  case $INSTALL in
2682  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2683  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2684  esac
2685
2686  if test x"$ac_file" != x-; then
2687    { echo "$as_me:$LINENO: creating $ac_file" >&5
2688echo "$as_me: creating $ac_file" >&6;}
2689    rm -f "$ac_file"
2690  fi
2691  # Let's still pretend it is `configure' which instantiates (i.e., don't
2692  # use $as_me), people would be surprised to read:
2693  #    /* config.h.  Generated by config.status.  */
2694  if test x"$ac_file" = x-; then
2695    configure_input=
2696  else
2697    configure_input="$ac_file.  "
2698  fi
2699  configure_input=$configure_input"Generated from `echo $ac_file_in |
2700                                     sed 's,.*/,,'` by configure."
2701
2702  # First look for the input files in the build tree, otherwise in the
2703  # src tree.
2704  ac_file_inputs=`IFS=:
2705    for f in $ac_file_in; do
2706      case $f in
2707      -) echo $tmp/stdin ;;
2708      [\\/$]*)
2709         # Absolute (can't be DOS-style, as IFS=:)
2710         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2711echo "$as_me: error: cannot find input file: $f" >&2;}
2712   { (exit 1); exit 1; }; }
2713         echo $f;;
2714      *) # Relative
2715         if test -f "$f"; then
2716           # Build tree
2717           echo $f
2718         elif test -f "$srcdir/$f"; then
2719           # Source tree
2720           echo $srcdir/$f
2721         else
2722           # /dev/null tree
2723           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2724echo "$as_me: error: cannot find input file: $f" >&2;}
2725   { (exit 1); exit 1; }; }
2726         fi;;
2727      esac
2728    done` || { (exit 1); exit 1; }
2729_ACEOF
2730cat >>$CONFIG_STATUS <<_ACEOF
2731  sed "$ac_vpsub
2732$extrasub
2733_ACEOF
2734cat >>$CONFIG_STATUS <<\_ACEOF
2735:t
2736/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2737s,@configure_input@,$configure_input,;t t
2738s,@srcdir@,$ac_srcdir,;t t
2739s,@abs_srcdir@,$ac_abs_srcdir,;t t
2740s,@top_srcdir@,$ac_top_srcdir,;t t
2741s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2742s,@builddir@,$ac_builddir,;t t
2743s,@abs_builddir@,$ac_abs_builddir,;t t
2744s,@top_builddir@,$ac_top_builddir,;t t
2745s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2746s,@INSTALL@,$ac_INSTALL,;t t
2747" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2748  rm -f $tmp/stdin
2749  if test x"$ac_file" != x-; then
2750    mv $tmp/out $ac_file
2751  else
2752    cat $tmp/out
2753    rm -f $tmp/out
2754  fi
2755
2756done
2757_ACEOF
2758
2759cat >>$CONFIG_STATUS <<\_ACEOF
2760
2761{ (exit 0); exit 0; }
2762_ACEOF
2763chmod +x $CONFIG_STATUS
2764ac_clean_files=$ac_clean_files_save
2765
2766
2767# configure is writing to config.log, and then calls config.status.
2768# config.status does its own redirection, appending to config.log.
2769# Unfortunately, on DOS this fails, as config.log is still kept open
2770# by configure, so config.status won't be able to write to it; its
2771# output is simply discarded.  So we exec the FD to /dev/null,
2772# effectively closing config.log, so it can be properly (re)opened and
2773# appended to by config.status.  When coming back to configure, we
2774# need to make the FD available again.
2775if test "$no_create" != yes; then
2776  ac_cs_success=:
2777  ac_config_status_args=
2778  test "$silent" = yes &&
2779    ac_config_status_args="$ac_config_status_args --quiet"
2780  exec 5>/dev/null
2781  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2782  exec 5>>config.log
2783  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2784  # would make configure fail if this is the last instruction.
2785  $ac_cs_success || { (exit 1); exit 1; }
2786fi
2787
2788