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