configure revision 100ae103
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for xmessage 1.0.2.
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='xmessage'
271PACKAGE_TARNAME='xmessage'
272PACKAGE_VERSION='1.0.2'
273PACKAGE_STRING='xmessage 1.0.2'
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 install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar 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 XMESSAGE_CFLAGS XMESSAGE_LIBS APPDEFS_CFLAGS APPDEFS_LIBS appdefaultdir 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_APPDEFS_CFLAGS_set=${APPDEFS_CFLAGS+set}
746ac_env_APPDEFS_CFLAGS_value=$APPDEFS_CFLAGS
747ac_cv_env_APPDEFS_CFLAGS_set=${APPDEFS_CFLAGS+set}
748ac_cv_env_APPDEFS_CFLAGS_value=$APPDEFS_CFLAGS
749ac_env_APPDEFS_LIBS_set=${APPDEFS_LIBS+set}
750ac_env_APPDEFS_LIBS_value=$APPDEFS_LIBS
751ac_cv_env_APPDEFS_LIBS_set=${APPDEFS_LIBS+set}
752ac_cv_env_APPDEFS_LIBS_value=$APPDEFS_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 xmessage 1.0.2 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 xmessage 1.0.2:";;
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 build
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  APPDEFS_CFLAGS
859              C compiler flags for APPDEFS, overriding pkg-config
860  APPDEFS_LIBS
861              linker flags for APPDEFS, 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
962xmessage configure 1.0.2
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 xmessage $as_me 1.0.2, 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.9"
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# expand $ac_aux_dir to an absolute path
1476am_aux_dir=`cd $ac_aux_dir && pwd`
1477
1478test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1479# Use eval to expand $SHELL
1480if eval "$MISSING --run true"; then
1481  am_missing_run="$MISSING --run "
1482else
1483  am_missing_run=
1484  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1485echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1486fi
1487
1488if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1489  # We used to keeping the `.' as first argument, in order to
1490  # allow $(mkdir_p) to be used without argument.  As in
1491  #   $(mkdir_p) $(somedir)
1492  # where $(somedir) is conditionally defined.  However this is wrong
1493  # for two reasons:
1494  #  1. if the package is installed by a user who cannot write `.'
1495  #     make install will fail,
1496  #  2. the above comment should most certainly read
1497  #     $(mkdir_p) $(DESTDIR)$(somedir)
1498  #     so it does not work when $(somedir) is undefined and
1499  #     $(DESTDIR) is not.
1500  #  To support the latter case, we have to write
1501  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1502  #  so the `.' trick is pointless.
1503  mkdir_p='mkdir -p --'
1504else
1505  # On NextStep and OpenStep, the `mkdir' command does not
1506  # recognize any option.  It will interpret all options as
1507  # directories to create, and then abort because `.' already
1508  # exists.
1509  for d in ./-p ./--version;
1510  do
1511    test -d $d && rmdir $d
1512  done
1513  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1514  if test -f "$ac_aux_dir/mkinstalldirs"; then
1515    mkdir_p='$(mkinstalldirs)'
1516  else
1517    mkdir_p='$(SHELL) $(install_sh) -d'
1518  fi
1519fi
1520
1521for ac_prog in gawk mawk nawk awk
1522do
1523  # Extract the first word of "$ac_prog", so it can be a program name with args.
1524set dummy $ac_prog; ac_word=$2
1525echo "$as_me:$LINENO: checking for $ac_word" >&5
1526echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1527if test "${ac_cv_prog_AWK+set}" = set; then
1528  echo $ECHO_N "(cached) $ECHO_C" >&6
1529else
1530  if test -n "$AWK"; then
1531  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1532else
1533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1534for as_dir in $PATH
1535do
1536  IFS=$as_save_IFS
1537  test -z "$as_dir" && as_dir=.
1538  for ac_exec_ext in '' $ac_executable_extensions; do
1539  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1540    ac_cv_prog_AWK="$ac_prog"
1541    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1542    break 2
1543  fi
1544done
1545done
1546
1547fi
1548fi
1549AWK=$ac_cv_prog_AWK
1550if test -n "$AWK"; then
1551  echo "$as_me:$LINENO: result: $AWK" >&5
1552echo "${ECHO_T}$AWK" >&6
1553else
1554  echo "$as_me:$LINENO: result: no" >&5
1555echo "${ECHO_T}no" >&6
1556fi
1557
1558  test -n "$AWK" && break
1559done
1560
1561echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1562echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1563set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1564if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1565  echo $ECHO_N "(cached) $ECHO_C" >&6
1566else
1567  cat >conftest.make <<\_ACEOF
1568all:
1569	@echo 'ac_maketemp="$(MAKE)"'
1570_ACEOF
1571# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1572eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1573if test -n "$ac_maketemp"; then
1574  eval ac_cv_prog_make_${ac_make}_set=yes
1575else
1576  eval ac_cv_prog_make_${ac_make}_set=no
1577fi
1578rm -f conftest.make
1579fi
1580if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1581  echo "$as_me:$LINENO: result: yes" >&5
1582echo "${ECHO_T}yes" >&6
1583  SET_MAKE=
1584else
1585  echo "$as_me:$LINENO: result: no" >&5
1586echo "${ECHO_T}no" >&6
1587  SET_MAKE="MAKE=${MAKE-make}"
1588fi
1589
1590rm -rf .tst 2>/dev/null
1591mkdir .tst 2>/dev/null
1592if test -d .tst; then
1593  am__leading_dot=.
1594else
1595  am__leading_dot=_
1596fi
1597rmdir .tst 2>/dev/null
1598
1599# test to see if srcdir already configured
1600if test "`cd $srcdir && pwd`" != "`pwd`" &&
1601   test -f $srcdir/config.status; then
1602  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1603echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1604   { (exit 1); exit 1; }; }
1605fi
1606
1607# test whether we have cygpath
1608if test -z "$CYGPATH_W"; then
1609  if (cygpath --version) >/dev/null 2>/dev/null; then
1610    CYGPATH_W='cygpath -w'
1611  else
1612    CYGPATH_W=echo
1613  fi
1614fi
1615
1616
1617# Define the identity of the package.
1618 PACKAGE='xmessage'
1619 VERSION='1.0.2'
1620
1621
1622cat >>confdefs.h <<_ACEOF
1623#define PACKAGE "$PACKAGE"
1624_ACEOF
1625
1626
1627cat >>confdefs.h <<_ACEOF
1628#define VERSION "$VERSION"
1629_ACEOF
1630
1631# Some tools Automake needs.
1632
1633ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1634
1635
1636AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1637
1638
1639AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1640
1641
1642AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1643
1644
1645MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1646
1647install_sh=${install_sh-"$am_aux_dir/install-sh"}
1648
1649# Installed binaries are usually stripped using `strip' when the user
1650# run `make install-strip'.  However `strip' might not be the right
1651# tool to use in cross-compilation environments, therefore Automake
1652# will honor the `STRIP' environment variable to overrule this program.
1653if test "$cross_compiling" != no; then
1654  if test -n "$ac_tool_prefix"; then
1655  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1656set dummy ${ac_tool_prefix}strip; ac_word=$2
1657echo "$as_me:$LINENO: checking for $ac_word" >&5
1658echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1659if test "${ac_cv_prog_STRIP+set}" = set; then
1660  echo $ECHO_N "(cached) $ECHO_C" >&6
1661else
1662  if test -n "$STRIP"; then
1663  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1664else
1665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1666for as_dir in $PATH
1667do
1668  IFS=$as_save_IFS
1669  test -z "$as_dir" && as_dir=.
1670  for ac_exec_ext in '' $ac_executable_extensions; do
1671  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1672    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1673    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1674    break 2
1675  fi
1676done
1677done
1678
1679fi
1680fi
1681STRIP=$ac_cv_prog_STRIP
1682if test -n "$STRIP"; then
1683  echo "$as_me:$LINENO: result: $STRIP" >&5
1684echo "${ECHO_T}$STRIP" >&6
1685else
1686  echo "$as_me:$LINENO: result: no" >&5
1687echo "${ECHO_T}no" >&6
1688fi
1689
1690fi
1691if test -z "$ac_cv_prog_STRIP"; then
1692  ac_ct_STRIP=$STRIP
1693  # Extract the first word of "strip", so it can be a program name with args.
1694set dummy strip; ac_word=$2
1695echo "$as_me:$LINENO: checking for $ac_word" >&5
1696echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1697if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1698  echo $ECHO_N "(cached) $ECHO_C" >&6
1699else
1700  if test -n "$ac_ct_STRIP"; then
1701  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1702else
1703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1704for as_dir in $PATH
1705do
1706  IFS=$as_save_IFS
1707  test -z "$as_dir" && as_dir=.
1708  for ac_exec_ext in '' $ac_executable_extensions; do
1709  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1710    ac_cv_prog_ac_ct_STRIP="strip"
1711    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1712    break 2
1713  fi
1714done
1715done
1716
1717  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1718fi
1719fi
1720ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1721if test -n "$ac_ct_STRIP"; then
1722  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1723echo "${ECHO_T}$ac_ct_STRIP" >&6
1724else
1725  echo "$as_me:$LINENO: result: no" >&5
1726echo "${ECHO_T}no" >&6
1727fi
1728
1729  STRIP=$ac_ct_STRIP
1730else
1731  STRIP="$ac_cv_prog_STRIP"
1732fi
1733
1734fi
1735INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1736
1737# We need awk for the "check" target.  The system "awk" is bad on
1738# some platforms.
1739# Always define AMTAR for backward compatibility.
1740
1741AMTAR=${AMTAR-"${am_missing_run}tar"}
1742
1743am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1744
1745
1746
1747
1748
1749echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1750echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1751    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1752if test "${enable_maintainer_mode+set}" = set; then
1753  enableval="$enable_maintainer_mode"
1754  USE_MAINTAINER_MODE=$enableval
1755else
1756  USE_MAINTAINER_MODE=no
1757fi;
1758  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1759echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1760
1761
1762if test $USE_MAINTAINER_MODE = yes; then
1763  MAINTAINER_MODE_TRUE=
1764  MAINTAINER_MODE_FALSE='#'
1765else
1766  MAINTAINER_MODE_TRUE='#'
1767  MAINTAINER_MODE_FALSE=
1768fi
1769
1770  MAINT=$MAINTAINER_MODE_TRUE
1771
1772
1773
1774          ac_config_headers="$ac_config_headers config.h"
1775
1776
1777ac_ext=c
1778ac_cpp='$CPP $CPPFLAGS'
1779ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1780ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1781ac_compiler_gnu=$ac_cv_c_compiler_gnu
1782if test -n "$ac_tool_prefix"; then
1783  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1784set dummy ${ac_tool_prefix}gcc; ac_word=$2
1785echo "$as_me:$LINENO: checking for $ac_word" >&5
1786echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1787if test "${ac_cv_prog_CC+set}" = set; then
1788  echo $ECHO_N "(cached) $ECHO_C" >&6
1789else
1790  if test -n "$CC"; then
1791  ac_cv_prog_CC="$CC" # Let the user override the test.
1792else
1793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1794for as_dir in $PATH
1795do
1796  IFS=$as_save_IFS
1797  test -z "$as_dir" && as_dir=.
1798  for ac_exec_ext in '' $ac_executable_extensions; do
1799  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1800    ac_cv_prog_CC="${ac_tool_prefix}gcc"
1801    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1802    break 2
1803  fi
1804done
1805done
1806
1807fi
1808fi
1809CC=$ac_cv_prog_CC
1810if test -n "$CC"; then
1811  echo "$as_me:$LINENO: result: $CC" >&5
1812echo "${ECHO_T}$CC" >&6
1813else
1814  echo "$as_me:$LINENO: result: no" >&5
1815echo "${ECHO_T}no" >&6
1816fi
1817
1818fi
1819if test -z "$ac_cv_prog_CC"; then
1820  ac_ct_CC=$CC
1821  # Extract the first word of "gcc", so it can be a program name with args.
1822set dummy gcc; ac_word=$2
1823echo "$as_me:$LINENO: checking for $ac_word" >&5
1824echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1825if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1826  echo $ECHO_N "(cached) $ECHO_C" >&6
1827else
1828  if test -n "$ac_ct_CC"; then
1829  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1830else
1831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1832for as_dir in $PATH
1833do
1834  IFS=$as_save_IFS
1835  test -z "$as_dir" && as_dir=.
1836  for ac_exec_ext in '' $ac_executable_extensions; do
1837  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1838    ac_cv_prog_ac_ct_CC="gcc"
1839    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1840    break 2
1841  fi
1842done
1843done
1844
1845fi
1846fi
1847ac_ct_CC=$ac_cv_prog_ac_ct_CC
1848if test -n "$ac_ct_CC"; then
1849  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1850echo "${ECHO_T}$ac_ct_CC" >&6
1851else
1852  echo "$as_me:$LINENO: result: no" >&5
1853echo "${ECHO_T}no" >&6
1854fi
1855
1856  CC=$ac_ct_CC
1857else
1858  CC="$ac_cv_prog_CC"
1859fi
1860
1861if test -z "$CC"; then
1862  if test -n "$ac_tool_prefix"; then
1863  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1864set dummy ${ac_tool_prefix}cc; ac_word=$2
1865echo "$as_me:$LINENO: checking for $ac_word" >&5
1866echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1867if test "${ac_cv_prog_CC+set}" = set; then
1868  echo $ECHO_N "(cached) $ECHO_C" >&6
1869else
1870  if test -n "$CC"; then
1871  ac_cv_prog_CC="$CC" # Let the user override the test.
1872else
1873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1874for as_dir in $PATH
1875do
1876  IFS=$as_save_IFS
1877  test -z "$as_dir" && as_dir=.
1878  for ac_exec_ext in '' $ac_executable_extensions; do
1879  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1880    ac_cv_prog_CC="${ac_tool_prefix}cc"
1881    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1882    break 2
1883  fi
1884done
1885done
1886
1887fi
1888fi
1889CC=$ac_cv_prog_CC
1890if test -n "$CC"; then
1891  echo "$as_me:$LINENO: result: $CC" >&5
1892echo "${ECHO_T}$CC" >&6
1893else
1894  echo "$as_me:$LINENO: result: no" >&5
1895echo "${ECHO_T}no" >&6
1896fi
1897
1898fi
1899if test -z "$ac_cv_prog_CC"; then
1900  ac_ct_CC=$CC
1901  # Extract the first word of "cc", so it can be a program name with args.
1902set dummy cc; ac_word=$2
1903echo "$as_me:$LINENO: checking for $ac_word" >&5
1904echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1905if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1906  echo $ECHO_N "(cached) $ECHO_C" >&6
1907else
1908  if test -n "$ac_ct_CC"; then
1909  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1910else
1911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1912for as_dir in $PATH
1913do
1914  IFS=$as_save_IFS
1915  test -z "$as_dir" && as_dir=.
1916  for ac_exec_ext in '' $ac_executable_extensions; do
1917  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1918    ac_cv_prog_ac_ct_CC="cc"
1919    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1920    break 2
1921  fi
1922done
1923done
1924
1925fi
1926fi
1927ac_ct_CC=$ac_cv_prog_ac_ct_CC
1928if test -n "$ac_ct_CC"; then
1929  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1930echo "${ECHO_T}$ac_ct_CC" >&6
1931else
1932  echo "$as_me:$LINENO: result: no" >&5
1933echo "${ECHO_T}no" >&6
1934fi
1935
1936  CC=$ac_ct_CC
1937else
1938  CC="$ac_cv_prog_CC"
1939fi
1940
1941fi
1942if test -z "$CC"; then
1943  # Extract the first word of "cc", so it can be a program name with args.
1944set dummy cc; ac_word=$2
1945echo "$as_me:$LINENO: checking for $ac_word" >&5
1946echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1947if test "${ac_cv_prog_CC+set}" = set; then
1948  echo $ECHO_N "(cached) $ECHO_C" >&6
1949else
1950  if test -n "$CC"; then
1951  ac_cv_prog_CC="$CC" # Let the user override the test.
1952else
1953  ac_prog_rejected=no
1954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1955for as_dir in $PATH
1956do
1957  IFS=$as_save_IFS
1958  test -z "$as_dir" && as_dir=.
1959  for ac_exec_ext in '' $ac_executable_extensions; do
1960  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1961    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1962       ac_prog_rejected=yes
1963       continue
1964     fi
1965    ac_cv_prog_CC="cc"
1966    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1967    break 2
1968  fi
1969done
1970done
1971
1972if test $ac_prog_rejected = yes; then
1973  # We found a bogon in the path, so make sure we never use it.
1974  set dummy $ac_cv_prog_CC
1975  shift
1976  if test $# != 0; then
1977    # We chose a different compiler from the bogus one.
1978    # However, it has the same basename, so the bogon will be chosen
1979    # first if we set CC to just the basename; use the full file name.
1980    shift
1981    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1982  fi
1983fi
1984fi
1985fi
1986CC=$ac_cv_prog_CC
1987if test -n "$CC"; then
1988  echo "$as_me:$LINENO: result: $CC" >&5
1989echo "${ECHO_T}$CC" >&6
1990else
1991  echo "$as_me:$LINENO: result: no" >&5
1992echo "${ECHO_T}no" >&6
1993fi
1994
1995fi
1996if test -z "$CC"; then
1997  if test -n "$ac_tool_prefix"; then
1998  for ac_prog in cl
1999  do
2000    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2001set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2002echo "$as_me:$LINENO: checking for $ac_word" >&5
2003echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2004if test "${ac_cv_prog_CC+set}" = set; then
2005  echo $ECHO_N "(cached) $ECHO_C" >&6
2006else
2007  if test -n "$CC"; then
2008  ac_cv_prog_CC="$CC" # Let the user override the test.
2009else
2010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2011for as_dir in $PATH
2012do
2013  IFS=$as_save_IFS
2014  test -z "$as_dir" && as_dir=.
2015  for ac_exec_ext in '' $ac_executable_extensions; do
2016  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2017    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2018    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2019    break 2
2020  fi
2021done
2022done
2023
2024fi
2025fi
2026CC=$ac_cv_prog_CC
2027if test -n "$CC"; then
2028  echo "$as_me:$LINENO: result: $CC" >&5
2029echo "${ECHO_T}$CC" >&6
2030else
2031  echo "$as_me:$LINENO: result: no" >&5
2032echo "${ECHO_T}no" >&6
2033fi
2034
2035    test -n "$CC" && break
2036  done
2037fi
2038if test -z "$CC"; then
2039  ac_ct_CC=$CC
2040  for ac_prog in cl
2041do
2042  # Extract the first word of "$ac_prog", so it can be a program name with args.
2043set dummy $ac_prog; ac_word=$2
2044echo "$as_me:$LINENO: checking for $ac_word" >&5
2045echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2046if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2047  echo $ECHO_N "(cached) $ECHO_C" >&6
2048else
2049  if test -n "$ac_ct_CC"; then
2050  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2051else
2052as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2053for as_dir in $PATH
2054do
2055  IFS=$as_save_IFS
2056  test -z "$as_dir" && as_dir=.
2057  for ac_exec_ext in '' $ac_executable_extensions; do
2058  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2059    ac_cv_prog_ac_ct_CC="$ac_prog"
2060    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2061    break 2
2062  fi
2063done
2064done
2065
2066fi
2067fi
2068ac_ct_CC=$ac_cv_prog_ac_ct_CC
2069if test -n "$ac_ct_CC"; then
2070  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2071echo "${ECHO_T}$ac_ct_CC" >&6
2072else
2073  echo "$as_me:$LINENO: result: no" >&5
2074echo "${ECHO_T}no" >&6
2075fi
2076
2077  test -n "$ac_ct_CC" && break
2078done
2079
2080  CC=$ac_ct_CC
2081fi
2082
2083fi
2084
2085
2086test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2087See \`config.log' for more details." >&5
2088echo "$as_me: error: no acceptable C compiler found in \$PATH
2089See \`config.log' for more details." >&2;}
2090   { (exit 1); exit 1; }; }
2091
2092# Provide some information about the compiler.
2093echo "$as_me:$LINENO:" \
2094     "checking for C compiler version" >&5
2095ac_compiler=`set X $ac_compile; echo $2`
2096{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2097  (eval $ac_compiler --version </dev/null >&5) 2>&5
2098  ac_status=$?
2099  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2100  (exit $ac_status); }
2101{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2102  (eval $ac_compiler -v </dev/null >&5) 2>&5
2103  ac_status=$?
2104  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2105  (exit $ac_status); }
2106{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2107  (eval $ac_compiler -V </dev/null >&5) 2>&5
2108  ac_status=$?
2109  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2110  (exit $ac_status); }
2111
2112cat >conftest.$ac_ext <<_ACEOF
2113/* confdefs.h.  */
2114_ACEOF
2115cat confdefs.h >>conftest.$ac_ext
2116cat >>conftest.$ac_ext <<_ACEOF
2117/* end confdefs.h.  */
2118
2119int
2120main ()
2121{
2122
2123  ;
2124  return 0;
2125}
2126_ACEOF
2127ac_clean_files_save=$ac_clean_files
2128ac_clean_files="$ac_clean_files a.out a.exe b.out"
2129# Try to create an executable without -o first, disregard a.out.
2130# It will help us diagnose broken compilers, and finding out an intuition
2131# of exeext.
2132echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2133echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2134ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2135if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2136  (eval $ac_link_default) 2>&5
2137  ac_status=$?
2138  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2139  (exit $ac_status); }; then
2140  # Find the output, starting from the most likely.  This scheme is
2141# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2142# resort.
2143
2144# Be careful to initialize this variable, since it used to be cached.
2145# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2146ac_cv_exeext=
2147# b.out is created by i960 compilers.
2148for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2149do
2150  test -f "$ac_file" || continue
2151  case $ac_file in
2152    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2153	;;
2154    conftest.$ac_ext )
2155	# This is the source file.
2156	;;
2157    [ab].out )
2158	# We found the default executable, but exeext='' is most
2159	# certainly right.
2160	break;;
2161    *.* )
2162	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2163	# FIXME: I believe we export ac_cv_exeext for Libtool,
2164	# but it would be cool to find out if it's true.  Does anybody
2165	# maintain Libtool? --akim.
2166	export ac_cv_exeext
2167	break;;
2168    * )
2169	break;;
2170  esac
2171done
2172else
2173  echo "$as_me: failed program was:" >&5
2174sed 's/^/| /' conftest.$ac_ext >&5
2175
2176{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2177See \`config.log' for more details." >&5
2178echo "$as_me: error: C compiler cannot create executables
2179See \`config.log' for more details." >&2;}
2180   { (exit 77); exit 77; }; }
2181fi
2182
2183ac_exeext=$ac_cv_exeext
2184echo "$as_me:$LINENO: result: $ac_file" >&5
2185echo "${ECHO_T}$ac_file" >&6
2186
2187# Check the compiler produces executables we can run.  If not, either
2188# the compiler is broken, or we cross compile.
2189echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2190echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2191# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2192# If not cross compiling, check that we can run a simple program.
2193if test "$cross_compiling" != yes; then
2194  if { ac_try='./$ac_file'
2195  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2196  (eval $ac_try) 2>&5
2197  ac_status=$?
2198  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2199  (exit $ac_status); }; }; then
2200    cross_compiling=no
2201  else
2202    if test "$cross_compiling" = maybe; then
2203	cross_compiling=yes
2204    else
2205	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2206If you meant to cross compile, use \`--host'.
2207See \`config.log' for more details." >&5
2208echo "$as_me: error: cannot run C compiled programs.
2209If you meant to cross compile, use \`--host'.
2210See \`config.log' for more details." >&2;}
2211   { (exit 1); exit 1; }; }
2212    fi
2213  fi
2214fi
2215echo "$as_me:$LINENO: result: yes" >&5
2216echo "${ECHO_T}yes" >&6
2217
2218rm -f a.out a.exe conftest$ac_cv_exeext b.out
2219ac_clean_files=$ac_clean_files_save
2220# Check the compiler produces executables we can run.  If not, either
2221# the compiler is broken, or we cross compile.
2222echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2223echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2224echo "$as_me:$LINENO: result: $cross_compiling" >&5
2225echo "${ECHO_T}$cross_compiling" >&6
2226
2227echo "$as_me:$LINENO: checking for suffix of executables" >&5
2228echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2229if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2230  (eval $ac_link) 2>&5
2231  ac_status=$?
2232  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2233  (exit $ac_status); }; then
2234  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2235# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2236# work properly (i.e., refer to `conftest.exe'), while it won't with
2237# `rm'.
2238for ac_file in conftest.exe conftest conftest.*; do
2239  test -f "$ac_file" || continue
2240  case $ac_file in
2241    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2242    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2243	  export ac_cv_exeext
2244	  break;;
2245    * ) break;;
2246  esac
2247done
2248else
2249  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2250See \`config.log' for more details." >&5
2251echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2252See \`config.log' for more details." >&2;}
2253   { (exit 1); exit 1; }; }
2254fi
2255
2256rm -f conftest$ac_cv_exeext
2257echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2258echo "${ECHO_T}$ac_cv_exeext" >&6
2259
2260rm -f conftest.$ac_ext
2261EXEEXT=$ac_cv_exeext
2262ac_exeext=$EXEEXT
2263echo "$as_me:$LINENO: checking for suffix of object files" >&5
2264echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2265if test "${ac_cv_objext+set}" = set; then
2266  echo $ECHO_N "(cached) $ECHO_C" >&6
2267else
2268  cat >conftest.$ac_ext <<_ACEOF
2269/* confdefs.h.  */
2270_ACEOF
2271cat confdefs.h >>conftest.$ac_ext
2272cat >>conftest.$ac_ext <<_ACEOF
2273/* end confdefs.h.  */
2274
2275int
2276main ()
2277{
2278
2279  ;
2280  return 0;
2281}
2282_ACEOF
2283rm -f conftest.o conftest.obj
2284if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2285  (eval $ac_compile) 2>&5
2286  ac_status=$?
2287  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2288  (exit $ac_status); }; then
2289  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2290  case $ac_file in
2291    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2292    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2293       break;;
2294  esac
2295done
2296else
2297  echo "$as_me: failed program was:" >&5
2298sed 's/^/| /' conftest.$ac_ext >&5
2299
2300{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2301See \`config.log' for more details." >&5
2302echo "$as_me: error: cannot compute suffix of object files: cannot compile
2303See \`config.log' for more details." >&2;}
2304   { (exit 1); exit 1; }; }
2305fi
2306
2307rm -f conftest.$ac_cv_objext conftest.$ac_ext
2308fi
2309echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2310echo "${ECHO_T}$ac_cv_objext" >&6
2311OBJEXT=$ac_cv_objext
2312ac_objext=$OBJEXT
2313echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2314echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2315if test "${ac_cv_c_compiler_gnu+set}" = set; then
2316  echo $ECHO_N "(cached) $ECHO_C" >&6
2317else
2318  cat >conftest.$ac_ext <<_ACEOF
2319/* confdefs.h.  */
2320_ACEOF
2321cat confdefs.h >>conftest.$ac_ext
2322cat >>conftest.$ac_ext <<_ACEOF
2323/* end confdefs.h.  */
2324
2325int
2326main ()
2327{
2328#ifndef __GNUC__
2329       choke me
2330#endif
2331
2332  ;
2333  return 0;
2334}
2335_ACEOF
2336rm -f conftest.$ac_objext
2337if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2338  (eval $ac_compile) 2>conftest.er1
2339  ac_status=$?
2340  grep -v '^ *+' conftest.er1 >conftest.err
2341  rm -f conftest.er1
2342  cat conftest.err >&5
2343  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2344  (exit $ac_status); } &&
2345	 { ac_try='test -z "$ac_c_werror_flag"
2346			 || test ! -s conftest.err'
2347  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2348  (eval $ac_try) 2>&5
2349  ac_status=$?
2350  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2351  (exit $ac_status); }; } &&
2352	 { ac_try='test -s conftest.$ac_objext'
2353  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2354  (eval $ac_try) 2>&5
2355  ac_status=$?
2356  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357  (exit $ac_status); }; }; then
2358  ac_compiler_gnu=yes
2359else
2360  echo "$as_me: failed program was:" >&5
2361sed 's/^/| /' conftest.$ac_ext >&5
2362
2363ac_compiler_gnu=no
2364fi
2365rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2366ac_cv_c_compiler_gnu=$ac_compiler_gnu
2367
2368fi
2369echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2370echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2371GCC=`test $ac_compiler_gnu = yes && echo yes`
2372ac_test_CFLAGS=${CFLAGS+set}
2373ac_save_CFLAGS=$CFLAGS
2374CFLAGS="-g"
2375echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2376echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2377if test "${ac_cv_prog_cc_g+set}" = set; then
2378  echo $ECHO_N "(cached) $ECHO_C" >&6
2379else
2380  cat >conftest.$ac_ext <<_ACEOF
2381/* confdefs.h.  */
2382_ACEOF
2383cat confdefs.h >>conftest.$ac_ext
2384cat >>conftest.$ac_ext <<_ACEOF
2385/* end confdefs.h.  */
2386
2387int
2388main ()
2389{
2390
2391  ;
2392  return 0;
2393}
2394_ACEOF
2395rm -f conftest.$ac_objext
2396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2397  (eval $ac_compile) 2>conftest.er1
2398  ac_status=$?
2399  grep -v '^ *+' conftest.er1 >conftest.err
2400  rm -f conftest.er1
2401  cat conftest.err >&5
2402  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2403  (exit $ac_status); } &&
2404	 { ac_try='test -z "$ac_c_werror_flag"
2405			 || test ! -s conftest.err'
2406  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2407  (eval $ac_try) 2>&5
2408  ac_status=$?
2409  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410  (exit $ac_status); }; } &&
2411	 { ac_try='test -s conftest.$ac_objext'
2412  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2413  (eval $ac_try) 2>&5
2414  ac_status=$?
2415  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2416  (exit $ac_status); }; }; then
2417  ac_cv_prog_cc_g=yes
2418else
2419  echo "$as_me: failed program was:" >&5
2420sed 's/^/| /' conftest.$ac_ext >&5
2421
2422ac_cv_prog_cc_g=no
2423fi
2424rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2425fi
2426echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2427echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2428if test "$ac_test_CFLAGS" = set; then
2429  CFLAGS=$ac_save_CFLAGS
2430elif test $ac_cv_prog_cc_g = yes; then
2431  if test "$GCC" = yes; then
2432    CFLAGS="-g -O2"
2433  else
2434    CFLAGS="-g"
2435  fi
2436else
2437  if test "$GCC" = yes; then
2438    CFLAGS="-O2"
2439  else
2440    CFLAGS=
2441  fi
2442fi
2443echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2444echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2445if test "${ac_cv_prog_cc_stdc+set}" = set; then
2446  echo $ECHO_N "(cached) $ECHO_C" >&6
2447else
2448  ac_cv_prog_cc_stdc=no
2449ac_save_CC=$CC
2450cat >conftest.$ac_ext <<_ACEOF
2451/* confdefs.h.  */
2452_ACEOF
2453cat confdefs.h >>conftest.$ac_ext
2454cat >>conftest.$ac_ext <<_ACEOF
2455/* end confdefs.h.  */
2456#include <stdarg.h>
2457#include <stdio.h>
2458#include <sys/types.h>
2459#include <sys/stat.h>
2460/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2461struct buf { int x; };
2462FILE * (*rcsopen) (struct buf *, struct stat *, int);
2463static char *e (p, i)
2464     char **p;
2465     int i;
2466{
2467  return p[i];
2468}
2469static char *f (char * (*g) (char **, int), char **p, ...)
2470{
2471  char *s;
2472  va_list v;
2473  va_start (v,p);
2474  s = g (p, va_arg (v,int));
2475  va_end (v);
2476  return s;
2477}
2478
2479/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2480   function prototypes and stuff, but not '\xHH' hex character constants.
2481   These don't provoke an error unfortunately, instead are silently treated
2482   as 'x'.  The following induces an error, until -std1 is added to get
2483   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2484   array size at least.  It's necessary to write '\x00'==0 to get something
2485   that's true only with -std1.  */
2486int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2487
2488int test (int i, double x);
2489struct s1 {int (*f) (int a);};
2490struct s2 {int (*f) (double a);};
2491int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2492int argc;
2493char **argv;
2494int
2495main ()
2496{
2497return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2498  ;
2499  return 0;
2500}
2501_ACEOF
2502# Don't try gcc -ansi; that turns off useful extensions and
2503# breaks some systems' header files.
2504# AIX			-qlanglvl=ansi
2505# Ultrix and OSF/1	-std1
2506# HP-UX 10.20 and later	-Ae
2507# HP-UX older versions	-Aa -D_HPUX_SOURCE
2508# SVR4			-Xc -D__EXTENSIONS__
2509for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2510do
2511  CC="$ac_save_CC $ac_arg"
2512  rm -f conftest.$ac_objext
2513if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2514  (eval $ac_compile) 2>conftest.er1
2515  ac_status=$?
2516  grep -v '^ *+' conftest.er1 >conftest.err
2517  rm -f conftest.er1
2518  cat conftest.err >&5
2519  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2520  (exit $ac_status); } &&
2521	 { ac_try='test -z "$ac_c_werror_flag"
2522			 || test ! -s conftest.err'
2523  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2524  (eval $ac_try) 2>&5
2525  ac_status=$?
2526  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2527  (exit $ac_status); }; } &&
2528	 { ac_try='test -s conftest.$ac_objext'
2529  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2530  (eval $ac_try) 2>&5
2531  ac_status=$?
2532  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533  (exit $ac_status); }; }; then
2534  ac_cv_prog_cc_stdc=$ac_arg
2535break
2536else
2537  echo "$as_me: failed program was:" >&5
2538sed 's/^/| /' conftest.$ac_ext >&5
2539
2540fi
2541rm -f conftest.err conftest.$ac_objext
2542done
2543rm -f conftest.$ac_ext conftest.$ac_objext
2544CC=$ac_save_CC
2545
2546fi
2547
2548case "x$ac_cv_prog_cc_stdc" in
2549  x|xno)
2550    echo "$as_me:$LINENO: result: none needed" >&5
2551echo "${ECHO_T}none needed" >&6 ;;
2552  *)
2553    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2554echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2555    CC="$CC $ac_cv_prog_cc_stdc" ;;
2556esac
2557
2558# Some people use a C++ compiler to compile C.  Since we use `exit',
2559# in C++ we need to declare it.  In case someone uses the same compiler
2560# for both compiling C and C++ we need to have the C++ compiler decide
2561# the declaration of exit, since it's the most demanding environment.
2562cat >conftest.$ac_ext <<_ACEOF
2563#ifndef __cplusplus
2564  choke me
2565#endif
2566_ACEOF
2567rm -f conftest.$ac_objext
2568if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2569  (eval $ac_compile) 2>conftest.er1
2570  ac_status=$?
2571  grep -v '^ *+' conftest.er1 >conftest.err
2572  rm -f conftest.er1
2573  cat conftest.err >&5
2574  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2575  (exit $ac_status); } &&
2576	 { ac_try='test -z "$ac_c_werror_flag"
2577			 || test ! -s conftest.err'
2578  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2579  (eval $ac_try) 2>&5
2580  ac_status=$?
2581  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2582  (exit $ac_status); }; } &&
2583	 { ac_try='test -s conftest.$ac_objext'
2584  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2585  (eval $ac_try) 2>&5
2586  ac_status=$?
2587  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588  (exit $ac_status); }; }; then
2589  for ac_declaration in \
2590   '' \
2591   'extern "C" void std::exit (int) throw (); using std::exit;' \
2592   'extern "C" void std::exit (int); using std::exit;' \
2593   'extern "C" void exit (int) throw ();' \
2594   'extern "C" void exit (int);' \
2595   'void exit (int);'
2596do
2597  cat >conftest.$ac_ext <<_ACEOF
2598/* confdefs.h.  */
2599_ACEOF
2600cat confdefs.h >>conftest.$ac_ext
2601cat >>conftest.$ac_ext <<_ACEOF
2602/* end confdefs.h.  */
2603$ac_declaration
2604#include <stdlib.h>
2605int
2606main ()
2607{
2608exit (42);
2609  ;
2610  return 0;
2611}
2612_ACEOF
2613rm -f conftest.$ac_objext
2614if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2615  (eval $ac_compile) 2>conftest.er1
2616  ac_status=$?
2617  grep -v '^ *+' conftest.er1 >conftest.err
2618  rm -f conftest.er1
2619  cat conftest.err >&5
2620  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2621  (exit $ac_status); } &&
2622	 { ac_try='test -z "$ac_c_werror_flag"
2623			 || test ! -s conftest.err'
2624  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2625  (eval $ac_try) 2>&5
2626  ac_status=$?
2627  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2628  (exit $ac_status); }; } &&
2629	 { ac_try='test -s conftest.$ac_objext'
2630  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2631  (eval $ac_try) 2>&5
2632  ac_status=$?
2633  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634  (exit $ac_status); }; }; then
2635  :
2636else
2637  echo "$as_me: failed program was:" >&5
2638sed 's/^/| /' conftest.$ac_ext >&5
2639
2640continue
2641fi
2642rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2643  cat >conftest.$ac_ext <<_ACEOF
2644/* confdefs.h.  */
2645_ACEOF
2646cat confdefs.h >>conftest.$ac_ext
2647cat >>conftest.$ac_ext <<_ACEOF
2648/* end confdefs.h.  */
2649$ac_declaration
2650int
2651main ()
2652{
2653exit (42);
2654  ;
2655  return 0;
2656}
2657_ACEOF
2658rm -f conftest.$ac_objext
2659if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2660  (eval $ac_compile) 2>conftest.er1
2661  ac_status=$?
2662  grep -v '^ *+' conftest.er1 >conftest.err
2663  rm -f conftest.er1
2664  cat conftest.err >&5
2665  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2666  (exit $ac_status); } &&
2667	 { ac_try='test -z "$ac_c_werror_flag"
2668			 || test ! -s conftest.err'
2669  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2670  (eval $ac_try) 2>&5
2671  ac_status=$?
2672  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2673  (exit $ac_status); }; } &&
2674	 { ac_try='test -s conftest.$ac_objext'
2675  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2676  (eval $ac_try) 2>&5
2677  ac_status=$?
2678  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2679  (exit $ac_status); }; }; then
2680  break
2681else
2682  echo "$as_me: failed program was:" >&5
2683sed 's/^/| /' conftest.$ac_ext >&5
2684
2685fi
2686rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2687done
2688rm -f conftest*
2689if test -n "$ac_declaration"; then
2690  echo '#ifdef __cplusplus' >>confdefs.h
2691  echo $ac_declaration      >>confdefs.h
2692  echo '#endif'             >>confdefs.h
2693fi
2694
2695else
2696  echo "$as_me: failed program was:" >&5
2697sed 's/^/| /' conftest.$ac_ext >&5
2698
2699fi
2700rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2701ac_ext=c
2702ac_cpp='$CPP $CPPFLAGS'
2703ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2704ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2705ac_compiler_gnu=$ac_cv_c_compiler_gnu
2706DEPDIR="${am__leading_dot}deps"
2707
2708          ac_config_commands="$ac_config_commands depfiles"
2709
2710
2711am_make=${MAKE-make}
2712cat > confinc << 'END'
2713am__doit:
2714	@echo done
2715.PHONY: am__doit
2716END
2717# If we don't find an include directive, just comment out the code.
2718echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2719echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2720am__include="#"
2721am__quote=
2722_am_result=none
2723# First try GNU make style include.
2724echo "include confinc" > confmf
2725# We grep out `Entering directory' and `Leaving directory'
2726# messages which can occur if `w' ends up in MAKEFLAGS.
2727# In particular we don't look at `^make:' because GNU make might
2728# be invoked under some other name (usually "gmake"), in which
2729# case it prints its new name instead of `make'.
2730if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2731   am__include=include
2732   am__quote=
2733   _am_result=GNU
2734fi
2735# Now try BSD make style include.
2736if test "$am__include" = "#"; then
2737   echo '.include "confinc"' > confmf
2738   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2739      am__include=.include
2740      am__quote="\""
2741      _am_result=BSD
2742   fi
2743fi
2744
2745
2746echo "$as_me:$LINENO: result: $_am_result" >&5
2747echo "${ECHO_T}$_am_result" >&6
2748rm -f confinc confmf
2749
2750# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2751if test "${enable_dependency_tracking+set}" = set; then
2752  enableval="$enable_dependency_tracking"
2753
2754fi;
2755if test "x$enable_dependency_tracking" != xno; then
2756  am_depcomp="$ac_aux_dir/depcomp"
2757  AMDEPBACKSLASH='\'
2758fi
2759
2760
2761if test "x$enable_dependency_tracking" != xno; then
2762  AMDEP_TRUE=
2763  AMDEP_FALSE='#'
2764else
2765  AMDEP_TRUE='#'
2766  AMDEP_FALSE=
2767fi
2768
2769
2770
2771
2772depcc="$CC"   am_compiler_list=
2773
2774echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2775echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2776if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2777  echo $ECHO_N "(cached) $ECHO_C" >&6
2778else
2779  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2780  # We make a subdir and do the tests there.  Otherwise we can end up
2781  # making bogus files that we don't know about and never remove.  For
2782  # instance it was reported that on HP-UX the gcc test will end up
2783  # making a dummy file named `D' -- because `-MD' means `put the output
2784  # in D'.
2785  mkdir conftest.dir
2786  # Copy depcomp to subdir because otherwise we won't find it if we're
2787  # using a relative directory.
2788  cp "$am_depcomp" conftest.dir
2789  cd conftest.dir
2790  # We will build objects and dependencies in a subdirectory because
2791  # it helps to detect inapplicable dependency modes.  For instance
2792  # both Tru64's cc and ICC support -MD to output dependencies as a
2793  # side effect of compilation, but ICC will put the dependencies in
2794  # the current directory while Tru64 will put them in the object
2795  # directory.
2796  mkdir sub
2797
2798  am_cv_CC_dependencies_compiler_type=none
2799  if test "$am_compiler_list" = ""; then
2800     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2801  fi
2802  for depmode in $am_compiler_list; do
2803    # Setup a source with many dependencies, because some compilers
2804    # like to wrap large dependency lists on column 80 (with \), and
2805    # we should not choose a depcomp mode which is confused by this.
2806    #
2807    # We need to recreate these files for each test, as the compiler may
2808    # overwrite some of them when testing with obscure command lines.
2809    # This happens at least with the AIX C compiler.
2810    : > sub/conftest.c
2811    for i in 1 2 3 4 5 6; do
2812      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2813      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2814      # Solaris 8's {/usr,}/bin/sh.
2815      touch sub/conftst$i.h
2816    done
2817    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2818
2819    case $depmode in
2820    nosideeffect)
2821      # after this tag, mechanisms are not by side-effect, so they'll
2822      # only be used when explicitly requested
2823      if test "x$enable_dependency_tracking" = xyes; then
2824	continue
2825      else
2826	break
2827      fi
2828      ;;
2829    none) break ;;
2830    esac
2831    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2832    # mode.  It turns out that the SunPro C++ compiler does not properly
2833    # handle `-M -o', and we need to detect this.
2834    if depmode=$depmode \
2835       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2836       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2837       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2838         >/dev/null 2>conftest.err &&
2839       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2840       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2841       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2842      # icc doesn't choke on unknown options, it will just issue warnings
2843      # or remarks (even with -Werror).  So we grep stderr for any message
2844      # that says an option was ignored or not supported.
2845      # When given -MP, icc 7.0 and 7.1 complain thusly:
2846      #   icc: Command line warning: ignoring option '-M'; no argument required
2847      # The diagnosis changed in icc 8.0:
2848      #   icc: Command line remark: option '-MP' not supported
2849      if (grep 'ignoring option' conftest.err ||
2850          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2851        am_cv_CC_dependencies_compiler_type=$depmode
2852        break
2853      fi
2854    fi
2855  done
2856
2857  cd ..
2858  rm -rf conftest.dir
2859else
2860  am_cv_CC_dependencies_compiler_type=none
2861fi
2862
2863fi
2864echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2865echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2866CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2867
2868
2869
2870if
2871  test "x$enable_dependency_tracking" != xno \
2872  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2873  am__fastdepCC_TRUE=
2874  am__fastdepCC_FALSE='#'
2875else
2876  am__fastdepCC_TRUE='#'
2877  am__fastdepCC_FALSE=
2878fi
2879
2880
2881# Find a good install program.  We prefer a C program (faster),
2882# so one script is as good as another.  But avoid the broken or
2883# incompatible versions:
2884# SysV /etc/install, /usr/sbin/install
2885# SunOS /usr/etc/install
2886# IRIX /sbin/install
2887# AIX /bin/install
2888# AmigaOS /C/install, which installs bootblocks on floppy discs
2889# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2890# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2891# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2892# OS/2's system install, which has a completely different semantic
2893# ./install, which can be erroneously created by make from ./install.sh.
2894echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2895echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2896if test -z "$INSTALL"; then
2897if test "${ac_cv_path_install+set}" = set; then
2898  echo $ECHO_N "(cached) $ECHO_C" >&6
2899else
2900  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2901for as_dir in $PATH
2902do
2903  IFS=$as_save_IFS
2904  test -z "$as_dir" && as_dir=.
2905  # Account for people who put trailing slashes in PATH elements.
2906case $as_dir/ in
2907  ./ | .// | /cC/* | \
2908  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2909  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2910  /usr/ucb/* ) ;;
2911  *)
2912    # OSF1 and SCO ODT 3.0 have their own names for install.
2913    # Don't use installbsd from OSF since it installs stuff as root
2914    # by default.
2915    for ac_prog in ginstall scoinst install; do
2916      for ac_exec_ext in '' $ac_executable_extensions; do
2917	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2918	  if test $ac_prog = install &&
2919	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2920	    # AIX install.  It has an incompatible calling convention.
2921	    :
2922	  elif test $ac_prog = install &&
2923	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2924	    # program-specific install script used by HP pwplus--don't use.
2925	    :
2926	  else
2927	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2928	    break 3
2929	  fi
2930	fi
2931      done
2932    done
2933    ;;
2934esac
2935done
2936
2937
2938fi
2939  if test "${ac_cv_path_install+set}" = set; then
2940    INSTALL=$ac_cv_path_install
2941  else
2942    # As a last resort, use the slow shell script.  We don't cache a
2943    # path for INSTALL within a source directory, because that will
2944    # break other packages using the cache if that directory is
2945    # removed, or if the path is relative.
2946    INSTALL=$ac_install_sh
2947  fi
2948fi
2949echo "$as_me:$LINENO: result: $INSTALL" >&5
2950echo "${ECHO_T}$INSTALL" >&6
2951
2952# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2953# It thinks the first close brace ends the variable substitution.
2954test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2955
2956test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2957
2958test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2959
2960
2961# Checks for pkg-config packages
2962
2963
2964if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2965	if test -n "$ac_tool_prefix"; then
2966  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2967set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2968echo "$as_me:$LINENO: checking for $ac_word" >&5
2969echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2970if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2971  echo $ECHO_N "(cached) $ECHO_C" >&6
2972else
2973  case $PKG_CONFIG in
2974  [\\/]* | ?:[\\/]*)
2975  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2976  ;;
2977  *)
2978  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979for as_dir in $PATH
2980do
2981  IFS=$as_save_IFS
2982  test -z "$as_dir" && as_dir=.
2983  for ac_exec_ext in '' $ac_executable_extensions; do
2984  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2985    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2986    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2987    break 2
2988  fi
2989done
2990done
2991
2992  ;;
2993esac
2994fi
2995PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2996
2997if test -n "$PKG_CONFIG"; then
2998  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2999echo "${ECHO_T}$PKG_CONFIG" >&6
3000else
3001  echo "$as_me:$LINENO: result: no" >&5
3002echo "${ECHO_T}no" >&6
3003fi
3004
3005fi
3006if test -z "$ac_cv_path_PKG_CONFIG"; then
3007  ac_pt_PKG_CONFIG=$PKG_CONFIG
3008  # Extract the first word of "pkg-config", so it can be a program name with args.
3009set dummy pkg-config; ac_word=$2
3010echo "$as_me:$LINENO: checking for $ac_word" >&5
3011echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3012if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
3013  echo $ECHO_N "(cached) $ECHO_C" >&6
3014else
3015  case $ac_pt_PKG_CONFIG in
3016  [\\/]* | ?:[\\/]*)
3017  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
3018  ;;
3019  *)
3020  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3021for as_dir in $PATH
3022do
3023  IFS=$as_save_IFS
3024  test -z "$as_dir" && as_dir=.
3025  for ac_exec_ext in '' $ac_executable_extensions; do
3026  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3027    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3028    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3029    break 2
3030  fi
3031done
3032done
3033
3034  ;;
3035esac
3036fi
3037ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
3038
3039if test -n "$ac_pt_PKG_CONFIG"; then
3040  echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
3041echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
3042else
3043  echo "$as_me:$LINENO: result: no" >&5
3044echo "${ECHO_T}no" >&6
3045fi
3046
3047  PKG_CONFIG=$ac_pt_PKG_CONFIG
3048else
3049  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
3050fi
3051
3052fi
3053if test -n "$PKG_CONFIG"; then
3054	_pkg_min_version=0.9.0
3055	echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
3056echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
3057	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3058		echo "$as_me:$LINENO: result: yes" >&5
3059echo "${ECHO_T}yes" >&6
3060	else
3061		echo "$as_me:$LINENO: result: no" >&5
3062echo "${ECHO_T}no" >&6
3063		PKG_CONFIG=""
3064	fi
3065
3066fi
3067
3068	# Check whether --enable-xprint or --disable-xprint was given.
3069if test "${enable_xprint+set}" = set; then
3070  enableval="$enable_xprint"
3071  use_xprint=$enableval
3072else
3073  use_xprint=auto
3074fi;
3075	if test "x$use_xprint" = "xyes"; then
3076		TMP_CHECK1=xaw8
3077		TMP_CHECK2=
3078		xaw_use_xprint=yes
3079	elif test "x$use_xprint" = "xno"; then
3080		TMP_CHECK1=xaw7
3081		TMP_CHECK2=
3082		xaw_use_xprint=no
3083	else
3084		TMP_CHECK1=xaw8
3085		TMP_CHECK2=xaw7
3086		xaw_use_xprint=yes
3087	fi
3088
3089
3090pkg_failed=no
3091echo "$as_me:$LINENO: checking for TMP_XAW" >&5
3092echo $ECHO_N "checking for TMP_XAW... $ECHO_C" >&6
3093
3094if test -n "$PKG_CONFIG"; then
3095    if test -n "$TMP_XAW_CFLAGS"; then
3096        pkg_cv_TMP_XAW_CFLAGS="$TMP_XAW_CFLAGS"
3097    else
3098        if test -n "$PKG_CONFIG" && \
3099    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK1\"") >&5
3100  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK1") 2>&5
3101  ac_status=$?
3102  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3103  (exit $ac_status); }; then
3104  pkg_cv_TMP_XAW_CFLAGS=`$PKG_CONFIG --cflags "$TMP_CHECK1" 2>/dev/null`
3105else
3106  pkg_failed=yes
3107fi
3108    fi
3109else
3110	pkg_failed=untried
3111fi
3112if test -n "$PKG_CONFIG"; then
3113    if test -n "$TMP_XAW_LIBS"; then
3114        pkg_cv_TMP_XAW_LIBS="$TMP_XAW_LIBS"
3115    else
3116        if test -n "$PKG_CONFIG" && \
3117    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK1\"") >&5
3118  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK1") 2>&5
3119  ac_status=$?
3120  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3121  (exit $ac_status); }; then
3122  pkg_cv_TMP_XAW_LIBS=`$PKG_CONFIG --libs "$TMP_CHECK1" 2>/dev/null`
3123else
3124  pkg_failed=yes
3125fi
3126    fi
3127else
3128	pkg_failed=untried
3129fi
3130
3131
3132
3133if test $pkg_failed = yes; then
3134
3135if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3136        _pkg_short_errors_supported=yes
3137else
3138        _pkg_short_errors_supported=no
3139fi
3140        if test $_pkg_short_errors_supported = yes; then
3141	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$TMP_CHECK1"`
3142        else
3143	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$TMP_CHECK1"`
3144        fi
3145	# Put the nasty error message in config.log where it belongs
3146	echo "$TMP_XAW_PKG_ERRORS" >&5
3147
3148	echo "$as_me:$LINENO: result: no" >&5
3149echo "${ECHO_T}no" >&6
3150                success=no
3151elif test $pkg_failed = untried; then
3152	success=no
3153else
3154	TMP_XAW_CFLAGS=$pkg_cv_TMP_XAW_CFLAGS
3155	TMP_XAW_LIBS=$pkg_cv_TMP_XAW_LIBS
3156        echo "$as_me:$LINENO: result: yes" >&5
3157echo "${ECHO_T}yes" >&6
3158	success=yes
3159fi
3160	if [ ! -z $TMP_CHECK2 ] ; then
3161		if test $success = no ; then
3162
3163pkg_failed=no
3164echo "$as_me:$LINENO: checking for TMP_XAW" >&5
3165echo $ECHO_N "checking for TMP_XAW... $ECHO_C" >&6
3166
3167if test -n "$PKG_CONFIG"; then
3168    if test -n "$TMP_XAW_CFLAGS"; then
3169        pkg_cv_TMP_XAW_CFLAGS="$TMP_XAW_CFLAGS"
3170    else
3171        if test -n "$PKG_CONFIG" && \
3172    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK2\"") >&5
3173  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK2") 2>&5
3174  ac_status=$?
3175  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3176  (exit $ac_status); }; then
3177  pkg_cv_TMP_XAW_CFLAGS=`$PKG_CONFIG --cflags "$TMP_CHECK2" 2>/dev/null`
3178else
3179  pkg_failed=yes
3180fi
3181    fi
3182else
3183	pkg_failed=untried
3184fi
3185if test -n "$PKG_CONFIG"; then
3186    if test -n "$TMP_XAW_LIBS"; then
3187        pkg_cv_TMP_XAW_LIBS="$TMP_XAW_LIBS"
3188    else
3189        if test -n "$PKG_CONFIG" && \
3190    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK2\"") >&5
3191  ($PKG_CONFIG --exists --print-errors "$TMP_CHECK2") 2>&5
3192  ac_status=$?
3193  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3194  (exit $ac_status); }; then
3195  pkg_cv_TMP_XAW_LIBS=`$PKG_CONFIG --libs "$TMP_CHECK2" 2>/dev/null`
3196else
3197  pkg_failed=yes
3198fi
3199    fi
3200else
3201	pkg_failed=untried
3202fi
3203
3204
3205
3206if test $pkg_failed = yes; then
3207
3208if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3209        _pkg_short_errors_supported=yes
3210else
3211        _pkg_short_errors_supported=no
3212fi
3213        if test $_pkg_short_errors_supported = yes; then
3214	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$TMP_CHECK2"`
3215        else
3216	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$TMP_CHECK2"`
3217        fi
3218	# Put the nasty error message in config.log where it belongs
3219	echo "$TMP_XAW_PKG_ERRORS" >&5
3220
3221	echo "$as_me:$LINENO: result: no" >&5
3222echo "${ECHO_T}no" >&6
3223                success=no
3224elif test $pkg_failed = untried; then
3225	success=no
3226else
3227	TMP_XAW_CFLAGS=$pkg_cv_TMP_XAW_CFLAGS
3228	TMP_XAW_LIBS=$pkg_cv_TMP_XAW_LIBS
3229        echo "$as_me:$LINENO: result: yes" >&5
3230echo "${ECHO_T}yes" >&6
3231	success=yes
3232fi
3233			xaw_use_xprint=no
3234		fi
3235	fi
3236
3237	if test "x$success" = "xyes"; then
3238		XMESSAGE_CFLAGS=$TMP_XAW_CFLAGS
3239		XMESSAGE_LIBS=$TMP_XAW_LIBS
3240
3241
3242
3243if test "x$xaw_use_xprint" = "xyes"; then
3244  XAW_USE_XPRINT_TRUE=
3245  XAW_USE_XPRINT_FALSE='#'
3246else
3247  XAW_USE_XPRINT_TRUE='#'
3248  XAW_USE_XPRINT_FALSE=
3249fi
3250
3251	else
3252		{ { echo "$as_me:$LINENO: error: No suitable version of Xaw found" >&5
3253echo "$as_me: error: No suitable version of Xaw found" >&2;}
3254   { (exit 1); exit 1; }; }
3255	fi
3256
3257
3258
3259
3260
3261pkg_failed=no
3262echo "$as_me:$LINENO: checking for APPDEFS" >&5
3263echo $ECHO_N "checking for APPDEFS... $ECHO_C" >&6
3264
3265if test -n "$PKG_CONFIG"; then
3266    if test -n "$APPDEFS_CFLAGS"; then
3267        pkg_cv_APPDEFS_CFLAGS="$APPDEFS_CFLAGS"
3268    else
3269        if test -n "$PKG_CONFIG" && \
3270    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xt\"") >&5
3271  ($PKG_CONFIG --exists --print-errors "xt") 2>&5
3272  ac_status=$?
3273  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3274  (exit $ac_status); }; then
3275  pkg_cv_APPDEFS_CFLAGS=`$PKG_CONFIG --cflags "xt" 2>/dev/null`
3276else
3277  pkg_failed=yes
3278fi
3279    fi
3280else
3281	pkg_failed=untried
3282fi
3283if test -n "$PKG_CONFIG"; then
3284    if test -n "$APPDEFS_LIBS"; then
3285        pkg_cv_APPDEFS_LIBS="$APPDEFS_LIBS"
3286    else
3287        if test -n "$PKG_CONFIG" && \
3288    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xt\"") >&5
3289  ($PKG_CONFIG --exists --print-errors "xt") 2>&5
3290  ac_status=$?
3291  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3292  (exit $ac_status); }; then
3293  pkg_cv_APPDEFS_LIBS=`$PKG_CONFIG --libs "xt" 2>/dev/null`
3294else
3295  pkg_failed=yes
3296fi
3297    fi
3298else
3299	pkg_failed=untried
3300fi
3301
3302
3303
3304if test $pkg_failed = yes; then
3305
3306if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3307        _pkg_short_errors_supported=yes
3308else
3309        _pkg_short_errors_supported=no
3310fi
3311        if test $_pkg_short_errors_supported = yes; then
3312	        APPDEFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xt"`
3313        else
3314	        APPDEFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xt"`
3315        fi
3316	# Put the nasty error message in config.log where it belongs
3317	echo "$APPDEFS_PKG_ERRORS" >&5
3318
3319	{ { echo "$as_me:$LINENO: error: Package requirements (xt) were not met:
3320
3321$APPDEFS_PKG_ERRORS
3322
3323Consider adjusting the PKG_CONFIG_PATH environment variable if you
3324installed software in a non-standard prefix.
3325
3326Alternatively, you may set the environment variables APPDEFS_CFLAGS
3327and APPDEFS_LIBS to avoid the need to call pkg-config.
3328See the pkg-config man page for more details.
3329" >&5
3330echo "$as_me: error: Package requirements (xt) were not met:
3331
3332$APPDEFS_PKG_ERRORS
3333
3334Consider adjusting the PKG_CONFIG_PATH environment variable if you
3335installed software in a non-standard prefix.
3336
3337Alternatively, you may set the environment variables APPDEFS_CFLAGS
3338and APPDEFS_LIBS to avoid the need to call pkg-config.
3339See the pkg-config man page for more details.
3340" >&2;}
3341   { (exit 1); exit 1; }; }
3342elif test $pkg_failed = untried; then
3343	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3344is in your PATH or set the PKG_CONFIG environment variable to the full
3345path to pkg-config.
3346
3347Alternatively, you may set the environment variables APPDEFS_CFLAGS
3348and APPDEFS_LIBS to avoid the need to call pkg-config.
3349See the pkg-config man page for more details.
3350
3351To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3352See \`config.log' for more details." >&5
3353echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3354is in your PATH or set the PKG_CONFIG environment variable to the full
3355path to pkg-config.
3356
3357Alternatively, you may set the environment variables APPDEFS_CFLAGS
3358and APPDEFS_LIBS to avoid the need to call pkg-config.
3359See the pkg-config man page for more details.
3360
3361To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3362See \`config.log' for more details." >&2;}
3363   { (exit 1); exit 1; }; }
3364else
3365	APPDEFS_CFLAGS=$pkg_cv_APPDEFS_CFLAGS
3366	APPDEFS_LIBS=$pkg_cv_APPDEFS_LIBS
3367        echo "$as_me:$LINENO: result: yes" >&5
3368echo "${ECHO_T}yes" >&6
3369	:
3370fi
3371appdefaultdir=$(pkg-config --variable=appdefaultdir xt)
3372
3373
3374# Make sure we can run config.sub.
3375$ac_config_sub sun4 >/dev/null 2>&1 ||
3376  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
3377echo "$as_me: error: cannot run $ac_config_sub" >&2;}
3378   { (exit 1); exit 1; }; }
3379
3380echo "$as_me:$LINENO: checking build system type" >&5
3381echo $ECHO_N "checking build system type... $ECHO_C" >&6
3382if test "${ac_cv_build+set}" = set; then
3383  echo $ECHO_N "(cached) $ECHO_C" >&6
3384else
3385  ac_cv_build_alias=$build_alias
3386test -z "$ac_cv_build_alias" &&
3387  ac_cv_build_alias=`$ac_config_guess`
3388test -z "$ac_cv_build_alias" &&
3389  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3390echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3391   { (exit 1); exit 1; }; }
3392ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3393  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3394echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3395   { (exit 1); exit 1; }; }
3396
3397fi
3398echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3399echo "${ECHO_T}$ac_cv_build" >&6
3400build=$ac_cv_build
3401build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3402build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3403build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3404
3405
3406echo "$as_me:$LINENO: checking host system type" >&5
3407echo $ECHO_N "checking host system type... $ECHO_C" >&6
3408if test "${ac_cv_host+set}" = set; then
3409  echo $ECHO_N "(cached) $ECHO_C" >&6
3410else
3411  ac_cv_host_alias=$host_alias
3412test -z "$ac_cv_host_alias" &&
3413  ac_cv_host_alias=$ac_cv_build_alias
3414ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
3415  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
3416echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
3417   { (exit 1); exit 1; }; }
3418
3419fi
3420echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3421echo "${ECHO_T}$ac_cv_host" >&6
3422host=$ac_cv_host
3423host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3424host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3425host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3426
3427
3428
3429
3430
3431if test x$APP_MAN_SUFFIX = x    ; then
3432    APP_MAN_SUFFIX=1
3433fi
3434if test x$APP_MAN_DIR = x    ; then
3435    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
3436fi
3437
3438if test x$LIB_MAN_SUFFIX = x    ; then
3439    LIB_MAN_SUFFIX=3
3440fi
3441if test x$LIB_MAN_DIR = x    ; then
3442    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
3443fi
3444
3445if test x$FILE_MAN_SUFFIX = x    ; then
3446    case $host_os in
3447	solaris*)	FILE_MAN_SUFFIX=4  ;;
3448	*)		FILE_MAN_SUFFIX=5  ;;
3449    esac
3450fi
3451if test x$FILE_MAN_DIR = x    ; then
3452    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
3453fi
3454
3455if test x$MISC_MAN_SUFFIX = x    ; then
3456    case $host_os in
3457	solaris*)	MISC_MAN_SUFFIX=5  ;;
3458	*)		MISC_MAN_SUFFIX=7  ;;
3459    esac
3460fi
3461if test x$MISC_MAN_DIR = x    ; then
3462    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
3463fi
3464
3465if test x$DRIVER_MAN_SUFFIX = x    ; then
3466    case $host_os in
3467	solaris*)	DRIVER_MAN_SUFFIX=7  ;;
3468	*)		DRIVER_MAN_SUFFIX=4  ;;
3469    esac
3470fi
3471if test x$DRIVER_MAN_DIR = x    ; then
3472    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
3473fi
3474
3475if test x$ADMIN_MAN_SUFFIX = x    ; then
3476    case $host_os in
3477	solaris*)	ADMIN_MAN_SUFFIX=1m ;;
3478	*)		ADMIN_MAN_SUFFIX=8  ;;
3479    esac
3480fi
3481if test x$ADMIN_MAN_DIR = x    ; then
3482    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
3483fi
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501# Check whether --with-release-version or --without-release-version was given.
3502if test "${with_release_version+set}" = set; then
3503  withval="$with_release_version"
3504  RELEASE_VERSION="$withval"
3505else
3506  RELEASE_VERSION=""
3507fi;
3508	if test "x$RELEASE_VERSION" != "x"; then
3509		PACKAGE="$PACKAGE-$RELEASE_VERSION"
3510		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
3511		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
3512echo "$as_me: Building with package name set to $PACKAGE" >&6;}
3513	fi
3514
3515cat >>confdefs.h <<_ACEOF
3516#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
3517_ACEOF
3518
3519	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
3520	if test "x$PVM" = "x"; then
3521		PVM="0"
3522	fi
3523
3524cat >>confdefs.h <<_ACEOF
3525#define PACKAGE_VERSION_MINOR $PVM
3526_ACEOF
3527
3528	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
3529	if test "x$PVP" = "x"; then
3530		PVP="0"
3531	fi
3532
3533cat >>confdefs.h <<_ACEOF
3534#define PACKAGE_VERSION_PATCHLEVEL $PVP
3535_ACEOF
3536
3537
3538
3539          ac_config_files="$ac_config_files Makefile"
3540cat >confcache <<\_ACEOF
3541# This file is a shell script that caches the results of configure
3542# tests run on this system so they can be shared between configure
3543# scripts and configure runs, see configure's option --config-cache.
3544# It is not useful on other systems.  If it contains results you don't
3545# want to keep, you may remove or edit it.
3546#
3547# config.status only pays attention to the cache file if you give it
3548# the --recheck option to rerun configure.
3549#
3550# `ac_cv_env_foo' variables (set or unset) will be overridden when
3551# loading this file, other *unset* `ac_cv_foo' will be assigned the
3552# following values.
3553
3554_ACEOF
3555
3556# The following way of writing the cache mishandles newlines in values,
3557# but we know of no workaround that is simple, portable, and efficient.
3558# So, don't put newlines in cache variables' values.
3559# Ultrix sh set writes to stderr and can't be redirected directly,
3560# and sets the high bit in the cache file unless we assign to the vars.
3561{
3562  (set) 2>&1 |
3563    case `(ac_space=' '; set | grep ac_space) 2>&1` in
3564    *ac_space=\ *)
3565      # `set' does not quote correctly, so add quotes (double-quote
3566      # substitution turns \\\\ into \\, and sed turns \\ into \).
3567      sed -n \
3568	"s/'/'\\\\''/g;
3569	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3570      ;;
3571    *)
3572      # `set' quotes correctly as required by POSIX, so do not add quotes.
3573      sed -n \
3574	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3575      ;;
3576    esac;
3577} |
3578  sed '
3579     t clear
3580     : clear
3581     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3582     t end
3583     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3584     : end' >>confcache
3585if diff $cache_file confcache >/dev/null 2>&1; then :; else
3586  if test -w $cache_file; then
3587    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3588    cat confcache >$cache_file
3589  else
3590    echo "not updating unwritable cache $cache_file"
3591  fi
3592fi
3593rm -f confcache
3594
3595test "x$prefix" = xNONE && prefix=$ac_default_prefix
3596# Let make expand exec_prefix.
3597test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3598
3599# VPATH may cause trouble with some makes, so we remove $(srcdir),
3600# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3601# trailing colons and then remove the whole line if VPATH becomes empty
3602# (actually we leave an empty line to preserve line numbers).
3603if test "x$srcdir" = x.; then
3604  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
3605s/:*\$(srcdir):*/:/;
3606s/:*\${srcdir}:*/:/;
3607s/:*@srcdir@:*/:/;
3608s/^\([^=]*=[	 ]*\):*/\1/;
3609s/:*$//;
3610s/^[^=]*=[	 ]*$//;
3611}'
3612fi
3613
3614DEFS=-DHAVE_CONFIG_H
3615
3616ac_libobjs=
3617ac_ltlibobjs=
3618for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3619  # 1. Remove the extension, and $U if already installed.
3620  ac_i=`echo "$ac_i" |
3621	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
3622  # 2. Add them.
3623  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
3624  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
3625done
3626LIBOBJS=$ac_libobjs
3627
3628LTLIBOBJS=$ac_ltlibobjs
3629
3630
3631if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3632  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
3633Usually this means the macro was only invoked conditionally." >&5
3634echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
3635Usually this means the macro was only invoked conditionally." >&2;}
3636   { (exit 1); exit 1; }; }
3637fi
3638if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3639  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
3640Usually this means the macro was only invoked conditionally." >&5
3641echo "$as_me: error: conditional \"AMDEP\" was never defined.
3642Usually this means the macro was only invoked conditionally." >&2;}
3643   { (exit 1); exit 1; }; }
3644fi
3645if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3646  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
3647Usually this means the macro was only invoked conditionally." >&5
3648echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
3649Usually this means the macro was only invoked conditionally." >&2;}
3650   { (exit 1); exit 1; }; }
3651fi
3652if test -z "${XAW_USE_XPRINT_TRUE}" && test -z "${XAW_USE_XPRINT_FALSE}"; then
3653  { { echo "$as_me:$LINENO: error: conditional \"XAW_USE_XPRINT\" was never defined.
3654Usually this means the macro was only invoked conditionally." >&5
3655echo "$as_me: error: conditional \"XAW_USE_XPRINT\" was never defined.
3656Usually this means the macro was only invoked conditionally." >&2;}
3657   { (exit 1); exit 1; }; }
3658fi
3659
3660: ${CONFIG_STATUS=./config.status}
3661ac_clean_files_save=$ac_clean_files
3662ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3663{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3664echo "$as_me: creating $CONFIG_STATUS" >&6;}
3665cat >$CONFIG_STATUS <<_ACEOF
3666#! $SHELL
3667# Generated by $as_me.
3668# Run this file to recreate the current configuration.
3669# Compiler output produced by configure, useful for debugging
3670# configure, is in config.log if it exists.
3671
3672debug=false
3673ac_cs_recheck=false
3674ac_cs_silent=false
3675SHELL=\${CONFIG_SHELL-$SHELL}
3676_ACEOF
3677
3678cat >>$CONFIG_STATUS <<\_ACEOF
3679## --------------------- ##
3680## M4sh Initialization.  ##
3681## --------------------- ##
3682
3683# Be Bourne compatible
3684if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3685  emulate sh
3686  NULLCMD=:
3687  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3688  # is contrary to our usage.  Disable this feature.
3689  alias -g '${1+"$@"}'='"$@"'
3690elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3691  set -o posix
3692fi
3693DUALCASE=1; export DUALCASE # for MKS sh
3694
3695# Support unset when possible.
3696if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3697  as_unset=unset
3698else
3699  as_unset=false
3700fi
3701
3702
3703# Work around bugs in pre-3.0 UWIN ksh.
3704$as_unset ENV MAIL MAILPATH
3705PS1='$ '
3706PS2='> '
3707PS4='+ '
3708
3709# NLS nuisances.
3710for as_var in \
3711  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3712  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3713  LC_TELEPHONE LC_TIME
3714do
3715  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3716    eval $as_var=C; export $as_var
3717  else
3718    $as_unset $as_var
3719  fi
3720done
3721
3722# Required to use basename.
3723if expr a : '\(a\)' >/dev/null 2>&1; then
3724  as_expr=expr
3725else
3726  as_expr=false
3727fi
3728
3729if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3730  as_basename=basename
3731else
3732  as_basename=false
3733fi
3734
3735
3736# Name of the executable.
3737as_me=`$as_basename "$0" ||
3738$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3739	 X"$0" : 'X\(//\)$' \| \
3740	 X"$0" : 'X\(/\)$' \| \
3741	 .     : '\(.\)' 2>/dev/null ||
3742echo X/"$0" |
3743    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3744  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
3745  	  /^X\/\(\/\).*/{ s//\1/; q; }
3746  	  s/.*/./; q'`
3747
3748
3749# PATH needs CR, and LINENO needs CR and PATH.
3750# Avoid depending upon Character Ranges.
3751as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3752as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3753as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3754as_cr_digits='0123456789'
3755as_cr_alnum=$as_cr_Letters$as_cr_digits
3756
3757# The user is always right.
3758if test "${PATH_SEPARATOR+set}" != set; then
3759  echo "#! /bin/sh" >conf$$.sh
3760  echo  "exit 0"   >>conf$$.sh
3761  chmod +x conf$$.sh
3762  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3763    PATH_SEPARATOR=';'
3764  else
3765    PATH_SEPARATOR=:
3766  fi
3767  rm -f conf$$.sh
3768fi
3769
3770
3771  as_lineno_1=$LINENO
3772  as_lineno_2=$LINENO
3773  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3774  test "x$as_lineno_1" != "x$as_lineno_2" &&
3775  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3776  # Find who we are.  Look in the path if we contain no path at all
3777  # relative or not.
3778  case $0 in
3779    *[\\/]* ) as_myself=$0 ;;
3780    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3781for as_dir in $PATH
3782do
3783  IFS=$as_save_IFS
3784  test -z "$as_dir" && as_dir=.
3785  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3786done
3787
3788       ;;
3789  esac
3790  # We did not find ourselves, most probably we were run as `sh COMMAND'
3791  # in which case we are not to be found in the path.
3792  if test "x$as_myself" = x; then
3793    as_myself=$0
3794  fi
3795  if test ! -f "$as_myself"; then
3796    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3797echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3798   { (exit 1); exit 1; }; }
3799  fi
3800  case $CONFIG_SHELL in
3801  '')
3802    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3803for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3804do
3805  IFS=$as_save_IFS
3806  test -z "$as_dir" && as_dir=.
3807  for as_base in sh bash ksh sh5; do
3808	 case $as_dir in
3809	 /*)
3810	   if ("$as_dir/$as_base" -c '
3811  as_lineno_1=$LINENO
3812  as_lineno_2=$LINENO
3813  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3814  test "x$as_lineno_1" != "x$as_lineno_2" &&
3815  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3816	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3817	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3818	     CONFIG_SHELL=$as_dir/$as_base
3819	     export CONFIG_SHELL
3820	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3821	   fi;;
3822	 esac
3823       done
3824done
3825;;
3826  esac
3827
3828  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3829  # uniformly replaced by the line number.  The first 'sed' inserts a
3830  # line-number line before each line; the second 'sed' does the real
3831  # work.  The second script uses 'N' to pair each line-number line
3832  # with the numbered line, and appends trailing '-' during
3833  # substitution so that $LINENO is not a special case at line end.
3834  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3835  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3836  sed '=' <$as_myself |
3837    sed '
3838      N
3839      s,$,-,
3840      : loop
3841      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3842      t loop
3843      s,-$,,
3844      s,^['$as_cr_digits']*\n,,
3845    ' >$as_me.lineno &&
3846  chmod +x $as_me.lineno ||
3847    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3848echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3849   { (exit 1); exit 1; }; }
3850
3851  # Don't try to exec as it changes $[0], causing all sort of problems
3852  # (the dirname of $[0] is not the place where we might find the
3853  # original and so on.  Autoconf is especially sensible to this).
3854  . ./$as_me.lineno
3855  # Exit status is that of the last command.
3856  exit
3857}
3858
3859
3860case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3861  *c*,-n*) ECHO_N= ECHO_C='
3862' ECHO_T='	' ;;
3863  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3864  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3865esac
3866
3867if expr a : '\(a\)' >/dev/null 2>&1; then
3868  as_expr=expr
3869else
3870  as_expr=false
3871fi
3872
3873rm -f conf$$ conf$$.exe conf$$.file
3874echo >conf$$.file
3875if ln -s conf$$.file conf$$ 2>/dev/null; then
3876  # We could just check for DJGPP; but this test a) works b) is more generic
3877  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3878  if test -f conf$$.exe; then
3879    # Don't use ln at all; we don't have any links
3880    as_ln_s='cp -p'
3881  else
3882    as_ln_s='ln -s'
3883  fi
3884elif ln conf$$.file conf$$ 2>/dev/null; then
3885  as_ln_s=ln
3886else
3887  as_ln_s='cp -p'
3888fi
3889rm -f conf$$ conf$$.exe conf$$.file
3890
3891if mkdir -p . 2>/dev/null; then
3892  as_mkdir_p=:
3893else
3894  test -d ./-p && rmdir ./-p
3895  as_mkdir_p=false
3896fi
3897
3898as_executable_p="test -f"
3899
3900# Sed expression to map a string onto a valid CPP name.
3901as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3902
3903# Sed expression to map a string onto a valid variable name.
3904as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3905
3906
3907# IFS
3908# We need space, tab and new line, in precisely that order.
3909as_nl='
3910'
3911IFS=" 	$as_nl"
3912
3913# CDPATH.
3914$as_unset CDPATH
3915
3916exec 6>&1
3917
3918# Open the log real soon, to keep \$[0] and so on meaningful, and to
3919# report actual input values of CONFIG_FILES etc. instead of their
3920# values after options handling.  Logging --version etc. is OK.
3921exec 5>>config.log
3922{
3923  echo
3924  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3925## Running $as_me. ##
3926_ASBOX
3927} >&5
3928cat >&5 <<_CSEOF
3929
3930This file was extended by xmessage $as_me 1.0.2, which was
3931generated by GNU Autoconf 2.59.  Invocation command line was
3932
3933  CONFIG_FILES    = $CONFIG_FILES
3934  CONFIG_HEADERS  = $CONFIG_HEADERS
3935  CONFIG_LINKS    = $CONFIG_LINKS
3936  CONFIG_COMMANDS = $CONFIG_COMMANDS
3937  $ $0 $@
3938
3939_CSEOF
3940echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3941echo >&5
3942_ACEOF
3943
3944# Files that config.status was made for.
3945if test -n "$ac_config_files"; then
3946  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3947fi
3948
3949if test -n "$ac_config_headers"; then
3950  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3951fi
3952
3953if test -n "$ac_config_links"; then
3954  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3955fi
3956
3957if test -n "$ac_config_commands"; then
3958  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3959fi
3960
3961cat >>$CONFIG_STATUS <<\_ACEOF
3962
3963ac_cs_usage="\
3964\`$as_me' instantiates files from templates according to the
3965current configuration.
3966
3967Usage: $0 [OPTIONS] [FILE]...
3968
3969  -h, --help       print this help, then exit
3970  -V, --version    print version number, then exit
3971  -q, --quiet      do not print progress messages
3972  -d, --debug      don't remove temporary files
3973      --recheck    update $as_me by reconfiguring in the same conditions
3974  --file=FILE[:TEMPLATE]
3975		   instantiate the configuration file FILE
3976  --header=FILE[:TEMPLATE]
3977		   instantiate the configuration header FILE
3978
3979Configuration files:
3980$config_files
3981
3982Configuration headers:
3983$config_headers
3984
3985Configuration commands:
3986$config_commands
3987
3988Report bugs to <bug-autoconf@gnu.org>."
3989_ACEOF
3990
3991cat >>$CONFIG_STATUS <<_ACEOF
3992ac_cs_version="\\
3993xmessage config.status 1.0.2
3994configured by $0, generated by GNU Autoconf 2.59,
3995  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3996
3997Copyright (C) 2003 Free Software Foundation, Inc.
3998This config.status script is free software; the Free Software Foundation
3999gives unlimited permission to copy, distribute and modify it."
4000srcdir=$srcdir
4001INSTALL="$INSTALL"
4002_ACEOF
4003
4004cat >>$CONFIG_STATUS <<\_ACEOF
4005# If no file are specified by the user, then we need to provide default
4006# value.  By we need to know if files were specified by the user.
4007ac_need_defaults=:
4008while test $# != 0
4009do
4010  case $1 in
4011  --*=*)
4012    ac_option=`expr "x$1" : 'x\([^=]*\)='`
4013    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
4014    ac_shift=:
4015    ;;
4016  -*)
4017    ac_option=$1
4018    ac_optarg=$2
4019    ac_shift=shift
4020    ;;
4021  *) # This is not an option, so the user has probably given explicit
4022     # arguments.
4023     ac_option=$1
4024     ac_need_defaults=false;;
4025  esac
4026
4027  case $ac_option in
4028  # Handling of the options.
4029_ACEOF
4030cat >>$CONFIG_STATUS <<\_ACEOF
4031  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4032    ac_cs_recheck=: ;;
4033  --version | --vers* | -V )
4034    echo "$ac_cs_version"; exit 0 ;;
4035  --he | --h)
4036    # Conflict between --help and --header
4037    { { echo "$as_me:$LINENO: error: ambiguous option: $1
4038Try \`$0 --help' for more information." >&5
4039echo "$as_me: error: ambiguous option: $1
4040Try \`$0 --help' for more information." >&2;}
4041   { (exit 1); exit 1; }; };;
4042  --help | --hel | -h )
4043    echo "$ac_cs_usage"; exit 0 ;;
4044  --debug | --d* | -d )
4045    debug=: ;;
4046  --file | --fil | --fi | --f )
4047    $ac_shift
4048    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
4049    ac_need_defaults=false;;
4050  --header | --heade | --head | --hea )
4051    $ac_shift
4052    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
4053    ac_need_defaults=false;;
4054  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4055  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4056    ac_cs_silent=: ;;
4057
4058  # This is an error.
4059  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
4060Try \`$0 --help' for more information." >&5
4061echo "$as_me: error: unrecognized option: $1
4062Try \`$0 --help' for more information." >&2;}
4063   { (exit 1); exit 1; }; } ;;
4064
4065  *) ac_config_targets="$ac_config_targets $1" ;;
4066
4067  esac
4068  shift
4069done
4070
4071ac_configure_extra_args=
4072
4073if $ac_cs_silent; then
4074  exec 6>/dev/null
4075  ac_configure_extra_args="$ac_configure_extra_args --silent"
4076fi
4077
4078_ACEOF
4079cat >>$CONFIG_STATUS <<_ACEOF
4080if \$ac_cs_recheck; then
4081  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
4082  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4083fi
4084
4085_ACEOF
4086
4087cat >>$CONFIG_STATUS <<_ACEOF
4088#
4089# INIT-COMMANDS section.
4090#
4091
4092AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4093
4094_ACEOF
4095
4096
4097
4098cat >>$CONFIG_STATUS <<\_ACEOF
4099for ac_config_target in $ac_config_targets
4100do
4101  case "$ac_config_target" in
4102  # Handling of arguments.
4103  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4104  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4105  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
4106  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4107echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4108   { (exit 1); exit 1; }; };;
4109  esac
4110done
4111
4112# If the user did not use the arguments to specify the items to instantiate,
4113# then the envvar interface is used.  Set only those that are not.
4114# We use the long form for the default assignment because of an extremely
4115# bizarre bug on SunOS 4.1.3.
4116if $ac_need_defaults; then
4117  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4118  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
4119  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4120fi
4121
4122# Have a temporary directory for convenience.  Make it in the build tree
4123# simply because there is no reason to put it here, and in addition,
4124# creating and moving files from /tmp can sometimes cause problems.
4125# Create a temporary directory, and hook for its removal unless debugging.
4126$debug ||
4127{
4128  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
4129  trap '{ (exit 1); exit 1; }' 1 2 13 15
4130}
4131
4132# Create a (secure) tmp directory for tmp files.
4133
4134{
4135  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
4136  test -n "$tmp" && test -d "$tmp"
4137}  ||
4138{
4139  tmp=./confstat$$-$RANDOM
4140  (umask 077 && mkdir $tmp)
4141} ||
4142{
4143   echo "$me: cannot create a temporary directory in ." >&2
4144   { (exit 1); exit 1; }
4145}
4146
4147_ACEOF
4148
4149cat >>$CONFIG_STATUS <<_ACEOF
4150
4151#
4152# CONFIG_FILES section.
4153#
4154
4155# No need to generate the scripts if there are no CONFIG_FILES.
4156# This happens for instance when ./config.status config.h
4157if test -n "\$CONFIG_FILES"; then
4158  # Protect against being on the right side of a sed subst in config.status.
4159  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
4160   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
4161s,@SHELL@,$SHELL,;t t
4162s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
4163s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
4164s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
4165s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
4166s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
4167s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
4168s,@exec_prefix@,$exec_prefix,;t t
4169s,@prefix@,$prefix,;t t
4170s,@program_transform_name@,$program_transform_name,;t t
4171s,@bindir@,$bindir,;t t
4172s,@sbindir@,$sbindir,;t t
4173s,@libexecdir@,$libexecdir,;t t
4174s,@datadir@,$datadir,;t t
4175s,@sysconfdir@,$sysconfdir,;t t
4176s,@sharedstatedir@,$sharedstatedir,;t t
4177s,@localstatedir@,$localstatedir,;t t
4178s,@libdir@,$libdir,;t t
4179s,@includedir@,$includedir,;t t
4180s,@oldincludedir@,$oldincludedir,;t t
4181s,@infodir@,$infodir,;t t
4182s,@mandir@,$mandir,;t t
4183s,@build_alias@,$build_alias,;t t
4184s,@host_alias@,$host_alias,;t t
4185s,@target_alias@,$target_alias,;t t
4186s,@DEFS@,$DEFS,;t t
4187s,@ECHO_C@,$ECHO_C,;t t
4188s,@ECHO_N@,$ECHO_N,;t t
4189s,@ECHO_T@,$ECHO_T,;t t
4190s,@LIBS@,$LIBS,;t t
4191s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
4192s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
4193s,@INSTALL_DATA@,$INSTALL_DATA,;t t
4194s,@CYGPATH_W@,$CYGPATH_W,;t t
4195s,@PACKAGE@,$PACKAGE,;t t
4196s,@VERSION@,$VERSION,;t t
4197s,@ACLOCAL@,$ACLOCAL,;t t
4198s,@AUTOCONF@,$AUTOCONF,;t t
4199s,@AUTOMAKE@,$AUTOMAKE,;t t
4200s,@AUTOHEADER@,$AUTOHEADER,;t t
4201s,@MAKEINFO@,$MAKEINFO,;t t
4202s,@install_sh@,$install_sh,;t t
4203s,@STRIP@,$STRIP,;t t
4204s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
4205s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
4206s,@mkdir_p@,$mkdir_p,;t t
4207s,@AWK@,$AWK,;t t
4208s,@SET_MAKE@,$SET_MAKE,;t t
4209s,@am__leading_dot@,$am__leading_dot,;t t
4210s,@AMTAR@,$AMTAR,;t t
4211s,@am__tar@,$am__tar,;t t
4212s,@am__untar@,$am__untar,;t t
4213s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
4214s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
4215s,@MAINT@,$MAINT,;t t
4216s,@CC@,$CC,;t t
4217s,@CFLAGS@,$CFLAGS,;t t
4218s,@LDFLAGS@,$LDFLAGS,;t t
4219s,@CPPFLAGS@,$CPPFLAGS,;t t
4220s,@ac_ct_CC@,$ac_ct_CC,;t t
4221s,@EXEEXT@,$EXEEXT,;t t
4222s,@OBJEXT@,$OBJEXT,;t t
4223s,@DEPDIR@,$DEPDIR,;t t
4224s,@am__include@,$am__include,;t t
4225s,@am__quote@,$am__quote,;t t
4226s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
4227s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
4228s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
4229s,@CCDEPMODE@,$CCDEPMODE,;t t
4230s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
4231s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
4232s,@PKG_CONFIG@,$PKG_CONFIG,;t t
4233s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
4234s,@TMP_XAW_CFLAGS@,$TMP_XAW_CFLAGS,;t t
4235s,@TMP_XAW_LIBS@,$TMP_XAW_LIBS,;t t
4236s,@XAW_USE_XPRINT_TRUE@,$XAW_USE_XPRINT_TRUE,;t t
4237s,@XAW_USE_XPRINT_FALSE@,$XAW_USE_XPRINT_FALSE,;t t
4238s,@XMESSAGE_CFLAGS@,$XMESSAGE_CFLAGS,;t t
4239s,@XMESSAGE_LIBS@,$XMESSAGE_LIBS,;t t
4240s,@APPDEFS_CFLAGS@,$APPDEFS_CFLAGS,;t t
4241s,@APPDEFS_LIBS@,$APPDEFS_LIBS,;t t
4242s,@appdefaultdir@,$appdefaultdir,;t t
4243s,@build@,$build,;t t
4244s,@build_cpu@,$build_cpu,;t t
4245s,@build_vendor@,$build_vendor,;t t
4246s,@build_os@,$build_os,;t t
4247s,@host@,$host,;t t
4248s,@host_cpu@,$host_cpu,;t t
4249s,@host_vendor@,$host_vendor,;t t
4250s,@host_os@,$host_os,;t t
4251s,@APP_MAN_SUFFIX@,$APP_MAN_SUFFIX,;t t
4252s,@LIB_MAN_SUFFIX@,$LIB_MAN_SUFFIX,;t t
4253s,@FILE_MAN_SUFFIX@,$FILE_MAN_SUFFIX,;t t
4254s,@MISC_MAN_SUFFIX@,$MISC_MAN_SUFFIX,;t t
4255s,@DRIVER_MAN_SUFFIX@,$DRIVER_MAN_SUFFIX,;t t
4256s,@ADMIN_MAN_SUFFIX@,$ADMIN_MAN_SUFFIX,;t t
4257s,@APP_MAN_DIR@,$APP_MAN_DIR,;t t
4258s,@LIB_MAN_DIR@,$LIB_MAN_DIR,;t t
4259s,@FILE_MAN_DIR@,$FILE_MAN_DIR,;t t
4260s,@MISC_MAN_DIR@,$MISC_MAN_DIR,;t t
4261s,@DRIVER_MAN_DIR@,$DRIVER_MAN_DIR,;t t
4262s,@ADMIN_MAN_DIR@,$ADMIN_MAN_DIR,;t t
4263s,@LIBOBJS@,$LIBOBJS,;t t
4264s,@LTLIBOBJS@,$LTLIBOBJS,;t t
4265CEOF
4266
4267_ACEOF
4268
4269  cat >>$CONFIG_STATUS <<\_ACEOF
4270  # Split the substitutions into bite-sized pieces for seds with
4271  # small command number limits, like on Digital OSF/1 and HP-UX.
4272  ac_max_sed_lines=48
4273  ac_sed_frag=1 # Number of current file.
4274  ac_beg=1 # First line for current file.
4275  ac_end=$ac_max_sed_lines # Line after last line for current file.
4276  ac_more_lines=:
4277  ac_sed_cmds=
4278  while $ac_more_lines; do
4279    if test $ac_beg -gt 1; then
4280      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4281    else
4282      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4283    fi
4284    if test ! -s $tmp/subs.frag; then
4285      ac_more_lines=false
4286    else
4287      # The purpose of the label and of the branching condition is to
4288      # speed up the sed processing (if there are no `@' at all, there
4289      # is no need to browse any of the substitutions).
4290      # These are the two extra sed commands mentioned above.
4291      (echo ':t
4292  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
4293      if test -z "$ac_sed_cmds"; then
4294	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
4295      else
4296	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
4297      fi
4298      ac_sed_frag=`expr $ac_sed_frag + 1`
4299      ac_beg=$ac_end
4300      ac_end=`expr $ac_end + $ac_max_sed_lines`
4301    fi
4302  done
4303  if test -z "$ac_sed_cmds"; then
4304    ac_sed_cmds=cat
4305  fi
4306fi # test -n "$CONFIG_FILES"
4307
4308_ACEOF
4309cat >>$CONFIG_STATUS <<\_ACEOF
4310for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
4311  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4312  case $ac_file in
4313  - | *:- | *:-:* ) # input from stdin
4314	cat >$tmp/stdin
4315	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4316	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4317  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4318	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4319  * )   ac_file_in=$ac_file.in ;;
4320  esac
4321
4322  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
4323  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
4324$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4325	 X"$ac_file" : 'X\(//\)[^/]' \| \
4326	 X"$ac_file" : 'X\(//\)$' \| \
4327	 X"$ac_file" : 'X\(/\)' \| \
4328	 .     : '\(.\)' 2>/dev/null ||
4329echo X"$ac_file" |
4330    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4331  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4332  	  /^X\(\/\/\)$/{ s//\1/; q; }
4333  	  /^X\(\/\).*/{ s//\1/; q; }
4334  	  s/.*/./; q'`
4335  { if $as_mkdir_p; then
4336    mkdir -p "$ac_dir"
4337  else
4338    as_dir="$ac_dir"
4339    as_dirs=
4340    while test ! -d "$as_dir"; do
4341      as_dirs="$as_dir $as_dirs"
4342      as_dir=`(dirname "$as_dir") 2>/dev/null ||
4343$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4344	 X"$as_dir" : 'X\(//\)[^/]' \| \
4345	 X"$as_dir" : 'X\(//\)$' \| \
4346	 X"$as_dir" : 'X\(/\)' \| \
4347	 .     : '\(.\)' 2>/dev/null ||
4348echo X"$as_dir" |
4349    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4350  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4351  	  /^X\(\/\/\)$/{ s//\1/; q; }
4352  	  /^X\(\/\).*/{ s//\1/; q; }
4353  	  s/.*/./; q'`
4354    done
4355    test ! -n "$as_dirs" || mkdir $as_dirs
4356  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4357echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4358   { (exit 1); exit 1; }; }; }
4359
4360  ac_builddir=.
4361
4362if test "$ac_dir" != .; then
4363  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4364  # A "../" for each directory in $ac_dir_suffix.
4365  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4366else
4367  ac_dir_suffix= ac_top_builddir=
4368fi
4369
4370case $srcdir in
4371  .)  # No --srcdir option.  We are building in place.
4372    ac_srcdir=.
4373    if test -z "$ac_top_builddir"; then
4374       ac_top_srcdir=.
4375    else
4376       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4377    fi ;;
4378  [\\/]* | ?:[\\/]* )  # Absolute path.
4379    ac_srcdir=$srcdir$ac_dir_suffix;
4380    ac_top_srcdir=$srcdir ;;
4381  *) # Relative path.
4382    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4383    ac_top_srcdir=$ac_top_builddir$srcdir ;;
4384esac
4385
4386# Do not use `cd foo && pwd` to compute absolute paths, because
4387# the directories may not exist.
4388case `pwd` in
4389.) ac_abs_builddir="$ac_dir";;
4390*)
4391  case "$ac_dir" in
4392  .) ac_abs_builddir=`pwd`;;
4393  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
4394  *) ac_abs_builddir=`pwd`/"$ac_dir";;
4395  esac;;
4396esac
4397case $ac_abs_builddir in
4398.) ac_abs_top_builddir=${ac_top_builddir}.;;
4399*)
4400  case ${ac_top_builddir}. in
4401  .) ac_abs_top_builddir=$ac_abs_builddir;;
4402  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
4403  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
4404  esac;;
4405esac
4406case $ac_abs_builddir in
4407.) ac_abs_srcdir=$ac_srcdir;;
4408*)
4409  case $ac_srcdir in
4410  .) ac_abs_srcdir=$ac_abs_builddir;;
4411  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
4412  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
4413  esac;;
4414esac
4415case $ac_abs_builddir in
4416.) ac_abs_top_srcdir=$ac_top_srcdir;;
4417*)
4418  case $ac_top_srcdir in
4419  .) ac_abs_top_srcdir=$ac_abs_builddir;;
4420  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
4421  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
4422  esac;;
4423esac
4424
4425
4426  case $INSTALL in
4427  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4428  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
4429  esac
4430
4431  if test x"$ac_file" != x-; then
4432    { echo "$as_me:$LINENO: creating $ac_file" >&5
4433echo "$as_me: creating $ac_file" >&6;}
4434    rm -f "$ac_file"
4435  fi
4436  # Let's still pretend it is `configure' which instantiates (i.e., don't
4437  # use $as_me), people would be surprised to read:
4438  #    /* config.h.  Generated by config.status.  */
4439  if test x"$ac_file" = x-; then
4440    configure_input=
4441  else
4442    configure_input="$ac_file.  "
4443  fi
4444  configure_input=$configure_input"Generated from `echo $ac_file_in |
4445				     sed 's,.*/,,'` by configure."
4446
4447  # First look for the input files in the build tree, otherwise in the
4448  # src tree.
4449  ac_file_inputs=`IFS=:
4450    for f in $ac_file_in; do
4451      case $f in
4452      -) echo $tmp/stdin ;;
4453      [\\/$]*)
4454	 # Absolute (can't be DOS-style, as IFS=:)
4455	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4456echo "$as_me: error: cannot find input file: $f" >&2;}
4457   { (exit 1); exit 1; }; }
4458	 echo "$f";;
4459      *) # Relative
4460	 if test -f "$f"; then
4461	   # Build tree
4462	   echo "$f"
4463	 elif test -f "$srcdir/$f"; then
4464	   # Source tree
4465	   echo "$srcdir/$f"
4466	 else
4467	   # /dev/null tree
4468	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4469echo "$as_me: error: cannot find input file: $f" >&2;}
4470   { (exit 1); exit 1; }; }
4471	 fi;;
4472      esac
4473    done` || { (exit 1); exit 1; }
4474_ACEOF
4475cat >>$CONFIG_STATUS <<_ACEOF
4476  sed "$ac_vpsub
4477$extrasub
4478_ACEOF
4479cat >>$CONFIG_STATUS <<\_ACEOF
4480:t
4481/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4482s,@configure_input@,$configure_input,;t t
4483s,@srcdir@,$ac_srcdir,;t t
4484s,@abs_srcdir@,$ac_abs_srcdir,;t t
4485s,@top_srcdir@,$ac_top_srcdir,;t t
4486s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
4487s,@builddir@,$ac_builddir,;t t
4488s,@abs_builddir@,$ac_abs_builddir,;t t
4489s,@top_builddir@,$ac_top_builddir,;t t
4490s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
4491s,@INSTALL@,$ac_INSTALL,;t t
4492" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
4493  rm -f $tmp/stdin
4494  if test x"$ac_file" != x-; then
4495    mv $tmp/out $ac_file
4496  else
4497    cat $tmp/out
4498    rm -f $tmp/out
4499  fi
4500
4501done
4502_ACEOF
4503cat >>$CONFIG_STATUS <<\_ACEOF
4504
4505#
4506# CONFIG_HEADER section.
4507#
4508
4509# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
4510# NAME is the cpp macro being defined and VALUE is the value it is being given.
4511#
4512# ac_d sets the value in "#define NAME VALUE" lines.
4513ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
4514ac_dB='[	 ].*$,\1#\2'
4515ac_dC=' '
4516ac_dD=',;t'
4517# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
4518ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
4519ac_uB='$,\1#\2define\3'
4520ac_uC=' '
4521ac_uD=',;t'
4522
4523for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
4524  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4525  case $ac_file in
4526  - | *:- | *:-:* ) # input from stdin
4527	cat >$tmp/stdin
4528	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4529	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4530  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4531	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4532  * )   ac_file_in=$ac_file.in ;;
4533  esac
4534
4535  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
4536echo "$as_me: creating $ac_file" >&6;}
4537
4538  # First look for the input files in the build tree, otherwise in the
4539  # src tree.
4540  ac_file_inputs=`IFS=:
4541    for f in $ac_file_in; do
4542      case $f in
4543      -) echo $tmp/stdin ;;
4544      [\\/$]*)
4545	 # Absolute (can't be DOS-style, as IFS=:)
4546	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4547echo "$as_me: error: cannot find input file: $f" >&2;}
4548   { (exit 1); exit 1; }; }
4549	 # Do quote $f, to prevent DOS paths from being IFS'd.
4550	 echo "$f";;
4551      *) # Relative
4552	 if test -f "$f"; then
4553	   # Build tree
4554	   echo "$f"
4555	 elif test -f "$srcdir/$f"; then
4556	   # Source tree
4557	   echo "$srcdir/$f"
4558	 else
4559	   # /dev/null tree
4560	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4561echo "$as_me: error: cannot find input file: $f" >&2;}
4562   { (exit 1); exit 1; }; }
4563	 fi;;
4564      esac
4565    done` || { (exit 1); exit 1; }
4566  # Remove the trailing spaces.
4567  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
4568
4569_ACEOF
4570
4571# Transform confdefs.h into two sed scripts, `conftest.defines' and
4572# `conftest.undefs', that substitutes the proper values into
4573# config.h.in to produce config.h.  The first handles `#define'
4574# templates, and the second `#undef' templates.
4575# And first: Protect against being on the right side of a sed subst in
4576# config.status.  Protect against being in an unquoted here document
4577# in config.status.
4578rm -f conftest.defines conftest.undefs
4579# Using a here document instead of a string reduces the quoting nightmare.
4580# Putting comments in sed scripts is not portable.
4581#
4582# `end' is used to avoid that the second main sed command (meant for
4583# 0-ary CPP macros) applies to n-ary macro definitions.
4584# See the Autoconf documentation for `clear'.
4585cat >confdef2sed.sed <<\_ACEOF
4586s/[\\&,]/\\&/g
4587s,[\\$`],\\&,g
4588t clear
4589: clear
4590s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
4591t end
4592s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
4593: end
4594_ACEOF
4595# If some macros were called several times there might be several times
4596# the same #defines, which is useless.  Nevertheless, we may not want to
4597# sort them, since we want the *last* AC-DEFINE to be honored.
4598uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
4599sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
4600rm -f confdef2sed.sed
4601
4602# This sed command replaces #undef with comments.  This is necessary, for
4603# example, in the case of _POSIX_SOURCE, which is predefined and required
4604# on some systems where configure will not decide to define it.
4605cat >>conftest.undefs <<\_ACEOF
4606s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
4607_ACEOF
4608
4609# Break up conftest.defines because some shells have a limit on the size
4610# of here documents, and old seds have small limits too (100 cmds).
4611echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
4612echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
4613echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
4614echo '  :' >>$CONFIG_STATUS
4615rm -f conftest.tail
4616while grep . conftest.defines >/dev/null
4617do
4618  # Write a limited-size here document to $tmp/defines.sed.
4619  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
4620  # Speed up: don't consider the non `#define' lines.
4621  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
4622  # Work around the forget-to-reset-the-flag bug.
4623  echo 't clr' >>$CONFIG_STATUS
4624  echo ': clr' >>$CONFIG_STATUS
4625  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
4626  echo 'CEOF
4627  sed -f $tmp/defines.sed $tmp/in >$tmp/out
4628  rm -f $tmp/in
4629  mv $tmp/out $tmp/in
4630' >>$CONFIG_STATUS
4631  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
4632  rm -f conftest.defines
4633  mv conftest.tail conftest.defines
4634done
4635rm -f conftest.defines
4636echo '  fi # grep' >>$CONFIG_STATUS
4637echo >>$CONFIG_STATUS
4638
4639# Break up conftest.undefs because some shells have a limit on the size
4640# of here documents, and old seds have small limits too (100 cmds).
4641echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
4642rm -f conftest.tail
4643while grep . conftest.undefs >/dev/null
4644do
4645  # Write a limited-size here document to $tmp/undefs.sed.
4646  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
4647  # Speed up: don't consider the non `#undef'
4648  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
4649  # Work around the forget-to-reset-the-flag bug.
4650  echo 't clr' >>$CONFIG_STATUS
4651  echo ': clr' >>$CONFIG_STATUS
4652  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
4653  echo 'CEOF
4654  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
4655  rm -f $tmp/in
4656  mv $tmp/out $tmp/in
4657' >>$CONFIG_STATUS
4658  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
4659  rm -f conftest.undefs
4660  mv conftest.tail conftest.undefs
4661done
4662rm -f conftest.undefs
4663
4664cat >>$CONFIG_STATUS <<\_ACEOF
4665  # Let's still pretend it is `configure' which instantiates (i.e., don't
4666  # use $as_me), people would be surprised to read:
4667  #    /* config.h.  Generated by config.status.  */
4668  if test x"$ac_file" = x-; then
4669    echo "/* Generated by configure.  */" >$tmp/config.h
4670  else
4671    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
4672  fi
4673  cat $tmp/in >>$tmp/config.h
4674  rm -f $tmp/in
4675  if test x"$ac_file" != x-; then
4676    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
4677      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
4678echo "$as_me: $ac_file is unchanged" >&6;}
4679    else
4680      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
4681$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4682	 X"$ac_file" : 'X\(//\)[^/]' \| \
4683	 X"$ac_file" : 'X\(//\)$' \| \
4684	 X"$ac_file" : 'X\(/\)' \| \
4685	 .     : '\(.\)' 2>/dev/null ||
4686echo X"$ac_file" |
4687    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4688  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4689  	  /^X\(\/\/\)$/{ s//\1/; q; }
4690  	  /^X\(\/\).*/{ s//\1/; q; }
4691  	  s/.*/./; q'`
4692      { if $as_mkdir_p; then
4693    mkdir -p "$ac_dir"
4694  else
4695    as_dir="$ac_dir"
4696    as_dirs=
4697    while test ! -d "$as_dir"; do
4698      as_dirs="$as_dir $as_dirs"
4699      as_dir=`(dirname "$as_dir") 2>/dev/null ||
4700$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4701	 X"$as_dir" : 'X\(//\)[^/]' \| \
4702	 X"$as_dir" : 'X\(//\)$' \| \
4703	 X"$as_dir" : 'X\(/\)' \| \
4704	 .     : '\(.\)' 2>/dev/null ||
4705echo X"$as_dir" |
4706    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4707  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4708  	  /^X\(\/\/\)$/{ s//\1/; q; }
4709  	  /^X\(\/\).*/{ s//\1/; q; }
4710  	  s/.*/./; q'`
4711    done
4712    test ! -n "$as_dirs" || mkdir $as_dirs
4713  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4714echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4715   { (exit 1); exit 1; }; }; }
4716
4717      rm -f $ac_file
4718      mv $tmp/config.h $ac_file
4719    fi
4720  else
4721    cat $tmp/config.h
4722    rm -f $tmp/config.h
4723  fi
4724# Compute $ac_file's index in $config_headers.
4725_am_stamp_count=1
4726for _am_header in $config_headers :; do
4727  case $_am_header in
4728    $ac_file | $ac_file:* )
4729      break ;;
4730    * )
4731      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
4732  esac
4733done
4734echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
4735$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4736	 X$ac_file : 'X\(//\)[^/]' \| \
4737	 X$ac_file : 'X\(//\)$' \| \
4738	 X$ac_file : 'X\(/\)' \| \
4739	 .     : '\(.\)' 2>/dev/null ||
4740echo X$ac_file |
4741    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4742  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4743  	  /^X\(\/\/\)$/{ s//\1/; q; }
4744  	  /^X\(\/\).*/{ s//\1/; q; }
4745  	  s/.*/./; q'`/stamp-h$_am_stamp_count
4746done
4747_ACEOF
4748cat >>$CONFIG_STATUS <<\_ACEOF
4749
4750#
4751# CONFIG_COMMANDS section.
4752#
4753for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
4754  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
4755  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
4756  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
4757$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4758	 X"$ac_dest" : 'X\(//\)[^/]' \| \
4759	 X"$ac_dest" : 'X\(//\)$' \| \
4760	 X"$ac_dest" : 'X\(/\)' \| \
4761	 .     : '\(.\)' 2>/dev/null ||
4762echo X"$ac_dest" |
4763    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4764  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4765  	  /^X\(\/\/\)$/{ s//\1/; q; }
4766  	  /^X\(\/\).*/{ s//\1/; q; }
4767  	  s/.*/./; q'`
4768  { if $as_mkdir_p; then
4769    mkdir -p "$ac_dir"
4770  else
4771    as_dir="$ac_dir"
4772    as_dirs=
4773    while test ! -d "$as_dir"; do
4774      as_dirs="$as_dir $as_dirs"
4775      as_dir=`(dirname "$as_dir") 2>/dev/null ||
4776$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4777	 X"$as_dir" : 'X\(//\)[^/]' \| \
4778	 X"$as_dir" : 'X\(//\)$' \| \
4779	 X"$as_dir" : 'X\(/\)' \| \
4780	 .     : '\(.\)' 2>/dev/null ||
4781echo X"$as_dir" |
4782    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4783  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4784  	  /^X\(\/\/\)$/{ s//\1/; q; }
4785  	  /^X\(\/\).*/{ s//\1/; q; }
4786  	  s/.*/./; q'`
4787    done
4788    test ! -n "$as_dirs" || mkdir $as_dirs
4789  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4790echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4791   { (exit 1); exit 1; }; }; }
4792
4793  ac_builddir=.
4794
4795if test "$ac_dir" != .; then
4796  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4797  # A "../" for each directory in $ac_dir_suffix.
4798  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4799else
4800  ac_dir_suffix= ac_top_builddir=
4801fi
4802
4803case $srcdir in
4804  .)  # No --srcdir option.  We are building in place.
4805    ac_srcdir=.
4806    if test -z "$ac_top_builddir"; then
4807       ac_top_srcdir=.
4808    else
4809       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4810    fi ;;
4811  [\\/]* | ?:[\\/]* )  # Absolute path.
4812    ac_srcdir=$srcdir$ac_dir_suffix;
4813    ac_top_srcdir=$srcdir ;;
4814  *) # Relative path.
4815    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4816    ac_top_srcdir=$ac_top_builddir$srcdir ;;
4817esac
4818
4819# Do not use `cd foo && pwd` to compute absolute paths, because
4820# the directories may not exist.
4821case `pwd` in
4822.) ac_abs_builddir="$ac_dir";;
4823*)
4824  case "$ac_dir" in
4825  .) ac_abs_builddir=`pwd`;;
4826  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
4827  *) ac_abs_builddir=`pwd`/"$ac_dir";;
4828  esac;;
4829esac
4830case $ac_abs_builddir in
4831.) ac_abs_top_builddir=${ac_top_builddir}.;;
4832*)
4833  case ${ac_top_builddir}. in
4834  .) ac_abs_top_builddir=$ac_abs_builddir;;
4835  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
4836  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
4837  esac;;
4838esac
4839case $ac_abs_builddir in
4840.) ac_abs_srcdir=$ac_srcdir;;
4841*)
4842  case $ac_srcdir in
4843  .) ac_abs_srcdir=$ac_abs_builddir;;
4844  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
4845  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
4846  esac;;
4847esac
4848case $ac_abs_builddir in
4849.) ac_abs_top_srcdir=$ac_top_srcdir;;
4850*)
4851  case $ac_top_srcdir in
4852  .) ac_abs_top_srcdir=$ac_abs_builddir;;
4853  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
4854  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
4855  esac;;
4856esac
4857
4858
4859  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
4860echo "$as_me: executing $ac_dest commands" >&6;}
4861  case $ac_dest in
4862    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
4863  # Strip MF so we end up with the name of the file.
4864  mf=`echo "$mf" | sed -e 's/:.*$//'`
4865  # Check whether this is an Automake generated Makefile or not.
4866  # We used to match only the files named `Makefile.in', but
4867  # some people rename them; so instead we look at the file content.
4868  # Grep'ing the first line is not enough: some people post-process
4869  # each Makefile.in and add a new line on top of each file to say so.
4870  # So let's grep whole file.
4871  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
4872    dirpart=`(dirname "$mf") 2>/dev/null ||
4873$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4874	 X"$mf" : 'X\(//\)[^/]' \| \
4875	 X"$mf" : 'X\(//\)$' \| \
4876	 X"$mf" : 'X\(/\)' \| \
4877	 .     : '\(.\)' 2>/dev/null ||
4878echo X"$mf" |
4879    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4880  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4881  	  /^X\(\/\/\)$/{ s//\1/; q; }
4882  	  /^X\(\/\).*/{ s//\1/; q; }
4883  	  s/.*/./; q'`
4884  else
4885    continue
4886  fi
4887  # Extract the definition of DEPDIR, am__include, and am__quote
4888  # from the Makefile without running `make'.
4889  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4890  test -z "$DEPDIR" && continue
4891  am__include=`sed -n 's/^am__include = //p' < "$mf"`
4892  test -z "am__include" && continue
4893  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4894  # When using ansi2knr, U may be empty or an underscore; expand it
4895  U=`sed -n 's/^U = //p' < "$mf"`
4896  # Find all dependency output files, they are included files with
4897  # $(DEPDIR) in their names.  We invoke sed twice because it is the
4898  # simplest approach to changing $(DEPDIR) to its actual value in the
4899  # expansion.
4900  for file in `sed -n "
4901    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4902       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4903    # Make sure the directory exists.
4904    test -f "$dirpart/$file" && continue
4905    fdir=`(dirname "$file") 2>/dev/null ||
4906$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4907	 X"$file" : 'X\(//\)[^/]' \| \
4908	 X"$file" : 'X\(//\)$' \| \
4909	 X"$file" : 'X\(/\)' \| \
4910	 .     : '\(.\)' 2>/dev/null ||
4911echo X"$file" |
4912    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4913  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4914  	  /^X\(\/\/\)$/{ s//\1/; q; }
4915  	  /^X\(\/\).*/{ s//\1/; q; }
4916  	  s/.*/./; q'`
4917    { if $as_mkdir_p; then
4918    mkdir -p $dirpart/$fdir
4919  else
4920    as_dir=$dirpart/$fdir
4921    as_dirs=
4922    while test ! -d "$as_dir"; do
4923      as_dirs="$as_dir $as_dirs"
4924      as_dir=`(dirname "$as_dir") 2>/dev/null ||
4925$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4926	 X"$as_dir" : 'X\(//\)[^/]' \| \
4927	 X"$as_dir" : 'X\(//\)$' \| \
4928	 X"$as_dir" : 'X\(/\)' \| \
4929	 .     : '\(.\)' 2>/dev/null ||
4930echo X"$as_dir" |
4931    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4932  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4933  	  /^X\(\/\/\)$/{ s//\1/; q; }
4934  	  /^X\(\/\).*/{ s//\1/; q; }
4935  	  s/.*/./; q'`
4936    done
4937    test ! -n "$as_dirs" || mkdir $as_dirs
4938  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
4939echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
4940   { (exit 1); exit 1; }; }; }
4941
4942    # echo "creating $dirpart/$file"
4943    echo '# dummy' > "$dirpart/$file"
4944  done
4945done
4946 ;;
4947  esac
4948done
4949_ACEOF
4950
4951cat >>$CONFIG_STATUS <<\_ACEOF
4952
4953{ (exit 0); exit 0; }
4954_ACEOF
4955chmod +x $CONFIG_STATUS
4956ac_clean_files=$ac_clean_files_save
4957
4958
4959# configure is writing to config.log, and then calls config.status.
4960# config.status does its own redirection, appending to config.log.
4961# Unfortunately, on DOS this fails, as config.log is still kept open
4962# by configure, so config.status won't be able to write to it; its
4963# output is simply discarded.  So we exec the FD to /dev/null,
4964# effectively closing config.log, so it can be properly (re)opened and
4965# appended to by config.status.  When coming back to configure, we
4966# need to make the FD available again.
4967if test "$no_create" != yes; then
4968  ac_cs_success=:
4969  ac_config_status_args=
4970  test "$silent" = yes &&
4971    ac_config_status_args="$ac_config_status_args --quiet"
4972  exec 5>/dev/null
4973  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4974  exec 5>>config.log
4975  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4976  # would make configure fail if this is the last instruction.
4977  $ac_cs_success || { (exit 1); exit 1; }
4978fi
4979
4980