daily update
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure
CommitLineData
d6e9fb05
JK
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
e4f78295 4# Generated automatically using autoconf version 2.13
d6e9fb05
JK
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14
15# Initialize some variables set by options.
16# The variables have the same names as the options, with
17# dashes changed to underlines.
18build=NONE
19cache_file=./config.cache
20exec_prefix=NONE
21host=NONE
22no_create=
23nonopt=NONE
24no_recursion=
25prefix=NONE
26program_prefix=NONE
27program_suffix=NONE
28program_transform_name=s,x,x,
29silent=
30site=
e4f78295 31sitefile=
d6e9fb05
JK
32srcdir=
33target=NONE
34verbose=
35x_includes=NONE
36x_libraries=NONE
37bindir='${exec_prefix}/bin'
38sbindir='${exec_prefix}/sbin'
39libexecdir='${exec_prefix}/libexec'
40datadir='${prefix}/share'
41sysconfdir='${prefix}/etc'
42sharedstatedir='${prefix}/com'
43localstatedir='${prefix}/var'
44libdir='${exec_prefix}/lib'
45includedir='${prefix}/include'
46oldincludedir='/usr/include'
47infodir='${prefix}/info'
48mandir='${prefix}/man'
49
50# Initialize some other variables.
51subdirs=
52MFLAGS= MAKEFLAGS=
e4f78295 53SHELL=${CONFIG_SHELL-/bin/sh}
d6e9fb05
JK
54# Maximum number of lines to put in a shell here document.
55ac_max_here_lines=12
56
57ac_prev=
58for ac_option
59do
60
61 # If the previous option needs an argument, assign it.
62 if test -n "$ac_prev"; then
63 eval "$ac_prev=\$ac_option"
64 ac_prev=
65 continue
66 fi
67
68 case "$ac_option" in
69 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70 *) ac_optarg= ;;
71 esac
72
73 # Accept the important Cygnus configure options, so we can diagnose typos.
74
75 case "$ac_option" in
76
77 -bindir | --bindir | --bindi | --bind | --bin | --bi)
78 ac_prev=bindir ;;
79 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80 bindir="$ac_optarg" ;;
81
82 -build | --build | --buil | --bui | --bu)
83 ac_prev=build ;;
84 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85 build="$ac_optarg" ;;
86
87 -cache-file | --cache-file | --cache-fil | --cache-fi \
88 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 ac_prev=cache_file ;;
90 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92 cache_file="$ac_optarg" ;;
93
94 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95 ac_prev=datadir ;;
96 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97 | --da=*)
98 datadir="$ac_optarg" ;;
99
100 -disable-* | --disable-*)
101 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102 # Reject names that are not valid shell variable names.
103 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105 fi
106 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107 eval "enable_${ac_feature}=no" ;;
108
109 -enable-* | --enable-*)
110 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111 # Reject names that are not valid shell variable names.
112 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114 fi
115 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116 case "$ac_option" in
117 *=*) ;;
118 *) ac_optarg=yes ;;
119 esac
120 eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124 | --exec | --exe | --ex)
125 ac_prev=exec_prefix ;;
126 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128 | --exec=* | --exe=* | --ex=*)
129 exec_prefix="$ac_optarg" ;;
130
131 -gas | --gas | --ga | --g)
132 # Obsolete; use --with-gas.
133 with_gas=yes ;;
134
135 -help | --help | --hel | --he)
136 # Omit some internal or obsolete options to make the list less imposing.
137 # This message is too long to be a string in the A/UX 3.1 sh.
138 cat << EOF
139Usage: configure [options] [host]
140Options: [defaults in brackets after descriptions]
141Configuration:
142 --cache-file=FILE cache test results in FILE
143 --help print this message
144 --no-create do not create output files
145 --quiet, --silent do not print \`checking...' messages
e4f78295 146 --site-file=FILE use FILE as the site file
d6e9fb05
JK
147 --version print the version of autoconf that created configure
148Directory and file names:
149 --prefix=PREFIX install architecture-independent files in PREFIX
150 [$ac_default_prefix]
151 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
152 [same as prefix]
153 --bindir=DIR user executables in DIR [EPREFIX/bin]
154 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
155 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
156 --datadir=DIR read-only architecture-independent data in DIR
157 [PREFIX/share]
158 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
159 --sharedstatedir=DIR modifiable architecture-independent data in DIR
160 [PREFIX/com]
161 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
162 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
163 --includedir=DIR C header files in DIR [PREFIX/include]
164 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
165 --infodir=DIR info documentation in DIR [PREFIX/info]
166 --mandir=DIR man documentation in DIR [PREFIX/man]
167 --srcdir=DIR find the sources in DIR [configure dir or ..]
168 --program-prefix=PREFIX prepend PREFIX to installed program names
169 --program-suffix=SUFFIX append SUFFIX to installed program names
170 --program-transform-name=PROGRAM
171 run sed PROGRAM on installed program names
172EOF
173 cat << EOF
174Host type:
175 --build=BUILD configure for building on BUILD [BUILD=HOST]
176 --host=HOST configure for HOST [guessed]
177 --target=TARGET configure for TARGET [TARGET=HOST]
178Features and packages:
179 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
180 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
181 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
182 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
183 --x-includes=DIR X include files are in DIR
184 --x-libraries=DIR X library files are in DIR
185EOF
186 if test -n "$ac_help"; then
187 echo "--enable and --with options recognized:$ac_help"
188 fi
189 exit 0 ;;
190
191 -host | --host | --hos | --ho)
192 ac_prev=host ;;
193 -host=* | --host=* | --hos=* | --ho=*)
194 host="$ac_optarg" ;;
195
196 -includedir | --includedir | --includedi | --included | --include \
197 | --includ | --inclu | --incl | --inc)
198 ac_prev=includedir ;;
199 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200 | --includ=* | --inclu=* | --incl=* | --inc=*)
201 includedir="$ac_optarg" ;;
202
203 -infodir | --infodir | --infodi | --infod | --info | --inf)
204 ac_prev=infodir ;;
205 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206 infodir="$ac_optarg" ;;
207
208 -libdir | --libdir | --libdi | --libd)
209 ac_prev=libdir ;;
210 -libdir=* | --libdir=* | --libdi=* | --libd=*)
211 libdir="$ac_optarg" ;;
212
213 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214 | --libexe | --libex | --libe)
215 ac_prev=libexecdir ;;
216 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217 | --libexe=* | --libex=* | --libe=*)
218 libexecdir="$ac_optarg" ;;
219
220 -localstatedir | --localstatedir | --localstatedi | --localstated \
221 | --localstate | --localstat | --localsta | --localst \
222 | --locals | --local | --loca | --loc | --lo)
223 ac_prev=localstatedir ;;
224 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227 localstatedir="$ac_optarg" ;;
228
229 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230 ac_prev=mandir ;;
231 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232 mandir="$ac_optarg" ;;
233
234 -nfp | --nfp | --nf)
235 # Obsolete; use --without-fp.
236 with_fp=no ;;
237
238 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239 | --no-cr | --no-c)
240 no_create=yes ;;
241
242 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244 no_recursion=yes ;;
245
246 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248 | --oldin | --oldi | --old | --ol | --o)
249 ac_prev=oldincludedir ;;
250 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253 oldincludedir="$ac_optarg" ;;
254
255 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256 ac_prev=prefix ;;
257 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258 prefix="$ac_optarg" ;;
259
260 -program-prefix | --program-prefix | --program-prefi | --program-pref \
261 | --program-pre | --program-pr | --program-p)
262 ac_prev=program_prefix ;;
263 -program-prefix=* | --program-prefix=* | --program-prefi=* \
264 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265 program_prefix="$ac_optarg" ;;
266
267 -program-suffix | --program-suffix | --program-suffi | --program-suff \
268 | --program-suf | --program-su | --program-s)
269 ac_prev=program_suffix ;;
270 -program-suffix=* | --program-suffix=* | --program-suffi=* \
271 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272 program_suffix="$ac_optarg" ;;
273
274 -program-transform-name | --program-transform-name \
275 | --program-transform-nam | --program-transform-na \
276 | --program-transform-n | --program-transform- \
277 | --program-transform | --program-transfor \
278 | --program-transfo | --program-transf \
279 | --program-trans | --program-tran \
280 | --progr-tra | --program-tr | --program-t)
281 ac_prev=program_transform_name ;;
282 -program-transform-name=* | --program-transform-name=* \
283 | --program-transform-nam=* | --program-transform-na=* \
284 | --program-transform-n=* | --program-transform-=* \
285 | --program-transform=* | --program-transfor=* \
286 | --program-transfo=* | --program-transf=* \
287 | --program-trans=* | --program-tran=* \
288 | --progr-tra=* | --program-tr=* | --program-t=*)
289 program_transform_name="$ac_optarg" ;;
290
291 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292 | -silent | --silent | --silen | --sile | --sil)
293 silent=yes ;;
294
295 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296 ac_prev=sbindir ;;
297 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298 | --sbi=* | --sb=*)
299 sbindir="$ac_optarg" ;;
300
301 -sharedstatedir | --sharedstatedir | --sharedstatedi \
302 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303 | --sharedst | --shareds | --shared | --share | --shar \
304 | --sha | --sh)
305 ac_prev=sharedstatedir ;;
306 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309 | --sha=* | --sh=*)
310 sharedstatedir="$ac_optarg" ;;
311
312 -site | --site | --sit)
313 ac_prev=site ;;
314 -site=* | --site=* | --sit=*)
315 site="$ac_optarg" ;;
316
e4f78295
AC
317 -site-file | --site-file | --site-fil | --site-fi | --site-f)
318 ac_prev=sitefile ;;
319 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
320 sitefile="$ac_optarg" ;;
321
d6e9fb05
JK
322 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
323 ac_prev=srcdir ;;
324 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
325 srcdir="$ac_optarg" ;;
326
327 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
328 | --syscon | --sysco | --sysc | --sys | --sy)
329 ac_prev=sysconfdir ;;
330 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
331 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
332 sysconfdir="$ac_optarg" ;;
333
334 -target | --target | --targe | --targ | --tar | --ta | --t)
335 ac_prev=target ;;
336 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337 target="$ac_optarg" ;;
338
339 -v | -verbose | --verbose | --verbos | --verbo | --verb)
340 verbose=yes ;;
341
342 -version | --version | --versio | --versi | --vers)
e4f78295 343 echo "configure generated by autoconf version 2.13"
d6e9fb05
JK
344 exit 0 ;;
345
346 -with-* | --with-*)
347 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348 # Reject names that are not valid shell variable names.
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351 fi
352 ac_package=`echo $ac_package| sed 's/-/_/g'`
353 case "$ac_option" in
354 *=*) ;;
355 *) ac_optarg=yes ;;
356 esac
357 eval "with_${ac_package}='$ac_optarg'" ;;
358
359 -without-* | --without-*)
360 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
361 # Reject names that are not valid shell variable names.
362 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
363 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
364 fi
365 ac_package=`echo $ac_package| sed 's/-/_/g'`
366 eval "with_${ac_package}=no" ;;
367
368 --x)
369 # Obsolete; use --with-x.
370 with_x=yes ;;
371
372 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
373 | --x-incl | --x-inc | --x-in | --x-i)
374 ac_prev=x_includes ;;
375 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
376 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
377 x_includes="$ac_optarg" ;;
378
379 -x-libraries | --x-libraries | --x-librarie | --x-librari \
380 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
381 ac_prev=x_libraries ;;
382 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
383 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
384 x_libraries="$ac_optarg" ;;
385
386 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
387 ;;
388
389 *)
390 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
391 echo "configure: warning: $ac_option: invalid host type" 1>&2
392 fi
393 if test "x$nonopt" != xNONE; then
394 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395 fi
396 nonopt="$ac_option"
397 ;;
398
399 esac
400done
401
402if test -n "$ac_prev"; then
403 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404fi
405
406trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
407
408# File descriptor usage:
409# 0 standard input
410# 1 file creation
411# 2 errors and warnings
412# 3 some systems may open it to /dev/tty
413# 4 used on the Kubota Titan
414# 6 checking for... messages and results
415# 5 compiler messages saved in config.log
416if test "$silent" = yes; then
417 exec 6>/dev/null
418else
419 exec 6>&1
420fi
421exec 5>./config.log
422
423echo "\
424This file contains any messages produced by compilers while
425running configure, to aid debugging if configure makes a mistake.
426" 1>&5
427
428# Strip out --no-create and --no-recursion so they do not pile up.
429# Also quote any args containing shell metacharacters.
430ac_configure_args=
431for ac_arg
432do
433 case "$ac_arg" in
434 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435 | --no-cr | --no-c) ;;
436 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
437 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
438 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
439 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
440 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
441 esac
442done
443
444# NLS nuisances.
445# Only set these to C if already set. These must not be set unconditionally
446# because not all systems understand e.g. LANG=C (notably SCO).
447# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
448# Non-C LC_CTYPE values break the ctype check.
449if test "${LANG+set}" = set; then LANG=C; export LANG; fi
450if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
451if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
452if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
453
454# confdefs.h avoids OS command line length limits that DEFS can exceed.
455rm -rf conftest* confdefs.h
456# AIX cpp loses on an empty file, so make sure it contains at least a newline.
457echo > confdefs.h
458
459# A filename unique to this package, relative to the directory that
460# configure is in, which we can look for to find out if srcdir is correct.
461ac_unique_file=server.c
462
463# Find the source files, if location was not specified.
464if test -z "$srcdir"; then
465 ac_srcdir_defaulted=yes
466 # Try the directory containing this script, then its parent.
467 ac_prog=$0
468 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
469 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
470 srcdir=$ac_confdir
471 if test ! -r $srcdir/$ac_unique_file; then
472 srcdir=..
473 fi
474else
475 ac_srcdir_defaulted=no
476fi
477if test ! -r $srcdir/$ac_unique_file; then
478 if test "$ac_srcdir_defaulted" = yes; then
479 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
480 else
481 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
482 fi
483fi
484srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
485
486# Prefer explicitly selected file to automatically selected ones.
e4f78295
AC
487if test -z "$sitefile"; then
488 if test -z "$CONFIG_SITE"; then
489 if test "x$prefix" != xNONE; then
490 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
491 else
492 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
493 fi
d6e9fb05 494 fi
e4f78295
AC
495else
496 CONFIG_SITE="$sitefile"
d6e9fb05
JK
497fi
498for ac_site_file in $CONFIG_SITE; do
499 if test -r "$ac_site_file"; then
500 echo "loading site script $ac_site_file"
501 . "$ac_site_file"
502 fi
503done
504
505if test -r "$cache_file"; then
506 echo "loading cache $cache_file"
507 . $cache_file
508else
509 echo "creating cache $cache_file"
510 > $cache_file
511fi
512
513ac_ext=c
514# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
515ac_cpp='$CPP $CPPFLAGS'
516ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
e4f78295 517ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
d6e9fb05
JK
518cross_compiling=$ac_cv_prog_cc_cross
519
e4f78295
AC
520ac_exeext=
521ac_objext=o
d6e9fb05
JK
522if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
523 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
524 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
525 ac_n= ac_c='
526' ac_t=' '
527 else
528 ac_n=-n ac_c= ac_t=
529 fi
530else
531 ac_n= ac_c='\c' ac_t=
532fi
533
534
535
536ac_aux_dir=
537for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
538 if test -f $ac_dir/install-sh; then
539 ac_aux_dir=$ac_dir
540 ac_install_sh="$ac_aux_dir/install-sh -c"
541 break
542 elif test -f $ac_dir/install.sh; then
543 ac_aux_dir=$ac_dir
544 ac_install_sh="$ac_aux_dir/install.sh -c"
545 break
546 fi
547done
548if test -z "$ac_aux_dir"; then
549 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
550fi
551ac_config_guess=$ac_aux_dir/config.guess
552ac_config_sub=$ac_aux_dir/config.sub
553ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
554
555
556# Do some error checking and defaulting for the host and target type.
557# The inputs are:
558# configure --host=HOST --target=TARGET --build=BUILD NONOPT
559#
560# The rules are:
561# 1. You are not allowed to specify --host, --target, and nonopt at the
562# same time.
563# 2. Host defaults to nonopt.
564# 3. If nonopt is not specified, then host defaults to the current host,
565# as determined by config.guess.
566# 4. Target and build default to nonopt.
567# 5. If nonopt is not specified, then target and build default to host.
568
569# The aliases save the names the user supplied, while $host etc.
570# will get canonicalized.
571case $host---$target---$nonopt in
572NONE---*---* | *---NONE---* | *---*---NONE) ;;
573*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
574esac
575
576
577# Make sure we can run config.sub.
e4f78295 578if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
d6e9fb05
JK
579else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
580fi
581
582echo $ac_n "checking host system type""... $ac_c" 1>&6
e4f78295 583echo "configure:584: checking host system type" >&5
d6e9fb05
JK
584
585host_alias=$host
586case "$host_alias" in
587NONE)
588 case $nonopt in
589 NONE)
e4f78295 590 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
d6e9fb05
JK
591 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
592 fi ;;
593 *) host_alias=$nonopt ;;
594 esac ;;
595esac
596
e4f78295 597host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
d6e9fb05
JK
598host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
599host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
600host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
601echo "$ac_t""$host" 1>&6
602
603echo $ac_n "checking target system type""... $ac_c" 1>&6
e4f78295 604echo "configure:605: checking target system type" >&5
d6e9fb05
JK
605
606target_alias=$target
607case "$target_alias" in
608NONE)
609 case $nonopt in
610 NONE) target_alias=$host_alias ;;
611 *) target_alias=$nonopt ;;
612 esac ;;
613esac
614
e4f78295 615target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
d6e9fb05
JK
616target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
617target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
618target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
619echo "$ac_t""$target" 1>&6
620
621echo $ac_n "checking build system type""... $ac_c" 1>&6
e4f78295 622echo "configure:623: checking build system type" >&5
d6e9fb05
JK
623
624build_alias=$build
625case "$build_alias" in
626NONE)
627 case $nonopt in
628 NONE) build_alias=$host_alias ;;
629 *) build_alias=$nonopt ;;
630 esac ;;
631esac
632
e4f78295 633build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
d6e9fb05
JK
634build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
635build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
636build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
637echo "$ac_t""$build" 1>&6
638
639test "$host_alias" != "$target_alias" &&
640 test "$program_prefix$program_suffix$program_transform_name" = \
641 NONENONEs,x,x, &&
642 program_prefix=${target_alias}-
643
644# Find a good install program. We prefer a C program (faster),
645# so one script is as good as another. But avoid the broken or
646# incompatible versions:
647# SysV /etc/install, /usr/sbin/install
648# SunOS /usr/etc/install
649# IRIX /sbin/install
650# AIX /bin/install
e4f78295 651# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
d6e9fb05
JK
652# AFS /usr/afsws/bin/install, which mishandles nonexistent args
653# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
654# ./install, which can be erroneously created by make from ./install.sh.
655echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
e4f78295 656echo "configure:657: checking for a BSD compatible install" >&5
d6e9fb05
JK
657if test -z "$INSTALL"; then
658if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
659 echo $ac_n "(cached) $ac_c" 1>&6
660else
e4f78295 661 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
d6e9fb05
JK
662 for ac_dir in $PATH; do
663 # Account for people who put trailing slashes in PATH elements.
664 case "$ac_dir/" in
665 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
666 *)
667 # OSF1 and SCO ODT 3.0 have their own names for install.
e4f78295
AC
668 # Don't use installbsd from OSF since it installs stuff as root
669 # by default.
670 for ac_prog in ginstall scoinst install; do
d6e9fb05
JK
671 if test -f $ac_dir/$ac_prog; then
672 if test $ac_prog = install &&
673 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
674 # AIX install. It has an incompatible calling convention.
d6e9fb05
JK
675 :
676 else
677 ac_cv_path_install="$ac_dir/$ac_prog -c"
678 break 2
679 fi
680 fi
681 done
682 ;;
683 esac
684 done
685 IFS="$ac_save_IFS"
686
687fi
688 if test "${ac_cv_path_install+set}" = set; then
689 INSTALL="$ac_cv_path_install"
690 else
691 # As a last resort, use the slow shell script. We don't cache a
692 # path for INSTALL within a source directory, because that will
693 # break other packages using the cache if that directory is
694 # removed, or if the path is relative.
695 INSTALL="$ac_install_sh"
696 fi
697fi
698echo "$ac_t""$INSTALL" 1>&6
699
700# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
701# It thinks the first close brace ends the variable substitution.
702test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
703
e4f78295
AC
704test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
705
d6e9fb05
JK
706test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
707
708
709. ${srcdir}/../configure.host
710
711. ${srcdir}/../configure.tgt
712
713frags=
714host_makefile_frag=${srcdir}/../config/${gdb_host_cpu}/${gdb_host}.mh
715if test ! -f ${host_makefile_frag}; then
716 { echo "configure: error: "*** GDB remote does not support host ${host}"" 1>&2; exit 1; }
717fi
718frags="$frags $host_makefile_frag"
719
720target_makefile_frag=${srcdir}/../config/${gdb_target_cpu}/${gdb_target}.mt
721if test ! -f ${target_makefile_frag}; then
722 { echo "configure: error: "*** GDB remote does not support target ${target}"" 1>&2; exit 1; }
723fi
724frags="$frags $target_makefile_frag"
725
726
727
728
729
730hostfile=`sed -n '
731s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
732' ${host_makefile_frag}`
733
734targetfile=`sed -n '
735s/TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
736' ${target_makefile_frag}`
737
738if test "${target}" = "${host}"; then
739nativefile=`sed -n '
740s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
741' ${host_makefile_frag}`
742fi
743
744# If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
745# (NAT_FILE) is not set in the ?config/* file, we don't make the
746# corresponding links. But we have to remove the xm.h files and tm.h
747# files anyway, e.g. when switching from "configure host" to
748# "configure none".
749
750files=
751links=
752rm -f xm.h
753rm -f ser-hardwire.c
754if test "${hostfile}" != ""; then
755 files="${files} ../config/${gdb_host_cpu}/${hostfile}"
756 links="${links} xm.h"
757fi
758rm -f tm.h
759if test "${targetfile}" != ""; then
760 files="${files} ../config/${gdb_target_cpu}/${targetfile}"
761 links="${links} tm.h"
762fi
763rm -f nm.h
764if test "${nativefile}" != ""; then
765 files="${files} ../config/${gdb_host_cpu}/${nativefile}"
766 links="${links} nm.h"
d6e9fb05
JK
767fi
768
769
770trap '' 1 2 15
771cat > confcache <<\EOF
772# This file is a shell script that caches the results of configure
773# tests run on this system so they can be shared between configure
774# scripts and configure runs. It is not useful on other systems.
775# If it contains results you don't want to keep, you may remove or edit it.
776#
777# By default, configure uses ./config.cache as the cache file,
778# creating it if it does not exist already. You can give configure
779# the --cache-file=FILE option to use a different cache file; that is
780# what configure does when it calls configure scripts in
781# subdirectories, so they share the cache.
782# Giving --cache-file=/dev/null disables caching, for debugging configure.
783# config.status only pays attention to the cache file if you give it the
784# --recheck option to rerun configure.
785#
786EOF
787# The following way of writing the cache mishandles newlines in values,
788# but we know of no workaround that is simple, portable, and efficient.
789# So, don't put newlines in cache variables' values.
790# Ultrix sh set writes to stderr and can't be redirected directly,
791# and sets the high bit in the cache file unless we assign to the vars.
792(set) 2>&1 |
e4f78295 793 case `(ac_space=' '; set | grep ac_space) 2>&1` in
d6e9fb05
JK
794 *ac_space=\ *)
795 # `set' does not quote correctly, so add quotes (double-quote substitution
796 # turns \\\\ into \\, and sed turns \\ into \).
797 sed -n \
798 -e "s/'/'\\\\''/g" \
799 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
800 ;;
801 *)
802 # `set' quotes correctly as required by POSIX, so do not add quotes.
803 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
804 ;;
805 esac >> confcache
806if cmp -s $cache_file confcache; then
807 :
808else
809 if test -w $cache_file; then
810 echo "updating cache $cache_file"
811 cat confcache > $cache_file
812 else
813 echo "not updating unwritable cache $cache_file"
814 fi
815fi
816rm -f confcache
817
818trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
819
820test "x$prefix" = xNONE && prefix=$ac_default_prefix
821# Let make expand exec_prefix.
822test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
823
824# Any assignment to VPATH causes Sun make to only execute
825# the first set of double-colon rules, so remove it if not needed.
826# If there is a colon in the path, we need to keep it.
827if test "x$srcdir" = x.; then
828 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
829fi
830
831trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
832
833# Transform confdefs.h into DEFS.
834# Protect against shell expansion while executing Makefile rules.
835# Protect against Makefile macro expansion.
836cat > conftest.defs <<\EOF
837s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
838s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
839s%\[%\\&%g
840s%\]%\\&%g
841s%\$%$$%g
842EOF
843DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
844rm -f conftest.defs
845
846
847# Without the "./", some shells look in PATH for config.status.
848: ${CONFIG_STATUS=./config.status}
849
850echo creating $CONFIG_STATUS
851rm -f $CONFIG_STATUS
852cat > $CONFIG_STATUS <<EOF
853#! /bin/sh
854# Generated automatically by configure.
855# Run this file to recreate the current configuration.
856# This directory was configured as follows,
857# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
858#
859# $0 $ac_configure_args
860#
861# Compiler output produced by configure, useful for debugging
862# configure, is in ./config.log if it exists.
863
864ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
865for ac_option
866do
867 case "\$ac_option" in
868 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
869 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
870 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
871 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
e4f78295 872 echo "$CONFIG_STATUS generated by autoconf version 2.13"
d6e9fb05
JK
873 exit 0 ;;
874 -help | --help | --hel | --he | --h)
875 echo "\$ac_cs_usage"; exit 0 ;;
876 *) echo "\$ac_cs_usage"; exit 1 ;;
877 esac
878done
879
880ac_given_srcdir=$srcdir
881ac_given_INSTALL="$INSTALL"
882
883trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
884EOF
885cat >> $CONFIG_STATUS <<EOF
886
887# Protect against being on the right side of a sed subst in config.status.
888sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
889 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
890$ac_vpsub
891$extrasub
e4f78295 892s%@SHELL@%$SHELL%g
d6e9fb05
JK
893s%@CFLAGS@%$CFLAGS%g
894s%@CPPFLAGS@%$CPPFLAGS%g
895s%@CXXFLAGS@%$CXXFLAGS%g
e4f78295 896s%@FFLAGS@%$FFLAGS%g
d6e9fb05
JK
897s%@DEFS@%$DEFS%g
898s%@LDFLAGS@%$LDFLAGS%g
899s%@LIBS@%$LIBS%g
900s%@exec_prefix@%$exec_prefix%g
901s%@prefix@%$prefix%g
902s%@program_transform_name@%$program_transform_name%g
903s%@bindir@%$bindir%g
904s%@sbindir@%$sbindir%g
905s%@libexecdir@%$libexecdir%g
906s%@datadir@%$datadir%g
907s%@sysconfdir@%$sysconfdir%g
908s%@sharedstatedir@%$sharedstatedir%g
909s%@localstatedir@%$localstatedir%g
910s%@libdir@%$libdir%g
911s%@includedir@%$includedir%g
912s%@oldincludedir@%$oldincludedir%g
913s%@infodir@%$infodir%g
914s%@mandir@%$mandir%g
915s%@host@%$host%g
916s%@host_alias@%$host_alias%g
917s%@host_cpu@%$host_cpu%g
918s%@host_vendor@%$host_vendor%g
919s%@host_os@%$host_os%g
920s%@target@%$target%g
921s%@target_alias@%$target_alias%g
922s%@target_cpu@%$target_cpu%g
923s%@target_vendor@%$target_vendor%g
924s%@target_os@%$target_os%g
925s%@build@%$build%g
926s%@build_alias@%$build_alias%g
927s%@build_cpu@%$build_cpu%g
928s%@build_vendor@%$build_vendor%g
929s%@build_os@%$build_os%g
930s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
e4f78295 931s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
d6e9fb05
JK
932s%@INSTALL_DATA@%$INSTALL_DATA%g
933/@host_makefile_frag@/r $host_makefile_frag
934s%@host_makefile_frag@%%g
935/@target_makefile_frag@/r $target_makefile_frag
936s%@target_makefile_frag@%%g
937s%@frags@%$frags%g
938
939CEOF
940EOF
941
942cat >> $CONFIG_STATUS <<\EOF
943
944# Split the substitutions into bite-sized pieces for seds with
945# small command number limits, like on Digital OSF/1 and HP-UX.
946ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
947ac_file=1 # Number of current file.
948ac_beg=1 # First line for current file.
949ac_end=$ac_max_sed_cmds # Line after last line for current file.
950ac_more_lines=:
951ac_sed_cmds=""
952while $ac_more_lines; do
953 if test $ac_beg -gt 1; then
954 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
955 else
956 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
957 fi
958 if test ! -s conftest.s$ac_file; then
959 ac_more_lines=false
960 rm -f conftest.s$ac_file
961 else
962 if test -z "$ac_sed_cmds"; then
963 ac_sed_cmds="sed -f conftest.s$ac_file"
964 else
965 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
966 fi
967 ac_file=`expr $ac_file + 1`
968 ac_beg=$ac_end
969 ac_end=`expr $ac_end + $ac_max_sed_cmds`
970 fi
971done
972if test -z "$ac_sed_cmds"; then
973 ac_sed_cmds=cat
974fi
975EOF
976
977cat >> $CONFIG_STATUS <<EOF
978
979CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
980EOF
981cat >> $CONFIG_STATUS <<\EOF
982for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
983 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
984 case "$ac_file" in
985 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
986 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
987 *) ac_file_in="${ac_file}.in" ;;
988 esac
989
990 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
991
992 # Remove last slash and all that follows it. Not all systems have dirname.
993 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
994 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
995 # The file is in a subdirectory.
996 test ! -d "$ac_dir" && mkdir "$ac_dir"
997 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
998 # A "../" for each directory in $ac_dir_suffix.
999 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1000 else
1001 ac_dir_suffix= ac_dots=
1002 fi
1003
1004 case "$ac_given_srcdir" in
1005 .) srcdir=.
1006 if test -z "$ac_dots"; then top_srcdir=.
1007 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1008 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1009 *) # Relative path.
1010 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1011 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1012 esac
1013
1014 case "$ac_given_INSTALL" in
1015 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1016 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1017 esac
1018
1019 echo creating "$ac_file"
1020 rm -f "$ac_file"
1021 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1022 case "$ac_file" in
1023 *Makefile*) ac_comsub="1i\\
1024# $configure_input" ;;
1025 *) ac_comsub= ;;
1026 esac
1027
1028 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1029 sed -e "$ac_comsub
1030s%@configure_input@%$configure_input%g
1031s%@srcdir@%$srcdir%g
1032s%@top_srcdir@%$top_srcdir%g
1033s%@INSTALL@%$INSTALL%g
1034" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1035fi; done
1036rm -f conftest.s*
1037
1038EOF
1039
1040cat >> $CONFIG_STATUS <<EOF
1041ac_sources="$files"
1042ac_dests="$links"
1043EOF
1044
1045cat >> $CONFIG_STATUS <<\EOF
1046srcdir=$ac_given_srcdir
1047while test -n "$ac_sources"; do
1048 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
1049 set $ac_sources; ac_source=$1; shift; ac_sources=$*
1050
1051 echo "linking $srcdir/$ac_source to $ac_dest"
1052
1053 if test ! -r $srcdir/$ac_source; then
1054 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
1055 fi
1056 rm -f $ac_dest
1057
1058 # Make relative symlinks.
1059 # Remove last slash and all that follows it. Not all systems have dirname.
1060 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
1061 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
1062 # The dest file is in a subdirectory.
1063 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
1064 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
1065 # A "../" for each directory in $ac_dest_dir_suffix.
1066 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
1067 else
1068 ac_dest_dir_suffix= ac_dots=
1069 fi
1070
1071 case "$srcdir" in
1072 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
1073 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
1074 esac
1075
1076 # Make a symlink if possible; otherwise try a hard link.
1077 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
1078 ln $srcdir/$ac_source $ac_dest; then :
1079 else
1080 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
1081 fi
1082done
1083EOF
1084cat >> $CONFIG_STATUS <<EOF
1085
1086EOF
1087cat >> $CONFIG_STATUS <<\EOF
1088
1089exit 0
1090EOF
1091chmod +x $CONFIG_STATUS
1092rm -fr confdefs* $ac_clean_files
1093test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1094
This page took 0.180039 seconds and 4 git commands to generate.