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
57 floating_point
=default
64 package_makefile_frag
=
65 package_makefile_rules_frag
=
72 program_transform_name
=
73 program_transform_nameoption
=
85 version
="$Revision: 1.22 $"
88 ### we might need to use some other shell than /bin/sh for running subshells
90 ### If we are on Windows, search for the shell. This will permit people
91 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
92 ### without also having to set CONFIG_SHELL. This code will work when
93 ### using bash, which sets OSTYPE.
96 if [ x
${CONFIG_SHELL} = x
]; then
97 if [ ! -f /bin
/sh
]; then
98 if [ x
${SHELL} != x
] && [ -f ${SHELL} ]; then
102 for prog
in sh sh.exe bash bash.exe
; do
103 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
105 test -z "$dir" && dir
=.
106 if test -f $dir/$prog; then
107 CONFIG_SHELL
=$dir/$prog
113 test -n "${CONFIG_SHELL}" && break
121 config_shell
=${CONFIG_SHELL-/bin/sh}
123 NO_EDIT
="This file was generated automatically by configure. Do not edit."
125 ## this is a little touchy and won't always work, but...
127 ## if the argv[0] starts with a slash then it is an absolute name that can (and
128 ## must) be used as is.
130 ## otherwise, if argv[0] has no slash in it, we can assume that it is on the
131 ## path. Since PATH might include "." we also add `pwd` to the end of PATH.
135 # if PWD already has a value, it is probably wrong.
136 if [ -n "$PWD" ]; then PWD
=`pwd`; fi
138 case "${progname}" in
142 PATH
=$PATH:${PWD=`pwd`} ; export PATH
151 # Break out if there are no more args
158 # Get the first arg, and shuffle
162 # Make all options have two hyphens
163 orig_option
=$option # Save original for error messages
166 -*) option
=-$option ;;
169 # Split out the argument for options that take them
172 optarg
=`echo $option | sed -e 's/^[^=]*=//'`
173 arguments
="$arguments $option"
175 # These options have mandatory values. Since we didn't find an = sign,
176 # the value must be in the next argument
177 --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*)
180 arguments
="$arguments $option=$optarg"
183 arguments
="$arguments -v"
186 arguments
="$arguments $option"
190 # Now, process the options
194 case "$build_alias" in
195 "") build_alias
=$optarg ;;
196 *) echo '***' Can only configure
for one build machine
at a
time.
1>&2
205 enableopt
=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
207 disableoptions
="$disableoptions $option"
215 enableopt
=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
216 eval "$enableopt='$optarg'"
217 enableoptions
="$enableoptions '$option'"
219 --exec-prefix* |
--ex*)
221 exec_prefixoption
="--exec-prefix=$optarg"
231 NOHOST
) host_alias
=$optarg ;;
232 *) echo '***' Can only configure
for one
host at a
time.
1>&2
239 floating_pointoption
="--nfp"
241 --norecursion |
--no*)
246 prefixoption
="--prefix=$optarg"
248 --program-prefix* |
--program-p*)
249 program_prefix
=$optarg
250 program_prefixoption
="--program-prefix=$optarg"
252 --program-suffix* |
--program-s*)
253 program_suffix
=$optarg
254 program_suffixoption
="--program-suffix=$optarg"
256 --program-transform-name* |
--program-t*)
257 # Double any backslashes or dollar signs in the argument
258 program_transform_name
="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
259 program_transform_nameoption
="${program_transform_nameoption} --program-transform-name='$optarg'"
264 --silent |
--sil* |
--quiet |
--q*)
265 redirect
=">/dev/null"
270 site_option
="--site=$optarg"
273 # Remove trailing slashes. Otherwise, when the file name gets
274 # bolted into an object file as debug info, it has two slashes
275 # in it. Ordinarily this is ok, but emacs takes double slash
276 # to mean "forget the first part".
277 srcdir
=`echo $optarg | sed -e 's:/$::'`
283 case $target_alias in
284 NOTARGET
) target_alias
=$optarg ;;
285 *) echo '***' Can only configure
for one target
at a
time.
1>&2
292 tmpdiroption
="--tmpdir=$optarg"
294 --verbose |
--v |
--verb*)
298 --version |
--V |
--vers*)
299 echo "This is Cygnus Configure version" `echo ${version} | sed 's/[ $:]//g'`
308 withopt
=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
309 eval $withopt="$optarg"
310 withoptions
="$withoptions $option"
313 withopt
=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
315 withoutoptions
="$withoutoptions $option"
318 withoptions
="$withoptions --with-x"
320 --x-i* |
--x-l*) other_options
="$other_options $orig_option"
322 --bi* |
--sb* |
--li* |
--da* |
--sy* |
--sh* |
--lo* |
--in* |
--ol* |
--ma*)
323 # These options were added to autoconf for emacs.
326 echo "configure: Unrecognized option: \"$orig_option\"; use --help for usage." >&2
331 NOUNDEFS
) undefs
=$option ;;
332 *) echo '***' Can only configure
for one
host and one target
at a
time.
1>&2
340 # process host and target
342 # Do some error checking and defaulting for the host and target type.
344 # configure --host=HOST --target=TARGET UNDEFS
347 # 1. You aren't allowed to specify --host, --target, and undefs at the
349 # 2. Host defaults to undefs.
350 # 3. If undefs is not specified, then host defaults to the current host,
351 # as determined by config.guess.
352 # 4. Target defaults to undefs.
353 # 5. If undefs is not specified, then target defaults to host.
357 # Make sure that host, target & undefs aren't all specified at the
359 case $host_alias---$target_alias---$undefs in
360 NOHOST---
*---* |
*---NOTARGET---* |
*---*---NOUNDEFS)
362 *) echo '***' Can only configure
for one
host and one target
at a
time.
1>&2
368 # Now, do defaulting for host.
373 # Neither --host option nor undefs were present.
375 guesssys
=`echo ${progname} | sed 's/configure$/config.guess/'`
376 if host_alias
=`${config_shell} ${guesssys}`
378 # If the string we are going to use for
379 # the target is a prefix of the string
380 # we just guessed for the host, then
381 # assume we are running native, and force
382 # the same string for both target and host.
383 case $target_alias in
386 if expr $host_alias : $target_alias >/dev
/null
388 host_alias
=$target_alias
392 echo "Configuring for a ${host_alias} host." 1>&2
393 arguments
="--host=$host_alias $arguments"
395 echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2
401 arguments
="--host=$host_alias $arguments"
407 # Do defaulting for target. If --target option isn't present, default
408 # to undefs. If undefs isn't present, default to host.
409 case $target_alias in
413 target_alias
=$host_alias
417 arguments
="--target=$target_alias $arguments"
425 if [ -n "${fatal}" -o "${host_alias}" = "help" ] ; then
427 echo Usage
: configure
[OPTIONS
] [HOST
]
429 echo Options
: [defaults
in brackets
]
430 echo ' --prefix=MYDIR install into MYDIR [/usr/local]'
431 echo ' --exec-prefix=MYDIR install host-dependent files into MYDIR [/usr/local]'
432 echo ' --help print this message [normal config]'
433 echo ' --build=BUILD configure for building on BUILD [BUILD=HOST]'
434 echo ' --host=HOST configure for HOST [determined via config.guess]'
435 echo ' --norecursion configure this directory only [recurse]'
436 echo ' --program-prefix=FOO prepend FOO to installed program names [""]'
437 echo ' --program-suffix=FOO append FOO to installed program names [""]'
438 echo ' --program-transform-name=P transform installed names by sed pattern P [""]'
439 echo ' --site=SITE configure with site-specific makefile for SITE'
440 echo ' --srcdir=DIR find the sources in DIR [. or ..]'
441 echo ' --target=TARGET configure for TARGET [TARGET=HOST]'
442 echo ' --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp]'
443 echo ' --nfp configure for software floating point [hard float]'
444 echo ' --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)'
445 echo ' --without-FOO package FOO is NOT available'
446 echo ' --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)'
447 echo ' --disable-FOO do not include feature FOO'
449 echo 'Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.'
451 if [ -r config.status
] ; then
458 configsub
=`echo ${progname} | sed 's/configure$/config.sub/'`
459 moveifchange
=`echo ${progname} | sed 's/configure$/move-if-change/'`
461 # this is a hack. sun4 must always be a valid host alias or this will fail.
462 if ${config_shell} ${configsub} sun4
>/dev
/null
2>&1 ; then
465 echo '***' cannot
find config.sub.
1>&2
470 if ${config_shell} ${moveifchange} config.junk config.trash
; then
473 echo '***' cannot
find move-if-change.
1>&2
476 rm -f config.junk config.trash
480 if [ -r configure.
in ] ; then
483 if [ -r ${progname}.
in ] ; then
484 srcdir
=`echo ${progname} | sed 's:/configure$::'`
486 echo '***' "Can't find configure.in. Try using --srcdir=some_dir" 1>&2
492 # Set srcdir to "." if that's what it is.
493 # This is important for multilib support.
494 if [ ! -d ${srcdir} ] ; then
495 echo "Invalid source directory ${srcdir}" >&2
499 srcpwd
=`cd ${srcdir} ; pwd`
500 if [ "${pwd}" = "${srcpwd}" ] ; then
505 ### warn about some conflicting configurations.
510 if [ -f ${srcdir}/config.status
] ; then
511 echo '***' Cannot configure here
in \"${PWD=`pwd`}\" when
\"${srcdir}\" is currently configured.
1>&2
516 # default exec_prefix
517 case "${exec_prefixoption}" in
518 "") exec_prefix
="\$(prefix)" ;;
522 ### break up ${srcdir}/configure.in.
523 case "`grep '^# per\-host:' ${srcdir}/configure.in`" in
525 echo '***' ${srcdir}/configure.
in has no
\"per-host
:\" line.
1>&2
526 # Check for a directory that's been converted to use autoconf since
527 # it was last configured.
528 if grep AC_OUTPUT
${srcdir}/configure.
in >/dev
/null
; then
529 echo '***' Hmm
, looks like this directory has been autoconfiscated.
1>&2
530 if [ -r ${srcdir}/configure
] ; then
531 echo '***' Running the
local configure
script.
1>&2
532 case "${cache_file}" in
533 "") cache_file_option
= ;;
534 *) cache_file_option
="--cache-file=${cache_file}" ;;
536 srcdiroption
="--srcdir=${srcdir}"
537 case "${build_alias}" in
539 *) buildopt
="--build=${build_alias}" ;;
541 eval exec ${config_shell} ${srcdir}/configure ${verbose} \
542 ${buildopt} --host=${host_alias} --target=${target_alias} \
543 ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
545 ${program_prefixoption} ${program_suffixoption} \
546 ${program_transform_nameoption} ${site_option} \
547 ${withoptions} ${withoutoptions} \
548 ${enableoptions} ${disableoptions} ${floating_pointoption} \
549 ${cache_file_option} ${removing} ${other_options} ${redirect}
551 echo '***' There is no configure
script present though.
1>&2
559 case "`grep '^# per\-target:' ${srcdir}/configure.in`" in
561 echo '***' ${srcdir}/configure.
in has no
\"per-target
:\" line.
1>&2
568 "") TMPDIR
=/tmp
; export TMPDIR
;;
572 # keep this filename short for &%*%$*# 14 char file names
573 tmpfile
=${TMPDIR}/cONf$$
574 # Note that under many versions of sh a trap handler for 0 will *override* any
575 # exit status you explicitly specify! At this point, the only non-error exit
576 # is at the end of the script; these actions are duplicated there, minus
577 # the "exit 1". Don't use "exit 0" anywhere after this without resetting the
578 # trap handler, or you'll lose.
579 trap "rm -f Makefile.tem ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos; exit 1" 0 1 2 15
581 # split ${srcdir}/configure.in into common, per-host, per-target,
582 # and post-target parts. Post-target is optional.
583 sed -e '/^# per\-host:/,$d' ${srcdir}/configure.
in > ${tmpfile}.com
584 sed -e '1,/^# per\-host:/d' -e '/^# per\-target:/,$d' ${srcdir}/configure.
in > ${tmpfile}.hst
585 if grep '^# post-target:' ${srcdir}/configure.
in >/dev
/null
; then
586 sed -e '1,/^# per\-target:/d' -e '/^# post\-target:/,$d' ${srcdir}/configure.
in > ${tmpfile}.tgt
587 sed -e '1,/^# post\-target:/d' ${srcdir}/configure.
in > ${tmpfile}.pos
589 sed -e '1,/^# per\-target:/d' ${srcdir}/configure.
in > ${tmpfile}.tgt
593 ### do common part of configure.in
597 # some sanity checks on configure.in
598 case "${srctrigger}" in
600 echo '***' srctrigger not
set in ${PWD=`pwd`}/configure.
in.
1>&2
606 case "${build_alias}" in
608 if result
=`${config_shell} ${configsub} ${host_alias}` ; then
609 build_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
610 build_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
611 build_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
612 build
=${build_cpu}-${build_vendor}-${build_os}
613 build_alias
=${host_alias}
617 if result
=`${config_shell} ${configsub} ${build_alias}` ; then
618 buildopt
="--build=${build_alias}"
619 build_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
620 build_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
621 build_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
622 build
=${build_cpu}-${build_vendor}-${build_os}
624 echo "Unrecognized build system name ${build_alias}." 1>&2
630 if result
=`${config_shell} ${configsub} ${host_alias}` ; then
633 echo "Unrecognized host system name ${host_alias}." 1>&2
636 host_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
637 host_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
638 host_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
639 host=${host_cpu}-${host_vendor}-${host_os}
643 if result
=`${config_shell} ${configsub} ${target_alias}` ; then
646 echo "Unrecognized target system name ${target_alias}." 1>&2
649 target_cpu
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
650 target_vendor
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
651 target_os
=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
652 target
=${target_cpu}-${target_vendor}-${target_os}
656 # Find the source files, if location was not specified.
661 if [ ! -r ${srctrigger} ] ; then
668 if [ ! -r ${srcdir}/${srctrigger} ] ; then
669 case "${srcdirdefaulted}" in
670 "") echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/${srcdir}" 1>&2 ;;
671 *) echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/. or ${PWD=`pwd`}/.." 1>&2 ;;
674 echo '***' \
(At least
${srctrigger} is missing.\
) 1>&2
678 # Some systems (e.g., one of the i386-aix systems the gas testers are
679 # using) don't handle "\$" correctly, so don't use it here.
680 tooldir
='$(exec_prefix)'/${target_alias}
682 if [ "${host_alias}" != "${target_alias}" ] ; then
683 if [ "${program_prefixoption}" = "" ] ; then
684 if [ "${program_suffixoption}" = "" ] ; then
685 if [ "${program_transform_nameoption}" = "" ] ; then
686 program_prefix
=${target_alias}- ;
692 # Merge program_prefix and program_suffix onto program_transform_name.
693 # (program_suffix used to use $, but it's hard to preserve $ through both
695 if [ "${program_suffix}" != "" ] ; then
696 program_transform_name
="-e s,\\\\(.*\\\\),\\\\1${program_suffix}, ${program_transform_name}"
699 if [ "${program_prefix}" != "" ] ; then
700 program_transform_name
="-e s,^,${program_prefix}, ${program_transform_name}"
703 # If CC and CXX are not set in the environment, and the Makefile
704 # exists, try to extract them from it. This is to handle running
705 # ./config.status by hand.
706 if [ -z "${CC}" -a -r Makefile
]; then
711 /^CC[ ]*=/ s/CC[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
712 CC
=`tail -1 Makefile.cc`
716 if [ -z "${CFLAGS}" -a -r Makefile
]; then
721 /^CFLAGS[ ]*=/ s/CFLAGS[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
722 CFLAGS
=`tail -1 Makefile.cc`
726 if [ -z "${CXX}" -a -r Makefile
]; then
731 /^CXX[ ]*=/ s/CXX[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
732 CXX
=`tail -1 Makefile.cc`
736 if [ -z "${CXXFLAGS}" -a -r Makefile
]; then
741 /^CXXFLAGS[ ]*=/ s/CXXFLAGS[ ]*=[ ]*\(.*\)/\1/p' < Makefile
> Makefile.cc
742 CXXFLAGS
=`tail -1 Makefile.cc`
746 # Generate a default definition for YACC. This is used if the makefile can't
747 # locate bison or byacc in objdir.
749 for prog
in 'bison -y' byacc
yacc
751 set dummy
$prog; tmp
=$2
752 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
754 test -z "$dir" && dir
=.
755 if test -f $dir/$tmp; then
762 test -n "$DEFAULT_YACC" && break
765 # Generate a default definition for M4. This is used if the makefile can't
766 # locate m4 in objdir.
768 for prog
in gm4 gnum4
m4
770 set dummy
$prog; tmp
=$2
771 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
773 test -z "$dir" && dir
=.
774 if test -f $dir/$tmp; then
781 test -n "$DEFAULT_M4" && break
784 # Generate a default definition for LEX. This is used if the makefile can't
785 # locate flex in objdir.
789 set dummy
$prog; tmp
=$2
790 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
792 test -z "$dir" && dir
=.
793 if test -f $dir/$tmp; then
800 test -n "$DEFAULT_LEX" && break
803 if [ "${build}" != "${host}" ]; then
804 # If we are doing a Canadian Cross, in which the host and build systems
805 # are not the same, we set reasonable default values for the tools.
807 tools
="AR AR_FOR_TARGET AS AS_FOR_TARGET BISON CC_FOR_BUILD"
808 tools
="${tools} CC_FOR_TARGET CXX_FOR_TARGET"
809 tools
="${tools} DLLTOOL DLLTOOL_FOR_TARGET GCC_FOR_TARGET HOST_PREFIX"
810 tools
="${tools} HOST_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
811 tools
="${tools} NM_FOR_TARGET RANLIB RANLIB_FOR_TARGET"
812 tools
="${tools} WINDRES WINDRES_FOR_TARGET YACC"
814 for var
in ${tools}; do
815 if [ -z "`eval 'echo $'"${var}"`" -a -r Makefile
]; then
820 /^'"${var}"'[ ]*=/ s/'"${var}"'[ ]*=[ ]*\(.*\)/\1/p' \
821 < Makefile
> Makefile.v
822 t
=`tail -1 Makefile.v`
823 if [ -n "${t}" ]; then
830 AR
=${AR-${host_alias}-ar}
831 AR_FOR_TARGET
=${AR_FOR_TARGET-${target_alias}-ar}
832 AS
=${AS-${host_alias}-as}
833 AS_FOR_TARGET
=${AS_FOR_TARGET-${target_alias}-as}
835 CC
=${CC-${host_alias}-gcc}
836 CFLAGS
=${CFLAGS-"-g -O2"}
837 CXX
=${CXX-${host_alias}-c++}
838 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
839 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
840 CC_FOR_TARGET
=${CC_FOR_TARGET-${target_alias}-gcc}
841 CXX_FOR_TARGET
=${CXX_FOR_TARGET-${target_alias}-c++}
842 DLLTOOL
=${DLLTOOL-${host_alias}-dlltool}
843 DLLTOOL_FOR_TARGET
=${DLLTOOL_FOR_TARGET-${target_alias}-dlltool}
844 GCC_FOR_TARGET
=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
845 HOST_PREFIX
=${build_alias}-
846 HOST_PREFIX_1
=${build_alias}-
847 LD
=${LD-${host_alias}-ld}
848 LD_FOR_TARGET
=${LD_FOR_TARGET-${target_alias}-ld}
849 MAKEINFO
=${MAKEINFO-makeinfo}
850 NM
=${NM-${host_alias}-nm}
851 NM_FOR_TARGET
=${NM_FOR_TARGET-${target_alias}-nm}
852 RANLIB
=${RANLIB-${host_alias}-ranlib}
853 RANLIB_FOR_TARGET
=${RANLIB_FOR_TARGET-${target_alias}-ranlib}
854 WINDRES
=${WINDRES-${host_alias}-windres}
855 WINDRES_FOR_TARGET
=${WINDRES_FOR_TARGET-${target_alias}-windres}
857 if [ -z "${YACC}" ]; then
858 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
860 test -z "$dir" && dir
=.
861 if test -f $dir/bison
; then
865 if test -f $dir/byacc
; then
869 if test -f $dir/yacc; then
875 if [ -z "${YACC}" ]; then
880 if [ -z "${LEX}" ]; then
881 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
883 test -z "$dir" && dir
=.
884 if test -f $dir/flex
; then
888 if test -f $dir/lex; then
897 # Export variables which autoconf might try to set.
907 # If CC is still not set, try to get gcc.
908 if [ -z "${CC}" ]; then
909 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
911 test -z "$dir" && dir
=.
912 if test -f $dir/gcc
; then
914 echo 'void f(){}' > conftest.c
915 if test -z "`${CC} -g -c conftest.c 2>&1`"; then
916 CFLAGS
=${CFLAGS-"-g -O2"}
917 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
919 CFLAGS
=${CFLAGS-"-O2"}
920 CXXFLAGS
=${CXXFLAGS-"-O2"}
931 CFLAGS
=${CFLAGS-"-g"}
932 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
940 # FIXME: This should be in configure.in, not configure
950 # FIXME: This should be in configure.in, not configure
951 # Determine whether gdb needs tk/tcl or not.
952 if [ "$enable_gdbtk" != "no" ]; then
953 GDB_TK
="all-tcl all-tk all-itcl all-tix"
958 for subdir
in .
${subdirs} ; do
960 # ${subdir} is relative path from . to the directory we're currently
962 # ${invsubdir} is inverse of ${subdir), *with* trailing /, if needed.
963 invsubdir
=`echo ${subdir}/ | sed -e 's|\./||g' -e 's|[^/]*/|../|g'`
965 ### figure out what to do with srcdir
967 ".") # no -srcdir option. We're building in place.
970 makesrcdir
=`echo ${srcdir}/${subdir} | sed -e 's|/\.$||'`
972 *) # otherwise relative
974 .
) makesrcdir
=${srcdir} ;;
975 *) makesrcdir
=${invsubdir}${srcdir}/${subdir} ;;
980 if [ "${subdir}/" != "./" ] ; then
981 Makefile
=${subdir}/Makefile
984 if [ ! -d ${subdir} ] ; then
985 if mkdir
${subdir} ; then
988 echo '***' "${progname}: could not make ${PWD=`pwd`}/${subdir}" 1>&2
993 case "${removing}" in
997 *) eval echo Building
in ${subdir} ${redirect} ;;
1000 # FIXME Should this be done recursively ??? (Useful for e.g. gdbtest)
1001 # Set up the list of links to be made.
1002 # ${links} is the list of link names, and ${files} is the list of names to link to.
1005 configlinks
="${links}"
1006 if [ -r ${subdir}/config.status
] ; then
1007 mv -f ${subdir}/config.status
${subdir}/config.back
1009 while [ -n "${files}" ] ; do
1010 # set file to car of files, files to cdr of files
1011 set ${files}; file=$1; shift; files
=$
*
1012 set ${links}; link
=$1; shift; links
=$
*
1014 if [ ! -r ${srcdir}/${file} ] ; then
1015 if [ ! -r ${file} ] ; then
1017 echo '***' "${progname}: cannot create a link \"${link}\"," 1>&2
1018 echo '***' "since the file \"${srcdir}/${file}\" does not exist." 1>&2
1024 srcfile
=${srcdir}/${file}
1027 ${remove} -f ${link}
1028 # Make a symlink if possible, otherwise try a hard link
1029 if ${symbolic_link} ${srcfile} ${link} >/dev
/null
2>&1 ; then
1032 # We need to re-remove the file because Lynx leaves a
1033 # very strange directory there when it fails an NFS symlink.
1034 ${remove} -r -f ${link}
1035 ${hard_link} ${srcfile} ${link}
1037 if [ ! -r ${link} ] ; then
1038 echo '***' "${progname}: unable to link \"${link}\" to \"${srcfile}\"." 1>&2
1042 echo "Linked \"${link}\" to \"${srcfile}\"."
1045 # Create a .gdbinit file which runs the one in srcdir
1046 # and tells GDB to look there for source files.
1048 if [ -r ${srcdir}/${subdir}/.gdbinit
] ; then
1051 *) cat > ${subdir}/.gdbinit
<<EOF
1055 source ${makesrcdir}/.gdbinit
1061 # Install a makefile, and make it set VPATH
1062 # if necessary so that the sources are found.
1063 # Also change its value of srcdir.
1064 # NOTE: Makefile generation constitutes the majority of the time in configure. Hence, this section has
1065 # been somewhat optimized and is perhaps a bit twisty.
1067 # code is order so as to try to sed the smallest input files we know.
1068 # so do these separately because I don't trust the order of sed -e expressions.
1070 # the five makefile fragments MUST end up in the resulting Makefile in this order:
1071 # package macros, target, host, site, and package rules.
1073 if [ -f ${srcdir}/${subdir}/${Makefile_in} ] ; then
1075 # Conditionalize the makefile for this package from "Makefile.in" (or whatever it's called) into Makefile.tem.
1076 rm -f ${subdir}/${Makefile}.tem
1077 case "${package_makefile_rules_frag}" in
1078 "") cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem
;;
1080 if [ ! -f ${package_makefile_rules_frag} ] ; then
1081 package_makefile_rules_frag
=${srcdir}/${package_makefile_rules_frag}
1083 if [ -f ${package_makefile_rules_frag} ] ; then
1084 sed -e "/^####/ r ${package_makefile_rules_frag}" ${srcdir}/${subdir}/${Makefile_in} > ${Makefile}.tem
1086 echo '***' Expected package makefile rules fragment \"${package_makefile_rules_frag}\" 1>&2
1087 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1088 cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem
1091 # working copy now in ${Makefile}.tem
1093 # Conditionalize for this site.
1096 "") mv ${subdir}/Makefile.tem ${Makefile} ;;
1098 site_makefile_frag=${srcdir}/config/ms-${site}
1100 if [ -f ${site_makefile_frag} ] ; then
1101 sed -e "/^
####/ r ${site_makefile_frag}" ${subdir}/Makefile.tem \
1104 mv ${subdir}/Makefile.tem
${Makefile}
1109 # working copy now in ${Makefile}
1111 # Conditionalize the makefile for this host.
1112 rm -f ${subdir}/Makefile.tem
1113 case "${host_makefile_frag}" in
1114 "") mv ${Makefile} ${subdir}/Makefile.tem
;;
1116 if [ ! -f ${host_makefile_frag} ] ; then
1117 host_makefile_frag
=${srcdir}/${host_makefile_frag}
1119 if [ -f ${host_makefile_frag} ] ; then
1120 sed -e "/^####/ r ${host_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
1122 echo '***' Expected host makefile fragment \"${host_makefile_frag}\" 1>&2
1123 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1124 mv ${Makefile} ${subdir}/Makefile.tem
1127 # working copy now in ${subdir)/Makefile.tem
1129 # Conditionalize the makefile for this target.
1131 case "${target_makefile_frag}" in
1132 "") mv ${subdir}/Makefile.tem ${Makefile} ;;
1134 if [ ! -f ${target_makefile_frag} ] ; then
1135 target_makefile_frag=${srcdir}/${target_makefile_frag}
1137 if [ -f ${target_makefile_frag} ] ; then
1138 sed -e "/^
####/ r ${target_makefile_frag}" ${subdir}/Makefile.tem > ${Makefile}
1140 mv ${subdir}/Makefile.tem
${Makefile}
1141 target_makefile_frag
=
1145 # working copy now in ${Makefile}
1147 # Emit the default values of this package's macros.
1148 rm -f ${subdir}/Makefile.tem
1149 case "${package_makefile_frag}" in
1150 "") mv ${Makefile} ${subdir}/Makefile.tem
;;
1152 if [ ! -f ${package_makefile_frag} ] ; then
1153 package_makefile_frag
=${srcdir}/${package_makefile_frag}
1155 if [ -f ${package_makefile_frag} ] ; then
1156 sed -e "/^####/ r ${package_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
1158 echo '***' Expected package makefile fragment \"${package_makefile_rules_frag}\" 1>&2
1159 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1160 mv ${Makefile} ${subdir}/Makefile.tem
1163 # real copy now in ${subdir}/Makefile.tem
1165 # prepend warning about editting, and a bunch of variables.
1167 cat > ${Makefile} <<EOF
1169 VPATH = ${makesrcdir}
1170 links = ${configlinks}
1171 host_alias = ${host_alias}
1172 host_cpu = ${host_cpu}
1173 host_vendor = ${host_vendor}
1174 host_os = ${host_os}
1175 host_canonical = ${host_cpu}-${host_vendor}-${host_os}
1176 target_alias = ${target_alias}
1177 target_cpu = ${target_cpu}
1178 target_vendor = ${target_vendor}
1179 target_os = ${target_os}
1180 target_canonical = ${target_cpu}-${target_vendor}-${target_os}
1184 *) cat >> ${Makefile} << EOF
1185 build_alias = ${build_alias}
1186 build_cpu = ${build_cpu}
1187 build_vendor = ${build_vendor}
1188 build_os = ${build_os}
1189 build_canonical = ${build_cpu}-${build_vendor}-${build_os}
1193 case "${package_makefile_frag}" in
1195 /*) echo package_makefile_frag = ${package_makefile_frag} >>${Makefile} ;;
1196 *) echo package_makefile_frag = ${invsubdir}${package_makefile_frag} >>${Makefile} ;;
1199 case "${target_makefile_frag}" in
1201 /*) echo target_makefile_frag = ${target_makefile_frag} >>${Makefile} ;;
1202 *) echo target_makefile_frag = ${invsubdir}${target_makefile_frag} >>${Makefile} ;;
1205 case "${host_makefile_frag}" in
1207 /*) echo host_makefile_frag = ${host_makefile_frag} >>${Makefile} ;;
1208 *) echo host_makefile_frag = ${invsubdir}${host_makefile_frag} >>${Makefile} ;;
1211 if [ "${site_makefile_frag}" != "" ] ; then
1212 echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
1215 # provide a proper gxx_include_dir to all subdirs.
1216 # Note, if you change the default, make sure to fix both here
1217 # and in the gcc subdirectory.
1218 if test -z "${with_gxx_include_dir}"; then
1219 echo gxx_include_dir = '${prefix}/include/g++' >> ${Makefile}
1221 echo gxx_include_dir = ${with_gxx_include_dir} >> ${Makefile}
1224 # record if we want to build shared libs.
1225 if test -z "${enable_shared}"; then
1226 echo enable_shared = no >> ${Makefile}
1228 echo enable_shared = ${enable_shared} >> ${Makefile}
1231 # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
1232 # remove any form feeds.
1233 if [ -z "${subdirs}" ]; then
1234 rm -f ${subdir}/Makefile.tm2
1235 sed -e "s
:^SUBDIRS
[ ]*=.
*$
:SUBDIRS
= ${configdirs}:" \
1236 -e "s
:^NONSUBDIRS
[ ]*=.
*$
:NONSUBDIRS
= ${noconfigdirs}:" \
1237 ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
1238 rm -f ${subdir}/Makefile.tem
1239 mv ${subdir}/Makefile.tm2 ${subdir}/Makefile.tem
1241 sed -e "s|^prefix
[ ]*=.
*$|prefix
= ${prefix}|
" \
1242 -e "s|^exec_prefix
[ ]*=.
*$|exec_prefix
= ${exec_prefix}|
" \
1248 s
%^CC
[ ]*=.
*$
%CC
= ${CC}%
1255 s
%^CXX
[ ]*=.
*$
%CXX
= ${CXX}%
1262 s
%^CFLAGS
[ ]*=.
*$
%CFLAGS
= ${CFLAGS}%
1264 -e "/^CXXFLAGS
[ ]*=/{
1269 s
%^CXXFLAGS
[ ]*=.
*$
%CXXFLAGS
= ${CXXFLAGS}%
1271 -e "s|^SHELL
[ ]*=.
*$|SHELL
= ${config_shell}|
" \
1272 -e "s
:^GDB_TK
[ ]*=.
*$
:GDB_TK
= ${GDB_TK}:" \
1273 -e "s|^srcdir
[ ]*=.
*$|srcdir
= ${makesrcdir}|
" \
1275 -e "s
:^program_prefix
[ ]*=.
*$
:program_prefix
= ${program_prefix}:" \
1276 -e "s
:^program_suffix
[ ]*=.
*$
:program_suffix
= ${program_suffix}:" \
1277 -e "s
:^program_transform_name
[ ]*=.
*$
:program_transform_name
= ${program_transform_name}:" \
1278 -e "s|^tooldir
[ ]*=.
*$|tooldir
= ${tooldir}|
" \
1279 -e "s
:^DEFAULT_YACC
[ ]*=.
*$
:DEFAULT_YACC
= ${DEFAULT_YACC}:" \
1280 -e "s
:^DEFAULT_LEX
[ ]*=.
*$
:DEFAULT_LEX
= ${DEFAULT_LEX}:" \
1281 -e "s
:^DEFAULT_M4
[ ]*=.
*$
:DEFAULT_M4
= ${DEFAULT_M4}:" \
1282 ${subdir}/Makefile.tem >> ${Makefile}
1284 # If this is a Canadian Cross, preset the values of many more
1286 if [ "${build}" != "${host}" ]; then
1287 for var in ${tools}; do
1288 val=`eval 'echo $'"${var}"`
1289 sed -e "/^
${var}[ ]*=/{
1294 s
%^
${var}[ ]*=.*$%${var} = ${val}%
1295 }" ${Makefile} > ${Makefile}.tem
1296 mv -f ${Makefile}.tem ${Makefile}
1300 # final copy now in ${Makefile}
1303 echo "No Makefile.
in found
in ${srcdir}/${subdir}, unable to configure
" 1>&2
1306 rm -f ${subdir}/Makefile.tem
1308 case "${host_makefile_frag}" in
1310 *) using="and
\"${host_makefile_frag}\"" ;;
1313 case "${target_makefile_frag}" in
1315 *) using="${using} and
\"${target_makefile_frag}\"" ;;
1318 case "${site_makefile_frag}" in
1320 *) using="${using} and
\"${site_makefile_frag}\"" ;;
1323 newusing=`echo "${using}" | sed 's/and/using/'`
1325 echo "Created
\"${Makefile}\" in" ${PWD=`pwd`} ${using}
1329 # describe the chosen configuration in config.status.
1330 # Make that file a shellscript which will reestablish
1331 # the same configuration. Used in Makefiles to rebuild
1334 case "${norecursion}" in
1335 "") arguments
="${arguments} --norecursion" ;;
1339 if [ ${subdir} = .
] ; then
1342 # This directory was configured as follows:
1343 ${progname}" ${arguments} "
1344 # ${using}" > ${subdir}/config.new
1348 # This directory was configured as follows:
1350 ${progname}" ${arguments} "
1351 # ${using}" > ${subdir}/config.new
1353 chmod a
+x
${subdir}/config.new
1354 if [ -r ${subdir}/config.back
] ; then
1355 mv -f ${subdir}/config.back
${subdir}/config.status
1357 ${config_shell} ${moveifchange} ${subdir}/config.new ${subdir}/config.status
1360 *) rm -f ${Makefile} ${subdir}/config.status ${links} ;;
1364 # If there are subdirectories, then recur.
1365 if [ -z "${norecursion}" -a -n "${configdirs}" ] ; then
1366 for configdir
in ${configdirs} ; do
1368 if [ -d ${srcdir}/${configdir} ] ; then
1369 eval echo Configuring
${configdir}...
${redirect}
1373 if [ ! -d .
/${configdir} ] ; then
1374 if mkdir .
/${configdir} ; then
1377 echo '***' "${progname}: could not make ${PWD=`pwd`}/${configdir}" 1>&2
1387 ### figure out what to do with srcdir
1389 ".") newsrcdir
=${srcdir} ;; # no -srcdir option. We're building in place.
1391 newsrcdir
=${srcdir}/${configdir}
1392 srcdiroption
="--srcdir=${newsrcdir}"
1394 ?
:*) # absolute path on win32
1395 newsrcdir
=${srcdir}/${configdir}
1396 srcdiroption
="--srcdir=${newsrcdir}"
1398 *) # otherwise relative
1399 newsrcdir
=..
/${srcdir}/${configdir}
1400 srcdiroption
="--srcdir=${newsrcdir}"
1404 # Handle --cache-file=../XXX
1405 case "${cache_file}" in
1409 cache_file_option
="--cache-file=${cache_file}"
1411 ?
:*) # absolute path on win32
1412 cache_file_option
="--cache-file=${cache_file}"
1415 cache_file_option
="--cache-file=../${cache_file}"
1419 ### check for guested configure, otherwise fix possibly relative progname
1420 if [ -f ${newsrcdir}/configure
] ; then
1421 recprog
=${newsrcdir}/configure
1422 elif [ -f ${newsrcdir}/configure.
in ] ; then
1423 case "${progname}" in
1424 /*) recprog
=${progname} ;;
1425 ?
:*) recprog
=${progname} ;;
1426 *) recprog
=..
/${progname} ;;
1429 eval echo No configuration information
in ${configdir} ${redirect}
1433 ### The recursion line is here.
1434 if [ ! -z "${recprog}" ] ; then
1435 if eval ${config_shell} ${recprog} ${verbose} ${buildopt} --host=${host_alias} --target=${target_alias} \
1436 ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
1437 ${srcdiroption} ${program_prefixoption} ${program_suffixoption} ${program_transform_nameoption} ${site_option} ${withoptions} ${withoutoptions} ${enableoptions} ${disableoptions} ${floating_pointoption} ${cache_file_option} ${removing} ${other_options} ${redirect} ; then
1440 echo Configure
in `pwd` failed
, exiting.
1>&2
1450 # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
1451 # and reset the trap handler.
1452 rm -f ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos