3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
15 --enable-shared[=PKGS] build shared libraries [default=yes]"
17 --enable-static[=PKGS] build static libraries [default=yes]"
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
23 --disable-libtool-lock force libtool not to do file locking"
25 --disable-nls do not use Native Language Support"
27 --with-included-gettext use the GNU gettext library included here"
29 --enable-maintainer-mode enable make rules and dependencies not useful
30 (and sometimes confusing) to the casual installer"
32 --enable-build-warnings Enable build-time compiler warnings if gcc is used"
34 # Initialize some variables set by options.
35 # The variables have the same names as the options, with
36 # dashes changed to underlines.
38 cache_file=./config.cache
47 program_transform_name=s,x,x,
56 bindir='${exec_prefix}/bin'
57 sbindir='${exec_prefix}/sbin'
58 libexecdir='${exec_prefix}/libexec'
59 datadir='${prefix}/share'
60 sysconfdir='${prefix}/etc'
61 sharedstatedir='${prefix}/com'
62 localstatedir='${prefix}/var'
63 libdir='${exec_prefix}/lib'
64 includedir='${prefix}/include'
65 oldincludedir='/usr/include'
66 infodir='${prefix}/info'
67 mandir='${prefix}/man'
69 # Initialize some other variables.
72 SHELL=${CONFIG_SHELL-/bin/sh}
73 # Maximum number of lines to put in a shell here document.
80 # If the previous option needs an argument, assign it.
81 if test -n "$ac_prev"; then
82 eval "$ac_prev=\$ac_option"
88 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
92 # Accept the important Cygnus configure options, so we can diagnose typos.
96 -bindir | --bindir | --bindi | --bind | --bin | --bi)
98 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
99 bindir="$ac_optarg" ;;
101 -build | --build | --buil | --bui | --bu)
103 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
104 build="$ac_optarg" ;;
106 -cache-file | --cache-file | --cache-fil | --cache-fi \
107 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
108 ac_prev=cache_file ;;
109 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
110 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
111 cache_file="$ac_optarg" ;;
113 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
115 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
117 datadir="$ac_optarg" ;;
119 -disable-* | --disable-*)
120 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
121 # Reject names that are not valid shell variable names.
122 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
123 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
125 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
126 eval "enable_${ac_feature}=no" ;;
128 -enable-* | --enable-*)
129 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
130 # Reject names that are not valid shell variable names.
131 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
132 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
134 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
139 eval "enable_${ac_feature}='$ac_optarg'" ;;
141 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
142 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
143 | --exec | --exe | --ex)
144 ac_prev=exec_prefix ;;
145 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
146 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
147 | --exec=* | --exe=* | --ex=*)
148 exec_prefix="$ac_optarg" ;;
150 -gas | --gas | --ga | --g)
151 # Obsolete; use --with-gas.
154 -help | --help | --hel | --he)
155 # Omit some internal or obsolete options to make the list less imposing.
156 # This message is too long to be a string in the A/UX 3.1 sh.
158 Usage: configure [options] [host]
159 Options: [defaults in brackets after descriptions]
161 --cache-file=FILE cache test results in FILE
162 --help print this message
163 --no-create do not create output files
164 --quiet, --silent do not print \`checking...' messages
165 --site-file=FILE use FILE as the site file
166 --version print the version of autoconf that created configure
167 Directory and file names:
168 --prefix=PREFIX install architecture-independent files in PREFIX
170 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
172 --bindir=DIR user executables in DIR [EPREFIX/bin]
173 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
174 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
175 --datadir=DIR read-only architecture-independent data in DIR
177 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
178 --sharedstatedir=DIR modifiable architecture-independent data in DIR
180 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
181 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
182 --includedir=DIR C header files in DIR [PREFIX/include]
183 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
184 --infodir=DIR info documentation in DIR [PREFIX/info]
185 --mandir=DIR man documentation in DIR [PREFIX/man]
186 --srcdir=DIR find the sources in DIR [configure dir or ..]
187 --program-prefix=PREFIX prepend PREFIX to installed program names
188 --program-suffix=SUFFIX append SUFFIX to installed program names
189 --program-transform-name=PROGRAM
190 run sed PROGRAM on installed program names
194 --build=BUILD configure for building on BUILD [BUILD=HOST]
195 --host=HOST configure for HOST [guessed]
196 --target=TARGET configure for TARGET [TARGET=HOST]
197 Features and packages:
198 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
199 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
200 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
201 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
202 --x-includes=DIR X include files are in DIR
203 --x-libraries=DIR X library files are in DIR
205 if test -n "$ac_help"; then
206 echo "--enable and --with options recognized:$ac_help"
210 -host | --host | --hos | --ho)
212 -host=* | --host=* | --hos=* | --ho=*)
215 -includedir | --includedir | --includedi | --included | --include \
216 | --includ | --inclu | --incl | --inc)
217 ac_prev=includedir ;;
218 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
219 | --includ=* | --inclu=* | --incl=* | --inc=*)
220 includedir="$ac_optarg" ;;
222 -infodir | --infodir | --infodi | --infod | --info | --inf)
224 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
225 infodir="$ac_optarg" ;;
227 -libdir | --libdir | --libdi | --libd)
229 -libdir=* | --libdir=* | --libdi=* | --libd=*)
230 libdir="$ac_optarg" ;;
232 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
233 | --libexe | --libex | --libe)
234 ac_prev=libexecdir ;;
235 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
236 | --libexe=* | --libex=* | --libe=*)
237 libexecdir="$ac_optarg" ;;
239 -localstatedir | --localstatedir | --localstatedi | --localstated \
240 | --localstate | --localstat | --localsta | --localst \
241 | --locals | --local | --loca | --loc | --lo)
242 ac_prev=localstatedir ;;
243 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
244 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
245 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
246 localstatedir="$ac_optarg" ;;
248 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
250 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
251 mandir="$ac_optarg" ;;
254 # Obsolete; use --without-fp.
257 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
261 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
262 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
265 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
266 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
267 | --oldin | --oldi | --old | --ol | --o)
268 ac_prev=oldincludedir ;;
269 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
270 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
271 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
272 oldincludedir="$ac_optarg" ;;
274 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
276 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
277 prefix="$ac_optarg" ;;
279 -program-prefix | --program-prefix | --program-prefi | --program-pref \
280 | --program-pre | --program-pr | --program-p)
281 ac_prev=program_prefix ;;
282 -program-prefix=* | --program-prefix=* | --program-prefi=* \
283 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
284 program_prefix="$ac_optarg" ;;
286 -program-suffix | --program-suffix | --program-suffi | --program-suff \
287 | --program-suf | --program-su | --program-s)
288 ac_prev=program_suffix ;;
289 -program-suffix=* | --program-suffix=* | --program-suffi=* \
290 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
291 program_suffix="$ac_optarg" ;;
293 -program-transform-name | --program-transform-name \
294 | --program-transform-nam | --program-transform-na \
295 | --program-transform-n | --program-transform- \
296 | --program-transform | --program-transfor \
297 | --program-transfo | --program-transf \
298 | --program-trans | --program-tran \
299 | --progr-tra | --program-tr | --program-t)
300 ac_prev=program_transform_name ;;
301 -program-transform-name=* | --program-transform-name=* \
302 | --program-transform-nam=* | --program-transform-na=* \
303 | --program-transform-n=* | --program-transform-=* \
304 | --program-transform=* | --program-transfor=* \
305 | --program-transfo=* | --program-transf=* \
306 | --program-trans=* | --program-tran=* \
307 | --progr-tra=* | --program-tr=* | --program-t=*)
308 program_transform_name="$ac_optarg" ;;
310 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
311 | -silent | --silent | --silen | --sile | --sil)
314 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
316 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
318 sbindir="$ac_optarg" ;;
320 -sharedstatedir | --sharedstatedir | --sharedstatedi \
321 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
322 | --sharedst | --shareds | --shared | --share | --shar \
324 ac_prev=sharedstatedir ;;
325 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
326 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
327 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
329 sharedstatedir="$ac_optarg" ;;
331 -site | --site | --sit)
333 -site=* | --site=* | --sit=*)
336 -site-file | --site-file | --site-fil | --site-fi | --site-f)
338 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
339 sitefile="$ac_optarg" ;;
341 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
343 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
344 srcdir="$ac_optarg" ;;
346 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
347 | --syscon | --sysco | --sysc | --sys | --sy)
348 ac_prev=sysconfdir ;;
349 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
350 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
351 sysconfdir="$ac_optarg" ;;
353 -target | --target | --targe | --targ | --tar | --ta | --t)
355 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
356 target="$ac_optarg" ;;
358 -v | -verbose | --verbose | --verbos | --verbo | --verb)
361 -version | --version | --versio | --versi | --vers)
362 echo "configure generated by autoconf version 2.13"
366 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
367 # Reject names that are not valid shell variable names.
368 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
369 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
371 ac_package=`echo $ac_package| sed 's/-/_/g'`
376 eval "with_${ac_package}='$ac_optarg'" ;;
378 -without-* | --without-*)
379 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
380 # Reject names that are not valid shell variable names.
381 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
382 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
384 ac_package=`echo $ac_package| sed 's/-/_/g'`
385 eval "with_${ac_package}=no" ;;
388 # Obsolete; use --with-x.
391 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
392 | --x-incl | --x-inc | --x-in | --x-i)
393 ac_prev=x_includes ;;
394 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
395 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
396 x_includes="$ac_optarg" ;;
398 -x-libraries | --x-libraries | --x-librarie | --x-librari \
399 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
400 ac_prev=x_libraries ;;
401 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
402 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
403 x_libraries="$ac_optarg" ;;
405 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
409 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
410 echo "configure: warning: $ac_option: invalid host type" 1>&2
412 if test "x$nonopt" != xNONE; then
413 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
421 if test -n "$ac_prev"; then
422 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
425 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
427 # File descriptor usage:
430 # 2 errors and warnings
431 # 3 some systems may open it to /dev/tty
432 # 4 used on the Kubota Titan
433 # 6 checking for... messages and results
434 # 5 compiler messages saved in config.log
435 if test "$silent" = yes; then
443 This file contains any messages produced by compilers while
444 running configure, to aid debugging if configure makes a mistake.
447 # Strip out --no-create and --no-recursion so they do not pile up.
448 # Also quote any args containing shell metacharacters.
453 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
454 | --no-cr | --no-c) ;;
455 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
456 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
457 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
458 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
459 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
464 # Only set these to C if already set. These must not be set unconditionally
465 # because not all systems understand e.g. LANG=C (notably SCO).
466 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
467 # Non-C LC_CTYPE values break the ctype check.
468 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
469 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
470 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
471 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
473 # confdefs.h avoids OS command line length limits that DEFS can exceed.
474 rm -rf conftest* confdefs.h
475 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
478 # A filename unique to this package, relative to the directory that
479 # configure is in, which we can look for to find out if srcdir is correct.
480 ac_unique_file=gprof.c
482 # Find the source files, if location was not specified.
483 if test -z "$srcdir"; then
484 ac_srcdir_defaulted=yes
485 # Try the directory containing this script, then its parent.
487 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
488 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
490 if test ! -r $srcdir/$ac_unique_file; then
494 ac_srcdir_defaulted=no
496 if test ! -r $srcdir/$ac_unique_file; then
497 if test "$ac_srcdir_defaulted" = yes; then
498 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
500 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
503 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
505 # Prefer explicitly selected file to automatically selected ones.
506 if test -z "$sitefile"; then
507 if test -z "$CONFIG_SITE"; then
508 if test "x$prefix" != xNONE; then
509 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
511 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
515 CONFIG_SITE="$sitefile"
517 for ac_site_file in $CONFIG_SITE; do
518 if test -r "$ac_site_file"; then
519 echo "loading site script $ac_site_file"
524 if test -r "$cache_file"; then
525 echo "loading cache $cache_file"
528 echo "creating cache $cache_file"
533 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
534 ac_cpp='$CPP $CPPFLAGS'
535 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
536 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
537 cross_compiling=$ac_cv_prog_cc_cross
541 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
542 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
543 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
550 ac_n= ac_c='\c' ac_t=
556 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
557 if test -f $ac_dir/install-sh; then
559 ac_install_sh="$ac_aux_dir/install-sh -c"
561 elif test -f $ac_dir/install.sh; then
563 ac_install_sh="$ac_aux_dir/install.sh -c"
567 if test -z "$ac_aux_dir"; then
568 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
570 ac_config_guess=$ac_aux_dir/config.guess
571 ac_config_sub=$ac_aux_dir/config.sub
572 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
575 # Do some error checking and defaulting for the host and target type.
577 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
580 # 1. You are not allowed to specify --host, --target, and nonopt at the
582 # 2. Host defaults to nonopt.
583 # 3. If nonopt is not specified, then host defaults to the current host,
584 # as determined by config.guess.
585 # 4. Target and build default to nonopt.
586 # 5. If nonopt is not specified, then target and build default to host.
588 # The aliases save the names the user supplied, while $host etc.
589 # will get canonicalized.
590 case $host---$target---$nonopt in
591 NONE---*---* | *---NONE---* | *---*---NONE) ;;
592 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
596 # Make sure we can run config.sub.
597 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
598 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
601 echo $ac_n "checking host system type""... $ac_c" 1>&6
602 echo "configure:603: checking host system type" >&5
605 case "$host_alias" in
609 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
610 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
612 *) host_alias=$nonopt ;;
616 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
617 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
618 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
619 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
620 echo "$ac_t""$host" 1>&6
622 echo $ac_n "checking target system type""... $ac_c" 1>&6
623 echo "configure:624: checking target system type" >&5
626 case "$target_alias" in
629 NONE) target_alias=$host_alias ;;
630 *) target_alias=$nonopt ;;
634 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
635 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638 echo "$ac_t""$target" 1>&6
640 echo $ac_n "checking build system type""... $ac_c" 1>&6
641 echo "configure:642: checking build system type" >&5
644 case "$build_alias" in
647 NONE) build_alias=$host_alias ;;
648 *) build_alias=$nonopt ;;
652 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
653 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
654 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
655 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
656 echo "$ac_t""$build" 1>&6
658 test "$host_alias" != "$target_alias" &&
659 test "$program_prefix$program_suffix$program_transform_name" = \
661 program_prefix=${target_alias}-
664 # Find a good install program. We prefer a C program (faster),
665 # so one script is as good as another. But avoid the broken or
666 # incompatible versions:
667 # SysV /etc/install, /usr/sbin/install
668 # SunOS /usr/etc/install
671 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
672 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
673 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
674 # ./install, which can be erroneously created by make from ./install.sh.
675 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
676 echo "configure:677: checking for a BSD compatible install" >&5
677 if test -z "$INSTALL"; then
678 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
679 echo $ac_n "(cached) $ac_c" 1>&6
681 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
682 for ac_dir in $PATH; do
683 # Account for people who put trailing slashes in PATH elements.
685 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
687 # OSF1 and SCO ODT 3.0 have their own names for install.
688 # Don't use installbsd from OSF since it installs stuff as root
690 for ac_prog in ginstall scoinst install; do
691 if test -f $ac_dir/$ac_prog; then
692 if test $ac_prog = install &&
693 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
694 # AIX install. It has an incompatible calling convention.
697 ac_cv_path_install="$ac_dir/$ac_prog -c"
708 if test "${ac_cv_path_install+set}" = set; then
709 INSTALL="$ac_cv_path_install"
711 # As a last resort, use the slow shell script. We don't cache a
712 # path for INSTALL within a source directory, because that will
713 # break other packages using the cache if that directory is
714 # removed, or if the path is relative.
715 INSTALL="$ac_install_sh"
718 echo "$ac_t""$INSTALL" 1>&6
720 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
721 # It thinks the first close brace ends the variable substitution.
722 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
724 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
726 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
728 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
729 echo "configure:730: checking whether build environment is sane" >&5
732 echo timestamp > conftestfile
733 # Do `set' in a subshell so we don't clobber the current shell's
734 # arguments. Must try -L first in case configure is actually a
735 # symlink; some systems play weird games with the mod time of symlinks
736 # (eg FreeBSD returns the mod time of the symlink's containing
739 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
740 if test "$*" = "X"; then
742 set X `ls -t $srcdir/configure conftestfile`
744 if test "$*" != "X $srcdir/configure conftestfile" \
745 && test "$*" != "X conftestfile $srcdir/configure"; then
747 # If neither matched, then we have a broken ls. This can happen
748 # if, for instance, CONFIG_SHELL is bash and it inherits a
749 # broken ls alias from the environment. This has actually
750 # happened. Such a system could not be considered "sane".
751 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
752 alias in your environment" 1>&2; exit 1; }
755 test "$2" = conftestfile
761 { echo "configure: error: newly created file is older than distributed files!
762 Check your system clock" 1>&2; exit 1; }
765 echo "$ac_t""yes" 1>&6
766 if test "$program_transform_name" = s,x,x,; then
767 program_transform_name=
769 # Double any \ or $. echo might interpret backslashes.
770 cat <<\EOF_SED > conftestsed
771 s,\\,\\\\,g; s,\$,$$,g
773 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
776 test "$program_prefix" != NONE &&
777 program_transform_name="s,^,${program_prefix},; $program_transform_name"
778 # Use a double $ so make ignores it.
779 test "$program_suffix" != NONE &&
780 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
782 # sed with no file args requires a program.
783 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
785 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
786 echo "configure:787: checking whether ${MAKE-make} sets \${MAKE}" >&5
787 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
788 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
789 echo $ac_n "(cached) $ac_c" 1>&6
791 cat > conftestmake <<\EOF
793 @echo 'ac_maketemp="${MAKE}"'
795 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
796 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
797 if test -n "$ac_maketemp"; then
798 eval ac_cv_prog_make_${ac_make}_set=yes
800 eval ac_cv_prog_make_${ac_make}_set=no
804 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
805 echo "$ac_t""yes" 1>&6
808 echo "$ac_t""no" 1>&6
809 SET_MAKE="MAKE=${MAKE-make}"
817 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
818 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
820 cat >> confdefs.h <<EOF
821 #define PACKAGE "$PACKAGE"
824 cat >> confdefs.h <<EOF
825 #define VERSION "$VERSION"
830 missing_dir=`cd $ac_aux_dir && pwd`
831 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
832 echo "configure:833: checking for working aclocal" >&5
833 # Run test in a subshell; some versions of sh will print an error if
834 # an executable is not found, even if stderr is redirected.
835 # Redirect stdin to placate older versions of autoconf. Sigh.
836 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
838 echo "$ac_t""found" 1>&6
840 ACLOCAL="$missing_dir/missing aclocal"
841 echo "$ac_t""missing" 1>&6
844 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
845 echo "configure:846: checking for working autoconf" >&5
846 # Run test in a subshell; some versions of sh will print an error if
847 # an executable is not found, even if stderr is redirected.
848 # Redirect stdin to placate older versions of autoconf. Sigh.
849 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
851 echo "$ac_t""found" 1>&6
853 AUTOCONF="$missing_dir/missing autoconf"
854 echo "$ac_t""missing" 1>&6
857 echo $ac_n "checking for working automake""... $ac_c" 1>&6
858 echo "configure:859: checking for working automake" >&5
859 # Run test in a subshell; some versions of sh will print an error if
860 # an executable is not found, even if stderr is redirected.
861 # Redirect stdin to placate older versions of autoconf. Sigh.
862 if (automake --version) < /dev/null > /dev/null 2>&1; then
864 echo "$ac_t""found" 1>&6
866 AUTOMAKE="$missing_dir/missing automake"
867 echo "$ac_t""missing" 1>&6
870 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
871 echo "configure:872: checking for working autoheader" >&5
872 # Run test in a subshell; some versions of sh will print an error if
873 # an executable is not found, even if stderr is redirected.
874 # Redirect stdin to placate older versions of autoconf. Sigh.
875 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
876 AUTOHEADER=autoheader
877 echo "$ac_t""found" 1>&6
879 AUTOHEADER="$missing_dir/missing autoheader"
880 echo "$ac_t""missing" 1>&6
883 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
884 echo "configure:885: checking for working makeinfo" >&5
885 # Run test in a subshell; some versions of sh will print an error if
886 # an executable is not found, even if stderr is redirected.
887 # Redirect stdin to placate older versions of autoconf. Sigh.
888 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
890 echo "$ac_t""found" 1>&6
892 MAKEINFO="$missing_dir/missing makeinfo"
893 echo "$ac_t""missing" 1>&6
898 # Check whether --enable-shared or --disable-shared was given.
899 if test "${enable_shared+set}" = set; then
900 enableval="$enable_shared"
903 yes) enable_shared=yes ;;
904 no) enable_shared=no ;;
907 # Look at the argument we got. We use all the common list separators.
908 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
909 for pkg in $enableval; do
910 if test "X$pkg" = "X$p"; then
921 # Check whether --enable-static or --disable-static was given.
922 if test "${enable_static+set}" = set; then
923 enableval="$enable_static"
926 yes) enable_static=yes ;;
927 no) enable_static=no ;;
930 # Look at the argument we got. We use all the common list separators.
931 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
932 for pkg in $enableval; do
933 if test "X$pkg" = "X$p"; then
944 # Check whether --enable-fast-install or --disable-fast-install was given.
945 if test "${enable_fast_install+set}" = set; then
946 enableval="$enable_fast_install"
949 yes) enable_fast_install=yes ;;
950 no) enable_fast_install=no ;;
952 enable_fast_install=no
953 # Look at the argument we got. We use all the common list separators.
954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
955 for pkg in $enableval; do
956 if test "X$pkg" = "X$p"; then
957 enable_fast_install=yes
964 enable_fast_install=yes
967 # Extract the first word of "ranlib", so it can be a program name with args.
968 set dummy ranlib; ac_word=$2
969 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
970 echo "configure:971: checking for $ac_word" >&5
971 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
972 echo $ac_n "(cached) $ac_c" 1>&6
974 if test -n "$RANLIB"; then
975 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
977 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
979 for ac_dir in $ac_dummy; do
980 test -z "$ac_dir" && ac_dir=.
981 if test -f $ac_dir/$ac_word; then
982 ac_cv_prog_RANLIB="ranlib"
987 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
990 RANLIB="$ac_cv_prog_RANLIB"
991 if test -n "$RANLIB"; then
992 echo "$ac_t""$RANLIB" 1>&6
994 echo "$ac_t""no" 1>&6
997 # Extract the first word of "gcc", so it can be a program name with args.
998 set dummy gcc; ac_word=$2
999 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1000 echo "configure:1001: checking for $ac_word" >&5
1001 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1002 echo $ac_n "(cached) $ac_c" 1>&6
1004 if test -n "$CC"; then
1005 ac_cv_prog_CC="$CC" # Let the user override the test.
1007 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1009 for ac_dir in $ac_dummy; do
1010 test -z "$ac_dir" && ac_dir=.
1011 if test -f $ac_dir/$ac_word; then
1020 if test -n "$CC"; then
1021 echo "$ac_t""$CC" 1>&6
1023 echo "$ac_t""no" 1>&6
1026 if test -z "$CC"; then
1027 # Extract the first word of "cc", so it can be a program name with args.
1028 set dummy cc; ac_word=$2
1029 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1030 echo "configure:1031: checking for $ac_word" >&5
1031 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1032 echo $ac_n "(cached) $ac_c" 1>&6
1034 if test -n "$CC"; then
1035 ac_cv_prog_CC="$CC" # Let the user override the test.
1037 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1040 for ac_dir in $ac_dummy; do
1041 test -z "$ac_dir" && ac_dir=.
1042 if test -f $ac_dir/$ac_word; then
1043 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1044 ac_prog_rejected=yes
1052 if test $ac_prog_rejected = yes; then
1053 # We found a bogon in the path, so make sure we never use it.
1054 set dummy $ac_cv_prog_CC
1056 if test $# -gt 0; then
1057 # We chose a different compiler from the bogus one.
1058 # However, it has the same basename, so the bogon will be chosen
1059 # first if we set CC to just the basename; use the full file name.
1061 set dummy "$ac_dir/$ac_word" "$@"
1069 if test -n "$CC"; then
1070 echo "$ac_t""$CC" 1>&6
1072 echo "$ac_t""no" 1>&6
1075 if test -z "$CC"; then
1076 case "`uname -s`" in
1078 # Extract the first word of "cl", so it can be a program name with args.
1079 set dummy cl; ac_word=$2
1080 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1081 echo "configure:1082: checking for $ac_word" >&5
1082 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1083 echo $ac_n "(cached) $ac_c" 1>&6
1085 if test -n "$CC"; then
1086 ac_cv_prog_CC="$CC" # Let the user override the test.
1088 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1090 for ac_dir in $ac_dummy; do
1091 test -z "$ac_dir" && ac_dir=.
1092 if test -f $ac_dir/$ac_word; then
1101 if test -n "$CC"; then
1102 echo "$ac_t""$CC" 1>&6
1104 echo "$ac_t""no" 1>&6
1109 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1112 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1113 echo "configure:1114: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1116 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1117 ac_cpp='$CPP $CPPFLAGS'
1118 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1119 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1120 cross_compiling=$ac_cv_prog_cc_cross
1122 cat > conftest.$ac_ext << EOF
1124 #line 1125 "configure"
1125 #include "confdefs.h"
1129 if { (eval echo configure:1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1130 ac_cv_prog_cc_works=yes
1131 # If we can't run a trivial program, we are probably using a cross compiler.
1132 if (./conftest; exit) 2>/dev/null; then
1133 ac_cv_prog_cc_cross=no
1135 ac_cv_prog_cc_cross=yes
1138 echo "configure: failed program was:" >&5
1139 cat conftest.$ac_ext >&5
1140 ac_cv_prog_cc_works=no
1144 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1145 ac_cpp='$CPP $CPPFLAGS'
1146 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1147 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1148 cross_compiling=$ac_cv_prog_cc_cross
1150 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1151 if test $ac_cv_prog_cc_works = no; then
1152 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1154 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1155 echo "configure:1156: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1156 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1157 cross_compiling=$ac_cv_prog_cc_cross
1159 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1160 echo "configure:1161: checking whether we are using GNU C" >&5
1161 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1162 echo $ac_n "(cached) $ac_c" 1>&6
1164 cat > conftest.c <<EOF
1169 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1176 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1178 if test $ac_cv_prog_gcc = yes; then
1184 ac_test_CFLAGS="${CFLAGS+set}"
1185 ac_save_CFLAGS="$CFLAGS"
1187 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1188 echo "configure:1189: checking whether ${CC-cc} accepts -g" >&5
1189 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1190 echo $ac_n "(cached) $ac_c" 1>&6
1192 echo 'void f(){}' > conftest.c
1193 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1202 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1203 if test "$ac_test_CFLAGS" = set; then
1204 CFLAGS="$ac_save_CFLAGS"
1205 elif test $ac_cv_prog_cc_g = yes; then
1206 if test "$GCC" = yes; then
1212 if test "$GCC" = yes; then
1219 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1220 if test "${with_gnu_ld+set}" = set; then
1221 withval="$with_gnu_ld"
1222 test "$withval" = no || with_gnu_ld=yes
1228 if test "$ac_cv_prog_gcc" = yes; then
1229 # Check if gcc -print-prog-name=ld gives a path.
1230 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1231 echo "configure:1232: checking for ld used by GCC" >&5
1232 ac_prog=`($CC -print-prog-name=ld) 2>&5`
1234 # Accept absolute paths.
1235 /* | [A-Za-z]:[\\/]*)
1236 re_direlt='/[^/][^/]*/\.\./'
1237 # Canonicalize the path of ld
1238 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1239 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1240 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1242 test -z "$LD" && LD="$ac_prog"
1245 # If it fails, then pretend we aren't using GCC.
1249 # If it is relative, then search for the first ld in PATH.
1253 elif test "$with_gnu_ld" = yes; then
1254 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1255 echo "configure:1256: checking for GNU ld" >&5
1257 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1258 echo "configure:1259: checking for non-GNU ld" >&5
1260 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1261 echo $ac_n "(cached) $ac_c" 1>&6
1263 if test -z "$LD"; then
1264 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1265 for ac_dir in $PATH; do
1266 test -z "$ac_dir" && ac_dir=.
1267 if test -f "$ac_dir/$ac_prog"; then
1268 ac_cv_path_LD="$ac_dir/$ac_prog"
1269 # Check to see if the program is GNU ld. I'd rather use --version,
1270 # but apparently some GNU ld's only accept -v.
1271 # Break only if it was the GNU/non-GNU ld that we prefer.
1272 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1273 test "$with_gnu_ld" != no && break
1275 test "$with_gnu_ld" != yes && break
1281 ac_cv_path_LD="$LD" # Let the user override the test with a path.
1286 if test -n "$LD"; then
1287 echo "$ac_t""$LD" 1>&6
1289 echo "$ac_t""no" 1>&6
1291 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1293 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1294 echo "configure:1295: checking if the linker ($LD) is GNU ld" >&5
1295 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1296 echo $ac_n "(cached) $ac_c" 1>&6
1298 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1299 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1300 ac_cv_prog_gnu_ld=yes
1302 ac_cv_prog_gnu_ld=no
1306 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1309 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1310 echo "configure:1311: checking for BSD-compatible nm" >&5
1311 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1312 echo $ac_n "(cached) $ac_c" 1>&6
1314 if test -n "$NM"; then
1315 # Let the user override the test.
1318 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1319 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1320 test -z "$ac_dir" && ac_dir=.
1321 if test -f $ac_dir/nm; then
1322 # Check to see if the nm accepts a BSD-compat flag.
1323 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1324 # nm: unknown option "B" ignored
1325 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1326 ac_cv_path_NM="$ac_dir/nm -B"
1328 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1329 ac_cv_path_NM="$ac_dir/nm -p"
1332 ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1333 continue # so that we can try to find one that supports BSD flags
1338 test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1343 echo "$ac_t""$NM" 1>&6
1346 # Check for command to grab the raw symbol name followed by C symbol from nm.
1347 echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6
1348 echo "configure:1349: checking command to parse $NM output" >&5
1349 if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
1350 echo $ac_n "(cached) $ac_c" 1>&6
1352 # These are sane defaults that work on at least a few old systems.
1353 # {They come from Ultrix. What could be older than Ultrix?!! ;)}
1355 # Character class describing NM global symbol codes.
1356 ac_symcode='[BCDEGRST]'
1358 # Regexp to match symbols that can be accessed directly from C.
1359 ac_sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
1361 # Transform the above into a raw symbol and a C symbol.
1362 ac_symxfrm='\1 \2\3 \3'
1364 # Transform an extracted symbol line into a proper C declaration
1365 ac_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
1367 # Define system-specific variables.
1373 ac_symcode='[ABCDGISTW]'
1376 ac_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^. .* \(.*\)$/extern char \1;/p'"
1379 ac_symcode='[BCDEGRST]'
1386 # If we're using GNU nm, then use its standard symbol codes.
1387 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
1388 ac_symcode='[ABCDGISTW]'
1391 # Try without a prefix undercore, then with it.
1392 for ac_symprfx in "" "_"; do
1394 ac_cv_sys_global_symbol_pipe="sed -n -e 's/^.* \($ac_symcode\) *\($ac_symprfx\)$ac_sympat$/$ac_symxfrm/p'"
1396 # Check to see that the pipe works correctly.
1398 rm -f conftest.$ac_ext
1399 cat > conftest.$ac_ext <<EOF
1404 void nm_test_func(){}
1408 int main(){nm_test_var='a';nm_test_func;return 0;}
1411 if { (eval echo configure:1412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1412 # Now try to grab the symbols.
1413 ac_nlist=conftest.nm
1415 if { (eval echo configure:1416: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
1417 # Try sorting and uniquifying the output.
1418 if sort "$ac_nlist" | uniq > "$ac_nlist"T; then
1419 mv -f "$ac_nlist"T "$ac_nlist"
1424 # Make sure that we snagged all the symbols we need.
1425 if egrep ' nm_test_var$' "$ac_nlist" >/dev/null; then
1426 if egrep ' nm_test_func$' "$ac_nlist" >/dev/null; then
1427 cat <<EOF > conftest.c
1433 # Now generate the symbol file.
1434 eval "$ac_global_symbol_to_cdecl"' < "$ac_nlist" >> conftest.c'
1436 cat <<EOF >> conftest.c
1437 #if defined (__STDC__) && __STDC__
1438 # define lt_ptr_t void *
1440 # define lt_ptr_t char *
1444 /* The mapping between symbol names and symbols. */
1449 lt_preloaded_symbols[] =
1452 sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c
1453 cat <<\EOF >> conftest.c
1461 # Now try linking the two files.
1462 mv conftest.$ac_objext conftestm.$ac_objext
1463 ac_save_LIBS="$LIBS"
1464 ac_save_CFLAGS="$CFLAGS"
1465 LIBS="conftestm.$ac_objext"
1466 CFLAGS="$CFLAGS$no_builtin_flag"
1467 if { (eval echo configure:1468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1470 echo "configure: failed program was:" >&5
1473 LIBS="$ac_save_LIBS"
1474 CFLAGS="$ac_save_CFLAGS"
1476 echo "cannot find nm_test_func in $ac_nlist" >&5
1479 echo "cannot find nm_test_var in $ac_nlist" >&5
1482 echo "cannot run $ac_cv_sys_global_symbol_pipe" >&5
1485 echo "$progname: failed program was:" >&5
1490 # Do not use the global_symbol_pipe unless it works.
1491 if test "$ac_pipe_works" = yes; then
1492 if test x"$ac_symprfx" = x"_"; then
1493 ac_cv_sys_symbol_underscore=yes
1495 ac_cv_sys_symbol_underscore=no
1499 ac_cv_sys_global_symbol_pipe=
1507 if test -z "$ac_cv_sys_global_symbol_pipe"; then
1510 echo "$ac_t""$ac_result" 1>&6
1512 echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6
1513 echo "configure:1514: checking for _ prefix in compiled symbols" >&5
1514 if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then
1515 echo $ac_n "(cached) $ac_c" 1>&6
1517 ac_cv_sys_symbol_underscore=no
1518 cat > conftest.$ac_ext <<EOF
1519 void nm_test_func(){}
1520 int main(){nm_test_func;return 0;}
1522 if { (eval echo configure:1523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1523 # Now try to grab the symbols.
1524 ac_nlist=conftest.nm
1525 if { (eval echo configure:1526: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
1526 # See whether the symbols have a leading underscore.
1527 if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
1528 ac_cv_sys_symbol_underscore=yes
1530 if egrep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
1533 echo "configure: cannot find nm_test_func in $ac_nlist" >&5
1537 echo "configure: cannot run $ac_cv_sys_global_symbol_pipe" >&5
1540 echo "configure: failed program was:" >&5
1547 echo "$ac_t""$ac_cv_sys_symbol_underscore" 1>&6
1548 USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no}
1550 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1551 echo "configure:1552: checking whether ln -s works" >&5
1552 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1553 echo $ac_n "(cached) $ac_c" 1>&6
1556 if ln -s X conftestdata 2>/dev/null
1559 ac_cv_prog_LN_S="ln -s"
1564 LN_S="$ac_cv_prog_LN_S"
1565 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1566 echo "$ac_t""yes" 1>&6
1568 echo "$ac_t""no" 1>&6
1571 if test $host != $build; then
1572 ac_tool_prefix=${host_alias}-
1578 # Check for any special flags to pass to ltconfig.
1579 libtool_flags="--cache-file=$cache_file"
1580 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1581 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1582 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1583 test "$lt_dlopen" = yes && libtool_flags="$libtool_flags --enable-dlopen"
1584 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
1585 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1586 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1588 # Some flags need to be propagated to the compiler or linker for good
1592 # Find out which ABI we are using.
1593 echo '#line 1594 "configure"' > conftest.$ac_ext
1594 if { (eval echo configure:1595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1595 case "`/usr/bin/file conftest.o`" in
1611 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1612 SAVE_CFLAGS="$CFLAGS"
1613 CFLAGS="$CFLAGS -belf"
1614 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1615 echo "configure:1616: checking whether the C compiler needs -belf" >&5
1616 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1617 echo $ac_n "(cached) $ac_c" 1>&6
1619 cat > conftest.$ac_ext <<EOF
1620 #line 1621 "configure"
1621 #include "confdefs.h"
1627 if { (eval echo configure:1628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1629 lt_cv_cc_needs_belf=yes
1631 echo "configure: failed program was:" >&5
1632 cat conftest.$ac_ext >&5
1634 lt_cv_cc_needs_belf=no
1639 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
1640 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1641 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1642 CFLAGS="$SAVE_CFLAGS"
1647 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
1648 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
1649 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1650 echo "configure:1651: checking for $ac_word" >&5
1651 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1652 echo $ac_n "(cached) $ac_c" 1>&6
1654 if test -n "$DLLTOOL"; then
1655 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
1657 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1659 for ac_dir in $ac_dummy; do
1660 test -z "$ac_dir" && ac_dir=.
1661 if test -f $ac_dir/$ac_word; then
1662 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
1669 DLLTOOL="$ac_cv_prog_DLLTOOL"
1670 if test -n "$DLLTOOL"; then
1671 echo "$ac_t""$DLLTOOL" 1>&6
1673 echo "$ac_t""no" 1>&6
1677 if test -z "$ac_cv_prog_DLLTOOL"; then
1678 if test -n "$ac_tool_prefix"; then
1679 # Extract the first word of "dlltool", so it can be a program name with args.
1680 set dummy dlltool; ac_word=$2
1681 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1682 echo "configure:1683: checking for $ac_word" >&5
1683 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1684 echo $ac_n "(cached) $ac_c" 1>&6
1686 if test -n "$DLLTOOL"; then
1687 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
1689 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1691 for ac_dir in $ac_dummy; do
1692 test -z "$ac_dir" && ac_dir=.
1693 if test -f $ac_dir/$ac_word; then
1694 ac_cv_prog_DLLTOOL="dlltool"
1699 test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="false"
1702 DLLTOOL="$ac_cv_prog_DLLTOOL"
1703 if test -n "$DLLTOOL"; then
1704 echo "$ac_t""$DLLTOOL" 1>&6
1706 echo "$ac_t""no" 1>&6
1714 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1715 set dummy ${ac_tool_prefix}as; ac_word=$2
1716 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1717 echo "configure:1718: checking for $ac_word" >&5
1718 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1719 echo $ac_n "(cached) $ac_c" 1>&6
1721 if test -n "$AS"; then
1722 ac_cv_prog_AS="$AS" # Let the user override the test.
1724 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1726 for ac_dir in $ac_dummy; do
1727 test -z "$ac_dir" && ac_dir=.
1728 if test -f $ac_dir/$ac_word; then
1729 ac_cv_prog_AS="${ac_tool_prefix}as"
1737 if test -n "$AS"; then
1738 echo "$ac_t""$AS" 1>&6
1740 echo "$ac_t""no" 1>&6
1744 if test -z "$ac_cv_prog_AS"; then
1745 if test -n "$ac_tool_prefix"; then
1746 # Extract the first word of "as", so it can be a program name with args.
1747 set dummy as; ac_word=$2
1748 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1749 echo "configure:1750: checking for $ac_word" >&5
1750 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1751 echo $ac_n "(cached) $ac_c" 1>&6
1753 if test -n "$AS"; then
1754 ac_cv_prog_AS="$AS" # Let the user override the test.
1756 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1758 for ac_dir in $ac_dummy; do
1759 test -z "$ac_dir" && ac_dir=.
1760 if test -f $ac_dir/$ac_word; then
1766 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="false"
1770 if test -n "$AS"; then
1771 echo "$ac_t""$AS" 1>&6
1773 echo "$ac_t""no" 1>&6
1786 # enable the --disable-libtool-lock switch
1788 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1789 if test "${enable_libtool_lock+set}" = set; then
1790 enableval="$enable_libtool_lock"
1791 need_locks=$enableval
1797 if test x"$need_locks" = xno; then
1798 libtool_flags="$libtool_flags --disable-lock"
1802 # Save cache, so that ltconfig can load it
1803 cat > confcache <<\EOF
1804 # This file is a shell script that caches the results of configure
1805 # tests run on this system so they can be shared between configure
1806 # scripts and configure runs. It is not useful on other systems.
1807 # If it contains results you don't want to keep, you may remove or edit it.
1809 # By default, configure uses ./config.cache as the cache file,
1810 # creating it if it does not exist already. You can give configure
1811 # the --cache-file=FILE option to use a different cache file; that is
1812 # what configure does when it calls configure scripts in
1813 # subdirectories, so they share the cache.
1814 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1815 # config.status only pays attention to the cache file if you give it the
1816 # --recheck option to rerun configure.
1819 # The following way of writing the cache mishandles newlines in values,
1820 # but we know of no workaround that is simple, portable, and efficient.
1821 # So, don't put newlines in cache variables' values.
1822 # Ultrix sh set writes to stderr and can't be redirected directly,
1823 # and sets the high bit in the cache file unless we assign to the vars.
1825 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1827 # `set' does not quote correctly, so add quotes (double-quote substitution
1828 # turns \\\\ into \\, and sed turns \\ into \).
1830 -e "s/'/'\\\\''/g" \
1831 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1834 # `set' quotes correctly as required by POSIX, so do not add quotes.
1835 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1838 if cmp -s $cache_file confcache; then
1841 if test -w $cache_file; then
1842 echo "updating cache $cache_file"
1843 cat confcache > $cache_file
1845 echo "not updating unwritable cache $cache_file"
1851 # Actually configure libtool. ac_aux_dir is where install-sh is found.
1852 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1853 LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
1854 DLLTOOL="$DLLTOOL" AS="$AS" \
1855 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
1856 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
1857 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1859 # Reload cache, that may have been modified by ltconfig
1860 if test -r "$cache_file"; then
1861 echo "loading cache $cache_file"
1864 echo "creating cache $cache_file"
1869 # This can be used to rebuild libtool when needed
1870 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
1872 # Always use our own libtool.
1873 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1875 # Redirect the config.log output again, so that the ltconfig log is not
1876 # clobbered by the next message.
1877 exec 5>>./config.log
1884 # Extract the first word of "gcc", so it can be a program name with args.
1885 set dummy gcc; ac_word=$2
1886 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1887 echo "configure:1888: checking for $ac_word" >&5
1888 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1889 echo $ac_n "(cached) $ac_c" 1>&6
1891 if test -n "$CC"; then
1892 ac_cv_prog_CC="$CC" # Let the user override the test.
1894 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1896 for ac_dir in $ac_dummy; do
1897 test -z "$ac_dir" && ac_dir=.
1898 if test -f $ac_dir/$ac_word; then
1907 if test -n "$CC"; then
1908 echo "$ac_t""$CC" 1>&6
1910 echo "$ac_t""no" 1>&6
1913 if test -z "$CC"; then
1914 # Extract the first word of "cc", so it can be a program name with args.
1915 set dummy cc; ac_word=$2
1916 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1917 echo "configure:1918: checking for $ac_word" >&5
1918 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1919 echo $ac_n "(cached) $ac_c" 1>&6
1921 if test -n "$CC"; then
1922 ac_cv_prog_CC="$CC" # Let the user override the test.
1924 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1927 for ac_dir in $ac_dummy; do
1928 test -z "$ac_dir" && ac_dir=.
1929 if test -f $ac_dir/$ac_word; then
1930 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1931 ac_prog_rejected=yes
1939 if test $ac_prog_rejected = yes; then
1940 # We found a bogon in the path, so make sure we never use it.
1941 set dummy $ac_cv_prog_CC
1943 if test $# -gt 0; then
1944 # We chose a different compiler from the bogus one.
1945 # However, it has the same basename, so the bogon will be chosen
1946 # first if we set CC to just the basename; use the full file name.
1948 set dummy "$ac_dir/$ac_word" "$@"
1956 if test -n "$CC"; then
1957 echo "$ac_t""$CC" 1>&6
1959 echo "$ac_t""no" 1>&6
1962 if test -z "$CC"; then
1963 case "`uname -s`" in
1965 # Extract the first word of "cl", so it can be a program name with args.
1966 set dummy cl; ac_word=$2
1967 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1968 echo "configure:1969: checking for $ac_word" >&5
1969 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1970 echo $ac_n "(cached) $ac_c" 1>&6
1972 if test -n "$CC"; then
1973 ac_cv_prog_CC="$CC" # Let the user override the test.
1975 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1977 for ac_dir in $ac_dummy; do
1978 test -z "$ac_dir" && ac_dir=.
1979 if test -f $ac_dir/$ac_word; then
1988 if test -n "$CC"; then
1989 echo "$ac_t""$CC" 1>&6
1991 echo "$ac_t""no" 1>&6
1996 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1999 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2000 echo "configure:2001: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
2003 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2006 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2007 cross_compiling=$ac_cv_prog_cc_cross
2009 cat > conftest.$ac_ext << EOF
2011 #line 2012 "configure"
2012 #include "confdefs.h"
2016 if { (eval echo configure:2017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2017 ac_cv_prog_cc_works=yes
2018 # If we can't run a trivial program, we are probably using a cross compiler.
2019 if (./conftest; exit) 2>/dev/null; then
2020 ac_cv_prog_cc_cross=no
2022 ac_cv_prog_cc_cross=yes
2025 echo "configure: failed program was:" >&5
2026 cat conftest.$ac_ext >&5
2027 ac_cv_prog_cc_works=no
2031 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2032 ac_cpp='$CPP $CPPFLAGS'
2033 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2034 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2035 cross_compiling=$ac_cv_prog_cc_cross
2037 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2038 if test $ac_cv_prog_cc_works = no; then
2039 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2041 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2042 echo "configure:2043: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2043 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2044 cross_compiling=$ac_cv_prog_cc_cross
2046 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2047 echo "configure:2048: checking whether we are using GNU C" >&5
2048 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2049 echo $ac_n "(cached) $ac_c" 1>&6
2051 cat > conftest.c <<EOF
2056 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2057: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2063 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2065 if test $ac_cv_prog_gcc = yes; then
2071 ac_test_CFLAGS="${CFLAGS+set}"
2072 ac_save_CFLAGS="$CFLAGS"
2074 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2075 echo "configure:2076: checking whether ${CC-cc} accepts -g" >&5
2076 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2077 echo $ac_n "(cached) $ac_c" 1>&6
2079 echo 'void f(){}' > conftest.c
2080 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2089 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2090 if test "$ac_test_CFLAGS" = set; then
2091 CFLAGS="$ac_save_CFLAGS"
2092 elif test $ac_cv_prog_cc_g = yes; then
2093 if test "$GCC" = yes; then
2099 if test "$GCC" = yes; then
2106 # Find a good install program. We prefer a C program (faster),
2107 # so one script is as good as another. But avoid the broken or
2108 # incompatible versions:
2109 # SysV /etc/install, /usr/sbin/install
2110 # SunOS /usr/etc/install
2111 # IRIX /sbin/install
2113 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2114 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2115 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2116 # ./install, which can be erroneously created by make from ./install.sh.
2117 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2118 echo "configure:2119: checking for a BSD compatible install" >&5
2119 if test -z "$INSTALL"; then
2120 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2121 echo $ac_n "(cached) $ac_c" 1>&6
2123 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
2124 for ac_dir in $PATH; do
2125 # Account for people who put trailing slashes in PATH elements.
2127 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2129 # OSF1 and SCO ODT 3.0 have their own names for install.
2130 # Don't use installbsd from OSF since it installs stuff as root
2132 for ac_prog in ginstall scoinst install; do
2133 if test -f $ac_dir/$ac_prog; then
2134 if test $ac_prog = install &&
2135 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2136 # AIX install. It has an incompatible calling convention.
2139 ac_cv_path_install="$ac_dir/$ac_prog -c"
2150 if test "${ac_cv_path_install+set}" = set; then
2151 INSTALL="$ac_cv_path_install"
2153 # As a last resort, use the slow shell script. We don't cache a
2154 # path for INSTALL within a source directory, because that will
2155 # break other packages using the cache if that directory is
2156 # removed, or if the path is relative.
2157 INSTALL="$ac_install_sh"
2160 echo "$ac_t""$INSTALL" 1>&6
2162 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2163 # It thinks the first close brace ends the variable substitution.
2164 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2166 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
2168 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2171 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
2172 echo "configure:2173: checking for POSIXized ISC" >&5
2173 if test -d /etc/conf/kconfig.d &&
2174 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
2176 echo "$ac_t""yes" 1>&6
2177 ISC=yes # If later tests want to check for ISC.
2178 cat >> confdefs.h <<\EOF
2179 #define _POSIX_SOURCE 1
2182 if test "$GCC" = yes; then
2188 echo "$ac_t""no" 1>&6
2194 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2195 echo "configure:2196: checking how to run the C preprocessor" >&5
2196 # On Suns, sometimes $CPP names a directory.
2197 if test -n "$CPP" && test -d "$CPP"; then
2200 if test -z "$CPP"; then
2201 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2202 echo $ac_n "(cached) $ac_c" 1>&6
2204 # This must be in double quotes, not single quotes, because CPP may get
2205 # substituted into the Makefile and "${CC-cc}" will confuse make.
2207 # On the NeXT, cc -E runs the code through the compiler's parser,
2208 # not just through cpp.
2209 cat > conftest.$ac_ext <<EOF
2210 #line 2211 "configure"
2211 #include "confdefs.h"
2215 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2216 { (eval echo configure:2217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2217 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2218 if test -z "$ac_err"; then
2222 echo "configure: failed program was:" >&5
2223 cat conftest.$ac_ext >&5
2225 CPP="${CC-cc} -E -traditional-cpp"
2226 cat > conftest.$ac_ext <<EOF
2227 #line 2228 "configure"
2228 #include "confdefs.h"
2232 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2233 { (eval echo configure:2234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2234 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2235 if test -z "$ac_err"; then
2239 echo "configure: failed program was:" >&5
2240 cat conftest.$ac_ext >&5
2242 CPP="${CC-cc} -nologo -E"
2243 cat > conftest.$ac_ext <<EOF
2244 #line 2245 "configure"
2245 #include "confdefs.h"
2249 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2250 { (eval echo configure:2251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2251 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2252 if test -z "$ac_err"; then
2256 echo "configure: failed program was:" >&5
2257 cat conftest.$ac_ext >&5
2266 ac_cv_prog_CPP="$CPP"
2268 CPP="$ac_cv_prog_CPP"
2270 ac_cv_prog_CPP="$CPP"
2272 echo "$ac_t""$CPP" 1>&6
2274 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2275 echo "configure:2276: checking for ANSI C header files" >&5
2276 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2277 echo $ac_n "(cached) $ac_c" 1>&6
2279 cat > conftest.$ac_ext <<EOF
2280 #line 2281 "configure"
2281 #include "confdefs.h"
2287 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2288 { (eval echo configure:2289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2289 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2290 if test -z "$ac_err"; then
2292 ac_cv_header_stdc=yes
2295 echo "configure: failed program was:" >&5
2296 cat conftest.$ac_ext >&5
2298 ac_cv_header_stdc=no
2302 if test $ac_cv_header_stdc = yes; then
2303 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2304 cat > conftest.$ac_ext <<EOF
2305 #line 2306 "configure"
2306 #include "confdefs.h"
2309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2310 egrep "memchr" >/dev/null 2>&1; then
2314 ac_cv_header_stdc=no
2320 if test $ac_cv_header_stdc = yes; then
2321 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2322 cat > conftest.$ac_ext <<EOF
2323 #line 2324 "configure"
2324 #include "confdefs.h"
2327 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2328 egrep "free" >/dev/null 2>&1; then
2332 ac_cv_header_stdc=no
2338 if test $ac_cv_header_stdc = yes; then
2339 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2340 if test "$cross_compiling" = yes; then
2343 cat > conftest.$ac_ext <<EOF
2344 #line 2345 "configure"
2345 #include "confdefs.h"
2347 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2348 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2349 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2350 int main () { int i; for (i = 0; i < 256; i++)
2351 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2355 if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2359 echo "configure: failed program was:" >&5
2360 cat conftest.$ac_ext >&5
2362 ac_cv_header_stdc=no
2370 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2371 if test $ac_cv_header_stdc = yes; then
2372 cat >> confdefs.h <<\EOF
2373 #define STDC_HEADERS 1
2378 echo $ac_n "checking for working const""... $ac_c" 1>&6
2379 echo "configure:2380: checking for working const" >&5
2380 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2381 echo $ac_n "(cached) $ac_c" 1>&6
2383 cat > conftest.$ac_ext <<EOF
2384 #line 2385 "configure"
2385 #include "confdefs.h"
2389 /* Ultrix mips cc rejects this. */
2390 typedef int charset[2]; const charset x;
2391 /* SunOS 4.1.1 cc rejects this. */
2392 char const *const *ccp;
2394 /* NEC SVR4.0.2 mips cc rejects this. */
2395 struct point {int x, y;};
2396 static struct point const zero = {0,0};
2397 /* AIX XL C 1.02.0.0 rejects this.
2398 It does not let you subtract one const X* pointer from another in an arm
2399 of an if-expression whose if-part is not a constant expression */
2400 const char *g = "string";
2401 ccp = &g + (g ? g-g : 0);
2402 /* HPUX 7.0 cc rejects these. */
2405 ccp = (char const *const *) p;
2406 { /* SCO 3.2v4 cc rejects this. */
2408 char const *s = 0 ? (char *) 0 : (char const *) 0;
2412 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
2414 const int *foo = &x[0];
2417 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2418 typedef const int *iptr;
2422 { /* AIX XL C 1.02.0.0 rejects this saying
2423 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2424 struct s { int j; const int *ap[3]; };
2425 struct s *b; b->j = 5;
2427 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2433 if { (eval echo configure:2434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2437 echo "configure: failed program was:" >&5
2438 cat conftest.$ac_ext >&5
2445 echo "$ac_t""$ac_cv_c_const" 1>&6
2446 if test $ac_cv_c_const = no; then
2447 cat >> confdefs.h <<\EOF
2453 echo $ac_n "checking for inline""... $ac_c" 1>&6
2454 echo "configure:2455: checking for inline" >&5
2455 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2456 echo $ac_n "(cached) $ac_c" 1>&6
2459 for ac_kw in inline __inline__ __inline; do
2460 cat > conftest.$ac_ext <<EOF
2461 #line 2462 "configure"
2462 #include "confdefs.h"
2468 if { (eval echo configure:2469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2470 ac_cv_c_inline=$ac_kw; break
2472 echo "configure: failed program was:" >&5
2473 cat conftest.$ac_ext >&5
2480 echo "$ac_t""$ac_cv_c_inline" 1>&6
2481 case "$ac_cv_c_inline" in
2483 no) cat >> confdefs.h <<\EOF
2487 *) cat >> confdefs.h <<EOF
2488 #define inline $ac_cv_c_inline
2493 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2494 echo "configure:2495: checking for off_t" >&5
2495 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2496 echo $ac_n "(cached) $ac_c" 1>&6
2498 cat > conftest.$ac_ext <<EOF
2499 #line 2500 "configure"
2500 #include "confdefs.h"
2501 #include <sys/types.h>
2507 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2508 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2510 ac_cv_type_off_t=yes
2518 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2519 if test $ac_cv_type_off_t = no; then
2520 cat >> confdefs.h <<\EOF
2526 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2527 echo "configure:2528: checking for size_t" >&5
2528 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2529 echo $ac_n "(cached) $ac_c" 1>&6
2531 cat > conftest.$ac_ext <<EOF
2532 #line 2533 "configure"
2533 #include "confdefs.h"
2534 #include <sys/types.h>
2540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2541 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2543 ac_cv_type_size_t=yes
2546 ac_cv_type_size_t=no
2551 echo "$ac_t""$ac_cv_type_size_t" 1>&6
2552 if test $ac_cv_type_size_t = no; then
2553 cat >> confdefs.h <<\EOF
2554 #define size_t unsigned
2559 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
2560 # for constant arguments. Useless!
2561 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
2562 echo "configure:2563: checking for working alloca.h" >&5
2563 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
2564 echo $ac_n "(cached) $ac_c" 1>&6
2566 cat > conftest.$ac_ext <<EOF
2567 #line 2568 "configure"
2568 #include "confdefs.h"
2571 char *p = alloca(2 * sizeof(int));
2574 if { (eval echo configure:2575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2576 ac_cv_header_alloca_h=yes
2578 echo "configure: failed program was:" >&5
2579 cat conftest.$ac_ext >&5
2581 ac_cv_header_alloca_h=no
2586 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
2587 if test $ac_cv_header_alloca_h = yes; then
2588 cat >> confdefs.h <<\EOF
2589 #define HAVE_ALLOCA_H 1
2594 echo $ac_n "checking for alloca""... $ac_c" 1>&6
2595 echo "configure:2596: checking for alloca" >&5
2596 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
2597 echo $ac_n "(cached) $ac_c" 1>&6
2599 cat > conftest.$ac_ext <<EOF
2600 #line 2601 "configure"
2601 #include "confdefs.h"
2604 # define alloca __builtin_alloca
2607 # include <malloc.h>
2608 # define alloca _alloca
2611 # include <alloca.h>
2616 # ifndef alloca /* predefined by HP cc +Olibcalls */
2625 char *p = (char *) alloca(1);
2628 if { (eval echo configure:2629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2630 ac_cv_func_alloca_works=yes
2632 echo "configure: failed program was:" >&5
2633 cat conftest.$ac_ext >&5
2635 ac_cv_func_alloca_works=no
2640 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
2641 if test $ac_cv_func_alloca_works = yes; then
2642 cat >> confdefs.h <<\EOF
2643 #define HAVE_ALLOCA 1
2648 if test $ac_cv_func_alloca_works = no; then
2649 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
2650 # that cause trouble. Some versions do not even contain alloca or
2651 # contain a buggy version. If you still want to use their alloca,
2652 # use ar to extract alloca.o from them instead of compiling alloca.c.
2653 ALLOCA=alloca.${ac_objext}
2654 cat >> confdefs.h <<\EOF
2659 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
2660 echo "configure:2661: checking whether alloca needs Cray hooks" >&5
2661 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
2662 echo $ac_n "(cached) $ac_c" 1>&6
2664 cat > conftest.$ac_ext <<EOF
2665 #line 2666 "configure"
2666 #include "confdefs.h"
2667 #if defined(CRAY) && ! defined(CRAY2)
2674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2675 egrep "webecray" >/dev/null 2>&1; then
2686 echo "$ac_t""$ac_cv_os_cray" 1>&6
2687 if test $ac_cv_os_cray = yes; then
2688 for ac_func in _getb67 GETB67 getb67; do
2689 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2690 echo "configure:2691: checking for $ac_func" >&5
2691 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2692 echo $ac_n "(cached) $ac_c" 1>&6
2694 cat > conftest.$ac_ext <<EOF
2695 #line 2696 "configure"
2696 #include "confdefs.h"
2697 /* System header to define __stub macros and hopefully few prototypes,
2698 which can conflict with char $ac_func(); below. */
2700 /* Override any gcc2 internal prototype to avoid an error. */
2701 /* We use char because int might match the return type of a gcc2
2702 builtin and then its argument prototype would still apply. */
2707 /* The GNU C library defines this for functions which it implements
2708 to always fail with ENOSYS. Some functions are actually named
2709 something starting with __ and the normal name is an alias. */
2710 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2718 if { (eval echo configure:2719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2720 eval "ac_cv_func_$ac_func=yes"
2722 echo "configure: failed program was:" >&5
2723 cat conftest.$ac_ext >&5
2725 eval "ac_cv_func_$ac_func=no"
2730 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2731 echo "$ac_t""yes" 1>&6
2732 cat >> confdefs.h <<EOF
2733 #define CRAY_STACKSEG_END $ac_func
2738 echo "$ac_t""no" 1>&6
2744 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
2745 echo "configure:2746: checking stack direction for C alloca" >&5
2746 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
2747 echo $ac_n "(cached) $ac_c" 1>&6
2749 if test "$cross_compiling" = yes; then
2750 ac_cv_c_stack_direction=0
2752 cat > conftest.$ac_ext <<EOF
2753 #line 2754 "configure"
2754 #include "confdefs.h"
2755 find_stack_direction ()
2757 static char *addr = 0;
2762 return find_stack_direction ();
2765 return (&dummy > addr) ? 1 : -1;
2769 exit (find_stack_direction() < 0);
2772 if { (eval echo configure:2773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2774 ac_cv_c_stack_direction=1
2776 echo "configure: failed program was:" >&5
2777 cat conftest.$ac_ext >&5
2779 ac_cv_c_stack_direction=-1
2786 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
2787 cat >> confdefs.h <<EOF
2788 #define STACK_DIRECTION $ac_cv_c_stack_direction
2793 for ac_hdr in unistd.h
2795 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2796 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2797 echo "configure:2798: checking for $ac_hdr" >&5
2798 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2799 echo $ac_n "(cached) $ac_c" 1>&6
2801 cat > conftest.$ac_ext <<EOF
2802 #line 2803 "configure"
2803 #include "confdefs.h"
2806 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2807 { (eval echo configure:2808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2808 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2809 if test -z "$ac_err"; then
2811 eval "ac_cv_header_$ac_safe=yes"
2814 echo "configure: failed program was:" >&5
2815 cat conftest.$ac_ext >&5
2817 eval "ac_cv_header_$ac_safe=no"
2821 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2822 echo "$ac_t""yes" 1>&6
2823 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2824 cat >> confdefs.h <<EOF
2825 #define $ac_tr_hdr 1
2829 echo "$ac_t""no" 1>&6
2833 for ac_func in getpagesize
2835 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2836 echo "configure:2837: checking for $ac_func" >&5
2837 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2838 echo $ac_n "(cached) $ac_c" 1>&6
2840 cat > conftest.$ac_ext <<EOF
2841 #line 2842 "configure"
2842 #include "confdefs.h"
2843 /* System header to define __stub macros and hopefully few prototypes,
2844 which can conflict with char $ac_func(); below. */
2846 /* Override any gcc2 internal prototype to avoid an error. */
2847 /* We use char because int might match the return type of a gcc2
2848 builtin and then its argument prototype would still apply. */
2853 /* The GNU C library defines this for functions which it implements
2854 to always fail with ENOSYS. Some functions are actually named
2855 something starting with __ and the normal name is an alias. */
2856 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2864 if { (eval echo configure:2865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2866 eval "ac_cv_func_$ac_func=yes"
2868 echo "configure: failed program was:" >&5
2869 cat conftest.$ac_ext >&5
2871 eval "ac_cv_func_$ac_func=no"
2876 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2877 echo "$ac_t""yes" 1>&6
2878 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2879 cat >> confdefs.h <<EOF
2880 #define $ac_tr_func 1
2884 echo "$ac_t""no" 1>&6
2888 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2889 echo "configure:2890: checking for working mmap" >&5
2890 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2891 echo $ac_n "(cached) $ac_c" 1>&6
2893 if test "$cross_compiling" = yes; then
2894 ac_cv_func_mmap_fixed_mapped=no
2896 cat > conftest.$ac_ext <<EOF
2897 #line 2898 "configure"
2898 #include "confdefs.h"
2900 /* Thanks to Mike Haertel and Jim Avera for this test.
2901 Here is a matrix of mmap possibilities:
2902 mmap private not fixed
2903 mmap private fixed at somewhere currently unmapped
2904 mmap private fixed at somewhere already mapped
2905 mmap shared not fixed
2906 mmap shared fixed at somewhere currently unmapped
2907 mmap shared fixed at somewhere already mapped
2908 For private mappings, we should verify that changes cannot be read()
2909 back from the file, nor mmap's back from the file at a different
2910 address. (There have been systems where private was not correctly
2911 implemented like the infamous i386 svr4.0, and systems where the
2912 VM page cache was not coherent with the filesystem buffer cache
2913 like early versions of FreeBSD and possibly contemporary NetBSD.)
2914 For shared mappings, we should conversely verify that changes get
2915 propogated back to all the places they're supposed to be.
2917 Grep wants private fixed already mapped.
2918 The main things grep needs to know about mmap are:
2919 * does it exist and is it safe to write into the mmap'd area
2920 * how to use it (BSD variants) */
2921 #include <sys/types.h>
2923 #include <sys/mman.h>
2925 /* This mess was copied from the GNU getpagesize.h. */
2926 #ifndef HAVE_GETPAGESIZE
2927 # ifdef HAVE_UNISTD_H
2928 # include <unistd.h>
2931 /* Assume that all systems that can run configure have sys/param.h. */
2932 # ifndef HAVE_SYS_PARAM_H
2933 # define HAVE_SYS_PARAM_H 1
2936 # ifdef _SC_PAGESIZE
2937 # define getpagesize() sysconf(_SC_PAGESIZE)
2938 # else /* no _SC_PAGESIZE */
2939 # ifdef HAVE_SYS_PARAM_H
2940 # include <sys/param.h>
2941 # ifdef EXEC_PAGESIZE
2942 # define getpagesize() EXEC_PAGESIZE
2943 # else /* no EXEC_PAGESIZE */
2945 # define getpagesize() NBPG * CLSIZE
2948 # endif /* no CLSIZE */
2949 # else /* no NBPG */
2951 # define getpagesize() NBPC
2952 # else /* no NBPC */
2954 # define getpagesize() PAGESIZE
2955 # endif /* PAGESIZE */
2956 # endif /* no NBPC */
2957 # endif /* no NBPG */
2958 # endif /* no EXEC_PAGESIZE */
2959 # else /* no HAVE_SYS_PARAM_H */
2960 # define getpagesize() 8192 /* punt totally */
2961 # endif /* no HAVE_SYS_PARAM_H */
2962 # endif /* no _SC_PAGESIZE */
2964 #endif /* no HAVE_GETPAGESIZE */
2967 extern "C" { void *malloc(unsigned); }
2975 char *data, *data2, *data3;
2979 pagesize = getpagesize();
2982 * First, make a file with some known garbage in it.
2984 data = malloc(pagesize);
2987 for (i = 0; i < pagesize; ++i)
2988 *(data + i) = rand();
2990 fd = creat("conftestmmap", 0600);
2993 if (write(fd, data, pagesize) != pagesize)
2998 * Next, try to mmap the file at a fixed address which
2999 * already has something else allocated at it. If we can,
3000 * also make sure that we see the same garbage.
3002 fd = open("conftestmmap", O_RDWR);
3005 data2 = malloc(2 * pagesize);
3008 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
3009 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
3010 MAP_PRIVATE | MAP_FIXED, fd, 0L))
3012 for (i = 0; i < pagesize; ++i)
3013 if (*(data + i) != *(data2 + i))
3017 * Finally, make sure that changes to the mapped area
3018 * do not percolate back to the file as seen by read().
3019 * (This is a bug on some variants of i386 svr4.0.)
3021 for (i = 0; i < pagesize; ++i)
3022 *(data2 + i) = *(data2 + i) + 1;
3023 data3 = malloc(pagesize);
3026 if (read(fd, data3, pagesize) != pagesize)
3028 for (i = 0; i < pagesize; ++i)
3029 if (*(data + i) != *(data3 + i))
3032 unlink("conftestmmap");
3037 if { (eval echo configure:3038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3039 ac_cv_func_mmap_fixed_mapped=yes
3041 echo "configure: failed program was:" >&5
3042 cat conftest.$ac_ext >&5
3044 ac_cv_func_mmap_fixed_mapped=no
3051 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
3052 if test $ac_cv_func_mmap_fixed_mapped = yes; then
3053 cat >> confdefs.h <<\EOF
3060 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
3061 unistd.h values.h sys/param.h
3063 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3064 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3065 echo "configure:3066: checking for $ac_hdr" >&5
3066 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3067 echo $ac_n "(cached) $ac_c" 1>&6
3069 cat > conftest.$ac_ext <<EOF
3070 #line 3071 "configure"
3071 #include "confdefs.h"
3074 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3075 { (eval echo configure:3076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3076 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3077 if test -z "$ac_err"; then
3079 eval "ac_cv_header_$ac_safe=yes"
3082 echo "configure: failed program was:" >&5
3083 cat conftest.$ac_ext >&5
3085 eval "ac_cv_header_$ac_safe=no"
3089 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3090 echo "$ac_t""yes" 1>&6
3091 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3092 cat >> confdefs.h <<EOF
3093 #define $ac_tr_hdr 1
3097 echo "$ac_t""no" 1>&6
3101 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
3102 __argz_count __argz_stringify __argz_next
3104 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3105 echo "configure:3106: checking for $ac_func" >&5
3106 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3107 echo $ac_n "(cached) $ac_c" 1>&6
3109 cat > conftest.$ac_ext <<EOF
3110 #line 3111 "configure"
3111 #include "confdefs.h"
3112 /* System header to define __stub macros and hopefully few prototypes,
3113 which can conflict with char $ac_func(); below. */
3115 /* Override any gcc2 internal prototype to avoid an error. */
3116 /* We use char because int might match the return type of a gcc2
3117 builtin and then its argument prototype would still apply. */
3122 /* The GNU C library defines this for functions which it implements
3123 to always fail with ENOSYS. Some functions are actually named
3124 something starting with __ and the normal name is an alias. */
3125 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3133 if { (eval echo configure:3134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3135 eval "ac_cv_func_$ac_func=yes"
3137 echo "configure: failed program was:" >&5
3138 cat conftest.$ac_ext >&5
3140 eval "ac_cv_func_$ac_func=no"
3145 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3146 echo "$ac_t""yes" 1>&6
3147 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3148 cat >> confdefs.h <<EOF
3149 #define $ac_tr_func 1
3153 echo "$ac_t""no" 1>&6
3158 if test "${ac_cv_func_stpcpy+set}" != "set"; then
3159 for ac_func in stpcpy
3161 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3162 echo "configure:3163: checking for $ac_func" >&5
3163 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3164 echo $ac_n "(cached) $ac_c" 1>&6
3166 cat > conftest.$ac_ext <<EOF
3167 #line 3168 "configure"
3168 #include "confdefs.h"
3169 /* System header to define __stub macros and hopefully few prototypes,
3170 which can conflict with char $ac_func(); below. */
3172 /* Override any gcc2 internal prototype to avoid an error. */
3173 /* We use char because int might match the return type of a gcc2
3174 builtin and then its argument prototype would still apply. */
3179 /* The GNU C library defines this for functions which it implements
3180 to always fail with ENOSYS. Some functions are actually named
3181 something starting with __ and the normal name is an alias. */
3182 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3190 if { (eval echo configure:3191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3192 eval "ac_cv_func_$ac_func=yes"
3194 echo "configure: failed program was:" >&5
3195 cat conftest.$ac_ext >&5
3197 eval "ac_cv_func_$ac_func=no"
3202 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3203 echo "$ac_t""yes" 1>&6
3204 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3205 cat >> confdefs.h <<EOF
3206 #define $ac_tr_func 1
3210 echo "$ac_t""no" 1>&6
3215 if test "${ac_cv_func_stpcpy}" = "yes"; then
3216 cat >> confdefs.h <<\EOF
3217 #define HAVE_STPCPY 1
3222 if test $ac_cv_header_locale_h = yes; then
3223 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
3224 echo "configure:3225: checking for LC_MESSAGES" >&5
3225 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
3226 echo $ac_n "(cached) $ac_c" 1>&6
3228 cat > conftest.$ac_ext <<EOF
3229 #line 3230 "configure"
3230 #include "confdefs.h"
3236 if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3238 am_cv_val_LC_MESSAGES=yes
3240 echo "configure: failed program was:" >&5
3241 cat conftest.$ac_ext >&5
3243 am_cv_val_LC_MESSAGES=no
3248 echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
3249 if test $am_cv_val_LC_MESSAGES = yes; then
3250 cat >> confdefs.h <<\EOF
3251 #define HAVE_LC_MESSAGES 1
3256 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
3257 echo "configure:3258: checking whether NLS is requested" >&5
3258 # Check whether --enable-nls or --disable-nls was given.
3259 if test "${enable_nls+set}" = set; then
3260 enableval="$enable_nls"
3266 echo "$ac_t""$USE_NLS" 1>&6
3269 USE_INCLUDED_LIBINTL=no
3271 if test "$USE_NLS" = "yes"; then
3272 cat >> confdefs.h <<\EOF
3273 #define ENABLE_NLS 1
3276 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
3277 echo "configure:3278: checking whether included gettext is requested" >&5
3278 # Check whether --with-included-gettext or --without-included-gettext was given.
3279 if test "${with_included_gettext+set}" = set; then
3280 withval="$with_included_gettext"
3281 nls_cv_force_use_gnu_gettext=$withval
3283 nls_cv_force_use_gnu_gettext=no
3286 echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
3288 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
3289 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
3291 nls_cv_header_libgt=
3294 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
3295 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
3296 echo "configure:3297: checking for libintl.h" >&5
3297 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3298 echo $ac_n "(cached) $ac_c" 1>&6
3300 cat > conftest.$ac_ext <<EOF
3301 #line 3302 "configure"
3302 #include "confdefs.h"
3303 #include <libintl.h>
3305 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3306 { (eval echo configure:3307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3307 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3308 if test -z "$ac_err"; then
3310 eval "ac_cv_header_$ac_safe=yes"
3313 echo "configure: failed program was:" >&5
3314 cat conftest.$ac_ext >&5
3316 eval "ac_cv_header_$ac_safe=no"
3320 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3321 echo "$ac_t""yes" 1>&6
3322 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
3323 echo "configure:3324: checking for gettext in libc" >&5
3324 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
3325 echo $ac_n "(cached) $ac_c" 1>&6
3327 cat > conftest.$ac_ext <<EOF
3328 #line 3329 "configure"
3329 #include "confdefs.h"
3330 #include <libintl.h>
3332 return (int) gettext ("")
3335 if { (eval echo configure:3336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3337 gt_cv_func_gettext_libc=yes
3339 echo "configure: failed program was:" >&5
3340 cat conftest.$ac_ext >&5
3342 gt_cv_func_gettext_libc=no
3347 echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
3349 if test "$gt_cv_func_gettext_libc" != "yes"; then
3350 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
3351 echo "configure:3352: checking for bindtextdomain in -lintl" >&5
3352 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
3353 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3354 echo $ac_n "(cached) $ac_c" 1>&6
3356 ac_save_LIBS="$LIBS"
3358 cat > conftest.$ac_ext <<EOF
3359 #line 3360 "configure"
3360 #include "confdefs.h"
3361 /* Override any gcc2 internal prototype to avoid an error. */
3362 /* We use char because int might match the return type of a gcc2
3363 builtin and then its argument prototype would still apply. */
3364 char bindtextdomain();
3370 if { (eval echo configure:3371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3372 eval "ac_cv_lib_$ac_lib_var=yes"
3374 echo "configure: failed program was:" >&5
3375 cat conftest.$ac_ext >&5
3377 eval "ac_cv_lib_$ac_lib_var=no"
3380 LIBS="$ac_save_LIBS"
3383 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3384 echo "$ac_t""yes" 1>&6
3385 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
3386 echo "configure:3387: checking for gettext in libintl" >&5
3387 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
3388 echo $ac_n "(cached) $ac_c" 1>&6
3390 cat > conftest.$ac_ext <<EOF
3391 #line 3392 "configure"
3392 #include "confdefs.h"
3395 return (int) gettext ("")
3398 if { (eval echo configure:3399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3400 gt_cv_func_gettext_libintl=yes
3402 echo "configure: failed program was:" >&5
3403 cat conftest.$ac_ext >&5
3405 gt_cv_func_gettext_libintl=no
3410 echo "$ac_t""$gt_cv_func_gettext_libintl" 1>&6
3412 echo "$ac_t""no" 1>&6
3417 if test "$gt_cv_func_gettext_libc" = "yes" \
3418 || test "$gt_cv_func_gettext_libintl" = "yes"; then
3419 cat >> confdefs.h <<\EOF
3420 #define HAVE_GETTEXT 1
3423 # Extract the first word of "msgfmt", so it can be a program name with args.
3424 set dummy msgfmt; ac_word=$2
3425 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3426 echo "configure:3427: checking for $ac_word" >&5
3427 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
3428 echo $ac_n "(cached) $ac_c" 1>&6
3432 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3435 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
3436 for ac_dir in $PATH; do
3437 test -z "$ac_dir" && ac_dir=.
3438 if test -f $ac_dir/$ac_word; then
3439 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
3440 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
3446 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
3450 MSGFMT="$ac_cv_path_MSGFMT"
3451 if test -n "$MSGFMT"; then
3452 echo "$ac_t""$MSGFMT" 1>&6
3454 echo "$ac_t""no" 1>&6
3456 if test "$MSGFMT" != "no"; then
3457 for ac_func in dcgettext
3459 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3460 echo "configure:3461: checking for $ac_func" >&5
3461 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3462 echo $ac_n "(cached) $ac_c" 1>&6
3464 cat > conftest.$ac_ext <<EOF
3465 #line 3466 "configure"
3466 #include "confdefs.h"
3467 /* System header to define __stub macros and hopefully few prototypes,
3468 which can conflict with char $ac_func(); below. */
3470 /* Override any gcc2 internal prototype to avoid an error. */
3471 /* We use char because int might match the return type of a gcc2
3472 builtin and then its argument prototype would still apply. */
3477 /* The GNU C library defines this for functions which it implements
3478 to always fail with ENOSYS. Some functions are actually named
3479 something starting with __ and the normal name is an alias. */
3480 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3488 if { (eval echo configure:3489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3490 eval "ac_cv_func_$ac_func=yes"
3492 echo "configure: failed program was:" >&5
3493 cat conftest.$ac_ext >&5
3495 eval "ac_cv_func_$ac_func=no"
3500 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3501 echo "$ac_t""yes" 1>&6
3502 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3503 cat >> confdefs.h <<EOF
3504 #define $ac_tr_func 1
3508 echo "$ac_t""no" 1>&6
3512 # Extract the first word of "gmsgfmt", so it can be a program name with args.
3513 set dummy gmsgfmt; ac_word=$2
3514 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3515 echo "configure:3516: checking for $ac_word" >&5
3516 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
3517 echo $ac_n "(cached) $ac_c" 1>&6
3521 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3524 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
3527 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3529 for ac_dir in $ac_dummy; do
3530 test -z "$ac_dir" && ac_dir=.
3531 if test -f $ac_dir/$ac_word; then
3532 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
3537 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
3541 GMSGFMT="$ac_cv_path_GMSGFMT"
3542 if test -n "$GMSGFMT"; then
3543 echo "$ac_t""$GMSGFMT" 1>&6
3545 echo "$ac_t""no" 1>&6
3548 # Extract the first word of "xgettext", so it can be a program name with args.
3549 set dummy xgettext; ac_word=$2
3550 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3551 echo "configure:3552: checking for $ac_word" >&5
3552 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
3553 echo $ac_n "(cached) $ac_c" 1>&6
3557 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
3560 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
3561 for ac_dir in $PATH; do
3562 test -z "$ac_dir" && ac_dir=.
3563 if test -f $ac_dir/$ac_word; then
3564 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
3565 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
3571 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
3575 XGETTEXT="$ac_cv_path_XGETTEXT"
3576 if test -n "$XGETTEXT"; then
3577 echo "$ac_t""$XGETTEXT" 1>&6
3579 echo "$ac_t""no" 1>&6
3582 cat > conftest.$ac_ext <<EOF
3583 #line 3584 "configure"
3584 #include "confdefs.h"
3587 extern int _nl_msg_cat_cntr;
3588 return _nl_msg_cat_cntr
3591 if { (eval echo configure:3592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3596 echo "configure: failed program was:" >&5
3597 cat conftest.$ac_ext >&5
3608 echo "$ac_t""no" 1>&6
3613 if test "$CATOBJEXT" = "NONE"; then
3614 nls_cv_use_gnu_gettext=yes
3618 if test "$nls_cv_use_gnu_gettext" = "yes"; then
3619 INTLOBJS="\$(GETTOBJS)"
3620 # Extract the first word of "msgfmt", so it can be a program name with args.
3621 set dummy msgfmt; ac_word=$2
3622 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3623 echo "configure:3624: checking for $ac_word" >&5
3624 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
3625 echo $ac_n "(cached) $ac_c" 1>&6
3629 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
3632 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
3633 for ac_dir in $PATH; do
3634 test -z "$ac_dir" && ac_dir=.
3635 if test -f $ac_dir/$ac_word; then
3636 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
3637 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
3643 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
3647 MSGFMT="$ac_cv_path_MSGFMT"
3648 if test -n "$MSGFMT"; then
3649 echo "$ac_t""$MSGFMT" 1>&6
3651 echo "$ac_t""no" 1>&6
3654 # Extract the first word of "gmsgfmt", so it can be a program name with args.
3655 set dummy gmsgfmt; ac_word=$2
3656 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3657 echo "configure:3658: checking for $ac_word" >&5
3658 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
3659 echo $ac_n "(cached) $ac_c" 1>&6
3663 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
3666 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
3669 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3671 for ac_dir in $ac_dummy; do
3672 test -z "$ac_dir" && ac_dir=.
3673 if test -f $ac_dir/$ac_word; then
3674 ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
3679 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
3683 GMSGFMT="$ac_cv_path_GMSGFMT"
3684 if test -n "$GMSGFMT"; then
3685 echo "$ac_t""$GMSGFMT" 1>&6
3687 echo "$ac_t""no" 1>&6
3690 # Extract the first word of "xgettext", so it can be a program name with args.
3691 set dummy xgettext; ac_word=$2
3692 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3693 echo "configure:3694: checking for $ac_word" >&5
3694 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
3695 echo $ac_n "(cached) $ac_c" 1>&6
3699 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
3702 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
3703 for ac_dir in $PATH; do
3704 test -z "$ac_dir" && ac_dir=.
3705 if test -f $ac_dir/$ac_word; then
3706 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
3707 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
3713 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
3717 XGETTEXT="$ac_cv_path_XGETTEXT"
3718 if test -n "$XGETTEXT"; then
3719 echo "$ac_t""$XGETTEXT" 1>&6
3721 echo "$ac_t""no" 1>&6
3725 USE_INCLUDED_LIBINTL=yes
3729 INTLDEPS='$(top_builddir)/../intl/libintl.a'
3731 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
3732 nls_cv_header_intl=libintl.h
3733 nls_cv_header_libgt=libgettext.h
3736 if test "$XGETTEXT" != ":"; then
3737 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
3740 echo "$ac_t""found xgettext programs is not GNU xgettext; ignore it" 1>&6
3745 # We need to process the po/ directory.
3749 nls_cv_header_intl=libintl.h
3750 nls_cv_header_libgt=libgettext.h
3753 # If this is used in GNU gettext we have to set USE_NLS to `yes'
3754 # because some of the sources are only built for this goal.
3755 if test "$PACKAGE" = gettext; then
3757 USE_INCLUDED_LIBINTL=yes
3760 for lang in $ALL_LINGUAS; do
3761 GMOFILES="$GMOFILES $lang.gmo"
3762 POFILES="$POFILES $lang.po"
3778 if test "x$CATOBJEXT" != "x"; then
3779 if test "x$ALL_LINGUAS" = "x"; then
3782 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
3783 echo "configure:3784: checking for catalogs to be installed" >&5
3785 for lang in ${LINGUAS=$ALL_LINGUAS}; do
3786 case "$ALL_LINGUAS" in
3787 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
3790 LINGUAS=$NEW_LINGUAS
3791 echo "$ac_t""$LINGUAS" 1>&6
3794 if test -n "$LINGUAS"; then
3795 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
3799 if test $ac_cv_header_locale_h = yes; then
3800 INCLUDE_LOCALE_H="#include <locale.h>"
3803 /* The system does not provide the header <locale.h>. Take care yourself. */"
3807 if test -f $srcdir/po2tbl.sed.in; then
3808 if test "$CATOBJEXT" = ".cat"; then
3809 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
3810 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
3811 echo "configure:3812: checking for linux/version.h" >&5
3812 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3813 echo $ac_n "(cached) $ac_c" 1>&6
3815 cat > conftest.$ac_ext <<EOF
3816 #line 3817 "configure"
3817 #include "confdefs.h"
3818 #include <linux/version.h>
3820 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3821 { (eval echo configure:3822: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3822 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3823 if test -z "$ac_err"; then
3825 eval "ac_cv_header_$ac_safe=yes"
3828 echo "configure: failed program was:" >&5
3829 cat conftest.$ac_ext >&5
3831 eval "ac_cv_header_$ac_safe=no"
3835 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3836 echo "$ac_t""yes" 1>&6
3839 echo "$ac_t""no" 1>&6
3844 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
3846 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
3847 $srcdir/po2tbl.sed.in > po2tbl.sed
3850 if test "$PACKAGE" = "gettext"; then
3860 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
3866 if test -d $srcdir/po; then
3867 test -d po || mkdir po
3868 if test "x$srcdir" != "x."; then
3869 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
3870 posrcprefix="$srcdir/"
3872 posrcprefix="../$srcdir/"
3878 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
3879 < $srcdir/po/POTFILES.in > po/POTFILES
3883 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
3884 echo "configure:3885: checking whether to enable maintainer-specific portions of Makefiles" >&5
3885 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3886 if test "${enable_maintainer_mode+set}" = set; then
3887 enableval="$enable_maintainer_mode"
3888 USE_MAINTAINER_MODE=$enableval
3890 USE_MAINTAINER_MODE=no
3893 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
3896 if test $USE_MAINTAINER_MODE = yes; then
3897 MAINTAINER_MODE_TRUE=
3898 MAINTAINER_MODE_FALSE='#'
3900 MAINTAINER_MODE_TRUE='#'
3901 MAINTAINER_MODE_FALSE=
3903 MAINT=$MAINTAINER_MODE_TRUE
3906 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
3907 echo "configure:3908: checking for Cygwin environment" >&5
3908 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
3909 echo $ac_n "(cached) $ac_c" 1>&6
3911 cat > conftest.$ac_ext <<EOF
3912 #line 3913 "configure"
3913 #include "confdefs.h"
3918 #define __CYGWIN__ __CYGWIN32__
3923 if { (eval echo configure:3924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3927 echo "configure: failed program was:" >&5
3928 cat conftest.$ac_ext >&5
3936 echo "$ac_t""$ac_cv_cygwin" 1>&6
3938 test "$ac_cv_cygwin" = yes && CYGWIN=yes
3939 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
3940 echo "configure:3941: checking for mingw32 environment" >&5
3941 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
3942 echo $ac_n "(cached) $ac_c" 1>&6
3944 cat > conftest.$ac_ext <<EOF
3945 #line 3946 "configure"
3946 #include "confdefs.h"
3952 if { (eval echo configure:3953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3956 echo "configure: failed program was:" >&5
3957 cat conftest.$ac_ext >&5
3965 echo "$ac_t""$ac_cv_mingw32" 1>&6
3967 test "$ac_cv_mingw32" = yes && MINGW32=yes
3970 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
3971 echo "configure:3972: checking for executable suffix" >&5
3972 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
3973 echo $ac_n "(cached) $ac_c" 1>&6
3975 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
3979 echo 'int main () { return 0; }' > conftest.$ac_ext
3981 if { (eval echo configure:3982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
3982 for file in conftest.*; do
3984 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
3985 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
3989 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
3992 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
3997 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
3998 echo "$ac_t""${ac_cv_exeext}" 1>&6
4002 build_warnings="-W -Wall"
4003 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4004 if test "${enable_build_warnings+set}" = set; then
4005 enableval="$enable_build_warnings"
4006 case "${enableval}" in
4008 no) build_warnings="-w";;
4009 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4010 build_warnings="${build_warnings} ${t}";;
4011 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4012 build_warnings="${t} ${build_warnings}";;
4013 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4015 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
4016 echo "Setting warning flags = $build_warnings" 6>&1
4020 if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
4021 WARN_CFLAGS="${build_warnings}"
4026 cat > confcache <<\EOF
4027 # This file is a shell script that caches the results of configure
4028 # tests run on this system so they can be shared between configure
4029 # scripts and configure runs. It is not useful on other systems.
4030 # If it contains results you don't want to keep, you may remove or edit it.
4032 # By default, configure uses ./config.cache as the cache file,
4033 # creating it if it does not exist already. You can give configure
4034 # the --cache-file=FILE option to use a different cache file; that is
4035 # what configure does when it calls configure scripts in
4036 # subdirectories, so they share the cache.
4037 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4038 # config.status only pays attention to the cache file if you give it the
4039 # --recheck option to rerun configure.
4042 # The following way of writing the cache mishandles newlines in values,
4043 # but we know of no workaround that is simple, portable, and efficient.
4044 # So, don't put newlines in cache variables' values.
4045 # Ultrix sh set writes to stderr and can't be redirected directly,
4046 # and sets the high bit in the cache file unless we assign to the vars.
4048 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4050 # `set' does not quote correctly, so add quotes (double-quote substitution
4051 # turns \\\\ into \\, and sed turns \\ into \).
4053 -e "s/'/'\\\\''/g" \
4054 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4057 # `set' quotes correctly as required by POSIX, so do not add quotes.
4058 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4061 if cmp -s $cache_file confcache; then
4064 if test -w $cache_file; then
4065 echo "updating cache $cache_file"
4066 cat confcache > $cache_file
4068 echo "not updating unwritable cache $cache_file"
4073 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4075 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4076 # Let make expand exec_prefix.
4077 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4079 # Any assignment to VPATH causes Sun make to only execute
4080 # the first set of double-colon rules, so remove it if not needed.
4081 # If there is a colon in the path, we need to keep it.
4082 if test "x$srcdir" = x.; then
4083 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
4086 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4088 DEFS=-DHAVE_CONFIG_H
4090 # Without the "./", some shells look in PATH for config.status.
4091 : ${CONFIG_STATUS=./config.status}
4093 echo creating $CONFIG_STATUS
4094 rm -f $CONFIG_STATUS
4095 cat > $CONFIG_STATUS <<EOF
4097 # Generated automatically by configure.
4098 # Run this file to recreate the current configuration.
4099 # This directory was configured as follows,
4100 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4102 # $0 $ac_configure_args
4104 # Compiler output produced by configure, useful for debugging
4105 # configure, is in ./config.log if it exists.
4107 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4110 case "\$ac_option" in
4111 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4112 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4113 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4114 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4115 echo "$CONFIG_STATUS generated by autoconf version 2.13"
4117 -help | --help | --hel | --he | --h)
4118 echo "\$ac_cs_usage"; exit 0 ;;
4119 *) echo "\$ac_cs_usage"; exit 1 ;;
4123 ac_given_srcdir=$srcdir
4124 ac_given_INSTALL="$INSTALL"
4126 trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in gconfig.h:gconfig.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4128 cat >> $CONFIG_STATUS <<EOF
4130 # Protect against being on the right side of a sed subst in config.status.
4131 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4132 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4136 s%@CFLAGS@%$CFLAGS%g
4137 s%@CPPFLAGS@%$CPPFLAGS%g
4138 s%@CXXFLAGS@%$CXXFLAGS%g
4139 s%@FFLAGS@%$FFLAGS%g
4141 s%@LDFLAGS@%$LDFLAGS%g
4143 s%@exec_prefix@%$exec_prefix%g
4144 s%@prefix@%$prefix%g
4145 s%@program_transform_name@%$program_transform_name%g
4146 s%@bindir@%$bindir%g
4147 s%@sbindir@%$sbindir%g
4148 s%@libexecdir@%$libexecdir%g
4149 s%@datadir@%$datadir%g
4150 s%@sysconfdir@%$sysconfdir%g
4151 s%@sharedstatedir@%$sharedstatedir%g
4152 s%@localstatedir@%$localstatedir%g
4153 s%@libdir@%$libdir%g
4154 s%@includedir@%$includedir%g
4155 s%@oldincludedir@%$oldincludedir%g
4156 s%@infodir@%$infodir%g
4157 s%@mandir@%$mandir%g
4159 s%@host_alias@%$host_alias%g
4160 s%@host_cpu@%$host_cpu%g
4161 s%@host_vendor@%$host_vendor%g
4162 s%@host_os@%$host_os%g
4163 s%@target@%$target%g
4164 s%@target_alias@%$target_alias%g
4165 s%@target_cpu@%$target_cpu%g
4166 s%@target_vendor@%$target_vendor%g
4167 s%@target_os@%$target_os%g
4169 s%@build_alias@%$build_alias%g
4170 s%@build_cpu@%$build_cpu%g
4171 s%@build_vendor@%$build_vendor%g
4172 s%@build_os@%$build_os%g
4173 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4174 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4175 s%@INSTALL_DATA@%$INSTALL_DATA%g
4176 s%@PACKAGE@%$PACKAGE%g
4177 s%@VERSION@%$VERSION%g
4178 s%@ACLOCAL@%$ACLOCAL%g
4179 s%@AUTOCONF@%$AUTOCONF%g
4180 s%@AUTOMAKE@%$AUTOMAKE%g
4181 s%@AUTOHEADER@%$AUTOHEADER%g
4182 s%@MAKEINFO@%$MAKEINFO%g
4183 s%@SET_MAKE@%$SET_MAKE%g
4184 s%@RANLIB@%$RANLIB%g
4188 s%@USE_SYMBOL_UNDERSCORE@%$USE_SYMBOL_UNDERSCORE%g
4190 s%@DLLTOOL@%$DLLTOOL%g
4192 s%@LIBTOOL@%$LIBTOOL%g
4194 s%@ALLOCA@%$ALLOCA%g
4195 s%@USE_NLS@%$USE_NLS%g
4196 s%@MSGFMT@%$MSGFMT%g
4197 s%@GMSGFMT@%$GMSGFMT%g
4198 s%@XGETTEXT@%$XGETTEXT%g
4199 s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g
4200 s%@CATALOGS@%$CATALOGS%g
4201 s%@CATOBJEXT@%$CATOBJEXT%g
4202 s%@DATADIRNAME@%$DATADIRNAME%g
4203 s%@GMOFILES@%$GMOFILES%g
4204 s%@INSTOBJEXT@%$INSTOBJEXT%g
4205 s%@INTLDEPS@%$INTLDEPS%g
4206 s%@INTLLIBS@%$INTLLIBS%g
4207 s%@INTLOBJS@%$INTLOBJS%g
4208 s%@POFILES@%$POFILES%g
4210 s%@INCLUDE_LOCALE_H@%$INCLUDE_LOCALE_H%g
4212 s%@GT_YES@%$GT_YES%g
4213 s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
4215 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
4216 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
4218 s%@EXEEXT@%$EXEEXT%g
4219 s%@WARN_CFLAGS@%$WARN_CFLAGS%g
4224 cat >> $CONFIG_STATUS <<\EOF
4226 # Split the substitutions into bite-sized pieces for seds with
4227 # small command number limits, like on Digital OSF/1 and HP-UX.
4228 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
4229 ac_file=1 # Number of current file.
4230 ac_beg=1 # First line for current file.
4231 ac_end=$ac_max_sed_cmds # Line after last line for current file.
4234 while $ac_more_lines; do
4235 if test $ac_beg -gt 1; then
4236 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
4238 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
4240 if test ! -s conftest.s$ac_file; then
4242 rm -f conftest.s$ac_file
4244 if test -z "$ac_sed_cmds"; then
4245 ac_sed_cmds="sed -f conftest.s$ac_file"
4247 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
4249 ac_file=`expr $ac_file + 1`
4251 ac_end=`expr $ac_end + $ac_max_sed_cmds`
4254 if test -z "$ac_sed_cmds"; then
4259 cat >> $CONFIG_STATUS <<EOF
4261 CONFIG_FILES=\${CONFIG_FILES-"Makefile po/Makefile.in:po/Make-in"}
4263 cat >> $CONFIG_STATUS <<\EOF
4264 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4265 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4267 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4268 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4269 *) ac_file_in="${ac_file}.in" ;;
4272 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
4274 # Remove last slash and all that follows it. Not all systems have dirname.
4275 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4276 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4277 # The file is in a subdirectory.
4278 test ! -d "$ac_dir" && mkdir "$ac_dir"
4279 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
4280 # A "../" for each directory in $ac_dir_suffix.
4281 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
4283 ac_dir_suffix= ac_dots=
4286 case "$ac_given_srcdir" in
4288 if test -z "$ac_dots"; then top_srcdir=.
4289 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
4290 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
4292 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
4293 top_srcdir="$ac_dots$ac_given_srcdir" ;;
4296 case "$ac_given_INSTALL" in
4297 [/$]*) INSTALL="$ac_given_INSTALL" ;;
4298 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
4301 echo creating "$ac_file"
4303 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
4305 *Makefile*) ac_comsub="1i\\
4306 # $configure_input" ;;
4310 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4312 s%@configure_input@%$configure_input%g
4313 s%@srcdir@%$srcdir%g
4314 s%@top_srcdir@%$top_srcdir%g
4315 s%@INSTALL@%$INSTALL%g
4316 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4320 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
4321 # NAME is the cpp macro being defined and VALUE is the value it is being given.
4323 # ac_d sets the value in "#define NAME VALUE" lines.
4324 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
4325 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
4328 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
4329 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
4330 ac_uB='\([ ]\)%\1#\2define\3'
4333 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
4334 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
4335 ac_eB='$%\1#\2define\3'
4339 if test "${CONFIG_HEADERS+set}" != set; then
4341 cat >> $CONFIG_STATUS <<EOF
4342 CONFIG_HEADERS="gconfig.h:gconfig.in"
4344 cat >> $CONFIG_STATUS <<\EOF
4346 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
4347 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4349 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4350 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4351 *) ac_file_in="${ac_file}.in" ;;
4354 echo creating $ac_file
4356 rm -f conftest.frag conftest.in conftest.out
4357 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4358 cat $ac_file_inputs > conftest.in
4362 # Transform confdefs.h into a sed script conftest.vals that substitutes
4363 # the proper values into config.h.in to produce config.h. And first:
4364 # Protect against being on the right side of a sed subst in config.status.
4365 # Protect against being in an unquoted here document in config.status.
4367 cat > conftest.hdr <<\EOF
4370 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
4374 sed -n -f conftest.hdr confdefs.h > conftest.vals
4377 # This sed command replaces #undef with comments. This is necessary, for
4378 # example, in the case of _POSIX_SOURCE, which is predefined and required
4379 # on some systems where configure will not decide to define it.
4380 cat >> conftest.vals <<\EOF
4381 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
4384 # Break up conftest.vals because some shells have a limit on
4385 # the size of here documents, and old seds have small limits too.
4390 ac_lines=`grep -c . conftest.vals`
4391 # grep -c gives empty output for an empty file on some AIX systems.
4392 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
4393 # Write a limited-size here document to conftest.frag.
4394 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
4395 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
4397 sed -f conftest.frag conftest.in > conftest.out
4399 mv conftest.out conftest.in
4401 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
4403 mv conftest.tail conftest.vals
4407 cat >> $CONFIG_STATUS <<\EOF
4408 rm -f conftest.frag conftest.h
4409 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
4410 cat conftest.in >> conftest.h
4412 if cmp -s $ac_file conftest.h 2>/dev/null; then
4413 echo "$ac_file is unchanged"
4416 # Remove last slash and all that follows it. Not all systems have dirname.
4417 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4418 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4419 # The file is in a subdirectory.
4420 test ! -d "$ac_dir" && mkdir "$ac_dir"
4423 mv conftest.h $ac_file
4428 cat >> $CONFIG_STATUS <<EOF
4432 cat >> $CONFIG_STATUS <<\EOF
4433 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
4434 sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile
4437 chmod +x $CONFIG_STATUS
4438 rm -fr confdefs* $ac_clean_files
4439 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1