comparison kpathsea/config.status @ 2999:faa5d0421460

[project @ 1997-05-23 03:02:09 by jwe]
author jwe
date Fri, 23 May 1997 03:02:36 +0000
parents
children
comparison
equal deleted inserted replaced
2998:692ba9d441ec 2999:faa5d0421460
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 tillamook-sharp:
6 #
7 # ./configure
8 #
9 # Compiler output produced by configure, useful for debugging
10 # configure, is in ./config.log if it exists.
11
12 ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13 for ac_option
14 do
15 case "$ac_option" in
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.12"
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
26 done
27
28 ac_given_srcdir=.
29 ac_given_INSTALL="/usr/bin/install -c"
30
31 trap 'rm -fr Makefile c-auto.h conftest*; exit 1' 1 2 15
32
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
37
38 s%@CFLAGS@%-g -O2%g
39 s%@CPPFLAGS@%%g
40 s%@CXXFLAGS@%%g
41 s%@DEFS@%-DHAVE_CONFIG_H%g
42 s%@LDFLAGS@%%g
43 s%@LIBS@%%g
44 s%@exec_prefix@%${prefix}%g
45 s%@prefix@%/usr/local%g
46 s%@program_transform_name@%s,x,x,%g
47 s%@bindir@%${exec_prefix}/bin%g
48 s%@sbindir@%${exec_prefix}/sbin%g
49 s%@libexecdir@%${exec_prefix}/libexec%g
50 s%@datadir@%${prefix}/share%g
51 s%@sysconfdir@%${prefix}/etc%g
52 s%@sharedstatedir@%${prefix}/com%g
53 s%@localstatedir@%${prefix}/var%g
54 s%@libdir@%${exec_prefix}/lib%g
55 s%@includedir@%${prefix}/include%g
56 s%@oldincludedir@%/usr/include%g
57 s%@infodir@%${prefix}/info%g
58 s%@mandir@%${prefix}/man%g
59 s%@CC@%gcc%g
60 s%@INSTALL_PROGRAM@%${INSTALL}%g
61 s%@INSTALL_DATA@%${INSTALL} -m 644%g
62 s%@SET_MAKE@%%g
63 s%@CPP@%gcc -E%g
64 s%@RANLIB@%ranlib%g
65 s%@host@%i586-pc-linux-gnu%g
66 s%@host_alias@%i586-pc-linux-gnu%g
67 s%@host_cpu@%i586%g
68 s%@host_vendor@%pc%g
69 s%@host_os@%linux-gnu%g
70 s%@LIBTOOL@%/usr/home/jwe/src/other/xdvik-20a/kpathsea/./../klibtool%g
71 s%@LTLIBOBJS@%%g
72
73 CEOF
74
75 # Split the substitutions into bite-sized pieces for seds with
76 # small command number limits, like on Digital OSF/1 and HP-UX.
77 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
78 ac_file=1 # Number of current file.
79 ac_beg=1 # First line for current file.
80 ac_end=$ac_max_sed_cmds # Line after last line for current file.
81 ac_more_lines=:
82 ac_sed_cmds=""
83 while $ac_more_lines; do
84 if test $ac_beg -gt 1; then
85 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
86 else
87 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
88 fi
89 if test ! -s conftest.s$ac_file; then
90 ac_more_lines=false
91 rm -f conftest.s$ac_file
92 else
93 if test -z "$ac_sed_cmds"; then
94 ac_sed_cmds="sed -f conftest.s$ac_file"
95 else
96 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
97 fi
98 ac_file=`expr $ac_file + 1`
99 ac_beg=$ac_end
100 ac_end=`expr $ac_end + $ac_max_sed_cmds`
101 fi
102 done
103 if test -z "$ac_sed_cmds"; then
104 ac_sed_cmds=cat
105 fi
106
107 CONFIG_FILES=${CONFIG_FILES-"Makefile"}
108 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
109 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
110 case "$ac_file" in
111 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
112 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
113 *) ac_file_in="${ac_file}.in" ;;
114 esac
115
116 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
117
118 # Remove last slash and all that follows it. Not all systems have dirname.
119 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
120 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
121 # The file is in a subdirectory.
122 test ! -d "$ac_dir" && mkdir "$ac_dir"
123 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
124 # A "../" for each directory in $ac_dir_suffix.
125 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
126 else
127 ac_dir_suffix= ac_dots=
128 fi
129
130 case "$ac_given_srcdir" in
131 .) srcdir=.
132 if test -z "$ac_dots"; then top_srcdir=.
133 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
134 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
135 *) # Relative path.
136 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
137 top_srcdir="$ac_dots$ac_given_srcdir" ;;
138 esac
139
140 case "$ac_given_INSTALL" in
141 [/$]*) INSTALL="$ac_given_INSTALL" ;;
142 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
143 esac
144
145 echo creating "$ac_file"
146 rm -f "$ac_file"
147 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
148 case "$ac_file" in
149 *Makefile*) ac_comsub="1i\\
150 # $configure_input" ;;
151 *) ac_comsub= ;;
152 esac
153
154 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
155 # Replace lines of the form ac_include foo with the contents of foo:
156 # first, from the ac_include lines construct a list of sed
157 # commands to remove them, and include the files; then run sed.
158 # Have to use sed because old (Ultrix, SunOS) awk does not support
159 # getline or system. (Anyway, configure scripts aren't supposed to use awk.)
160 # Use \@...@<cmd> form of sed address because the filename may contain /.
161 # Can't use only one -e and commands {dr foo} because foo has to be last.
162 # Use @e initially instead of -e because GNU echo has a -e option.
163 # Use `X' to mean a bunch of backslashes; this is for FreeBSD.
164 #
165 # No support for the multiple-output file :-separated stuff.
166 #
167 file_substs=`sed -n \
168 "/^ac_include/s%ac_include[ ]*\(.*\)%@e 'X@^&@r \1' -e 'X@^&@d'%p" \
169 $ac_given_srcdir/$ac_file_in`
170 if test -n "$file_substs"; then
171 # Change @e back to -e and X@^ to \@^.
172 file_subst_cmd="sed `echo $file_substs \
173 | sed -e 's/@e/-e/g' -e 's/X@^/\\\@^/g'`"
174 else
175 # If no substitutions and hence no sed commands, don't choke.
176 file_subst_cmd=cat
177 fi
178 # cd into the srcdir because the files being included more or less
179 # must be part of the distribution. I can't find any way to do
180 # variable substitution in the sed commands (so the user could have,
181 # e.g., $top_srcdir in their ac_include line).
182 (cd $ac_given_srcdir && eval $file_subst_cmd $ac_file_in) \
183 | sed -e "$ac_comsub
184 s%@configure_input@%$configure_input%g
185 s%@srcdir@%$srcdir%g
186 s%@top_srcdir@%$top_srcdir%g
187 s%@INSTALL@%$INSTALL%g
188 " | (eval "$ac_sed_cmds") > $ac_file
189 fi; done
190 rm -f conftest.s*
191
192 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
193 # NAME is the cpp macro being defined and VALUE is the value it is being given.
194 #
195 # ac_d sets the value in "#define NAME VALUE" lines.
196 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
197 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
198 ac_dC='\3'
199 ac_dD='%g'
200 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
201 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
202 ac_uB='\([ ]\)%\1#\2define\3'
203 ac_uC=' '
204 ac_uD='\4%g'
205 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
206 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
207 ac_eB='$%\1#\2define\3'
208 ac_eC=' '
209 ac_eD='%g'
210
211 if test "${CONFIG_HEADERS+set}" != set; then
212 CONFIG_HEADERS="c-auto.h"
213 fi
214 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
215 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
216 case "$ac_file" in
217 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
218 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
219 *) ac_file_in="${ac_file}.in" ;;
220 esac
221
222 echo creating $ac_file
223
224 rm -f conftest.frag conftest.in conftest.out
225 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
226 cat $ac_file_inputs > conftest.in
227
228 cat > conftest.frag <<CEOF
229 ${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
230 ${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
231 ${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
232 ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
233 ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
234 ${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
235 ${ac_dA}HAVE_ASSERT_H${ac_dB}HAVE_ASSERT_H${ac_dC}1${ac_dD}
236 ${ac_uA}HAVE_ASSERT_H${ac_uB}HAVE_ASSERT_H${ac_uC}1${ac_uD}
237 ${ac_eA}HAVE_ASSERT_H${ac_eB}HAVE_ASSERT_H${ac_eC}1${ac_eD}
238 ${ac_dA}HAVE_FLOAT_H${ac_dB}HAVE_FLOAT_H${ac_dC}1${ac_dD}
239 ${ac_uA}HAVE_FLOAT_H${ac_uB}HAVE_FLOAT_H${ac_uC}1${ac_uD}
240 ${ac_eA}HAVE_FLOAT_H${ac_eB}HAVE_FLOAT_H${ac_eC}1${ac_eD}
241 CEOF
242 sed -f conftest.frag conftest.in > conftest.out
243 rm -f conftest.in
244 mv conftest.out conftest.in
245
246 cat > conftest.frag <<CEOF
247 ${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
248 ${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
249 ${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
250 ${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
251 ${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
252 ${ac_eA}HAVE_MEMORY_H${ac_eB}HAVE_MEMORY_H${ac_eC}1${ac_eD}
253 ${ac_dA}HAVE_PWD_H${ac_dB}HAVE_PWD_H${ac_dC}1${ac_dD}
254 ${ac_uA}HAVE_PWD_H${ac_uB}HAVE_PWD_H${ac_uC}1${ac_uD}
255 ${ac_eA}HAVE_PWD_H${ac_eB}HAVE_PWD_H${ac_eC}1${ac_eD}
256 ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
257 ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
258 ${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
259 CEOF
260 sed -f conftest.frag conftest.in > conftest.out
261 rm -f conftest.in
262 mv conftest.out conftest.in
263
264 cat > conftest.frag <<CEOF
265 ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
266 ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
267 ${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
268 ${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
269 ${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
270 ${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
271 ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
272 ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
273 ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
274 ${ac_dA}HAVE_BASENAME${ac_dB}HAVE_BASENAME${ac_dC}1${ac_dD}
275 ${ac_uA}HAVE_BASENAME${ac_uB}HAVE_BASENAME${ac_uC}1${ac_uD}
276 ${ac_eA}HAVE_BASENAME${ac_eB}HAVE_BASENAME${ac_eC}1${ac_eD}
277 CEOF
278 sed -f conftest.frag conftest.in > conftest.out
279 rm -f conftest.in
280 mv conftest.out conftest.in
281
282 cat > conftest.frag <<CEOF
283 ${ac_dA}HAVE_PUTENV${ac_dB}HAVE_PUTENV${ac_dC}1${ac_dD}
284 ${ac_uA}HAVE_PUTENV${ac_uB}HAVE_PUTENV${ac_uC}1${ac_uD}
285 ${ac_eA}HAVE_PUTENV${ac_eB}HAVE_PUTENV${ac_eC}1${ac_eD}
286 ${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}
287 ${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}
288 ${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}
289 ${ac_dA}HAVE_STRTOL${ac_dB}HAVE_STRTOL${ac_dC}1${ac_dD}
290 ${ac_uA}HAVE_STRTOL${ac_uB}HAVE_STRTOL${ac_uC}1${ac_uD}
291 ${ac_eA}HAVE_STRTOL${ac_eB}HAVE_STRTOL${ac_eC}1${ac_eD}
292 ${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
293 ${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
294 ${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
295 CEOF
296 sed -f conftest.frag conftest.in > conftest.out
297 rm -f conftest.in
298 mv conftest.out conftest.in
299
300 cat > conftest.frag <<CEOF
301 ${ac_dA}HAVE_BCOPY${ac_dB}HAVE_BCOPY${ac_dC}1${ac_dD}
302 ${ac_uA}HAVE_BCOPY${ac_uB}HAVE_BCOPY${ac_uC}1${ac_uD}
303 ${ac_eA}HAVE_BCOPY${ac_eB}HAVE_BCOPY${ac_eC}1${ac_eD}
304 ${ac_dA}HAVE_GETWD${ac_dB}HAVE_GETWD${ac_dC}1${ac_dD}
305 ${ac_uA}HAVE_GETWD${ac_uB}HAVE_GETWD${ac_uC}1${ac_uD}
306 ${ac_eA}HAVE_GETWD${ac_eB}HAVE_GETWD${ac_eC}1${ac_eD}
307 ${ac_dA}MAKE_TEX_MF_BY_DEFAULT${ac_dB}MAKE_TEX_MF_BY_DEFAULT${ac_dC}1${ac_dD}
308 ${ac_uA}MAKE_TEX_MF_BY_DEFAULT${ac_uB}MAKE_TEX_MF_BY_DEFAULT${ac_uC}1${ac_uD}
309 ${ac_eA}MAKE_TEX_MF_BY_DEFAULT${ac_eB}MAKE_TEX_MF_BY_DEFAULT${ac_eC}1${ac_eD}
310 ${ac_dA}MAKE_TEX_PK_BY_DEFAULT${ac_dB}MAKE_TEX_PK_BY_DEFAULT${ac_dC}1${ac_dD}
311 ${ac_uA}MAKE_TEX_PK_BY_DEFAULT${ac_uB}MAKE_TEX_PK_BY_DEFAULT${ac_uC}1${ac_uD}
312 ${ac_eA}MAKE_TEX_PK_BY_DEFAULT${ac_eB}MAKE_TEX_PK_BY_DEFAULT${ac_eC}1${ac_eD}
313 CEOF
314 sed -f conftest.frag conftest.in > conftest.out
315 rm -f conftest.in
316 mv conftest.out conftest.in
317
318 cat > conftest.frag <<CEOF
319 ${ac_dA}MAKE_TEX_TFM_BY_DEFAULT${ac_dB}MAKE_TEX_TFM_BY_DEFAULT${ac_dC}1${ac_dD}
320 ${ac_uA}MAKE_TEX_TFM_BY_DEFAULT${ac_uB}MAKE_TEX_TFM_BY_DEFAULT${ac_uC}1${ac_uD}
321 ${ac_eA}MAKE_TEX_TFM_BY_DEFAULT${ac_eB}MAKE_TEX_TFM_BY_DEFAULT${ac_eC}1${ac_eD}
322 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
323 CEOF
324 sed -f conftest.frag conftest.in > conftest.out
325 rm -f conftest.in
326 mv conftest.out conftest.in
327
328 rm -f conftest.frag conftest.h
329 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
330 cat conftest.in >> conftest.h
331 rm -f conftest.in
332 if cmp -s $ac_file conftest.h 2>/dev/null; then
333 echo "$ac_file is unchanged"
334 rm -f conftest.h
335 else
336 # Remove last slash and all that follows it. Not all systems have dirname.
337 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
338 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
339 # The file is in a subdirectory.
340 test ! -d "$ac_dir" && mkdir "$ac_dir"
341 fi
342 rm -f $ac_file
343 mv conftest.h $ac_file
344 fi
345 fi; done
346
347
348
349 exit 0