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