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=
71 program_transform_name=
72 program_transform_nameoption=
87 ### we might need to use some other shell than /bin/sh for running subshells
89 ### If we are on Windows, search for the shell. This will permit people
90 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
91 ### without also having to set CONFIG_SHELL. This code will work when
92 ### using bash, which sets OSTYPE.
95 if [ x${CONFIG_SHELL} = x ]; then
96 if [ ! -f /bin/sh ]; then
97 if [ x${SHELL} != x ] && [ -f ${SHELL} ]; then
101 for prog in sh sh.exe bash bash.exe; do
102 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
104 test -z "$dir" && dir=.
105 if test -f $dir/$prog; then
106 CONFIG_SHELL=$dir/$prog
112 test -n "${CONFIG_SHELL}" && break
120 config_shell=${CONFIG_SHELL-/bin/sh}
122 NO_EDIT="This file was generated automatically by configure. Do not edit."
124 ## this is a little touchy and won't always work, but...
126 ## if the argv[0] starts with a slash then it is an absolute name that can (and
127 ## must) be used as is.
129 ## otherwise, if argv[0] has no slash in it, we can assume that it is on the
130 ## path. Since PATH might include "." we also add `pwd` to the end of PATH.
134 # if PWD already has a value, it is probably wrong.
135 if [ -n "$PWD" ]; then PWD=`pwd`; fi
137 case "${progname}" in
141 PATH=$PATH:${PWD=`pwd`} ; export PATH
150 # Break out if there are no more args
157 # Get the first arg, and shuffle
161 # Make all options have two hyphens
162 orig_option=$option # Save original for error messages
165 -*) option=-$option ;;
168 # Split out the argument for options that take them
171 optarg=`echo $option | sed -e 's/^[^=]*=//'`
172 arguments="$arguments $option"
174 # These options have mandatory values. Since we didn't find an = sign,
175 # the value must be in the next argument
176 --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*)
179 arguments="$arguments $option=$optarg"
182 arguments="$arguments -v"
185 arguments="$arguments $option"
189 # Now, process the options
193 case "$build_alias" in
194 "") build_alias=$optarg ;;
195 *) echo '***' Can only configure for one build machine at a time. 1>&2
204 enableopt=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
206 disableoptions="$disableoptions $option"
214 enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
215 eval "$enableopt='$optarg'"
216 enableoptions="$enableoptions '$option'"
218 --exec-prefix* | --ex*)
220 exec_prefixoption="--exec-prefix=$optarg"
230 NOHOST) host_alias=$optarg ;;
231 *) echo '***' Can only configure for one host at a time. 1>&2
238 floating_pointoption="--nfp"
240 --norecursion | --no*)
245 prefixoption="--prefix=$optarg"
247 --program-prefix* | --program-p*)
248 program_prefix=$optarg
249 program_prefixoption="--program-prefix=$optarg"
251 --program-suffix* | --program-s*)
252 program_suffix=$optarg
253 program_suffixoption="--program-suffix=$optarg"
255 --program-transform-name* | --program-t*)
256 # Double any backslashes or dollar signs in the argument
257 program_transform_name="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
258 program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
263 --silent | --sil* | --quiet | --q*)
264 redirect=">/dev/null"
269 site_option="--site=$optarg"
272 # Remove trailing slashes. Otherwise, when the file name gets
273 # bolted into an object file as debug info, it has two slashes
274 # in it. Ordinarily this is ok, but emacs takes double slash
275 # to mean "forget the first part".
276 srcdir=`echo $optarg | sed -e 's:/$::'`
282 case $target_alias in
283 NOTARGET) target_alias=$optarg ;;
284 *) echo '***' Can only configure for one target at a time. 1>&2
291 tmpdiroption="--tmpdir=$optarg"
293 --verbose | --v | --verb*)
297 --version | --V | --vers*)
298 echo "This is Cygnus Configure version" `echo ${version} | sed 's/[ $:]//g'`
307 withopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
308 eval $withopt="$optarg"
309 withoptions="$withoptions $option"
312 withopt=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
314 withoutoptions="$withoutoptions $option"
317 withoptions="$withoptions --with-x"
319 --x-i* | --x-l*) other_options="$other_options $orig_option"
321 --bi* | --sb* | --li* | --da* | --sy* | --sh* | --lo* | --in* | --ol* | --ma*)
322 # These options were added to autoconf for emacs.
325 echo "configure: Unrecognized option: \"$orig_option\"; use --help for usage." >&2
330 NOUNDEFS) undefs=$option ;;
331 *) echo '***' Can only configure for one host and one target at a time. 1>&2
339 # process host and target
341 # Do some error checking and defaulting for the host and target type.
343 # configure --host=HOST --target=TARGET UNDEFS
346 # 1. You aren't allowed to specify --host, --target, and undefs at the
348 # 2. Host defaults to undefs.
349 # 3. If undefs is not specified, then host defaults to the current host,
350 # as determined by config.guess.
351 # 4. Target defaults to undefs.
352 # 5. If undefs is not specified, then target defaults to host.
356 # Make sure that host, target & undefs aren't all specified at the
358 case $host_alias---$target_alias---$undefs in
359 NOHOST---*---* | *---NOTARGET---* | *---*---NOUNDEFS)
361 *) echo '***' Can only configure for one host and one target at a time. 1>&2
367 # Now, do defaulting for host.
372 # Neither --host option nor undefs were present.
374 guesssys=`echo ${progname} | sed 's/configure$/config.guess/'`
375 if host_alias=`${config_shell} ${guesssys}`
377 # If the string we are going to use for
378 # the target is a prefix of the string
379 # we just guessed for the host, then
380 # assume we are running native, and force
381 # the same string for both target and host.
382 case $target_alias in
385 if expr $host_alias : $target_alias >/dev/null
387 host_alias=$target_alias
391 echo "Configuring for a ${host_alias} host." 1>&2
392 arguments="--host=$host_alias $arguments"
394 echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2
400 arguments="--host=$host_alias $arguments"
406 # Do defaulting for target. If --target option isn't present, default
407 # to undefs. If undefs isn't present, default to host.
408 case $target_alias in
412 target_alias=$host_alias
416 arguments="--target=$target_alias $arguments"
424 if [ -n "${fatal}" -o "${host_alias}" = "help" ] ; then
426 echo Usage: configure [OPTIONS] [HOST]
428 echo Options: [defaults in brackets]
429 echo ' --prefix=MYDIR install into MYDIR [/usr/local]'
430 echo ' --exec-prefix=MYDIR install host-dependent files into MYDIR [/usr/local]'
431 echo ' --help print this message [normal config]'
432 echo ' --build=BUILD configure for building on BUILD [BUILD=HOST]'
433 echo ' --host=HOST configure for HOST [determined via config.guess]'
434 echo ' --norecursion configure this directory only [recurse]'
435 echo ' --program-prefix=FOO prepend FOO to installed program names [""]'
436 echo ' --program-suffix=FOO append FOO to installed program names [""]'
437 echo ' --program-transform-name=P transform installed names by sed pattern P [""]'
438 echo ' --site=SITE configure with site-specific makefile for SITE'
439 echo ' --srcdir=DIR find the sources in DIR [. or ..]'
440 echo ' --target=TARGET configure for TARGET [TARGET=HOST]'
441 echo ' --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp]'
442 echo ' --nfp configure for software floating point [hard float]'
443 echo ' --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)'
444 echo ' --without-FOO package FOO is NOT available'
445 echo ' --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)'
446 echo ' --disable-FOO do not include feature FOO'
448 echo 'Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.'
450 if [ -r config.status ] ; then
457 configsub=`echo ${progname} | sed 's/configure$/config.sub/'`
458 moveifchange=`echo ${progname} | sed 's/configure$/move-if-change/'`
460 # this is a hack. sun4 must always be a valid host alias or this will fail.
461 if ${config_shell} ${configsub} sun4 >/dev/null 2>&1 ; then
464 echo '***' cannot find config.sub. 1>&2
469 if ${config_shell} ${moveifchange} config.junk config.trash ; then
472 echo '***' cannot find move-if-change. 1>&2
475 rm -f config.junk config.trash
479 if [ -r configure.in ] ; then
482 if [ -r ${progname}.in ] ; then
483 srcdir=`echo ${progname} | sed 's:/configure$::'`
485 echo '***' "Can't find configure.in. Try using --srcdir=some_dir" 1>&2
491 # Set srcdir to "." if that's what it is.
492 # This is important for multilib support.
493 if [ ! -d ${srcdir} ] ; then
494 echo "Invalid source directory ${srcdir}" >&2
498 srcpwd=`cd ${srcdir} ; pwd`
499 if [ "${pwd}" = "${srcpwd}" ] ; then
504 ### warn about some conflicting configurations.
509 if [ -f ${srcdir}/config.status ] ; then
510 echo '***' Cannot configure here in \"${PWD=`pwd`}\" when \"${srcdir}\" is currently configured. 1>&2
515 # default exec_prefix
516 case "${exec_prefixoption}" in
517 "") exec_prefix="\$(prefix)" ;;
521 ### break up ${srcdir}/configure.in.
522 case "`grep '^# per\-host:' ${srcdir}/configure.in`" in
524 echo '***' ${srcdir}/configure.in has no \"per-host:\" line. 1>&2
525 # Check for a directory that's been converted to use autoconf since
526 # it was last configured.
527 if grep AC_OUTPUT ${srcdir}/configure.in >/dev/null ; then
528 echo '***' Hmm, looks like this directory has been autoconfiscated. 1>&2
529 if [ -r ${srcdir}/configure ] ; then
530 echo '***' Running the local configure script. 1>&2
531 case "${cache_file}" in
532 "") cache_file_option= ;;
533 *) cache_file_option="--cache-file=${cache_file}" ;;
535 srcdiroption="--srcdir=${srcdir}"
536 case "${build_alias}" in
538 *) buildopt="--build=${build_alias}" ;;
540 eval exec ${config_shell} ${srcdir}/configure ${verbose} \
541 ${buildopt} --host=${host_alias} --target=${target_alias} \
542 ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
544 ${program_prefixoption} ${program_suffixoption} \
545 ${program_transform_nameoption} ${site_option} \
546 ${withoptions} ${withoutoptions} \
547 ${enableoptions} ${disableoptions} ${floating_pointoption} \
548 ${cache_file_option} ${removing} ${other_options} ${redirect}
550 echo '***' There is no configure script present though. 1>&2
558 case "`grep '^# per\-target:' ${srcdir}/configure.in`" in
560 echo '***' ${srcdir}/configure.in has no \"per-target:\" line. 1>&2
567 "") TMPDIR=/tmp ; export TMPDIR ;;
571 # keep this filename short for &%*%$*# 14 char file names
572 tmpfile=${TMPDIR}/cONf$$
573 # Note that under many versions of sh a trap handler for 0 will *override* any
574 # exit status you explicitly specify! At this point, the only non-error exit
575 # is at the end of the script; these actions are duplicated there, minus
576 # the "exit 1". Don't use "exit 0" anywhere after this without resetting the
577 # trap handler, or you'll lose.
578 trap "rm -f Makefile.tem ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos; exit 1" 0 1 2 15
580 # split ${srcdir}/configure.in into common, per-host, per-target,
581 # and post-target parts. Post-target is optional.
582 sed -e '/^# per\-host:/,$d' ${srcdir}/configure.in > ${tmpfile}.com
583 sed -e '1,/^# per\-host:/d' -e '/^# per\-target:/,$d' ${srcdir}/configure.in > ${tmpfile}.hst
584 if grep '^# post-target:' ${srcdir}/configure.in >/dev/null ; then
585 sed -e '1,/^# per\-target:/d' -e '/^# post\-target:/,$d' ${srcdir}/configure.in > ${tmpfile}.tgt
586 sed -e '1,/^# post\-target:/d' ${srcdir}/configure.in > ${tmpfile}.pos
588 sed -e '1,/^# per\-target:/d' ${srcdir}/configure.in > ${tmpfile}.tgt
592 ### do common part of configure.in
596 # some sanity checks on configure.in
597 case "${srctrigger}" in
599 echo '***' srctrigger not set in ${PWD=`pwd`}/configure.in. 1>&2
605 case "${build_alias}" in
607 if result=`${config_shell} ${configsub} ${host_alias}` ; then
608 build_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
609 build_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
610 build_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
611 build=${build_cpu}-${build_vendor}-${build_os}
612 build_alias=${host_alias}
616 if result=`${config_shell} ${configsub} ${build_alias}` ; then
617 buildopt="--build=${build_alias}"
618 build_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
619 build_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
620 build_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
621 build=${build_cpu}-${build_vendor}-${build_os}
623 echo "Unrecognized build system name ${build_alias}." 1>&2
629 if result=`${config_shell} ${configsub} ${host_alias}` ; then
632 echo "Unrecognized host system name ${host_alias}." 1>&2
635 host_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636 host_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637 host_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638 host=${host_cpu}-${host_vendor}-${host_os}
642 if result=`${config_shell} ${configsub} ${target_alias}` ; then
645 echo "Unrecognized target system name ${target_alias}." 1>&2
648 target_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
649 target_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
650 target_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
651 target=${target_cpu}-${target_vendor}-${target_os}
655 # Find the source files, if location was not specified.
660 if [ ! -r ${srctrigger} ] ; then
667 if [ ! -r ${srcdir}/${srctrigger} ] ; then
668 case "${srcdirdefaulted}" in
669 "") echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/${srcdir}" 1>&2 ;;
670 *) echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/. or ${PWD=`pwd`}/.." 1>&2 ;;
673 echo '***' \(At least ${srctrigger} is missing.\) 1>&2
677 # Some systems (e.g., one of the i386-aix systems the gas testers are
678 # using) don't handle "\$" correctly, so don't use it here.
679 tooldir='$(exec_prefix)'/${target_alias}
681 if [ "${host_alias}" != "${target_alias}" ] ; then
682 if [ "${program_prefixoption}" = "" ] ; then
683 if [ "${program_suffixoption}" = "" ] ; then
684 if [ "${program_transform_nameoption}" = "" ] ; then
685 program_prefix=${target_alias}- ;
691 # Merge program_prefix and program_suffix onto program_transform_name.
692 # (program_suffix used to use $, but it's hard to preserve $ through both
694 if [ "${program_suffix}" != "" ] ; then
695 program_transform_name="-e s,\\\\(.*\\\\),\\\\1${program_suffix}, ${program_transform_name}"
698 if [ "${program_prefix}" != "" ] ; then
699 program_transform_name="-e s,^,${program_prefix}, ${program_transform_name}"
702 # If CC and CXX are not set in the environment, and the Makefile
703 # exists, try to extract them from it. This is to handle running
704 # ./config.status by hand.
705 if [ -z "${CC}" -a -r Makefile ]; then
710 /^CC[ ]*=/ s/CC[ ]*=[ ]*\(.*\)/\1/p' < Makefile > Makefile.cc
711 CC=`tail -1 Makefile.cc`
715 if [ -z "${CXX}" -a -r Makefile ]; then
720 /^CXX[ ]*=/ s/CXX[ ]*=[ ]*\(.*\)/\1/p' < Makefile > Makefile.cc
721 CXX=`tail -1 Makefile.cc`
725 # Generate a default definition for YACC. This is used if the makefile can't
726 # locate bison or byacc in objdir.
728 for prog in 'bison -y' byacc yacc
730 set dummy $prog; tmp=$2
731 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
733 test -z "$dir" && dir=.
734 if test -f $dir/$tmp; then
741 test -n "$DEFAULT_YACC" && break
744 # Generate a default definition for LEX. This is used if the makefile can't
745 # locate flex in objdir.
749 set dummy $prog; tmp=$2
750 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
752 test -z "$dir" && dir=.
753 if test -f $dir/$tmp; then
760 test -n "$DEFAULT_LEX" && break
763 if [ "${build}" != "${host}" ]; then
764 # If we are doing a Canadian Cross, in which the host and build systems
765 # are not the same, we set reasonable default values for the tools.
767 tools="AR AR_FOR_TARGET AS AS_FOR_TARGET BISON CC_FOR_BUILD"
768 tools="${tools} CC_FOR_TARGET CXX_FOR_TARGET"
769 tools="${tools} DLLTOOL DLLTOOL_FOR_TARGET GCC_FOR_TARGET HOST_PREFIX"
770 tools="${tools} HOST_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
771 tools="${tools} NM_FOR_TARGET RANLIB RANLIB_FOR_TARGET"
772 tools="${tools} WINDRES WINDRES_FOR_TARGET YACC"
774 for var in ${tools}; do
775 if [ -z "`eval 'echo $'"${var}"`" -a -r Makefile ]; then
780 /^'"${var}"'[ ]*=/ s/'"${var}"'[ ]*=[ ]*\(.*\)/\1/p' \
781 < Makefile > Makefile.v
782 t=`tail -1 Makefile.v`
783 if [ -n "${t}" ]; then
790 AR=${AR-${host_alias}-ar}
791 AR_FOR_TARGET=${AR_FOR_TARGET-${target_alias}-ar}
792 AS=${AS-${host_alias}-as}
793 AS_FOR_TARGET=${AS_FOR_TARGET-${target_alias}-as}
795 CC=${CC-${host_alias}-gcc}
796 CFLAGS=${CFLAGS-"-g -O2"}
797 CXX=${CXX-${host_alias}-c++}
798 CXXFLAGS=${CXXFLAGS-"-g -O2"}
799 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
800 CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc}
801 CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-c++}
802 DLLTOOL=${DLLTOOL-${host_alias}-dlltool}
803 DLLTOOL_FOR_TARGET=${DLLTOOL_FOR_TARGET-${target_alias}-dlltool}
804 GCC_FOR_TARGET=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
805 HOST_PREFIX=${build_alias}-
806 HOST_PREFIX_1=${build_alias}-
807 LD=${LD-${host_alias}-ld}
808 LD_FOR_TARGET=${LD_FOR_TARGET-${target_alias}-ld}
809 MAKEINFO=${MAKEINFO-makeinfo}
810 NM=${NM-${host_alias}-nm}
811 NM_FOR_TARGET=${NM_FOR_TARGET-${target_alias}-nm}
812 RANLIB=${RANLIB-${host_alias}-ranlib}
813 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET-${target_alias}-ranlib}
814 WINDRES=${WINDRES-${host_alias}-windres}
815 WINDRES_FOR_TARGET=${WINDRES_FOR_TARGET-${target_alias}-windres}
817 if [ -z "${YACC}" ]; then
818 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
820 test -z "$dir" && dir=.
821 if test -f $dir/bison; then
825 if test -f $dir/byacc; then
829 if test -f $dir/yacc; then
835 if [ -z "${YACC}" ]; then
840 if [ -z "${LEX}" ]; then
841 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
843 test -z "$dir" && dir=.
844 if test -f $dir/flex; then
848 if test -f $dir/lex; then
857 # Export variables which autoconf might try to set.
867 # If CC is still not set, try to get gcc.
868 if [ -z "${CC}" ]; then
869 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
871 test -z "$dir" && dir=.
872 if test -f $dir/gcc; then
874 echo 'void f(){}' > conftest.c
875 if test -z "`${CC} -g -c conftest.c 2>&1`"; then
876 CFLAGS=${CFLAGS-"-g -O2"}
877 CXXFLAGS=${CFLAGS-"-g -O2"}
879 CFLAGS=${CFLAGS-"-O2"}
880 CXXFLAGS=${CFLAGS-"-O2"}
891 CFLAGS=${CFLAGS-"-g"}
892 CXXFLAGS=${CXXFLAGS-"-g -O2"}
900 # FIXME: This should be in configure.in, not configure
910 # FIXME: This should be in configure.in, not configure
911 # Determine whether gdb needs tk/tcl or not.
912 if [ "$enable_gdbtk" != "no" ]; then
913 GDB_TK="all-tcl all-tk all-itcl all-tix"
918 for subdir in . ${subdirs} ; do
920 # ${subdir} is relative path from . to the directory we're currently
922 # ${invsubdir} is inverse of ${subdir), *with* trailing /, if needed.
923 invsubdir=`echo ${subdir}/ | sed -e 's|\./||g' -e 's|[^/]*/|../|g'`
925 ### figure out what to do with srcdir
927 ".") # no -srcdir option. We're building in place.
930 makesrcdir=`echo ${srcdir}/${subdir} | sed -e 's|/\.$||'`
932 *) # otherwise relative
934 .) makesrcdir=${srcdir} ;;
935 *) makesrcdir=${invsubdir}${srcdir}/${subdir} ;;
940 if [ "${subdir}/" != "./" ] ; then
941 Makefile=${subdir}/Makefile
944 if [ ! -d ${subdir} ] ; then
945 if mkdir ${subdir} ; then
948 echo '***' "${progname}: could not make ${PWD=`pwd`}/${subdir}" 1>&2
953 case "${removing}" in
957 *) eval echo Building in ${subdir} ${redirect} ;;
960 # FIXME Should this be done recursively ??? (Useful for e.g. gdbtest)
961 # Set up the list of links to be made.
962 # ${links} is the list of link names, and ${files} is the list of names to link to.
965 configlinks="${links}"
966 if [ -r ${subdir}/config.status ] ; then
967 mv -f ${subdir}/config.status ${subdir}/config.back
969 while [ -n "${files}" ] ; do
970 # set file to car of files, files to cdr of files
971 set ${files}; file=$1; shift; files=$*
972 set ${links}; link=$1; shift; links=$*
974 if [ ! -r ${srcdir}/${file} ] ; then
975 echo '***' "${progname}: cannot create a link \"${link}\"," 1>&2
976 echo '***' "since the file \"${srcdir}/${file}\" does not exist." 1>&2
981 # Make a symlink if possible, otherwise try a hard link
982 if ${symbolic_link} ${srcdir}/${file} ${link} >/dev/null 2>&1 ; then
985 # We need to re-remove the file because Lynx leaves a
986 # very strange directory there when it fails an NFS symlink.
987 ${remove} -r -f ${link}
988 ${hard_link} ${srcdir}/${file} ${link}
990 if [ ! -r ${link} ] ; then
991 echo '***' "${progname}: unable to link \"${link}\" to \"${srcdir}/${file}\"." 1>&2
995 echo "Linked \"${link}\" to \"${srcdir}/${file}\"."
998 # Create a .gdbinit file which runs the one in srcdir
999 # and tells GDB to look there for source files.
1001 if [ -r ${srcdir}/${subdir}/.gdbinit ] ; then
1004 *) cat > ${subdir}/.gdbinit <<EOF
1008 source ${makesrcdir}/.gdbinit
1014 # Install a makefile, and make it set VPATH
1015 # if necessary so that the sources are found.
1016 # Also change its value of srcdir.
1017 # NOTE: Makefile generation constitutes the majority of the time in configure. Hence, this section has
1018 # been somewhat optimized and is perhaps a bit twisty.
1020 # code is order so as to try to sed the smallest input files we know.
1022 # the four makefile fragments MUST end up in the resulting Makefile in this order:
1023 # package, target, host, and site. so do these separately because I don't trust the
1024 # order of sed -e expressions.
1026 if [ -f ${srcdir}/${subdir}/${Makefile_in} ] ; then
1028 # Conditionalize for this site from "Makefile.in" (or whatever it's called) into Makefile.tem
1029 rm -f ${subdir}/Makefile.tem
1031 "") cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem ;;
1033 site_makefile_frag=${srcdir}/config/ms-${site}
1035 if [ -f ${site_makefile_frag} ] ; then
1036 sed -e "/^####/ r ${site_makefile_frag}" ${srcdir}/${subdir}/${Makefile_in} \
1037 > ${subdir}/Makefile.tem
1039 cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem
1044 # working copy now in ${subdir}/Makefile.tem
1046 # Conditionalize the makefile for this host.
1048 case "${host_makefile_frag}" in
1049 "") mv ${subdir}/Makefile.tem ${Makefile} ;;
1051 if [ ! -f ${host_makefile_frag} ] ; then
1052 host_makefile_frag=${srcdir}/${host_makefile_frag}
1054 if [ -f ${host_makefile_frag} ] ; then
1055 sed -e "/^####/ r ${host_makefile_frag}" ${subdir}/Makefile.tem > ${Makefile}
1057 echo '***' Expected host makefile fragment \"${host_makefile_frag}\" 1>&2
1058 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1059 mv ${subdir}/Makefile.tem ${Makefile}
1062 # working copy now in ${Makefile}
1064 # Conditionalize the makefile for this target.
1065 rm -f ${subdir}/Makefile.tem
1066 case "${target_makefile_frag}" in
1067 "") mv ${Makefile} ${subdir}/Makefile.tem ;;
1069 if [ ! -f ${target_makefile_frag} ] ; then
1070 target_makefile_frag=${srcdir}/${target_makefile_frag}
1072 if [ -f ${target_makefile_frag} ] ; then
1073 sed -e "/^####/ r ${target_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
1075 mv ${Makefile} ${subdir}/Makefile.tem
1076 target_makefile_frag=
1080 # real copy now in ${subdir}/Makefile.tem
1082 # Conditionalize the makefile for this package.
1084 case "${package_makefile_frag}" in
1085 "") mv ${subdir}/Makefile.tem ${Makefile} ;;
1087 if [ ! -f ${package_makefile_frag} ] ; then
1088 package_makefile_frag=${srcdir}/${package_makefile_frag}
1090 if [ -f ${package_makefile_frag} ] ; then
1091 sed -e "/^####/ r ${package_makefile_frag}" ${subdir}/Makefile.tem > ${Makefile}
1092 rm -f ${subdir}/Makefile.tem
1094 echo '***' Expected package makefile fragment \"${package_makefile_frag}\" 1>&2
1095 echo '***' is missing in ${PWD=`pwd`}. 1>&2
1096 mv ${subdir}/Makefile.tem ${Makefile}
1099 # working copy now in ${Makefile}
1101 mv ${Makefile} ${subdir}/Makefile.tem
1103 # real copy now in ${subdir}/Makefile.tem
1105 # prepend warning about editting, and a bunch of variables.
1107 cat > ${Makefile} <<EOF
1109 VPATH = ${makesrcdir}
1110 links = ${configlinks}
1111 host_alias = ${host_alias}
1112 host_cpu = ${host_cpu}
1113 host_vendor = ${host_vendor}
1114 host_os = ${host_os}
1115 host_canonical = ${host_cpu}-${host_vendor}-${host_os}
1116 target_alias = ${target_alias}
1117 target_cpu = ${target_cpu}
1118 target_vendor = ${target_vendor}
1119 target_os = ${target_os}
1120 target_canonical = ${target_cpu}-${target_vendor}-${target_os}
1124 *) cat >> ${Makefile} << EOF
1125 build_alias = ${build_alias}
1126 build_cpu = ${build_cpu}
1127 build_vendor = ${build_vendor}
1128 build_os = ${build_os}
1129 build_canonical = ${build_cpu}-${build_vendor}-${build_os}
1133 case "${package_makefile_frag}" in
1135 /*) echo package_makefile_frag = ${package_makefile_frag} >>${Makefile} ;;
1136 *) echo package_makefile_frag = ${invsubdir}${package_makefile_frag} >>${Makefile} ;;
1139 case "${target_makefile_frag}" in
1141 /*) echo target_makefile_frag = ${target_makefile_frag} >>${Makefile} ;;
1142 *) echo target_makefile_frag = ${invsubdir}${target_makefile_frag} >>${Makefile} ;;
1145 case "${host_makefile_frag}" in
1147 /*) echo host_makefile_frag = ${host_makefile_frag} >>${Makefile} ;;
1148 *) echo host_makefile_frag = ${invsubdir}${host_makefile_frag} >>${Makefile} ;;
1151 if [ "${site_makefile_frag}" != "" ] ; then
1152 echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
1155 # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
1156 # remove any form feeds.
1157 if [ -z "${subdirs}" ]; then
1158 rm -f ${subdir}/Makefile.tm2
1159 sed -e "s:^SUBDIRS[ ]*=.*$:SUBDIRS = ${configdirs}:" \
1160 -e "s:^NONSUBDIRS[ ]*=.*$:NONSUBDIRS = ${noconfigdirs}:" \
1161 ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
1162 rm -f ${subdir}/Makefile.tem
1163 mv ${subdir}/Makefile.tm2 ${subdir}/Makefile.tem
1165 sed -e "s|^prefix[ ]*=.*$|prefix = ${prefix}|" \
1166 -e "s|^exec_prefix[ ]*=.*$|exec_prefix = ${exec_prefix}|" \
1172 s%^CC[ ]*=.*$%CC = ${CC}%
1179 s%^CXX[ ]*=.*$%CXX = ${CXX}%
1186 s%^CFLAGS[ ]*=.*$%CFLAGS = ${CFLAGS}%
1188 -e "/^CXXFLAGS[ ]*=/{
1193 s%^CXXFLAGS[ ]*=.*$%CXXFLAGS = ${CXXFLAGS}%
1195 -e "s|^SHELL[ ]*=.*$|SHELL = ${config_shell}|" \
1196 -e "s:^GDB_TK[ ]*=.*$:GDB_TK = ${GDB_TK}:" \
1197 -e "s|^srcdir[ ]*=.*$|srcdir = ${makesrcdir}|" \
1199 -e "s:^program_prefix[ ]*=.*$:program_prefix = ${program_prefix}:" \
1200 -e "s:^program_suffix[ ]*=.*$:program_suffix = ${program_suffix}:" \
1201 -e "s:^program_transform_name[ ]*=.*$:program_transform_name = ${program_transform_name}:" \
1202 -e "s|^tooldir[ ]*=.*$|tooldir = ${tooldir}|" \
1203 -e "s:^DEFAULT_YACC[ ]*=.*$:DEFAULT_YACC = ${DEFAULT_YACC}:" \
1204 -e "s:^DEFAULT_LEX[ ]*=.*$:DEFAULT_LEX = ${DEFAULT_LEX}:" \
1205 ${subdir}/Makefile.tem >> ${Makefile}
1207 # If this is a Canadian Cross, preset the values of many more
1209 if [ "${build}" != "${host}" ]; then
1210 for var in ${tools}; do
1211 val=`eval 'echo $'"${var}"`
1212 sed -e "/^${var}[ ]*=/{
1217 s%^${var}[ ]*=.*$%${var} = ${val}%
1218 }" ${Makefile} > ${Makefile}.tem
1219 mv -f ${Makefile}.tem ${Makefile}
1223 # final copy now in ${Makefile}
1226 echo "No Makefile.in found in ${srcdir}/${subdir}, unable to configure" 1>&2
1229 rm -f ${subdir}/Makefile.tem
1231 case "${host_makefile_frag}" in
1233 *) using="and \"${host_makefile_frag}\"" ;;
1236 case "${target_makefile_frag}" in
1238 *) using="${using} and \"${target_makefile_frag}\"" ;;
1241 case "${site_makefile_frag}" in
1243 *) using="${using} and \"${site_makefile_frag}\"" ;;
1246 newusing=`echo "${using}" | sed 's/and/using/'`
1248 echo "Created \"${Makefile}\" in" ${PWD=`pwd`} ${using}
1252 # describe the chosen configuration in config.status.
1253 # Make that file a shellscript which will reestablish
1254 # the same configuration. Used in Makefiles to rebuild
1257 case "${norecursion}" in
1258 "") arguments="${arguments} --norecursion" ;;
1262 if [ ${subdir} = . ] ; then
1265 # This directory was configured as follows:
1266 ${progname}" ${arguments} "
1267 # ${using}" > ${subdir}/config.new
1271 # This directory was configured as follows:
1273 ${progname}" ${arguments} "
1274 # ${using}" > ${subdir}/config.new
1276 chmod a+x ${subdir}/config.new
1277 if [ -r ${subdir}/config.back ] ; then
1278 mv -f ${subdir}/config.back ${subdir}/config.status
1280 ${config_shell} ${moveifchange} ${subdir}/config.new ${subdir}/config.status
1283 *) rm -f ${Makefile} ${subdir}/config.status ${links} ;;
1287 # If there are subdirectories, then recur.
1288 if [ -z "${norecursion}" -a -n "${configdirs}" ] ; then
1289 for configdir in ${configdirs} ; do
1291 if [ -d ${srcdir}/${configdir} ] ; then
1292 eval echo Configuring ${configdir}... ${redirect}
1296 if [ ! -d ./${configdir} ] ; then
1297 if mkdir ./${configdir} ; then
1300 echo '***' "${progname}: could not make ${PWD=`pwd`}/${configdir}" 1>&2
1310 ### figure out what to do with srcdir
1312 ".") newsrcdir=${srcdir} ;; # no -srcdir option. We're building in place.
1314 newsrcdir=${srcdir}/${configdir}
1315 srcdiroption="--srcdir=${newsrcdir}"
1317 ?:*) # absolute path on win32
1318 newsrcdir=${srcdir}/${configdir}
1319 srcdiroption="--srcdir=${newsrcdir}"
1321 *) # otherwise relative
1322 newsrcdir=../${srcdir}/${configdir}
1323 srcdiroption="--srcdir=${newsrcdir}"
1327 # Handle --cache-file=../XXX
1328 case "${cache_file}" in
1332 cache_file_option="--cache-file=${cache_file}"
1334 ?:*) # absolute path on win32
1335 cache_file_option="--cache-file=${cache_file}"
1338 cache_file_option="--cache-file=../${cache_file}"
1342 ### check for guested configure, otherwise fix possibly relative progname
1343 if [ -f ${newsrcdir}/configure ] ; then
1344 recprog=${newsrcdir}/configure
1345 elif [ -f ${newsrcdir}/configure.in ] ; then
1346 case "${progname}" in
1347 /*) recprog=${progname} ;;
1348 ?:*) recprog=${progname} ;;
1349 *) recprog=../${progname} ;;
1352 eval echo No configuration information in ${configdir} ${redirect}
1356 ### The recursion line is here.
1357 if [ ! -z "${recprog}" ] ; then
1358 if eval ${config_shell} ${recprog} ${verbose} ${buildopt} --host=${host_alias} --target=${target_alias} \
1359 ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
1360 ${srcdiroption} ${program_prefixoption} ${program_suffixoption} ${program_transform_nameoption} ${site_option} ${withoptions} ${withoutoptions} ${enableoptions} ${disableoptions} ${floating_pointoption} ${cache_file_option} ${removing} ${other_options} ${redirect} ; then
1363 echo Configure in `pwd` failed, exiting. 1>&2
1373 # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
1374 # and reset the trap handler.
1375 rm -f ${tmpfile}.com ${tmpfile}.tgt ${tmpfile}.hst ${tmpfile}.pos