1#! /bin/sh
2# Generated automatically by configure.
3# Run this file to recreate the current configuration.
4# This directory was configured as follows,
5# on host swan.rightnowtech.com:
6#
7# ./configure  --with-php-config=/nfs/local/linux/bin/php-config
8#
9# Compiler output produced by configure, useful for debugging
10# configure, is in ./config.log if it exists.
11
12ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13for ac_option
14do
15  case "$ac_option" in
16  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --with-php-config=/nfs/local/linux/bin/php-config --no-create --no-recursion"
18    exec ${CONFIG_SHELL-/bin/sh} ./configure  --with-php-config=/nfs/local/linux/bin/php-config --no-create --no-recursion ;;
19  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20    echo "./config.status generated by autoconf version 2.13"
21    exit 0 ;;
22  -help | --help | --hel | --he | --h)
23    echo "$ac_cs_usage"; exit 0 ;;
24  *) echo "$ac_cs_usage"; exit 1 ;;
25  esac
26done
27
28ac_given_srcdir=.
29
30trap 'rm -fr  config.h conftest*; exit 1' 1 2 15
31
32# Protect against being on the right side of a sed subst in config.status.
33sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
34 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35/^[ 	]*VPATH[ 	]*=[^:]*$/d
36
37s%@SHELL@%/bin/sh%g
38s%@CFLAGS@%-g -O2%g
39s%@CPPFLAGS@% -DHAVE_CONFIG_H%g
40s%@CXXFLAGS@%%g
41s%@FFLAGS@%%g
42s%@DEFS@%-DHAVE_CONFIG_H%g
43s%@LDFLAGS@%%g
44s%@LIBS@%%g
45s%@exec_prefix@%$(prefix)%g
46s%@prefix@%/nfs/local/linux%g
47s%@program_transform_name@%s,x,x,%g
48s%@bindir@%${exec_prefix}/bin%g
49s%@sbindir@%${exec_prefix}/sbin%g
50s%@libexecdir@%${exec_prefix}/libexec%g
51s%@datadir@%${prefix}/share%g
52s%@sysconfdir@%${prefix}/etc%g
53s%@sharedstatedir@%${prefix}/com%g
54s%@localstatedir@%${prefix}/var%g
55s%@libdir@%${exec_prefix}/lib%g
56s%@includedir@%${prefix}/include%g
57s%@oldincludedir@%/usr/include%g
58s%@infodir@%${prefix}/info%g
59s%@mandir@%${prefix}/man%g
60s%@CC@%gcc%g
61s%@host@%i686-pc-linux-gnu%g
62s%@host_alias@%i686-pc-linux-gnu%g
63s%@host_cpu@%i686%g
64s%@host_vendor@%pc%g
65s%@host_os@%linux-gnu%g
66s%@build@%i686-pc-linux-gnu%g
67s%@build_alias@%i686-pc-linux-gnu%g
68s%@build_cpu@%i686%g
69s%@build_vendor@%pc%g
70s%@build_os@%linux-gnu%g
71s%@LN_S@%ln -s%g
72s%@OBJEXT@%o%g
73s%@EXEEXT@%%g
74s%@ECHO@%echo%g
75s%@RANLIB@%ranlib%g
76s%@STRIP@%strip%g
77s%@CPP@%gcc -E%g
78s%@LIBTOOL@%$(SHELL) $(top_builddir)/libtool%g
79
80CEOF
81
82# Split the substitutions into bite-sized pieces for seds with
83# small command number limits, like on Digital OSF/1 and HP-UX.
84ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
85ac_file=1 # Number of current file.
86ac_beg=1 # First line for current file.
87ac_end=$ac_max_sed_cmds # Line after last line for current file.
88ac_more_lines=:
89ac_sed_cmds=""
90while $ac_more_lines; do
91  if test $ac_beg -gt 1; then
92    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
93  else
94    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
95  fi
96  if test ! -s conftest.s$ac_file; then
97    ac_more_lines=false
98    rm -f conftest.s$ac_file
99  else
100    if test -z "$ac_sed_cmds"; then
101      ac_sed_cmds="sed -f conftest.s$ac_file"
102    else
103      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
104    fi
105    ac_file=`expr $ac_file + 1`
106    ac_beg=$ac_end
107    ac_end=`expr $ac_end + $ac_max_sed_cmds`
108  fi
109done
110if test -z "$ac_sed_cmds"; then
111  ac_sed_cmds=cat
112fi
113
114CONFIG_FILES=${CONFIG_FILES-""}
115for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
116  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
117  case "$ac_file" in
118  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
119       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
120  *) ac_file_in="${ac_file}.in" ;;
121  esac
122
123  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
124
125  # Remove last slash and all that follows it.  Not all systems have dirname.
126  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
127  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
128    # The file is in a subdirectory.
129    test ! -d "$ac_dir" && mkdir "$ac_dir"
130    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
131    # A "../" for each directory in $ac_dir_suffix.
132    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
133  else
134    ac_dir_suffix= ac_dots=
135  fi
136
137  case "$ac_given_srcdir" in
138  .)  srcdir=.
139      if test -z "$ac_dots"; then top_srcdir=.
140      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
141  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
142  *) # Relative path.
143    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
144    top_srcdir="$ac_dots$ac_given_srcdir" ;;
145  esac
146
147
148  echo creating "$ac_file"
149  rm -f "$ac_file"
150  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
151  case "$ac_file" in
152  *Makefile*) ac_comsub="1i\\
153# $configure_input" ;;
154  *) ac_comsub= ;;
155  esac
156
157  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
158  sed -e "$ac_comsub
159s%@configure_input@%$configure_input%g
160s%@srcdir@%$srcdir%g
161s%@top_srcdir@%$top_srcdir%g
162" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
163fi; done
164rm -f conftest.s*
165
166# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
167# NAME is the cpp macro being defined and VALUE is the value it is being given.
168#
169# ac_d sets the value in "#define NAME VALUE" lines.
170ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
171ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
172ac_dC='\3'
173ac_dD='%g'
174# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
175ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
176ac_uB='\([ 	]\)%\1#\2define\3'
177ac_uC=' '
178ac_uD='\4%g'
179# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
180ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
181ac_eB='$%\1#\2define\3'
182ac_eC=' '
183ac_eD='%g'
184
185if test "${CONFIG_HEADERS+set}" != set; then
186  CONFIG_HEADERS="config.h"
187fi
188for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
189  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
190  case "$ac_file" in
191  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
192       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
193  *) ac_file_in="${ac_file}.in" ;;
194  esac
195
196  echo creating $ac_file
197
198  rm -f conftest.frag conftest.in conftest.out
199  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
200  cat $ac_file_inputs > conftest.in
201
202  cat > conftest.frag <<CEOF
203${ac_dA}COMPILE_DL_HTDIG${ac_dB}COMPILE_DL_HTDIG${ac_dC}1${ac_dD}
204${ac_uA}COMPILE_DL_HTDIG${ac_uB}COMPILE_DL_HTDIG${ac_uC}1${ac_uD}
205${ac_eA}COMPILE_DL_HTDIG${ac_eB}COMPILE_DL_HTDIG${ac_eC}1${ac_eD}
206${ac_dA}COMPILE_DL_BZ2${ac_dB}COMPILE_DL_BZ2${ac_dC}1${ac_dD}
207${ac_uA}COMPILE_DL_BZ2${ac_uB}COMPILE_DL_BZ2${ac_uC}1${ac_uD}
208${ac_eA}COMPILE_DL_BZ2${ac_eB}COMPILE_DL_BZ2${ac_eC}1${ac_eD}
209${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
210${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
211${ac_eA}HAVE_DLFCN_H${ac_eB}HAVE_DLFCN_H${ac_eC}1${ac_eD}
212s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
213CEOF
214  sed -f conftest.frag conftest.in > conftest.out
215  rm -f conftest.in
216  mv conftest.out conftest.in
217
218  rm -f conftest.frag conftest.h
219  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
220  cat conftest.in >> conftest.h
221  rm -f conftest.in
222  if cmp -s $ac_file conftest.h 2>/dev/null; then
223    echo "$ac_file is unchanged"
224    rm -f conftest.h
225  else
226    # Remove last slash and all that follows it.  Not all systems have dirname.
227      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
228      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
229      # The file is in a subdirectory.
230      test ! -d "$ac_dir" && mkdir "$ac_dir"
231    fi
232    rm -f $ac_file
233    mv conftest.h $ac_file
234  fi
235fi; done
236
237
238
239exit 0
240