• R/O
  • SSH
  • HTTPS

zombie: Commit


Commit MetaInfo

Revision6 (tree)
Time2008-11-26 11:28:50
Authorimtaizo

Log Message

deleted some files.

Change Summary

  • delete: trunk/configure
  • delete: trunk/Makefile.in
  • delete: trunk/missing
  • delete: trunk/stamp-h
  • delete: trunk/aclocal.m4
  • delete: trunk/install-sh
  • delete: trunk/mkinstalldirs
  • delete: trunk/config.h
  • delete: trunk/config.status
  • delete: trunk/Makefile
  • delete: trunk/stamp-h.in
  • delete: trunk/config.h.in

Incremental Difference

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