3 ### WARNING: this file contains embedded tabs. Do not run untabify on this file.
6 # Copyright (C) 1988, 90, 91, 92, 93, 94, 95, 96, 1997
7 # Free Software Foundation, Inc.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2 of the License, or
12 # (at your option) any later version.
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 # This file was originally written by K. Richard Pixley.
26 # Shell script to create proper links to machine-dependent files in
27 # preparation for compilation.
29 # If configure succeeds, it leaves its status in config.status.
30 # If configure fails after disturbing the status quo,
31 # config.status is removed.
34 export PATH ||
(echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh
$0 $argv; kill $$
)
43 #symbolic_link="echo ln -s"
45 # clear some things potentially inherited from environment.
48 Makefile_in
=Makefile.
in
51 cache_file
=config.cache
59 floating_point
=default
68 package_makefile_frag
=
69 package_makefile_rules_frag
=
76 program_transform_name
=
77 program_transform_nameoption
=
89 version
="$Revision: 1.22 $"
91 bindir
='${exec_prefix}/bin'
92 sbindir
='${exec_prefix}/sbin'
93 libexecdir
='${exec_prefix}/libexec'
94 datadir
='${prefix}/share'
95 sysconfdir
='${prefix}/etc'
96 sharedstatedir
='${prefix}/com'
97 localstatedir
='${prefix}/var'
98 libdir
='${exec_prefix}/lib'
99 includedir
='${prefix}/include'
100 oldincludedir
='/usr/include'
101 infodir
='${prefix}/info'
102 mandir
='${prefix}/man'
104 ### we might need to use some other shell than /bin/sh for running subshells
106 ### If we are on Windows, search for the shell. This will permit people
107 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
108 ### without also having to set CONFIG_SHELL. This code will work when
109 ### using bash, which sets OSTYPE.
112 if [ x
${CONFIG_SHELL} = x
]; then
113 if [ ! -f /bin
/sh
]; then
114 if [ x
${SHELL} != x
] && [ -f ${SHELL} ]; then
115 CONFIG_SHELL
=${SHELL}
118 for prog
in sh sh.exe bash bash.exe
; do
119 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
121 test -z "$dir" && dir
=.
122 if test -f $dir/$prog; then
123 CONFIG_SHELL
=$dir/$prog
129 test -n "${CONFIG_SHELL}" && break
137 config_shell
=${CONFIG_SHELL-/bin/sh}
139 NO_EDIT
="This file was generated automatically by configure. Do not edit."
141 ## this is a little touchy and won't always work, but...
143 ## if the argv[0] starts with a slash then it is an absolute name that can (and
144 ## must) be used as is.
146 ## otherwise, if argv[0] has no slash in it, we can assume that it is on the
147 ## path. Since PATH might include "." we also add `pwd` to the end of PATH.
151 # if PWD already has a value, it is probably wrong.
152 if [ -n "$PWD" ]; then PWD
=`pwd`; fi
154 case "${progname}" in
158 PATH
=$PATH:${PWD=`pwd`} ; export PATH
167 # Break out if there are no more args
174 # Get the first arg, and shuffle
178 # Make all options have two hyphens
179 orig_option
=$option # Save original for error messages
182 -*) option
=-$option ;;
185 # Split out the argument for options that take them
188 optarg
=`echo $option | sed -e 's/^[^=]*=//'`
189 arguments
="$arguments $option"
191 # These options have mandatory values. Since we didn't find an = sign,
192 # the value must be in the next argument
193 --bu* |
--cache* |
--ex* |
--ho* |
--pre* |
--program-p* |
--program-s* |
--program-t* |
--si* |
--sr* |
--ta* |
--tm* |
--x-* |
--bi* |
--sb* |
--li* |
--da* |
--sy* |
--sh* |
--lo* |
--in* |
--ol* |
--ma*)
196 arguments
="$arguments $option=$optarg"
199 arguments
="$arguments -v"
202 arguments
="$arguments $option"
206 # Now, process the options
211 diroptions
="$diroptions --bindir=$optarg"
214 case "$build_alias" in
215 "") build_alias
=$optarg ;;
216 *) echo '***' Can only configure
for one build machine
at a
time.
1>&2
226 diroptions
="$diroptions --datadir=$optarg"
229 enableopt
=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
231 disableoptions
="$disableoptions $option"
239 enableopt
=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
240 eval "$enableopt='$optarg'"
241 enableoptions
="$enableoptions '$option'"
243 --exec-prefix* |
--ex*)
245 exec_prefixoption
="--exec-prefix=$optarg"
255 NOHOST
) host_alias
=$optarg ;;
256 *) echo '***' Can only configure
for one
host at a
time.
1>&2
263 diroptions
="$diroptions --includedir=$optarg"
267 diroptions
="$diroptions --infodir=$optarg"
271 diroptions
="$diroptions --libdir=$optarg"
275 diroptions
="$diroptions --libexecdir=$optarg"
278 localstatedir
=$optarg
279 diroptions
="$diroptions --localstatedir=$optarg"
283 diroptions
="$diroptions --mandir=$optarg"
287 floating_pointoption
="--nfp"
289 --norecursion |
--no*)
293 oldincludedir
=$optarg
294 diroptions
="$diroptions --oldincludedir=$optarg"
298 prefixoption
="--prefix=$optarg"
300 --program-prefix* |
--program-p*)
301 program_prefix
=$optarg
302 program_prefixoption
="--program-prefix=$optarg"
304 --program-suffix* |
--program-s*)
305 program_suffix
=$optarg
306 program_suffixoption
="--program-suffix=$optarg"
308 --program-transform-name* |
--program-t*)
309 # Double any backslashes or dollar signs in the argument
310 program_transform_name
="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
311 program_transform_nameoption
="${program_transform_nameoption} --program-transform-name='$optarg'"
318 diroptions
="$diroptions --sbindir=$optarg"
321 sharedstatedir
=$optarg
322 diroptions
="$diroptions --sharedstatedir=$optarg"
324 --silent |
--sil* |
--quiet |
--q*)
325 redirect
=">/dev/null"
330 site_option
="--site=$optarg"
333 # Remove trailing slashes. Otherwise, when the file name gets
334 # bolted into an object file as debug info, it has two slashes
335 # in it. Ordinarily this is ok, but emacs takes double slash
336 # to mean "forget the first part".
337 srcdir
=`echo $optarg | sed -e 's:/$::'`
344 diroptions
="$diroptions --sysconfdir=$optarg"
347 case $target_alias in
348 NOTARGET
) target_alias
=$optarg ;;
349 *) echo '***' Can only configure
for one target
at a
time.
1>&2
356 tmpdiroption
="--tmpdir=$optarg"
358 --verbose |
--v |
--verb*)
362 --version |
--V |
--vers*)
363 echo "This is Cygnus Configure version" `echo ${version} | sed 's/[ $:]//g'`
372 withopt
=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
373 eval $withopt="$optarg"
374 withoptions
="$withoptions $option"
377 withopt
=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
379 withoutoptions
="$withoutoptions $option"
382 withoptions
="$withoptions --with-x"
384 --x-i* |
--x-l*) other_options
="$other_options $orig_option"
387 echo "configure: Unrecognized option: \"$orig_option\"; use --help for usage." >&2
392 NOUNDEFS
) undefs
=$option ;;
393 *) echo '***' Can only configure
for one
host and one target
at a
time.
1>&2
401 # process host and target
403 # Do some error checking and defaulting for the host and target type.
405 # configure --host=HOST --target=TARGET UNDEFS
408 # 1. You aren't allowed to specify --host, --target, and undefs at the
410 # 2. Host defaults to undefs.
411 # 3. If undefs is not specified, then host defaults to the current host,
412 # as determined by config.guess.
413 # 4. Target defaults to undefs.
414 # 5. If undefs is not specified, then target defaults to host.
418 # Make sure that host, target & undefs aren't all specified at the
420 case $host_alias---$target_alias---$undefs in
421 NOHOST---
*---* |
*---NOTARGET---* |
*---*---NOUNDEFS)
423 *) echo '***' Can only configure
for one
host and one target
at a
time.
1>&2
429 # Now, do defaulting for host.
434 # Neither --host option nor undefs were present.
436 guesssys
=`echo ${progname} | sed 's/configure$/config.guess/'`
437 if host_alias
=`${config_shell} ${guesssys}`
439 # If the string we are going to use for
440 # the target is a prefix of the string
441 # we just guessed for the host, then
442 # assume we are running native, and force
443 # the same string for both target and host.
444 case $target_alias in
447 if expr $host_alias : $target_alias >/dev
/null
449 host_alias
=$target_alias
453 echo "Configuring for a ${host_alias} host." 1>&2
454 arguments
="--host=$host_alias $arguments"
456 echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2
462 arguments
="--host=$host_alias $arguments"
468 # Do defaulting for target. If --target option isn't present, default
469 # to undefs. If undefs isn't present, default to host.
470 case $target_alias in
474 target_alias
=$host_alias
478 arguments
="--target=$target_alias $arguments"
486 if [ -n "${fatal}" -o "${host_alias}" = "help" ] ; then
488 echo Usage
: configure
[OPTIONS
] [HOST
]
490 echo Options
: [defaults
in brackets
]
491 echo ' --prefix=MYDIR install into MYDIR [/usr/local]'
492 echo ' --exec-prefix=MYDIR install host-dependent files into MYDIR [/usr/local]'
493 echo ' --help print this message [normal config]'
494 echo ' --build=BUILD configure for building on BUILD [BUILD=HOST]'
495 echo ' --host=HOST configure for HOST [determined via config.guess]'
496 echo ' --norecursion configure this directory only [recurse]'
497 echo ' --program-prefix=FOO prepend FOO to installed program names [""]'
498 echo ' --program-suffix=FOO append FOO to installed program names [""]'
499 echo ' --program-transform-name=P transform installed names by sed pattern P [""]'
500 echo ' --site=SITE configure with site-specific makefile for SITE'
501 echo ' --srcdir=DIR find the sources in DIR [. or ..]'
502 echo ' --target=TARGET configure for TARGET [TARGET=HOST]'
503 echo ' --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp]'
504 echo ' --nfp configure for software floating point [hard float]'
505 echo ' --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)'
506 echo ' --without-FOO package FOO is NOT available'
507 echo ' --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)'
508 echo ' --disable-FOO do not include feature FOO'
510 echo 'Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.'
512 if [ -r config.status
] ; then
519 configsub
=`echo ${progname} | sed 's/configure$/config.sub/'`
520 moveifchange
=`echo ${progname} | sed 's/configure$/move-if-change/'`
521 topsrcdir
=`cd \`dirname ${progname}\
`; pwd`
524 # this is a hack. sun4 must always be a valid host alias or this will fail.
525 if ${config_shell} ${configsub} sun4
>/dev
/null
2>&1 ; then
528 echo '***' cannot
find config.sub.
1>&2
533 if ${config_shell} ${moveifchange} config.junk config.trash
; then
536 echo '***' cannot
find move-if-change.
1>&2
539 rm -f config.junk config.trash
543 if [ -r configure.
in ] ; then
546 if [ -r ${progname}.
in ] ; then
547 srcdir
=`echo ${progname} | sed 's:/configure$::'`
549 echo '***' "Can't find configure.in. Try using --srcdir=some_dir" 1>&2
555 # Set srcdir to "." if that's what it is.
556 # This is important for multilib support.
557 if [ ! -d ${srcdir} ] ; then
558 echo "Invalid source directory ${srcdir}" >&2
562 srcpwd
=`cd ${srcdir} ; pwd`
563 if [ "${pwd}" = "${srcpwd}" ] ; then
568 ### warn about some conflicting configurations.
573 if [ -f ${srcdir}/config.status
] ; then
574 echo '***' Cannot configure here
in \"${PWD=`pwd`}\" when
\"${srcdir}\" is currently configured.
1>&2
579 # default exec_prefix
580 case "${exec_prefixoption}" in
581 "") exec_prefix
="\$(prefix)" ;;
585 # Define the trigger file to make sure configure will re-run whenever
586 # the gcc version number changes.
587 if [ "${with_gcc_version_trigger+set}" = set ]; then
588 gcc_version_trigger
="$with_gcc_version_trigger"
589 gcc_version
=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${with_gcc_version_trigger}`
591 # If gcc's sources are available, define the trigger file.
592 if [ -f ${topsrcdir}/gcc
/version.c
] ; then
593 gcc_version_trigger
=${topsrcdir}/gcc
/version.c
594 gcc_version
=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${gcc_version_trigger}`
596 *--with-gcc-version-trigger=$gcc_version_trigger* )
599 # Make sure configure.in knows about this.
600 arguments
="--with-gcc-version-trigger=$gcc_version_trigger $arguments"
603 withoptions
="--with-gcc-version-trigger=$gcc_version_trigger $withoptions"
607 ### break up ${srcdir}/configure.in.
608 case "`grep '^# per\-host:' ${srcdir}/configure.in`" in
610 echo '***' ${srcdir}/configure.
in has no
\"per-host
:\" line.
1>&2
611 # Check for a directory that's been converted to use autoconf since
612 # it was last configured.
613 if grep AC_OUTPUT
${srcdir}/configure.
in >/dev
/null
; then
614 echo '***' Hmm
, looks like this directory has been autoconfiscated.
1>&2
615 if [ -r ${srcdir}/configure
] ; then
616 echo '***' Running the
local configure
script.
1>&2
617 case "${cache_file}" in
618 "") cache_file_option
= ;;
619 *) cache_file_option
="--cache-file=${cache_file}" ;;
621 srcdiroption
="--srcdir=${srcdir}"
622 case "${build_alias}" in
624 *) buildopt
="--build=${build_alias}" ;;
626 eval exec ${config_shell} ${srcdir}/configure ${verbose} \
627 ${buildopt} --host=${host_alias} --target=${target_alias} \
628 ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
629 ${srcdiroption} ${diroptions} \
630 ${program_prefixoption} ${program_suffixoption} \
631 ${program_transform_nameoption} ${site_option} \
632 ${withoptions} ${withoutoptions} \
633 ${enableoptions} ${disableoptions} ${floating_pointoption} \
634 ${cache_file_option} ${removing} ${other_options} ${redirect}
636 echo '***' There is no configure
script present though.
1>&2
644 case "`grep '^# per\-target:' ${srcdir}/configure.in`" in
646 echo '***' ${srcdir}/configure.
in has no
\"per-target
:\" line.
1>&2
653 "") TMPDIR
=/tmp
; export TMPDIR
;;
657 # keep this filename short for &%*%$*# 14 char file names
658 tmpfile
=${TMPDIR}/cONf$$
659 # Note that under many versions of sh a trap handler for 0 will *override* any
660 # exit status you explicitly specify! At this point, the only non-error exit
661 # is at the end of the script; these actions are duplicated there, minus
662 # the "exit 1". Don't use "exit 0" anywhere after this without resetting the
663 # trap handler, or you'll lose.
664 trap "rm -f Makefile.tem ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos; exit 1" 0 1 2 15
666 # split ${srcdir}/configure.in into common, per-host, per-target,
667 # and post-target parts. Post-target is optional.
668 sed -e '/^# per\-host:/,$d' ${srcdir}/configure.
in > ${tmpfile}.com
669 sed -e '1,/^# per\-host:/d' -e '/^# per\-target:/,$d' ${srcdir}/configure.
in > ${tmpfile}.hst
670 if grep '^# post-target:' ${srcdir}/configure.
in >/dev
/null
; then
671 sed -e '1,/^# per\-target:/d' -e '/^# post\-target:/,$d' ${srcdir}/configure.
in > ${tmpfile}.tgt
672 sed -e '1,/^# post\-target:/d' ${srcdir}/configure.
in > ${tmpfile}.pos
674 sed -e '1,/^# per\-target:/d' ${srcdir}/configure.
in > ${tmpfile}.tgt
678 ### do common part of configure.in
682 # some sanity checks on configure.in
683 case "${srctrigger}" in
685 echo '***' srctrigger not
set in ${PWD=`pwd`}/configure.
in.
1>&2
691 case "${build_alias}" in
693 if result
=`${config_shell} ${configsub} ${host_alias}` ; then
694 build_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
695 build_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
696 build_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
697 build
=${build_cpu}-${build_vendor}-${build_os}
698 build_alias
=${host_alias}
702 if result
=`${config_shell} ${configsub} ${build_alias}` ; then
703 buildopt
="--build=${build_alias}"
704 build_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
705 build_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
706 build_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
707 build
=${build_cpu}-${build_vendor}-${build_os}
709 echo "Unrecognized build system name ${build_alias}." 1>&2
715 if result
=`${config_shell} ${configsub} ${host_alias}` ; then
718 echo "Unrecognized host system name ${host_alias}." 1>&2
721 host_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
722 host_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
723 host_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
724 host=${host_cpu}-${host_vendor}-${host_os}
728 if result
=`${config_shell} ${configsub} ${target_alias}` ; then
731 echo "Unrecognized target system name ${target_alias}." 1>&2
734 target_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
735 target_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
736 target_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
737 target
=${target_cpu}-${target_vendor}-${target_os}
741 # Find the source files, if location was not specified.
746 if [ ! -r ${srctrigger} ] ; then
753 if [ ! -r ${srcdir}/${srctrigger} ] ; then
754 case "${srcdirdefaulted}" in
755 "") echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/${srcdir}" 1>&2 ;;
756 *) echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/. or ${PWD=`pwd`}/.." 1>&2 ;;
759 echo '***' \
(At least
${srctrigger} is missing.\
) 1>&2
763 # Some systems (e.g., one of the i386-aix systems the gas testers are
764 # using) don't handle "\$" correctly, so don't use it here.
765 tooldir
='$(exec_prefix)'/${target_alias}
767 if [ "${host_alias}" != "${target_alias}" ] ; then
768 if [ "${program_prefixoption}" = "" ] ; then
769 if [ "${program_suffixoption}" = "" ] ; then
770 if [ "${program_transform_nameoption}" = "" ] ; then
771 program_prefix
=${target_alias}- ;
777 # Merge program_prefix and program_suffix onto program_transform_name.
778 # (program_suffix used to use $, but it's hard to preserve $ through both
780 if [ "${program_suffix}" != "" ] ; then
781 program_transform_name
="-e s,\\\\(.*\\\\),\\\\1${program_suffix}, ${program_transform_name}"
784 if [ "${program_prefix}" != "" ] ; then
785 program_transform_name
="-e s,^,${program_prefix}, ${program_transform_name}"
788 # If CC and CXX are not set in the environment, and the Makefile
789 # exists, try to extract them from it. This is to handle running
790 # ./config.status by hand.
791 if [ -z "${CC}" ] && [ -r Makefile
]; then
796 /^CC[ ]*=/ s/CC[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
797 CC
=`tail -1 Makefile.cc`
801 if [ -z "${CFLAGS}" ] && [ -r Makefile
]; then
806 /^CFLAGS[ ]*=/ s/CFLAGS[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
807 CFLAGS
=`tail -1 Makefile.cc`
811 if [ -z "${CXX}" ] && [ -r Makefile
]; then
816 /^CXX[ ]*=/ s/CXX[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
817 CXX
=`tail -1 Makefile.cc`
821 if [ -z "${CXXFLAGS}" ] && [ -r Makefile
]; then
826 /^CXXFLAGS[ ]*=/ s/CXXFLAGS[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
827 CXXFLAGS
=`tail -1 Makefile.cc`
831 # Generate a default definition for YACC. This is used if the makefile can't
832 # locate bison or byacc in objdir.
834 for prog
in 'bison -y' byacc
yacc
836 set dummy
$prog; tmp
=$2
837 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
839 test -z "$dir" && dir
=.
840 if test -f $dir/$tmp; then
847 test -n "$DEFAULT_YACC" && break
850 # Generate a default definition for M4. This is used if the makefile can't
851 # locate m4 in objdir.
853 for prog
in gm4 gnum4
m4
855 set dummy
$prog; tmp
=$2
856 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
858 test -z "$dir" && dir
=.
859 if test -f $dir/$tmp; then
866 test -n "$DEFAULT_M4" && break
869 # Generate a default definition for LEX. This is used if the makefile can't
870 # locate flex in objdir.
874 set dummy
$prog; tmp
=$2
875 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
877 test -z "$dir" && dir
=.
878 if test -f $dir/$tmp; then
885 test -n "$DEFAULT_LEX" && break
888 if [ "${build}" != "${host}" ]; then
889 # If we are doing a Canadian Cross, in which the host and build systems
890 # are not the same, we set reasonable default values for the tools.
892 tools
="AR AR_FOR_TARGET AS AS_FOR_TARGET BISON CC_FOR_BUILD"
893 tools
="${tools} CC_FOR_TARGET CXX_FOR_TARGET"
894 tools
="${tools} DLLTOOL DLLTOOL_FOR_TARGET GCC_FOR_TARGET HOST_PREFIX"
895 tools
="${tools} HOST_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
896 tools
="${tools} NM_FOR_TARGET RANLIB RANLIB_FOR_TARGET"
897 tools
="${tools} WINDRES WINDRES_FOR_TARGET YACC"
899 for var
in ${tools}; do
900 if [ -z "`eval 'echo $'"${var}"`" ] && [ -r Makefile
]; then
905 /^'"${var}"'[ ]*=/ s/'"${var}"'[ ]*=[ ]*\(.*\)/\1/p' \
906 < Makefile
> Makefile.v
907 t
=`tail -1 Makefile.v`
908 if [ -n "${t}" ]; then
915 AR
=${AR-${host_alias}-ar}
916 AR_FOR_TARGET
=${AR_FOR_TARGET-${target_alias}-ar}
917 AS
=${AS-${host_alias}-as}
918 AS_FOR_TARGET
=${AS_FOR_TARGET-${target_alias}-as}
920 CC
=${CC-${host_alias}-gcc}
921 CFLAGS
=${CFLAGS-"-g -O2"}
922 CXX
=${CXX-${host_alias}-c++}
923 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
924 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
925 CC_FOR_TARGET
=${CC_FOR_TARGET-${target_alias}-gcc}
926 CXX_FOR_TARGET
=${CXX_FOR_TARGET-${target_alias}-c++}
927 DLLTOOL
=${DLLTOOL-${host_alias}-dlltool}
928 DLLTOOL_FOR_TARGET
=${DLLTOOL_FOR_TARGET-${target_alias}-dlltool}
929 GCC_FOR_TARGET
=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
930 HOST_PREFIX
=${build_alias}-
931 HOST_PREFIX_1
=${build_alias}-
932 LD
=${LD-${host_alias}-ld}
933 LD_FOR_TARGET
=${LD_FOR_TARGET-${target_alias}-ld}
934 MAKEINFO
=${MAKEINFO-makeinfo}
935 NM
=${NM-${host_alias}-nm}
936 NM_FOR_TARGET
=${NM_FOR_TARGET-${target_alias}-nm}
937 RANLIB
=${RANLIB-${host_alias}-ranlib}
938 RANLIB_FOR_TARGET
=${RANLIB_FOR_TARGET-${target_alias}-ranlib}
939 WINDRES
=${WINDRES-${host_alias}-windres}
940 WINDRES_FOR_TARGET
=${WINDRES_FOR_TARGET-${target_alias}-windres}
942 if [ -z "${YACC}" ]; then
943 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
945 test -z "$dir" && dir
=.
946 if test -f $dir/bison
; then
950 if test -f $dir/byacc
; then
954 if test -f $dir/yacc; then
960 if [ -z "${YACC}" ]; then
965 if [ -z "${LEX}" ]; then
966 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
968 test -z "$dir" && dir
=.
969 if test -f $dir/flex
; then
973 if test -f $dir/lex; then
982 # Export variables which autoconf might try to set.
992 # If CC is still not set, try to get gcc.
993 if [ -z "${CC}" ]; then
994 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
996 test -z "$dir" && dir
=.
997 if test -f $dir/gcc
; then
999 echo 'void f(){}' > conftest.c
1000 if test -z "`${CC} -g -c conftest.c 2>&1`"; then
1001 CFLAGS
=${CFLAGS-"-g -O2"}
1002 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
1004 CFLAGS
=${CFLAGS-"-O2"}
1005 CXXFLAGS
=${CXXFLAGS-"-O2"}
1014 if test -z "${CFLAGS}"; then
1015 # Here CC is set but CFLAGS is not. Use a quick hack to use -O2 if CC
1016 # is set to a version of gcc.
1019 echo 'void f(){}' > conftest.c
1020 if test -z "`${CC} -g -c conftest.c 2>&1`"; then
1021 CFLAGS
=${CFLAGS-"-g -O2"}
1022 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
1024 CFLAGS
=${CFLAGS-"-O2"}
1025 CXXFLAGS
=${CXXFLAGS-"-O2"}
1034 CFLAGS
=${CFLAGS-"-g"}
1035 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
1043 # FIXME: This should be in configure.in, not configure
1053 # FIXME: This should be in configure.in, not configure
1054 # Determine whether gdb needs tk/tcl or not.
1055 if [ "$enable_gdbtk" != "no" ]; then
1056 GDB_TK
="all-tcl all-tk all-itcl all-tix"
1061 for subdir
in .
${subdirs} ; do
1063 # ${subdir} is relative path from . to the directory we're currently
1065 # ${invsubdir} is inverse of ${subdir), *with* trailing /, if needed.
1066 invsubdir
=`echo ${subdir}/ | sed -e 's|\./||g' -e 's|[^/]*/|../|g'`
1068 ### figure out what to do with srcdir
1070 ".") # no -srcdir option. We're building in place.
1073 makesrcdir
=`echo ${srcdir}/${subdir} | sed -e 's|/\.$||'`
1075 *) # otherwise relative
1077 .
) makesrcdir
=${srcdir} ;;
1078 *) makesrcdir
=${invsubdir}${srcdir}/${subdir} ;;
1083 if [ "${subdir}/" != "./" ] ; then
1084 Makefile
=${subdir}/Makefile
1087 if [ ! -d ${subdir} ] ; then
1088 if mkdir
${subdir} ; then
1091 echo '***' "${progname}: could not make ${PWD=`pwd`}/${subdir}" 1>&2
1096 case "${removing}" in
1100 *) eval echo Building
in ${subdir} ${redirect} ;;
1103 # FIXME Should this be done recursively ??? (Useful for e.g. gdbtest)
1104 # Set up the list of links to be made.
1105 # ${links} is the list of link names, and ${files} is the list of names to link to.
1108 configlinks
="${links}"
1109 if [ -r ${subdir}/config.status
] ; then
1110 mv -f ${subdir}/config.status
${subdir}/config.back
1112 while [ -n "${files}" ] ; do
1113 # set file to car of files, files to cdr of files
1114 set ${files}; file=$1; shift; files
=$
*
1115 set ${links}; link
=$1; shift; links
=$
*
1117 if [ ! -r ${srcdir}/${file} ] ; then
1118 if [ ! -r ${file} ] ; then
1120 echo '***' "${progname}: cannot create a link \"${link}\"," 1>&2
1121 echo '***' "since the file \"${srcdir}/${file}\" does not exist." 1>&2
1127 srcfile
=${srcdir}/${file}
1130 ${remove} -f ${link}
1131 # Make a symlink if possible, otherwise try a hard link
1132 if ${symbolic_link} ${srcfile} ${link} >/dev
/null
2>&1 ; then
1135 # We need to re-remove the file because Lynx leaves a
1136 # very strange directory there when it fails an NFS symlink.
1137 ${remove} -r -f ${link}
1138 ${hard_link} ${srcfile} ${link}
1140 if [ ! -r ${link} ] ; then
1141 echo '***' "${progname}: unable to link \"${link}\" to \"${srcfile}\"." 1>&2
1145 echo "Linked \"${link}\" to \"${srcfile}\"."
1148 # Create a .gdbinit file which runs the one in srcdir
1149 # and tells GDB to look there for source files.
1151 if [ -r ${srcdir}/${subdir}/.gdbinit
] ; then
1154 *) cat > ${subdir}/.gdbinit
<<EOF
1158 source ${makesrcdir}/.gdbinit
1164 # Install a makefile, and make it set VPATH
1165 # if necessary so that the sources are found.
1166 # Also change its value of srcdir.
1167 # NOTE: Makefile generation constitutes the majority of the time in configure. Hence, this section has
1168 # been somewhat optimized and is perhaps a bit twisty.
1170 # code is order so as to try to sed the smallest input files we know.
1171 # so do these separately because I don't trust the order of sed -e expressions.
1173 # the five makefile fragments MUST end up in the resulting Makefile in this order:
1174 # package macros, target, host, site, and package rules.
1176 if [ -f ${srcdir}/${subdir}/${Makefile_in} ] ; then
1178 # Conditionalize the makefile for this package from "Makefile.in" (or whatever it's called) into Makefile.tem.
1179 rm -f ${subdir}/${Makefile}.tem
1180 case "${package_makefile_rules_frag}" in
1181 "") cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem
;;
1183 if [ ! -f ${package_makefile_rules_frag} ] ; then
1184 package_makefile_rules_frag
=${srcdir}/${package_makefile_rules_frag}
1186 if [ -f ${package_makefile_rules_frag} ] ; then
1187 sed -e "/^####/ r ${package_makefile_rules_frag}" ${srcdir}/${subdir}/${Makefile_in} > ${Makefile}.tem
1189 echo '***' Expected package makefile rules fragment \"${package_makefile_rules_frag}\" 1>&2
1190 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1191 cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem
1194 # working copy now in ${Makefile}.tem
1196 # Conditionalize for this site.
1199 "") mv ${subdir}/Makefile.tem ${Makefile} ;;
1201 site_makefile_frag=${srcdir}/config/ms-${site}
1203 if [ -f ${site_makefile_frag} ] ; then
1204 sed -e "/^
####/ r ${site_makefile_frag}" ${subdir}/Makefile.tem \
1207 mv ${subdir}/Makefile.tem
${Makefile}
1212 # working copy now in ${Makefile}
1214 # Conditionalize the makefile for this host.
1215 rm -f ${subdir}/Makefile.tem
1216 case "${host_makefile_frag}" in
1217 "") mv ${Makefile} ${subdir}/Makefile.tem
;;
1219 if [ ! -f ${host_makefile_frag} ] ; then
1220 host_makefile_frag
=${srcdir}/${host_makefile_frag}
1222 if [ -f ${host_makefile_frag} ] ; then
1223 sed -e "/^####/ r ${host_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
1225 echo '***' Expected host makefile fragment \"${host_makefile_frag}\" 1>&2
1226 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1227 mv ${Makefile} ${subdir}/Makefile.tem
1230 # working copy now in ${subdir)/Makefile.tem
1232 # Conditionalize the makefile for this target.
1234 case "${target_makefile_frag}" in
1235 "") mv ${subdir}/Makefile.tem ${Makefile} ;;
1237 if [ ! -f ${target_makefile_frag} ] ; then
1238 target_makefile_frag=${srcdir}/${target_makefile_frag}
1240 if [ -f ${target_makefile_frag} ] ; then
1241 sed -e "/^
####/ r ${target_makefile_frag}" ${subdir}/Makefile.tem > ${Makefile}
1243 mv ${subdir}/Makefile.tem
${Makefile}
1244 target_makefile_frag
=
1248 # working copy now in ${Makefile}
1250 # Emit the default values of this package's macros.
1251 rm -f ${subdir}/Makefile.tem
1252 case "${package_makefile_frag}" in
1253 "") mv ${Makefile} ${subdir}/Makefile.tem
;;
1255 if [ ! -f ${package_makefile_frag} ] ; then
1256 package_makefile_frag
=${srcdir}/${package_makefile_frag}
1258 if [ -f ${package_makefile_frag} ] ; then
1259 sed -e "/^####/ r ${package_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
1261 echo '***' Expected package makefile fragment \"${package_makefile_rules_frag}\" 1>&2
1262 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1263 mv ${Makefile} ${subdir}/Makefile.tem
1266 # real copy now in ${subdir}/Makefile.tem
1268 # prepend warning about editting, and a bunch of variables.
1270 cat > ${Makefile} <<EOF
1272 VPATH = ${makesrcdir}
1273 links = ${configlinks}
1274 host_alias = ${host_alias}
1275 host_cpu = ${host_cpu}
1276 host_vendor = ${host_vendor}
1277 host_os = ${host_os}
1278 host_canonical = ${host_cpu}-${host_vendor}-${host_os}
1279 target_alias = ${target_alias}
1280 target_cpu = ${target_cpu}
1281 target_vendor = ${target_vendor}
1282 target_os = ${target_os}
1283 target_canonical = ${target_cpu}-${target_vendor}-${target_os}
1287 *) cat >> ${Makefile} << EOF
1288 build_alias = ${build_alias}
1289 build_cpu = ${build_cpu}
1290 build_vendor = ${build_vendor}
1291 build_os = ${build_os}
1292 build_canonical = ${build_cpu}-${build_vendor}-${build_os}
1296 case "${package_makefile_frag}" in
1298 /*) echo package_makefile_frag = ${package_makefile_frag} >>${Makefile} ;;
1299 *) echo package_makefile_frag = ${invsubdir}${package_makefile_frag} >>${Makefile} ;;
1302 case "${target_makefile_frag}" in
1304 /*) echo target_makefile_frag = ${target_makefile_frag} >>${Makefile} ;;
1305 *) echo target_makefile_frag = ${invsubdir}${target_makefile_frag} >>${Makefile} ;;
1308 case "${host_makefile_frag}" in
1310 /*) echo host_makefile_frag = ${host_makefile_frag} >>${Makefile} ;;
1311 *) echo host_makefile_frag = ${invsubdir}${host_makefile_frag} >>${Makefile} ;;
1314 if [ "${site_makefile_frag}" != "" ] ; then
1315 echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
1318 # provide a proper gxx_include_dir to all subdirs.
1319 # Note, if you change the default, make sure to fix both here
1320 # and in the gcc subdirectory.
1321 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1323 if test -n "${with_gxx_include_dir}"; then
1324 case "${with_gxx_include_dir}" in
1326 echo "configure
: error
: bad value
${withval} given
for g
++ include directory
" 1>&2
1332 gxx_include_dir=${with_gxx_include_dir}
1336 if test x${gxx_include_dir} = x; then
1337 if test x${enable_version_specific_runtime_libs} = xyes; then
1338 echo gxx_include_dir = '${libsubdir}/include/g++' >> ${Makefile}
1340 . ${topsrcdir}/config.if
1341 echo gxx_include_dir = '${prefix}/include/g++'-${libstdcxx_interface} >> ${Makefile}
1344 echo gxx_include_dir = ${gxx_include_dir} >> ${Makefile}
1347 # record if we want to build shared libs.
1348 if test -z "${enable_shared}"; then
1349 echo enable_shared = no >> ${Makefile}
1351 echo enable_shared = ${enable_shared} >> ${Makefile}
1353 # record if we want to rumtime library stuff installed in libsubdir.
1354 if test -z "${enable_version_specific_runtime_libs}"; then
1355 echo enable_version_specific_runtime_libs = no >> ${Makefile}
1357 echo enable_version_specific_runtime_libs = ${enable_version_specific_runtime_libs} >> ${Makefile}
1360 # Emit a macro which describes the file containing gcc's
1362 echo gcc_version_trigger = ${gcc_version_trigger} >> ${Makefile}
1363 # And emit a macro defining gcc's version number.
1364 echo gcc_version = ${gcc_version} >> ${Makefile}
1366 # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
1367 # remove any form feeds.
1368 if [ -z "${subdirs}" ]; then
1369 rm -f ${subdir}/Makefile.tm2
1370 sed -e "s
:^SUBDIRS
[ ]*=.
*$
:SUBDIRS
= ${configdirs}:" \
1371 -e "s
:^NONSUBDIRS
[ ]*=.
*$
:NONSUBDIRS
= ${noconfigdirs}:" \
1372 ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
1373 rm -f ${subdir}/Makefile.tem
1374 mv ${subdir}/Makefile.tm2 ${subdir}/Makefile.tem
1376 sed -e "s|^prefix
[ ]*=.
*$|prefix
= ${prefix}|
" \
1377 -e "s|^exec_prefix
[ ]*=.
*$|exec_prefix
= ${exec_prefix}|
" \
1378 -e "s|^bindir
[ ]*=.
*$|bindir
= ${bindir}|
" \
1379 -e "s|^sbindir
[ ]*=.
*$|sbindir
= ${sbindir}|
" \
1380 -e "s|^libexecdir
[ ]*=.
*$|libexecdir
= ${libexecdir}|
" \
1381 -e "s|^datadir
[ ]*=.
*$|datadir
= ${datadir}|
" \
1382 -e "s|^sysconfdir
[ ]*=.
*$|sysconfdir
= ${sysconfdir}|
" \
1383 -e "s|^sharedstatedir
[ ]*=.
*$|sharedstatedir
= ${sharedstatedir}|
" \
1384 -e "s|^localstatedir
[ ]*=.
*$|localstatedir
= ${localstatedir}|
" \
1385 -e "s|^libdir
[ ]*=.
*$|libdir
= ${libdir}|
" \
1386 -e "s|^includedir
[ ]*=.
*$|includedir
= ${includedir}|
" \
1387 -e "s|^oldincludedir
[ ]*=.
*$|oldincludedir
= ${oldincludedir}|
" \
1388 -e "s|^infodir
[ ]*=.
*$|infodir
= ${infodir}|
" \
1389 -e "s|^mandir
[ ]*=.
*$|mandir
= ${mandir}|
" \
1395 s
%^CC
[ ]*=.
*$
%CC
= ${CC}%
1402 s
%^CXX
[ ]*=.
*$
%CXX
= ${CXX}%
1409 s
%^CFLAGS
[ ]*=.
*$
%CFLAGS
= ${CFLAGS}%
1411 -e "/^CXXFLAGS
[ ]*=/{
1416 s
%^CXXFLAGS
[ ]*=.
*$
%CXXFLAGS
= ${CXXFLAGS}%
1418 -e "s|^SHELL
[ ]*=.
*$|SHELL
= ${config_shell}|
" \
1419 -e "s
:^GDB_TK
[ ]*=.
*$
:GDB_TK
= ${GDB_TK}:" \
1420 -e "s|^srcdir
[ ]*=.
*$|srcdir
= ${makesrcdir}|
" \
1422 -e "s
:^program_prefix
[ ]*=.
*$
:program_prefix
= ${program_prefix}:" \
1423 -e "s
:^program_suffix
[ ]*=.
*$
:program_suffix
= ${program_suffix}:" \
1424 -e "s
:^program_transform_name
[ ]*=.
*$
:program_transform_name
= ${program_transform_name}:" \
1425 -e "s|^tooldir
[ ]*=.
*$|tooldir
= ${tooldir}|
" \
1426 -e "s|^build_tooldir
[ ]*=.
*$|build_tooldir
= ${tooldir}|
" \
1427 -e "s
:^DEFAULT_YACC
[ ]*=.
*$
:DEFAULT_YACC
= ${DEFAULT_YACC}:" \
1428 -e "s
:^DEFAULT_LEX
[ ]*=.
*$
:DEFAULT_LEX
= ${DEFAULT_LEX}:" \
1429 -e "s
:^DEFAULT_M4
[ ]*=.
*$
:DEFAULT_M4
= ${DEFAULT_M4}:" \
1430 ${subdir}/Makefile.tem >> ${Makefile}
1432 # If this is a Canadian Cross, preset the values of many more
1434 if [ "${build}" != "${host}" ]; then
1435 for var in ${tools}; do
1436 val=`eval 'echo $'"${var}"`
1437 sed -e "/^
${var}[ ]*=/{
1442 s
%^
${var}[ ]*=.*$%${var} = ${val}%
1443 }" ${Makefile} > ${Makefile}.tem
1444 mv -f ${Makefile}.tem ${Makefile}
1448 # final copy now in ${Makefile}
1451 echo "No Makefile.
in found
in ${srcdir}/${subdir}, unable to configure
" 1>&2
1454 rm -f ${subdir}/Makefile.tem
1456 case "${host_makefile_frag}" in
1458 *) using="and
\"${host_makefile_frag}\"" ;;
1461 case "${target_makefile_frag}" in
1463 *) using="${using} and
\"${target_makefile_frag}\"" ;;
1466 case "${site_makefile_frag}" in
1468 *) using="${using} and
\"${site_makefile_frag}\"" ;;
1471 newusing=`echo "${using}" | sed 's/and/using/'`
1473 echo "Created
\"${Makefile}\" in" ${PWD=`pwd`} ${using}
1477 # describe the chosen configuration in config.status.
1478 # Make that file a shellscript which will reestablish
1479 # the same configuration. Used in Makefiles to rebuild
1482 case "${norecursion}" in
1483 "") arguments
="${arguments} --norecursion" ;;
1487 if [ ${subdir} = .
] ; then
1490 # This directory was configured as follows:
1491 ${progname}" ${arguments} "
1492 # ${using}" > ${subdir}/config.new
1496 # This directory was configured as follows:
1498 ${progname}" ${arguments} "
1499 # ${using}" > ${subdir}/config.new
1501 chmod a
+x
${subdir}/config.new
1502 if [ -r ${subdir}/config.back
] ; then
1503 mv -f ${subdir}/config.back
${subdir}/config.status
1505 ${config_shell} ${moveifchange} ${subdir}/config.new ${subdir}/config.status
1508 *) rm -f ${Makefile} ${subdir}/config.status ${links} ;;
1512 # If there are subdirectories, then recur.
1513 if [ -z "${norecursion}" ] && [ -n "${configdirs}" ] ; then
1514 for configdir
in ${configdirs} ${extraconfigdirs} ; do
1516 # If configdir contains ',' it is
1517 # srcdir,builddir,target_alias
1518 # These come from extraconfigdirs.
1519 case ${configdir} in
1521 eval `echo ${configdir} | sed -e 's/\([^,]*\),\([^,]*\),\(.*\)/cfg_dir=\1 bld_dir=\2 tgt_alias=\3/'`
1524 cfg_dir
=${configdir}
1525 bld_dir
=${configdir}
1526 tgt_alias
=${target_alias}
1530 if [ -d ${srcdir}/${cfg_dir} ] ; then
1531 eval echo Configuring
${configdir}...
${redirect}
1535 if [ ! -d .
/${bld_dir} ] ; then
1536 if mkdir .
/${bld_dir} ; then
1539 echo '***' "${progname}: could not make ${PWD=`pwd`}/${bld_dir}" 1>&2
1549 ### figure out what to do with srcdir
1551 ".") newsrcdir
=${srcdir} ;; # no -srcdir option. We're building in place.
1553 newsrcdir
=${srcdir}/${cfg_dir}
1554 srcdiroption
="--srcdir=${newsrcdir}"
1556 ?
:*) # absolute path on win32
1557 newsrcdir
=${srcdir}/${cfg_dir}
1558 srcdiroption
="--srcdir=${newsrcdir}"
1560 *) # otherwise relative
1561 newsrcdir
=..
/${srcdir}/${cfg_dir}
1562 srcdiroption
="--srcdir=${newsrcdir}"
1566 # Handle --cache-file=../XXX
1567 case "${cache_file}" in
1571 cache_file_option
="--cache-file=${cache_file}"
1573 ?
:*) # absolute path on win32
1574 cache_file_option
="--cache-file=${cache_file}"
1577 cache_file_option
="--cache-file=../${cache_file}"
1581 ### check for guested configure, otherwise fix possibly relative progname
1582 if [ -f ${newsrcdir}/configure
] ; then
1583 recprog
=${newsrcdir}/configure
1584 elif [ -f ${newsrcdir}/configure.
in ] ; then
1585 case "${progname}" in
1586 /*) recprog
=${progname} ;;
1587 ?
:*) recprog
=${progname} ;;
1588 *) recprog
=..
/${progname} ;;
1591 eval echo No configuration information
in ${cfg_dir} ${redirect}
1595 ### The recursion line is here.
1596 if [ ! -z "${recprog}" ] ; then
1597 if eval ${config_shell} ${recprog} ${verbose} ${buildopt} --host=${host_alias} --target=${tgt_alias} \
1598 ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
1599 ${srcdiroption} ${diroptions} ${program_prefixoption} ${program_suffixoption} ${program_transform_nameoption} ${site_option} ${withoptions} ${withoutoptions} ${enableoptions} ${disableoptions} ${floating_pointoption} ${cache_file_option} ${removing} ${other_options} ${redirect} ; then
1602 echo Configure
in `pwd` failed
, exiting.
1>&2
1612 # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
1613 # and reset the trap handler.
1614 rm -f ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos