2 # Generated automatically by configure.
3 # Run this file to recreate the current configuration.
4 # This directory was configured as follows,
9 # Compiler output produced by configure, useful for debugging
10 # configure, is in ./config.log if it exists.
12 ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
16 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17 echo "running ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion"
18 exec ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion ;;
19 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20 echo "./config.status generated by autoconf version 2.13"
22 -help | --help | --hel | --he | --h)
23 echo "$ac_cs_usage"; exit 0 ;;
24 *) echo "$ac_cs_usage"; exit 1 ;;
29 ac_given_INSTALL="/usr/bin/install -c"
31 trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
33 # Protect against being on the right side of a sed subst in config.status.
34 sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
35 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
36 /^[ ]*VPATH[ ]*=[^:]*$/d
43 s%@DEFS@% -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_MALLOC=1 %g
46 s%@exec_prefix@%${prefix}%g
47 s%@prefix@%/usr/local%g
48 s%@program_transform_name@%s,x,x,%g
49 s%@bindir@%${exec_prefix}/bin%g
50 s%@sbindir@%${exec_prefix}/sbin%g
51 s%@libexecdir@%${exec_prefix}/libexec%g
52 s%@datadir@%${prefix}/share%g
53 s%@sysconfdir@%${prefix}/etc%g
54 s%@sharedstatedir@%${prefix}/com%g
55 s%@localstatedir@%${prefix}/var%g
56 s%@libdir@%${exec_prefix}/lib%g
57 s%@includedir@%${prefix}/include%g
58 s%@oldincludedir@%/usr/include%g
59 s%@infodir@%${prefix}/info%g
60 s%@mandir@%${prefix}/man%g
63 s%@INSTALL_PROGRAM@%${INSTALL}%g
64 s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
65 s%@INSTALL_DATA@%${INSTALL} -m 644%g
69 # Split the substitutions into bite-sized pieces for seds with
70 # small command number limits, like on Digital OSF/1 and HP-UX.
71 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
72 ac_file=1 # Number of current file.
73 ac_beg=1 # First line for current file.
74 ac_end=$ac_max_sed_cmds # Line after last line for current file.
77 while $ac_more_lines; do
78 if test $ac_beg -gt 1; then
79 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
81 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
83 if test ! -s conftest.s$ac_file; then
85 rm -f conftest.s$ac_file
87 if test -z "$ac_sed_cmds"; then
88 ac_sed_cmds="sed -f conftest.s$ac_file"
90 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
92 ac_file=`expr $ac_file + 1`
94 ac_end=`expr $ac_end + $ac_max_sed_cmds`
97 if test -z "$ac_sed_cmds"; then
101 CONFIG_FILES=${CONFIG_FILES-"Makefile"}
102 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
103 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
105 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
106 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
107 *) ac_file_in="${ac_file}.in" ;;
110 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
112 # Remove last slash and all that follows it. Not all systems have dirname.
113 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
114 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
115 # The file is in a subdirectory.
116 test ! -d "$ac_dir" && mkdir "$ac_dir"
117 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
118 # A "../" for each directory in $ac_dir_suffix.
119 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
121 ac_dir_suffix= ac_dots=
124 case "$ac_given_srcdir" in
126 if test -z "$ac_dots"; then top_srcdir=.
127 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
128 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
130 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
131 top_srcdir="$ac_dots$ac_given_srcdir" ;;
134 case "$ac_given_INSTALL" in
135 [/$]*) INSTALL="$ac_given_INSTALL" ;;
136 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
139 echo creating "$ac_file"
141 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
143 *Makefile*) ac_comsub="1i\\
144 # $configure_input" ;;
148 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
150 s%@configure_input@%$configure_input%g
152 s%@top_srcdir@%$top_srcdir%g
153 s%@INSTALL@%$INSTALL%g
154 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file