3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.7
5 # Copyright (C) 1992, 1993, 1994 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 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
19 cache_file
=.
/config.cache
28 program_transform_name
=s
,x
,x
,
36 bindir
='${exec_prefix}/bin'
37 sbindir
='${exec_prefix}/sbin'
38 libexecdir
='${exec_prefix}/libexec'
39 datadir
='${prefix}/share'
40 sysconfdir
='${prefix}/etc'
41 sharedstatedir
='${prefix}/com'
42 localstatedir
='${prefix}/var'
43 libdir
='${exec_prefix}/lib'
44 includedir
='${prefix}/include'
45 oldincludedir
='/usr/include'
46 infodir
='${prefix}/info'
47 mandir
='${prefix}/man'
49 # Initialize some other variables.
57 # If the previous option needs an argument, assign it.
58 if test -n "$ac_prev"; then
59 eval "$ac_prev=\$ac_option"
65 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69 # Accept the important Cygnus configure options, so we can diagnose typos.
73 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
75 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
76 bindir
="$ac_optarg" ;;
78 -build |
--build |
--buil |
--bui |
--bu)
80 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
83 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
84 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
86 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
87 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
88 cache_file
="$ac_optarg" ;;
90 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
92 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
94 datadir
="$ac_optarg" ;;
96 -disable-* |
--disable-*)
97 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
98 # Reject names that are not valid shell variable names.
99 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
100 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
102 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
103 eval "enable_${ac_feature}=no" ;;
105 -enable-* |
--enable-*)
106 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
107 # Reject names that are not valid shell variable names.
108 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
109 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
111 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
116 eval "enable_${ac_feature}='$ac_optarg'" ;;
118 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
119 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
120 |
--exec |
--exe |
--ex)
121 ac_prev
=exec_prefix
;;
122 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
123 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
124 |
--exec=* |
--exe=* |
--ex=*)
125 exec_prefix
="$ac_optarg" ;;
127 -gas |
--gas |
--ga |
--g)
128 # Obsolete; use --with-gas.
131 -help |
--help |
--hel |
--he)
132 # Omit some internal or obsolete options to make the list less imposing.
133 # This message is too long to be a string in the A/UX 3.1 sh.
135 Usage: configure [options] [host]
136 Options: [defaults in brackets after descriptions]
138 --cache-file=FILE cache test results in FILE
139 --help print this message
140 --no-create do not create output files
141 --quiet, --silent do not print \`checking...' messages
142 --version print the version of autoconf that created configure
143 Directory and file names:
144 --prefix=PREFIX install architecture-independent files in PREFIX
146 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
148 --bindir=DIR user executables in DIR [EPREFIX/bin]
149 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
150 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
151 --datadir=DIR read-only architecture-independent data in DIR
153 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
154 --sharedstatedir=DIR modifiable architecture-independent data in DIR
156 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
157 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
158 --includedir=DIR C header files in DIR [PREFIX/include]
159 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
160 --infodir=DIR info documentation in DIR [PREFIX/info]
161 --mandir=DIR man documentation in DIR [PREFIX/man]
162 --srcdir=DIR find the sources in DIR [configure dir or ..]
163 --program-prefix=PREFIX prepend PREFIX to installed program names
164 --program-suffix=SUFFIX append SUFFIX to installed program names
165 --program-transform-name=PROGRAM
166 run sed PROGRAM on installed program names
170 --build=BUILD configure for building on BUILD [BUILD=HOST]
171 --host=HOST configure for HOST [guessed]
172 --target=TARGET configure for TARGET [TARGET=HOST]
173 Features and packages:
174 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
175 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
176 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
177 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
178 --x-includes=DIR X include files are in DIR
179 --x-libraries=DIR X library files are in DIR
181 if test -n "$ac_help"; then
182 echo "--enable and --with options recognized:$ac_help"
186 -host |
--host |
--hos |
--ho)
188 -host=* |
--host=* |
--hos=* |
--ho=*)
191 -includedir |
--includedir |
--includedi |
--included |
--include \
192 |
--includ |
--inclu |
--incl |
--inc)
193 ac_prev
=includedir
;;
194 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
195 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
196 includedir
="$ac_optarg" ;;
198 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
200 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
201 infodir
="$ac_optarg" ;;
203 -libdir |
--libdir |
--libdi |
--libd)
205 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
206 libdir
="$ac_optarg" ;;
208 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
209 |
--libexe |
--libex |
--libe)
210 ac_prev
=libexecdir
;;
211 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
212 |
--libexe=* |
--libex=* |
--libe=*)
213 libexecdir
="$ac_optarg" ;;
215 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
216 |
--localstate |
--localstat |
--localsta |
--localst \
217 |
--locals |
--local |
--loca |
--loc |
--lo)
218 ac_prev
=localstatedir
;;
219 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
220 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
221 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
222 localstatedir
="$ac_optarg" ;;
224 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
226 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
227 mandir
="$ac_optarg" ;;
230 # Obsolete; use --without-fp.
233 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
237 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
238 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
241 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
242 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
243 |
--oldin |
--oldi |
--old |
--ol |
--o)
244 ac_prev
=oldincludedir
;;
245 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
246 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
247 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
248 oldincludedir
="$ac_optarg" ;;
250 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
252 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
253 prefix
="$ac_optarg" ;;
255 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
256 |
--program-pre |
--program-pr |
--program-p)
257 ac_prev
=program_prefix
;;
258 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
259 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
260 program_prefix
="$ac_optarg" ;;
262 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
263 |
--program-suf |
--program-su |
--program-s)
264 ac_prev
=program_suffix
;;
265 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
266 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
267 program_suffix
="$ac_optarg" ;;
269 -program-transform-name |
--program-transform-name \
270 |
--program-transform-nam |
--program-transform-na \
271 |
--program-transform-n |
--program-transform- \
272 |
--program-transform |
--program-transfor \
273 |
--program-transfo |
--program-transf \
274 |
--program-trans |
--program-tran \
275 |
--progr-tra |
--program-tr |
--program-t)
276 ac_prev
=program_transform_name
;;
277 -program-transform-name=* |
--program-transform-name=* \
278 |
--program-transform-nam=* |
--program-transform-na=* \
279 |
--program-transform-n=* |
--program-transform-=* \
280 |
--program-transform=* |
--program-transfor=* \
281 |
--program-transfo=* |
--program-transf=* \
282 |
--program-trans=* |
--program-tran=* \
283 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
284 program_transform_name
="$ac_optarg" ;;
286 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
287 |
-silent |
--silent |
--silen |
--sile |
--sil)
290 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
292 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
294 sbindir
="$ac_optarg" ;;
296 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
297 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
298 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
300 ac_prev
=sharedstatedir
;;
301 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
302 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
303 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
305 sharedstatedir
="$ac_optarg" ;;
307 -site |
--site |
--sit)
309 -site=* |
--site=* |
--sit=*)
312 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
314 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
315 srcdir
="$ac_optarg" ;;
317 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
318 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
319 ac_prev
=sysconfdir
;;
320 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
321 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
322 sysconfdir
="$ac_optarg" ;;
324 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
326 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
327 target
="$ac_optarg" ;;
329 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
332 -version |
--version |
--versio |
--versi |
--vers)
333 echo "configure generated by autoconf version 2.7"
337 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
338 # Reject names that are not valid shell variable names.
339 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
340 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
342 ac_package
=`echo $ac_package| sed 's/-/_/g'`
347 eval "with_${ac_package}='$ac_optarg'" ;;
349 -without-* |
--without-*)
350 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
351 # Reject names that are not valid shell variable names.
352 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
353 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
355 ac_package
=`echo $ac_package| sed 's/-/_/g'`
356 eval "with_${ac_package}=no" ;;
359 # Obsolete; use --with-x.
362 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
363 |
--x-incl |
--x-inc |
--x-in |
--x-i)
364 ac_prev
=x_includes
;;
365 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
366 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
367 x_includes
="$ac_optarg" ;;
369 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
370 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
371 ac_prev
=x_libraries
;;
372 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
373 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
374 x_libraries
="$ac_optarg" ;;
376 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
380 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
381 echo "configure: warning: $ac_option: invalid host type" 1>&2
383 if test "x$nonopt" != xNONE
; then
384 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
392 if test -n "$ac_prev"; then
393 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
396 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
398 # File descriptor usage:
401 # 2 errors and warnings
402 # 3 some systems may open it to /dev/tty
403 # 4 used on the Kubota Titan
404 # 6 checking for... messages and results
405 # 5 compiler messages saved in config.log
406 if test "$silent" = yes; then
414 This file contains any messages produced by compilers while
415 running configure, to aid debugging if configure makes a mistake.
418 # Strip out --no-create and --no-recursion so they do not pile up.
419 # Also quote any args containing shell metacharacters.
424 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
425 |
--no-cr |
--no-c) ;;
426 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
427 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
428 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
429 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
430 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
435 # Only set LANG and LC_ALL to C if already set.
436 # These must not be set unconditionally because not all systems understand
437 # e.g. LANG=C (notably SCO).
438 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
439 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
441 # confdefs.h avoids OS command line length limits that DEFS can exceed.
442 rm -rf conftest
* confdefs.h
443 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
446 # A filename unique to this package, relative to the directory that
447 # configure is in, which we can look for to find out if srcdir is correct.
448 ac_unique_file
=dist.am
450 # Find the source files, if location was not specified.
451 if test -z "$srcdir"; then
452 ac_srcdir_defaulted
=yes
453 # Try the directory containing this script, then its parent.
455 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
456 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
458 if test ! -r $srcdir/$ac_unique_file; then
462 ac_srcdir_defaulted
=no
464 if test ! -r $srcdir/$ac_unique_file; then
465 if test "$ac_srcdir_defaulted" = yes; then
466 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
468 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
471 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
473 # Prefer explicitly selected file to automatically selected ones.
474 if test -z "$CONFIG_SITE"; then
475 if test "x$prefix" != xNONE
; then
476 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
478 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
481 for ac_site_file
in $CONFIG_SITE; do
482 if test -r "$ac_site_file"; then
483 echo "loading site script $ac_site_file"
488 if test -r "$cache_file"; then
489 echo "loading cache $cache_file"
492 echo "creating cache $cache_file"
497 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
498 ac_cpp
='echo $CPP $CPPFLAGS 1>&5;
500 ac_compile
='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
501 ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
502 ac_link
='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
503 ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
505 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
506 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
507 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
514 ac_n
= ac_c
='\c' ac_t
=
521 cat >> confdefs.h
<<EOF
522 #define PACKAGE "$PACKAGE"
527 cat >> confdefs.h
<<EOF
528 #define VERSION "$VERSION"
533 if test "$program_transform_name" = s
,x
,x
,; then
534 program_transform_name
=
536 # Double any \ or $. echo might interpret backslashes.
537 cat <<\EOF_SED
> conftestsed
538 s
,\\,\\\\,g
; s
,\$
,$$
,g
540 program_transform_name
="`echo $program_transform_name|sed -f conftestsed`"
543 test "$program_prefix" != NONE
&&
544 program_transform_name
="s,^,${program_prefix},; $program_transform_name"
545 # Use a double $ so make ignores it.
546 test "$program_suffix" != NONE
&&
547 program_transform_name
="s,\$\$,${program_suffix},; $program_transform_name"
549 # sed with no file args requires a program.
550 test "$program_transform_name" = "" && program_transform_name
="s,x,x,"
553 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
554 if test -f $ac_dir/install-sh
; then
556 ac_install_sh
="$ac_aux_dir/install-sh -c"
558 elif test -f $ac_dir/install.sh
; then
560 ac_install_sh
="$ac_aux_dir/install.sh -c"
564 if test -z "$ac_aux_dir"; then
565 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
567 ac_config_guess
=$ac_aux_dir/config.guess
568 ac_config_sub
=$ac_aux_dir/config.sub
569 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
571 # Find a good install program. We prefer a C program (faster),
572 # so one script is as good as another. But avoid the broken or
573 # incompatible versions:
574 # SysV /etc/install, /usr/sbin/install
575 # SunOS /usr/etc/install
578 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
579 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
580 # ./install, which can be erroneously created by make from ./install.sh.
581 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
582 if test -z "$INSTALL"; then
583 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
584 echo $ac_n "(cached) $ac_c" 1>&6
586 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
587 for ac_dir
in $PATH; do
588 # Account for people who put trailing slashes in PATH elements.
590 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
592 # OSF1 and SCO ODT 3.0 have their own names for install.
593 for ac_prog
in ginstall installbsd scoinst
install; do
594 if test -f $ac_dir/$ac_prog; then
595 if test $ac_prog = install &&
596 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
597 # AIX install. It has an incompatible calling convention.
598 # OSF/1 installbsd also uses dspmsg, but is usable.
601 ac_cv_path_install
="$ac_dir/$ac_prog -c"
612 if test "${ac_cv_path_install+set}" = set; then
613 INSTALL
="$ac_cv_path_install"
615 # As a last resort, use the slow shell script. We don't cache a
616 # path for INSTALL within a source directory, because that will
617 # break other packages using the cache if that directory is
618 # removed, or if the path is relative.
619 INSTALL
="$ac_install_sh"
622 echo "$ac_t""$INSTALL" 1>&6
624 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
625 # It thinks the first close brace ends the variable substitution.
626 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
628 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL} -m 755'
633 # Extract the first word of "perl", so it can be a program name with args.
634 set dummy perl
; ac_word
=$2
635 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
636 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
637 echo $ac_n "(cached) $ac_c" 1>&6
641 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
644 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
645 for ac_dir
in $PATH; do
646 test -z "$ac_dir" && ac_dir
=.
647 if test -f $ac_dir/$ac_word; then
648 ac_cv_path_PERL
="$ac_dir/$ac_word"
656 PERL
="$ac_cv_path_PERL"
657 if test -n "$PERL"; then
658 echo "$ac_t""$PERL" 1>&6
660 echo "$ac_t""no" 1>&6
663 if test -z "$PERL"; then
664 echo "fatal error: perl not found" 1>&2
673 cat > confcache
<<\EOF
674 # This file is a shell script that caches the results of configure
675 # tests run on this system so they can be shared between configure
676 # scripts and configure runs. It is not useful on other systems.
677 # If it contains results you don't want to keep, you may remove or edit it.
679 # By default, configure uses ./config.cache as the cache file,
680 # creating it if it does not exist already. You can give configure
681 # the --cache-file=FILE option to use a different cache file; that is
682 # what configure does when it calls configure scripts in
683 # subdirectories, so they share the cache.
684 # Giving --cache-file=/dev/null disables caching, for debugging configure.
685 # config.status only pays attention to the cache file if you give it the
686 # --recheck option to rerun configure.
689 # Ultrix sh set writes to stderr and can't be redirected directly,
690 # and sets the high bit in the cache file unless we assign to the vars.
692 sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
694 if cmp -s $cache_file confcache
; then
697 if test -w $cache_file; then
698 echo "updating cache $cache_file"
699 cat confcache
> $cache_file
701 echo "not updating unwritable cache $cache_file"
706 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
708 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
709 # Let make expand exec_prefix.
710 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
712 # Any assignment to VPATH causes Sun make to only execute
713 # the first set of double-colon rules, so remove it if not needed.
714 # If there is a colon in the path, we need to keep it.
715 if test "x$srcdir" = x.
; then
716 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
719 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
721 # Transform confdefs.h into DEFS.
722 # Protect against shell expansion while executing Makefile rules.
723 # Protect against Makefile macro expansion.
724 cat > conftest.defs
<<\EOF
725 s
%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
726 s
%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
731 DEFS=`sed -f conftest.defs confdefs.h |
tr '\012' ' '`
735 # Without the "./", some shells look in PATH for config.status.
736 : ${CONFIG_STATUS=./config.status}
738 echo creating $CONFIG_STATUS
740 cat > $CONFIG_STATUS <<EOF
742 # Generated automatically by configure.
743 # Run this file to recreate the current configuration.
744 # This directory was configured as follows,
745 # on host `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`:
747 # $0 $ac_configure_args
749 # Compiler output produced by configure, useful for debugging
750 # configure, is in ./config.log if it exists.
752 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
755 case "\$ac_option" in
756 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
757 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
758 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
759 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
760 echo "$CONFIG_STATUS generated by autoconf version 2.7"
762 -help | --help | --hel | --he | --h)
763 echo "\$ac_cs_usage"; exit 0 ;;
764 *) echo "\$ac_cs_usage"; exit 1 ;;
768 ac_given_srcdir=$srcdir
769 ac_given_INSTALL="$INSTALL"
771 trap 'rm -fr `echo "Makefile automake" |
sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
773 cat >> $CONFIG_STATUS <<EOF
775 # Protect against being on the right side of a sed subst in config.status.
776 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
777 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
781 s%@CPPFLAGS@%$CPPFLAGS%g
782 s%@CXXFLAGS@%$CXXFLAGS%g
784 s%@LDFLAGS@%$LDFLAGS%g
786 s%@exec_prefix@%$exec_prefix%g
788 s%@program_transform_name@%$program_transform_name%g
790 s%@sbindir@%$sbindir%g
791 s%@libexecdir@%$libexecdir%g
792 s%@datadir@%$datadir%g
793 s%@sysconfdir@%$sysconfdir%g
794 s%@sharedstatedir@%$sharedstatedir%g
795 s%@localstatedir@%$localstatedir%g
797 s%@includedir@%$includedir%g
798 s%@oldincludedir@%$oldincludedir%g
799 s%@infodir@%$infodir%g
801 s%@PACKAGE@%$PACKAGE%g
802 s%@VERSION@%$VERSION%g
803 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
804 s%@INSTALL_DATA@%$INSTALL_DATA%g
805 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
810 cat >> $CONFIG_STATUS <<EOF
812 CONFIG_FILES=\${CONFIG_FILES-"Makefile automake"}
814 cat >> $CONFIG_STATUS <<\EOF
815 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
816 # Support "outfile[:infile]", defaulting infile="outfile.in".
818 *:*) ac_file_in=`echo "$ac_file"|
sed 's%.*:%%'`
819 ac_file=`echo "$ac_file"|
sed 's%:.*%%'` ;;
820 *) ac_file_in="${ac_file}.in" ;;
823 # Adjust relative srcdir, etc. for subdirectories.
825 # Remove last slash and all that follows it. Not all systems have dirname.
826 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
827 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
828 # The file is in a subdirectory.
829 test ! -d "$ac_dir" && mkdir "$ac_dir"
830 ac_dir_suffix="/`echo $ac_dir|
sed 's%^\./%%'`"
831 # A "../" for each directory in $ac_dir_suffix.
832 ac_dots=`echo $ac_dir_suffix|
sed 's%/[^/]*%../%g'`
834 ac_dir_suffix= ac_dots=
837 case "$ac_given_srcdir" in
839 if test -z "$ac_dots"; then top_srcdir=.
840 else top_srcdir=`echo $ac_dots|
sed 's%/$%%'`; fi ;;
841 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
843 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
844 top_srcdir="$ac_dots$ac_given_srcdir" ;;
847 case "$ac_given_INSTALL" in
848 [/$]*) INSTALL="$ac_given_INSTALL" ;;
849 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
851 echo creating "$ac_file"
853 configure_input="Generated automatically from `echo $ac_file_in|
sed 's%.*/%%'` by configure."
855 *Makefile*) ac_comsub="1i\\
856 # $configure_input" ;;
860 s%@configure_input@%$configure_input%g
862 s%@top_srcdir@%$top_srcdir%g
863 s%@INSTALL@%$INSTALL%g
864 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
872 chmod +x $CONFIG_STATUS
873 rm -fr confdefs* $ac_clean_files
874 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1