This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] New target configuration -- tic4x


Hi all,

Here is the top-level patch for a new target, tic4x. This patch is only addressing the configuration/make files only, partly because I have got the impressions that you like small patches and partly the fact that I'm waiting for the paperwork of the author of the "real" code to go through. The rest of the code will be submitted then.


2002-08-13 Svein E. Seldal <Svein.Seldal@solidas.com>

* config.sub: Added tic4x (and c4x) target
* configure.in: Added tic4x (and c4x) target
* configure: Regenerate.

bfd/
2002-08-13 Svein E. Seldal <Svein.Seldal@solidas.com>

* Makefile.am: Added support for tic4x target
* Makefile.in: Regenerate.
* config.bfd: Add support for tic4x-*-*coff* and c4x-*-*coff*.
* configure.in: Add support for tic4x.
* configure: Regenerate.

gas/
2002-08-13 Svein E. Seldal <Svein.Seldal@solidas.com>

* configure.in: Added support for tic4x-*-* and c4x-*-*
* configure: Regenerated.

ld/
2002-08-13 Svein E. Seldal <Svein.Seldal@solidas.com>

* Makefile.am: Added support for tic4x-*-*.
* configure.tgt: Added support for tic4x-*-*.
* Makefile.in: Regenerate.

opcodes/
2002-08-13 Svein E. Seldal <Svein.Seldal@solidas.com>

* Makefile.am: Added support for tic4x-*-*
* configure.in: Added support for tic4x-*-*


Regards,
Svein E. Seldal
? Patch
? SES_BFDfiles.txt
? SES_log.txt
? patches
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.247
diff -c -p -3 -r1.247 ChangeLog
*** ChangeLog	6 Aug 2002 09:18:28 -0000	1.247
--- ChangeLog	13 Aug 2002 18:30:57 -0000
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-08-13  Svein E. Seldal  <Svein.Seldal@solidas.com>
+ 
+ 	* config.sub: Added tic4x (and c4x) target
+ 	* configure.in: Added tic4x (and c4x) target
+ 	* configure: Regenerate.
+ 
  2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
  
  	* configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.36
diff -c -p -3 -r1.36 config.sub
*** config.sub	17 Jul 2002 00:17:14 -0000	1.36
--- config.sub	13 Aug 2002 18:30:57 -0000
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002 Free Software Foundation, Inc.
  
! timestamp='2002-07-03'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002 Free Software Foundation, Inc.
  
! timestamp='2002-08-13'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
*************** case $basic_machine in
*** 229,235 ****
  	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
  	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
! 	| c4x | clipper \
  	| d10v | d30v | dlx | dsp16xx \
  	| fr30 | frv \
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
--- 229,235 ----
  	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
  	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
! 	| clipper \
  	| d10v | d30v | dlx | dsp16xx \
  	| fr30 | frv \
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
*************** case $basic_machine in
*** 292,298 ****
  	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
  	| avr-* \
  	| bs2000-* \
! 	| c[123]* | c30-* | [cjt]90-* | c54x-* \
  	| clipper-* | cydra-* \
  	| d10v-* | d30v-* | dlx-* \
  	| elxsi-* \
--- 292,298 ----
  	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
  	| avr-* \
  	| bs2000-* \
! 	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \
  	| clipper-* | cydra-* \
  	| d10v-* | d30v-* | dlx-* \
  	| elxsi-* \
*************** case $basic_machine in
*** 325,331 ****
  	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
  	| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
  	| sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
! 	| tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
  	| v850-* | v850e-* | vax-* \
  	| we32k-* \
  	| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
--- 325,331 ----
  	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
  	| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
  	| sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
! 	| tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
  	| v850-* | v850e-* | vax-* \
  	| we32k-* \
  	| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
*************** case $basic_machine in
*** 903,908 ****
--- 903,912 ----
  		basic_machine=t90-cray
  		os=-unicos
  		;;
+         tic4x | c4x)
+                 basic_machine=tic4x-unknown
+                 os=-coff
+                 ;;
  	tic54x | c54x*)
  		basic_machine=tic54x-unknown
  		os=-coff
*************** case $basic_machine in
*** 1036,1045 ****
  		;;
  	pmac | pmac-mpw)
  		basic_machine=powerpc-apple
- 		;;
- 	c4x*)
- 		basic_machine=c4x-none
- 		os=-coff
  		;;
  	*-unknown)
  		# Make sure to match an already-canonicalized machine name.
--- 1040,1045 ----
Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.17
diff -c -p -3 -r1.17 configure
*** configure	31 May 2002 20:09:45 -0000	1.17
--- configure	13 Aug 2002 18:30:57 -0000
***************
*** 1,1612 ****
- #!/bin/sh
- 
- ### WARNING: this file contains embedded tabs.  Do not run untabify on this file.
- 
- # Configuration script
- # Copyright (C) 1988, 90, 91, 92, 93, 94, 95, 96, 97, 98, 1999, 2000, 2001,
- # 2002 Free Software Foundation, Inc.
- 
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- # 
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- # GNU General Public License for more details.
- # 
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- 
- # This file was originally written by K. Richard Pixley.
- 
- #
- # Shell script to create proper links to machine-dependent files in
- # preparation for compilation.
- #
- # If configure succeeds, it leaves its status in config.status.
- # If configure fails after disturbing the status quo, 
- #       config.status is removed.
- #
- 
- export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh $0 $argv; kill $$)
- 
- remove=rm
- hard_link=ln
- symbolic_link='ln -s'
- 
- #for Test
- #remove="echo rm"
- #hard_link="echo ln"
- #symbolic_link="echo ln -s"
- 
- # clear some things potentially inherited from environment.
- 
- Makefile=Makefile
- Makefile_in=Makefile.in
- arguments=
- build_alias=
- cache_file=config.cache
- cache_file_option=
- configdirs=
- extraconfigdirs=
- diroptions=
- enable_threads=no
- enable_shared=no
- enable_libstdcxx_v3=yes
- exec_prefix=
- exec_prefixoption=
- fatal=
- floating_point=default
- gas=default
- gcc_version=
- gcc_version_trigger=
- host_alias=NOHOST
- host_makefile_frag=
- moveifchange=
- norecursion=
- other_options=
- package_makefile_frag=
- package_makefile_rules_frag=
- prefix=/usr/local
- progname=
- program_prefix=
- program_prefixoption=
- program_suffix=
- program_suffixoption=
- program_transform_name=
- program_transform_nameoption=
- redirect=
- removing=
- site=
- site_makefile_frag=
- site_option=
- srcdir=
- srctrigger=
- subdirs=
- target_alias=NOTARGET
- target_makefile_frag=
- undefs=NOUNDEFS
- version="$Revision: 1.17 $"
- x11=default
- bindir='${exec_prefix}/bin'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
- datadir='${prefix}/share'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
- localstatedir='${prefix}/var'
- libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
- infodir='${prefix}/info'
- mandir='${prefix}/man'
- 
- ### we might need to use some other shell than /bin/sh for running subshells
- 
- ### If we are on Windows, search for the shell.  This will permit people
- ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
- ### without also having to set CONFIG_SHELL.  This code will work when
- ### using bash, which sets OSTYPE.
- case "${OSTYPE}" in
- *win32*)
-   if [ x${CONFIG_SHELL} = x ]; then
-     if [ ! -f /bin/sh ]; then
-       if [ x${SHELL} != x ] && [ -f ${SHELL} ]; then
- 	CONFIG_SHELL=${SHELL}
- 	export CONFIG_SHELL
-       else
- 	for prog in sh sh.exe bash bash.exe; do
- 	  IFS="${IFS=	}"; save_ifs="$IFS"; IFS="${IFS}:"
- 	  for dir in $PATH; do
- 	    test -z "$dir" && dir=.
- 	    if test -f $dir/$prog; then
- 	      CONFIG_SHELL=$dir/$prog
- 	      export CONFIG_SHELL
- 	      break
- 	    fi
- 	  done
- 	  IFS="$save_ifs"
- 	  test -n "${CONFIG_SHELL}" && break
- 	done
-       fi
-     fi
-   fi
-   ;;
- esac
- 
- config_shell=${CONFIG_SHELL-/bin/sh}
- 
- NO_EDIT="This file was generated automatically by configure.  Do not edit."
- 
- ## this is a little touchy and won't always work, but...
- ##
- ## if the argv[0] starts with a slash then it is an absolute name that can (and
- ## must) be used as is.
- ##
- ## otherwise, if argv[0] has no slash in it, we can assume that it is on the
- ## path.  Since PATH might include "." we also add `pwd` to the end of PATH.
- ##
- 
- progname=$0
- # if PWD already has a value, it is probably wrong.
- if [ -n "$PWD" ]; then PWD=`${PWDCMD-pwd}`; fi
- 
- case "${progname}" in
- /* | [A-Za-z]:[\\/]* ) ;;
- */*) ;;
- *)
-         PATH=$PATH:${PWD=`${PWDCMD-pwd}`} ; export PATH
-         ;;
- esac
- 
- # Export original configure arguments for use by sub-configures.
- TOPLEVEL_CONFIGURE_ARGUMENTS="$progname $@"
- export TOPLEVEL_CONFIGURE_ARGUMENTS
- 
- # Loop over all args
- 
- while :
- do
- 
- # Break out if there are no more args
- 	case $# in
- 	0)
- 		break
- 		;;
- 	esac
- 
- # Get the first arg, and shuffle
- 	option=$1
- 	shift
- 
- # Make all options have two hyphens
- 	orig_option=$option	# Save original for error messages
- 	case $option in
- 	--*) ;;
- 	-*) option=-$option ;;
- 	esac
- 		
- # Split out the argument for options that take them
- 	case $option in
- 	--*=*)
- 		optarg=`echo $option | sed -e 's/^[^=]*=//'`
- 		arguments="$arguments $option"
- 		;;
- # These options have mandatory values.  Since we didn't find an = sign,
- # the value must be in the next argument
- 	--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*)
- 		optarg=$1
- 		shift
- 		arguments="$arguments $option=$optarg"
- 		;;
- 	--v)
- 		arguments="$arguments -v"
- 		;;
- 	--*)
- 		arguments="$arguments $option"
- 		;;
- 	esac
- 
- # Now, process the options
- 	case $option in
- 
- 	--bi*)
- 		bindir=$optarg
- 		diroptions="$diroptions --bindir=$optarg"
- 		;;
- 	--build* | --bu*)
- 		case "$build_alias" in
- 		"") build_alias=$optarg ;;
- 		*) echo '***' Can only configure for one build machine at a time.  1>&2
- 		   fatal=yes
- 		   ;;
- 		esac
- 		;;
- 	--cache*)
- 		cache_file=$optarg
- 		;;
- 	--da*)
- 		datadir=$optarg
- 		diroptions="$diroptions --datadir=$optarg"
- 		;;
- 	--disable-*)
- 		enableopt=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
- 		eval $enableopt=no
- 		disableoptions="$disableoptions $option"
- 		;;
- 	--enable-*)
- 		case "$option" in
- 		*=*)	;;
- 		*)	optarg=yes ;;
- 		esac
- 
- 		enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
- 		eval "$enableopt=\$optarg"
- 		enableoptions="$enableoptions '$option'"
- 		;;
- 	--exec-prefix* | --ex*)
- 		exec_prefix=$optarg
- 		exec_prefixoption="--exec-prefix=$optarg"
- 		;;
- 	--gas | --g*)
- 		gas=yes
- 		;;
- 	--help | --he*)
- 		fatal=yes
- 		;;
- 	--host* | --ho*)
- 		case $host_alias in
- 		NOHOST) host_alias=$optarg ;;
- 		*) echo '***' Can only configure for one host at a time.  1>&2
- 		   fatal=yes
- 		   ;;
- 		esac
- 		;;
- 	--inc*)
- 		includedir=$optarg
- 		diroptions="$diroptions --includedir=$optarg"
- 		;;
- 	--inf*)
- 		infodir=$optarg
- 		diroptions="$diroptions --infodir=$optarg"
- 		;;
- 	--libd*)
- 		libdir=$optarg
- 		diroptions="$diroptions --libdir=$optarg"
- 		;;
- 	--libe*)
- 		libexecdir=$optarg
- 		diroptions="$diroptions --libexecdir=$optarg"
- 		;;
- 	--lo*)
- 		localstatedir=$optarg
- 		diroptions="$diroptions --localstatedir=$optarg"
- 		;;
- 	--ma*)
- 		mandir=$optarg
- 		diroptions="$diroptions --mandir=$optarg"
- 		;;
- 	--nfp | --nf*)
- 		floating_point=no
- 		floating_pointoption="--nfp"
- 		;;
- 	--norecursion | --no*)
- 		norecursion=yes
- 		;;
- 	--ol*)
- 		oldincludedir=$optarg
- 		diroptions="$diroptions --oldincludedir=$optarg"
- 		;;
- 	--prefix* | --pre*)
- 		prefix=$optarg
- 		prefixoption="--prefix=$optarg"
- 		;;
- 	--program-prefix* | --program-p*)
- 		program_prefix=$optarg
- 		program_prefixoption="--program-prefix=$optarg"
- 		;;
- 	--program-suffix* | --program-s*)
- 		program_suffix=$optarg
- 		program_suffixoption="--program-suffix=$optarg"
- 		;;
- 	--program-transform-name* | --program-t*)
- 		# Double any backslashes or dollar signs in the argument
- 		program_transform_name="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
- 		program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
- 		;;
- 	--rm)
- 		removing=--rm
- 		;;
- 	--sb*)
- 		sbindir=$optarg
- 		diroptions="$diroptions --sbindir=$optarg"
- 		;;
- 	--sh*)
- 		sharedstatedir=$optarg
- 		diroptions="$diroptions --sharedstatedir=$optarg"
- 		;;
- 	--silent | --sil* | --quiet | --q*)
- 		redirect=">/dev/null"
- 		verbose=--silent
- 		;;
- 	--site* | --sit*)
- 		site=$optarg
- 		site_option="--site=$optarg"
- 		;;
- 	--srcdir*/ | --sr*/)
-                 # Remove trailing slashes.  Otherwise, when the file name gets
-                 # bolted into an object file as debug info, it has two slashes
-                 # in it.  Ordinarily this is ok, but emacs takes double slash
-                 # to mean "forget the first part".
- 		srcdir=`echo $optarg | sed -e 's:/$::'`
- 		;;
- 	--srcdir* | --sr*)
- 		srcdir=$optarg
- 		;;
- 	--sy*)
- 		sysconfdir=$optarg
- 		diroptions="$diroptions --sysconfdir=$optarg"
- 		;;
- 	--target* | --ta*)
- 		case $target_alias in
- 		NOTARGET) target_alias=$optarg ;;
- 		*) echo '***' Can only configure for one target at a time.  1>&2
- 		   fatal=yes
- 		   ;;
- 		esac
- 		;;
- 	--tmpdir* | --tm*)
- 		TMPDIR=$optarg
- 		tmpdiroption="--tmpdir=$optarg"
- 		;;
- 	--verbose | --v | --verb*)
- 		redirect=
- 		verbose=--verbose
- 		;;
- 	--version | --V | --vers*)
- 		echo "This is Cygnus Configure version" `echo ${version} | sed 's/[ $:]//g'`
- 		exit 0
- 		;;
- 	--with-*)
- 		case "$option" in
- 		*=*)	;;
- 		*)	optarg=yes ;;
- 		esac
- 
- 		withopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
- 		eval $withopt="\$optarg"
- 		withoptions="$withoptions $option"
- 		;;
- 	--without-*)
- 		withopt=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
- 		eval $withopt=no
- 		withoutoptions="$withoutoptions $option"
- 		;;
- 	--x)	with_x=yes
- 		withoptions="$withoptions --with-x"
- 		;;
- 	--x-i* | --x-l*) other_options="$other_options $orig_option"
- 		;;
- 	--*)
- 		echo "configure: Unrecognized option: \"$orig_option\"; use --help for usage." >&2
- 		exit 1
- 		;;
- 	*)
- 		case $undefs in
- 		NOUNDEFS) undefs=$option ;;
- 		*) echo '***' Can only configure for one host and one target at a time.  1>&2
- 		   fatal=yes
- 		   ;;
- 		esac
- 		;;
- 	esac
- done
- 
- # process host and target
- 
- # Do some error checking and defaulting for the host and target type.
- # The inputs are:
- #    configure --host=HOST --target=TARGET UNDEFS
- #
- # The rules are:
- # 1. You aren't allowed to specify --host, --target, and undefs at the
- #    same time.
- # 2. Host defaults to undefs.
- # 3. If undefs is not specified, then host defaults to the current host,
- #    as determined by config.guess.
- # 4. Target defaults to undefs.
- # 5. If undefs is not specified, then target defaults to host.
- 
- case "${fatal}" in
- "")
- 	# Make sure that host, target & undefs aren't all specified at the
- 	# same time.
- 	case $host_alias---$target_alias---$undefs in
- 	NOHOST---*---* | *---NOTARGET---* | *---*---NOUNDEFS)
- 		;;
- 	*) echo '***' Can only configure for one host and one target at a time.  1>&2
- 	   fatal=yes
- 	   break 2
- 		;;
- 	esac
- 
- 	# Now, do defaulting for host.
- 	case $host_alias in
- 	NOHOST)
- 		case $undefs in
- 		NOUNDEFS)
- 			# Neither --host option nor undefs were present.
- 			# Call config.guess.
- 			guesssys=`echo ${progname} | sed 's/configure$/config.guess/'`
- 			if host_alias=`${config_shell} ${guesssys}`
- 			then
- 				# If the string we are going to use for
- 				# the target is a prefix of the string
- 				# we just guessed for the host, then
- 				# assume we are running native, and force
- 				# the same string for both target and host.
- 				case $target_alias in
- 				NOTARGET) ;;
- 				*)
- 					if expr $host_alias : $target_alias >/dev/null
- 					then
- 						host_alias=$target_alias
- 					fi
- 					;;
- 				esac
- 				echo "Configuring for a ${host_alias} host."
- 				arguments="--host=$host_alias $arguments"
- 			else
- 				echo 'Config.guess failed to determine the host type.  You need to specify one.' 1>&2
- 				fatal=yes
- 			fi
- 			;;
- 		*)
- 			host_alias=$undefs
- 			arguments="--host=$host_alias $arguments"
- 			undefs=NOUNDEFS
- 			;;
- 		esac
- 	esac
- 
- 	# Do defaulting for target.  If --target option isn't present, default
- 	# to undefs.  If undefs isn't present, default to host.
- 	case $target_alias in
- 	NOTARGET)
- 		case $undefs in
- 		NOUNDEFS)
- 			target_alias=$host_alias
- 			;;
- 		*)
- 			target_alias=$undefs
- 			arguments="--target=$target_alias $arguments"
- 			;;
- 		esac
- 	esac
- 	;;
- *) ;;
- esac
- 
- if [ -n "${fatal}" -o "${host_alias}" = "help" ] ; then
- 	exec 1>&2
- 	echo Usage: configure [OPTIONS] [HOST]
- 	echo
- 	echo Options: [defaults in brackets]
- 	echo ' --prefix=MYDIR		 install into MYDIR [/usr/local]'
- 	echo ' --exec-prefix=MYDIR	 install host-dependent files into MYDIR [/usr/local]'
- 	echo ' --help			 print this message [normal config]'
- 	echo ' --build=BUILD		 configure for building on BUILD [BUILD=HOST]'
- 	echo ' --host=HOST		 configure for HOST [determined via config.guess]'
- 	echo ' --norecursion		 configure this directory only [recurse]'
- 	echo ' --program-prefix=FOO	 prepend FOO to installed program names [""]'
- 	echo ' --program-suffix=FOO	 append FOO to installed program names [""]'
- 	echo ' --program-transform-name=P transform installed names by sed pattern P [""]'
- 	echo ' --site=SITE		 configure with site-specific makefile for SITE'
- 	echo ' --srcdir=DIR		 find the sources in DIR [. or ..]'
- 	echo ' --target=TARGET	 configure for TARGET [TARGET=HOST]'
- 	echo ' --tmpdir=TMPDIR	 create temporary files in TMPDIR [/tmp]'
- 	echo ' --nfp			 configure for software floating point [hard float]'
- 	echo ' --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)'
- 	echo ' --without-FOO		 package FOO is NOT available'
- 	echo ' --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)'
- 	echo ' --disable-FOO		 do not include feature FOO'
- 	echo
- 	echo 'Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.'
- 	echo
- 	if [ -r config.status ] ; then
- 		cat config.status
- 	fi
- 
- 	exit 1
- fi
- 
- configsub=`echo ${progname} | sed 's/configure$/config.sub/'`
- moveifchange=`echo ${progname} | sed 's/configure$/move-if-change/'`
- ## the sed command below emulates the dirname command
- topsrcdir=`cd \`echo ${progname} | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'\`; ${PWDCMD-pwd}`
- 
- 
- # this is a hack.  sun4 must always be a valid host alias or this will fail.
- if ${config_shell} ${configsub} sun4 >/dev/null 2>&1 ; then
-         true
- else
-         echo '***' cannot find config.sub.  1>&2
-         exit 1
- fi
- 
- touch config.junk
- if ${config_shell} ${moveifchange} config.junk config.trash ; then
-         true
- else
-         echo '***' cannot find move-if-change.  1>&2
-         exit 1
- fi
- rm -f config.junk config.trash
- 
- case "${srcdir}" in
- "")
-         if [ -r configure.in ] ; then
-                 srcdir=.
-         else
-                 if [ -r ${progname}.in ] ; then
-                         srcdir=`echo ${progname} | sed 's:/configure$::'`
-                 else
-                         echo '***' "Can't find configure.in.  Try using --srcdir=some_dir"  1>&2
-                         exit 1
-                 fi
-         fi
-         ;;
- *)
- 	# Set srcdir to "." if that's what it is.
- 	# This is important for multilib support.
- 	if [ ! -d ${srcdir} ] ; then
- 		echo "Invalid source directory ${srcdir}" >&2
- 		exit 1
- 	fi
- 	pwd=`${PWDCMD-pwd}`
- 	srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
- 	if [ "${pwd}" = "${srcpwd}" ] ; then
- 		srcdir=.
- 	fi
- esac
- 
- ### warn about some conflicting configurations.
- 
- case "${srcdir}" in
- ".") ;;
- *)
-         if [ -f ${srcdir}/config.status ] ; then
-                 echo '***' Cannot configure here in \"${PWD=`${PWDCMD-pwd}`}\" when \"${srcdir}\" is currently configured. 1>&2
-                 exit 1
-         fi
- esac
- 
- # default exec_prefix
- case "${exec_prefixoption}" in
- "") exec_prefix="\$(prefix)" ;;
- *) ;;
- esac
- 
- # Define the trigger file to make sure configure will re-run whenever
- # the gcc version number changes.
- if [ "${with_gcc_version_trigger+set}" = set ]; then
-     gcc_version_trigger="$with_gcc_version_trigger"
-     gcc_version=`grep version_string ${with_gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
- else
-     # If gcc's sources are available, define the trigger file.
-     if [ -f ${topsrcdir}/gcc/version.c ] ; then
- 	gcc_version_trigger=${topsrcdir}/gcc/version.c
- 	gcc_version=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
- 	case "$arguments" in
- 	  *--with-gcc-version-trigger=$gcc_version_trigger* )
- 	    ;;
- 	  * )
- 	    # Make sure configure.in knows about this.
- 	    arguments="--with-gcc-version-trigger=$gcc_version_trigger $arguments"
- 	    ;;
- 	esac
- 	withoptions="--with-gcc-version-trigger=$gcc_version_trigger $withoptions"
-     fi
- fi
- 
- ### break up ${srcdir}/configure.in.
- case "`grep '^# per\-host:' ${srcdir}/configure.in`" in
- "")
-         echo '***' ${srcdir}/configure.in has no \"per-host:\" line. 1>&2
- 	# Check for a directory that's been converted to use autoconf since
- 	# it was last configured.
- 	if grep AC_OUTPUT ${srcdir}/configure.in >/dev/null ; then
- 	  echo '***' Hmm, looks like this directory has been autoconfiscated. 1>&2
- 	  if [ -r ${srcdir}/configure ] ; then
- 	    echo '***' Running the local configure script. 1>&2
- 	    case "${cache_file}" in
- 	    "") cache_file_option= ;;
- 	    *)  cache_file_option="--cache-file=${cache_file}" ;;
- 	    esac
- 	    srcdiroption="--srcdir=${srcdir}"
- 	    case "${build_alias}" in
- 	    "") buildopt= ;;
- 	    *)  buildopt="--build=${build_alias}" ;;
- 	    esac
- 	    eval exec ${config_shell} ${srcdir}/configure ${verbose} \
- 		${buildopt} --host=${host_alias} --target=${target_alias} \
- 		${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
- 		${srcdiroption} ${diroptions} \
- 		${program_prefixoption} ${program_suffixoption} \
- 		${program_transform_nameoption} ${site_option} \
- 		${withoptions} ${withoutoptions} \
- 		${enableoptions} ${disableoptions} ${floating_pointoption} \
- 		${cache_file_option} ${removing} ${other_options} ${redirect}
- 	  else
- 	    echo '***' There is no configure script present though. 1>&2
- 	  fi
- 	fi
-         exit 1
-         ;;
- *) ;;
- esac
- 
- case "`grep '^# per\-target:' ${srcdir}/configure.in`" in
- "")
-         echo '***' ${srcdir}/configure.in has no \"per-target:\" line. 1>&2
-         exit 1
-         ;;
- *) ;;
- esac
- 
- case "${TMPDIR}" in
- "") TMPDIR=/tmp ; export TMPDIR ;;
- *) ;;
- esac
- 
- # keep this filename short for &%*%$*# 14 char file names and 8+3 file names
- tmpdir=${TMPDIR}/cNf$$
- mkdir ${tmpdir} || exit 1
- tmpfile=${tmpdir}/cNf$$
- # Note that under many versions of sh a trap handler for 0 will *override* any
- # exit status you explicitly specify!  At this point, the only non-error exit
- # is at the end of the script; these actions are duplicated there, minus
- # the "exit 1".  Don't use "exit 0" anywhere after this without resetting the
- # trap handler, or you'll lose.
- trap "rm -rf Makefile.tem ${tmpdir}; exit 1" 0 1 2 15
- 
- # split ${srcdir}/configure.in into common, per-host, per-target,
- # and post-target parts.  Post-target is optional.
- sed -e '/^# per\-host:/,$d' ${srcdir}/configure.in > ${tmpfile}.com
- sed -e '1,/^# per\-host:/d' -e '/^# per\-target:/,$d' ${srcdir}/configure.in > ${tmpfile}.hst
- if grep '^# post-target:' ${srcdir}/configure.in >/dev/null ; then
-   sed -e '1,/^# per\-target:/d' -e '/^# post\-target:/,$d' ${srcdir}/configure.in > ${tmpfile}.tgt
-   sed -e '1,/^# post\-target:/d' ${srcdir}/configure.in > ${tmpfile}.pos
- else
-   sed -e '1,/^# per\-target:/d' ${srcdir}/configure.in > ${tmpfile}.tgt
-   echo >${tmpfile}.pos
- fi
- 
- ### do common part of configure.in
- 
- # If the language specific compiler does not exist, but the "gcc" directory does,
- # we will skip this directory; in this case the sub-directory's common part
- # of configure.in will create a small shell script "skip-this-dir" containing
- # commands to completely clean up any temporary or created files.
- 
- . ${tmpfile}.com
- 
- if test -f skip-this-dir; then
- 	# Perform the same cleanup as the trap handler, minus the "exit 1" of course,
- 	# and reset the trap handler.
- 	trap 0
- 	rm -rf Makefile* ${tmpdir}
- 	# Execute the final clean-up actions
- 	${config_shell} skip-this-dir
- 	# and stop configuring this directory.
- 	exit 0
- fi
- 
- # some sanity checks on configure.in
- case "${srctrigger}" in
- "")
-         echo '***' srctrigger not set in ${PWD=`${PWDCMD-pwd}`}/configure.in.  1>&2
-         exit 1
-         ;;
- *) ;;
- esac
- 
- case "${build_alias}" in
- "")
- 	if result=`${config_shell} ${configsub} ${host_alias}` ; then
- 	    build_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
- 	    build_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
- 	    build_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
- 	    build=${build_cpu}-${build_vendor}-${build_os}
- 	    build_alias=${host_alias}
- 	fi
- 	;;
- *)
- 	if result=`${config_shell} ${configsub} ${build_alias}` ; then
- 	    buildopt="--build=${build_alias}"
- 	    build_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
- 	    build_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
- 	    build_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
- 	    build=${build_cpu}-${build_vendor}-${build_os}
- 	else
- 	    echo "Unrecognized build system name ${build_alias}." 1>&2
- 	    exit 1
- 	fi
- 	;;
- esac
- 
- if result=`${config_shell} ${configsub} ${host_alias}` ; then
-     true
- else
-     echo "Unrecognized host system name ${host_alias}." 1>&2
-     exit 1
- fi
- host_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
- host_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
- host_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
- host=${host_cpu}-${host_vendor}-${host_os}
- 
- . ${tmpfile}.hst
- 
- if result=`${config_shell} ${configsub} ${target_alias}` ; then
-     true
- else
-     echo "Unrecognized target system name ${target_alias}." 1>&2
-     exit 1
- fi
- target_cpu=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
- target_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
- target_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
- target=${target_cpu}-${target_vendor}-${target_os}
- 
- . ${tmpfile}.tgt
- 
- # Find the source files, if location was not specified.
- case "${srcdir}" in
- "")
-         srcdirdefaulted=1
-         srcdir=.
-         if [ ! -r ${srctrigger} ] ; then
-                 srcdir=..
-         fi
-         ;;
- *) ;;
- esac
- 
- if [ ! -r ${srcdir}/${srctrigger} ] ; then
-         case "${srcdirdefaulted}" in
-         "") echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`${PWDCMD-pwd}`}/${srcdir}" 1>&2 ;;
-         *)  echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`${PWDCMD-pwd}`}/. or ${PWD=`${PWDCMD-pwd}`}/.." 1>&2 ;;
-         esac
- 
-         echo '***' \(At least ${srctrigger} is missing.\) 1>&2
-         exit 1
- fi
- 
- # Some systems (e.g., one of the i386-aix systems the gas testers are
- # using) don't handle "\$" correctly, so don't use it here.
- tooldir='$(exec_prefix)'/${target_alias}
- 
- if [ "${host_alias}" != "${target_alias}" ] ; then
-     if [ "${program_prefixoption}" = "" ] ; then
-         if [ "${program_suffixoption}" = "" ] ; then 
-             if [ "${program_transform_nameoption}" = "" ] ; then
-                 program_prefix=${target_alias}- ;
-             fi
-         fi
-     fi
- fi
- 
- # Merge program_prefix and program_suffix onto program_transform_name.
- # (program_suffix used to use $, but it's hard to preserve $ through both
- # make and sh.)
- if [ "${program_suffix}" != "" ] ; then
-     program_transform_name="-e s,\\\\(.*\\\\),\\\\1${program_suffix}, ${program_transform_name}"
- fi
- 
- if [ "${program_prefix}" != "" ] ; then
-     program_transform_name="-e s,^,${program_prefix}, ${program_transform_name}"
- fi
- 
- # If CC and CXX are not set in the environment, and the Makefile
- # exists, try to extract them from it.  This is to handle running
- # ./config.status by hand.
- if [ -z "${CC}" ] && [ -r Makefile ]; then
-   sed -n -e ':loop
- /\\$/ N
- s/\\\n//g
- t loop
- /^CC[ 	]*=/ s/CC[ 	]*=[ 	]*\(.*\)/\1/p' < Makefile > Makefile.cc
-   CC=`tail -1 Makefile.cc`
-   rm -f Makefile.cc
- fi
- 
- if [ -z "${CFLAGS}" ] && [ -r Makefile ]; then
-   sed -n -e ':loop
- /\\$/ N
- s/\\\n//g
- t loop
- /^CFLAGS[ 	]*=/ s/CFLAGS[ 	]*=[ 	]*\(.*\)/\1/p' < Makefile > Makefile.cc
-   CFLAGS=`tail -1 Makefile.cc`
-   rm -f Makefile.cc
- fi
- 
- if [ -z "${CXX}" ] && [ -r Makefile ]; then
-   sed -n -e ':loop
- /\\$/ N
- s/\\\n//g
- t loop
- /^CXX[ 	]*=/ s/CXX[ 	]*=[ 	]*\(.*\)/\1/p' < Makefile > Makefile.cc
-   CXX=`tail -1 Makefile.cc`
-   rm -f Makefile.cc
- fi
- 
- if [ -z "${CXXFLAGS}" ] && [ -r Makefile ]; then
-   sed -n -e ':loop
- /\\$/ N
- s/\\\n//g
- t loop
- /^CXXFLAGS[ 	]*=/ s/CXXFLAGS[ 	]*=[ 	]*\(.*\)/\1/p' < Makefile > Makefile.cc
-   CXXFLAGS=`tail -1 Makefile.cc`
-   rm -f Makefile.cc
- fi
- 
- # Generate a default definition for YACC.  This is used if the makefile can't
- # locate bison or byacc in objdir.
- 
- for prog in 'bison -y' byacc yacc
- do
-   set dummy $prog; tmp=$2
-   IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}:"
-   for dir in $PATH; do
-     test -z "$dir" && dir=.
-     if test -f $dir/$tmp; then
-       DEFAULT_YACC="$prog"
-       break
-     fi
-   done
-   IFS="$save_ifs"
- 
-   test -n "$DEFAULT_YACC" && break
- done
- 
- # Generate a default definition for M4.  This is used if the makefile can't
- # locate m4 in objdir.
- 
- for prog in gm4 gnum4 m4
- do
-   set dummy $prog; tmp=$2
-   IFS="${IFS=   }"; save_ifs="$IFS"; IFS="${IFS}:"
-   for dir in $PATH; do
-     test -z "$dir" && dir=.
-     if test -f $dir/$tmp; then
-       DEFAULT_M4="$prog"
-       break
-     fi
-   done
-   IFS="$save_ifs"
- 
-   test -n "$DEFAULT_M4" && break
- done
- 
- # Generate a default definition for LEX.  This is used if the makefile can't
- # locate flex in objdir.
- 
- for prog in flex lex
- do
-   set dummy $prog; tmp=$2
-   IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}:"
-   for dir in $PATH; do
-     test -z "$dir" && dir=.
-     if test -f $dir/$tmp; then
-       DEFAULT_LEX="$prog"
-       break
-     fi
-   done
-   IFS="$save_ifs"
- 
-   test -n "$DEFAULT_LEX" && break
- done
- 
- if [ "${build}" != "${host}" ]; then
-   # If we are doing a Canadian Cross, in which the host and build systems
-   # are not the same, we set reasonable default values for the tools.
- 
-   tools="AR AR_FOR_TARGET AS AS_FOR_TARGET BISON CC_FOR_BUILD"
-   tools="${tools} CC_FOR_TARGET CXX_FOR_TARGET GCJ_FOR_TARGET"
-   tools="${tools} DLLTOOL DLLTOOL_FOR_TARGET GCC_FOR_TARGET BUILD_PREFIX"
-   tools="${tools} BUILD_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
-   tools="${tools} NM_FOR_TARGET RANLIB RANLIB_FOR_TARGET"
-   tools="${tools} WINDRES WINDRES_FOR_TARGET YACC"
-   tools="${tools} OBJCOPY OBJDUMP"
- 
-   for var in ${tools}; do
-     if eval [ -z \"\$${var}\" ] && [ -r Makefile ]; then
-       sed -n -e ':loop
- /\\$/ N
- s/\\\n//g
- t loop
- /^'"${var}"'[ 	]*=/ s/'"${var}"'[ 	]*=[ 	]*\(.*\)/\1/p' \
- 	< Makefile > Makefile.v
-       t=`tail -1 Makefile.v`
-       if [ -n "${t}" ]; then
- 	eval "${var}=\${t}"
-       fi
-       rm -f Makefile.v
-     fi
-   done
- 
-   AR=${AR-${host_alias}-ar}
-   AR_FOR_TARGET=${AR_FOR_TARGET-${target_alias}-ar}
-   AS=${AS-${host_alias}-as}
-   AS_FOR_TARGET=${AS_FOR_TARGET-${target_alias}-as}
-   BISON=${BISON-bison}
-   CC=${CC-${host_alias}-gcc}
-   CFLAGS=${CFLAGS-"-g -O2"}
-   CXX=${CXX-${host_alias}-c++}
-   CXXFLAGS=${CXXFLAGS-"-g -O2"}
-   CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
-   CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc}
-   CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-c++}
-   GCJ_FOR_TARGET=${GCJ_FOR_TARGET-${target_alias}-gcj}
-   DLLTOOL=${DLLTOOL-${host_alias}-dlltool}
-   DLLTOOL_FOR_TARGET=${DLLTOOL_FOR_TARGET-${target_alias}-dlltool}
-   GCC_FOR_TARGET=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
-   BUILD_PREFIX=${build_alias}-
-   BUILD_PREFIX_1=${build_alias}-
-   LD=${LD-${host_alias}-ld}
-   LD_FOR_TARGET=${LD_FOR_TARGET-${target_alias}-ld}
-   MAKEINFO=${MAKEINFO-makeinfo}
-   NM=${NM-${host_alias}-nm}
-   NM_FOR_TARGET=${NM_FOR_TARGET-${target_alias}-nm}
-   RANLIB=${RANLIB-${host_alias}-ranlib}
-   RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET-${target_alias}-ranlib}
-   WINDRES=${WINDRES-${host_alias}-windres}
-   WINDRES_FOR_TARGET=${WINDRES_FOR_TARGET-${target_alias}-windres}
-   OBJCOPY=${OBJCOPY-${host_alias}-objcopy}
-   OBJDUMP=${OBJDUMP-${host_alias}-objdump}
- 
-   if [ -z "${YACC}" ]; then
-     IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}:"
-     for dir in $PATH; do
-       test -z "$dir" && dir=.
-       if test -f $dir/bison; then
- 	YACC="bison -y"
- 	break
-       fi
-       if test -f $dir/byacc; then
- 	YACC=byacc
- 	break
-       fi
-       if test -f $dir/yacc; then
- 	YACC=yacc
- 	break
-       fi
-     done
-     IFS="$save_ifs"
-     if [ -z "${YACC}" ]; then
-       YACC="bison -y"
-     fi
-   fi
- 
-   if [ -z "${LEX}" ]; then
-     IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}:"
-     for dir in $PATH; do
-       test -z "$dir" && dir=.
-       if test -f $dir/flex; then
- 	LEX=flex
- 	break
-       fi
-       if test -f $dir/lex; then
- 	LEX=lex
- 	break
-       fi
-     done
-     IFS="$save_ifs"
-     LEX=${LEX-flex}
-   fi
- 
-   # Export variables which autoconf might try to set.
-   export AS
-   export AR
-   export CC_FOR_BUILD
-   export DLLTOOL
-   export LD
-   export NM
-   export RANLIB
-   export WINDRES
-   export OBJCOPY
-   export OBJDUMP
- else
-   # If CC is still not set, try to get gcc.
-   if [ -z "${CC}" ]; then
-     IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}:"
-     for dir in $PATH; do
-       test -z "$dir" && dir=.
-       if test -f $dir/gcc; then
- 	CC="gcc"
- 	echo 'void f(){}' > conftest.c
- 	if test -z "`${CC} -g -c conftest.c 2>&1`"; then
- 	  CFLAGS=${CFLAGS-"-g -O2"}
- 	  CXXFLAGS=${CXXFLAGS-"-g -O2"}
- 	else
- 	  CFLAGS=${CFLAGS-"-O2"}
- 	  CXXFLAGS=${CXXFLAGS-"-O2"}
- 	fi
- 	rm -f conftest*
- 	break
-       fi
-     done
-     IFS="$save_ifs"
-     CC=${CC-cc}
-   else
-     if test -z "${CFLAGS}"; then
-       # Here CC is set but CFLAGS is not.  Use a quick hack to use -O2 if CC
-       # is set to a version of gcc.
-       case "${CC}" in
-       *gcc)
- 	echo 'void f(){}' > conftest.c
- 	if test -z "`${CC} -g -c conftest.c 2>&1`"; then
- 	  CFLAGS=${CFLAGS-"-g -O2"}
- 	  CXXFLAGS=${CXXFLAGS-"-g -O2"}
- 	else
- 	  CFLAGS=${CFLAGS-"-O2"}
- 	  CXXFLAGS=${CXXFLAGS-"-O2"}
- 	fi
- 	rm -f conftest*
- 	;;
-       esac
-     fi
-   fi
- 
-   CXX=${CXX-"c++"}
-   CFLAGS=${CFLAGS-"-g"}
-   CXXFLAGS=${CXXFLAGS-"-g -O2"}
- fi
- 
- export CC
- export CXX
- export CFLAGS
- export CXXFLAGS
- 
- all_build_modules=
- if test x"${build_alias}" != x"${host_alias}"
- then
-   all_build_modules='$(ALL_BUILD_MODULES_LIST)'
- fi
- 
- for subdir in . ${subdirs} ; do
- 
-     # ${subdir} is relative path from . to the directory we're currently
-     # configuring.
-     # ${invsubdir} is inverse of ${subdir), *with* trailing /, if needed.
-     invsubdir=`echo ${subdir}/ | sed -e 's|\./||g' -e 's|[^/]*/|../|g'`
- 
-     ### figure out what to do with srcdir
-     case "${srcdir}" in
-         ".")  # no -srcdir option.  We're building in place.
-                 makesrcdir=. ;;
-         /* | [A-Za-z]:[\\/]* ) # absolute path
-                 makesrcdir=`echo ${srcdir}/${subdir} | sed -e 's|/\.$||'`
-                 ;;
-         *) # otherwise relative
-                 case "${subdir}" in
-                 .) makesrcdir=${srcdir} ;;
-                 *) makesrcdir=${invsubdir}${srcdir}/${subdir} ;;
-                 esac
-                 ;;
-     esac
- 
-     if [ "${subdir}/" != "./" ] ; then
-         Makefile=${subdir}/Makefile
-     fi
- 
-     if [ ! -d ${subdir} ] ; then
-         if mkdir ${subdir} ; then
-                 true
-         else
-                 echo '***' "${progname}: could not make ${PWD=`${PWDCMD-pwd}`}/${subdir}" 1>&2
-                 exit 1
-         fi
-     fi
- 
-     case "${removing}" in
-     "")
-         case "${subdir}" in
-         .) ;;
-         *) eval echo Building in ${subdir} ${redirect} ;;
-         esac
- 
-         # FIXME Should this be done recursively ??? (Useful for e.g. gdbtest)
-         # Set up the list of links to be made.
-         # ${links} is the list of link names, and ${files} is the list of names to link to.
- 
-         # Make the links.
-         configlinks="${links}"
-         if [ -r ${subdir}/config.status ] ; then
-                 mv -f ${subdir}/config.status ${subdir}/config.back
-         fi
-         while [ -n "${files}" ] ; do
-                 # set file to car of files, files to cdr of files
-                 set ${files}; file=$1; shift; files=$*
-                 set ${links}; link=$1; shift; links=$*
- 
-                 if [ ! -r ${srcdir}/${file} ] ; then
-                   if [ ! -r ${file} ] ; then
- 		    
-                         echo '***' "${progname}: cannot create a link \"${link}\"," 1>&2
-                         echo '***' "since the file \"${srcdir}/${file}\" does not exist." 1>&2
-                         exit 1
- 		  else
- 			srcfile=${file}
- 		  fi
- 		else
- 			srcfile=${srcdir}/${file}
-                 fi
- 
-                 ${remove} -f ${link}
- 		# Make a symlink if possible, otherwise try a hard link
- 		if ${symbolic_link} ${srcfile} ${link} >/dev/null 2>&1 ; then
- 			true
- 		else
- 			# We need to re-remove the file because Lynx leaves a 
- 			# very strange directory there when it fails an NFS symlink.
- 			${remove} -r -f ${link}
- 			${hard_link} ${srcfile} ${link}
- 		fi
-                 if [ ! -r ${link} ] ; then
-                         echo '***' "${progname}: unable to link \"${link}\" to \"${srcfile}\"." 1>&2
-                         exit 1
-                 fi
- 
-                 echo "Linked \"${link}\" to \"${srcfile}\"."
-         done
- 
-         # Create a .gdbinit file which runs the one in srcdir
-         # and tells GDB to look there for source files.
- 
-         if [ -r ${srcdir}/${subdir}/.gdbinit ] ; then
-                 case ${srcdir} in
-                 .) ;;
-                 *) cat > ${subdir}/.gdbinit <<EOF
- # ${NO_EDIT}
- dir ${makesrcdir}
- dir .
- source ${makesrcdir}/.gdbinit
- EOF
-                         ;;
-                 esac
-         fi
- 
-         # Install a makefile, and make it set VPATH
-         # if necessary so that the sources are found.
-         # Also change its value of srcdir.
-         # NOTE: Makefile generation constitutes the majority of the time in configure.  Hence, this section has
-         # been somewhat optimized and is perhaps a bit twisty.
- 
-         # code is order so as to try to sed the smallest input files we know.
-         # so do these separately because I don't trust the order of sed -e expressions.
- 
-         # the five makefile fragments MUST end up in the resulting Makefile in this order: 
-         # package macros, target, host, site, and package rules.
- 
-         if [ -f ${srcdir}/${subdir}/${Makefile_in} ] ; then
- 
-             # Conditionalize the makefile for this package from "Makefile.in" (or whatever it's called) into Makefile.tem.
-             rm -f ${subdir}/${Makefile}.tem
-             case "${package_makefile_rules_frag}" in
-               "") cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem ;;
-               *)
-                       if [ ! -f ${package_makefile_rules_frag} ] ; then
-                               package_makefile_rules_frag=${srcdir}/${package_makefile_rules_frag}
-                       fi
-                       if [ -f ${package_makefile_rules_frag} ] ; then
-                               sed -e "/^####/  r ${package_makefile_rules_frag}" ${srcdir}/${subdir}/${Makefile_in} > ${Makefile}.tem
-                       else
-                               echo '***' Expected package makefile rules fragment \"${package_makefile_rules_frag}\" 1>&2
-                               echo '***' is missing in ${PWD=`${PWDCMD-pwd}`}. 1>&2
-                               cp ${srcdir}/${subdir}/${Makefile_in} ${subdir}/Makefile.tem
-                       fi
-             esac
-             # working copy now in ${Makefile}.tem
- 
-             # Conditionalize for this site.
-             rm -f ${Makefile}
-               case "${site}" in
-               "") mv ${subdir}/Makefile.tem ${Makefile} ;;
-               *)
-                       site_makefile_frag=${srcdir}/config/ms-${site}
- 
-                       if [ -f ${site_makefile_frag} ] ; then
-                               sed -e "/^####/  r ${site_makefile_frag}" ${subdir}/Makefile.tem \
-                                       > ${Makefile}
-                       else
-                               mv ${subdir}/Makefile.tem ${Makefile}
-                               site_makefile_frag=
-                       fi
-                       ;;
-             esac
-             # working copy now in ${Makefile}
- 
-             # Conditionalize the makefile for this host.
-             rm -f ${subdir}/Makefile.tem
-             case "${host_makefile_frag}" in
-               "") mv ${Makefile} ${subdir}/Makefile.tem ;;
-               *)
-                       if [ ! -f ${host_makefile_frag} ] ; then
-                               host_makefile_frag=${srcdir}/${host_makefile_frag}
-                       fi
-                       if [ -f ${host_makefile_frag} ] ; then
-                               sed -e "/^####/  r ${host_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
-                       else
-                               echo '***' Expected host makefile fragment \"${host_makefile_frag}\" 1>&2
-                               echo '***' is missing in ${PWD=`${PWDCMD-pwd}`}. 1>&2
-                               mv ${Makefile} ${subdir}/Makefile.tem
-                       fi
-             esac
-             # working copy now in ${subdir)/Makefile.tem
- 
-             # Conditionalize the makefile for this target.
-             rm -f ${Makefile}
-             case "${target_makefile_frag}" in
-               "") mv ${subdir}/Makefile.tem ${Makefile} ;;
-               *)
-                       if [ ! -f ${target_makefile_frag} ] ; then
-                               target_makefile_frag=${srcdir}/${target_makefile_frag}
-                       fi
-                       if [ -f ${target_makefile_frag} ] ; then
-                               sed -e "/^####/  r ${target_makefile_frag}" ${subdir}/Makefile.tem > ${Makefile}
-                       else
-                               mv ${subdir}/Makefile.tem ${Makefile}
-                               target_makefile_frag=
-                       fi
-                       ;;
-             esac
-             # working copy now in ${Makefile}
- 
-             # Emit the default values of this package's macros.
-             rm -f ${subdir}/Makefile.tem
-             case "${package_makefile_frag}" in
-               "") mv ${Makefile} ${subdir}/Makefile.tem ;;
-               *)
-                       if [ ! -f ${package_makefile_frag} ] ; then
-                               package_makefile_frag=${srcdir}/${package_makefile_frag}
-                       fi
-                       if [ -f ${package_makefile_frag} ] ; then
-                               sed -e "/^####/  r ${package_makefile_frag}" ${Makefile} > ${subdir}/Makefile.tem
-                       else
-                               echo '***' Expected package makefile fragment \"${package_makefile_rules_frag}\" 1>&2
-                               echo '***' is missing in ${PWD=`${PWDCMD-pwd}`}. 1>&2
-                               mv ${Makefile} ${subdir}/Makefile.tem
-                       fi
-             esac
-             # real copy now in ${subdir}/Makefile.tem
- 
-             # prepend warning about editing, and a bunch of variables.
-             rm -f ${Makefile}
-             cat > ${Makefile} <<EOF
- # ${NO_EDIT}
- VPATH = ${makesrcdir}
- links = ${configlinks}
- host_alias = ${host_alias}
- host_cpu = ${host_cpu}
- host_vendor = ${host_vendor}
- host_os = ${host_os}
- host_canonical = ${host_cpu}-${host_vendor}-${host_os}
- target_alias = ${target_alias}
- target_cpu = ${target_cpu}
- target_vendor = ${target_vendor}
- target_os = ${target_os}
- target_canonical = ${target_cpu}-${target_vendor}-${target_os}
- EOF
- 	    case "${build}" in
- 	      "") ;;
- 	      *)  cat >> ${Makefile} << EOF
- build_alias = ${build_alias}
- build_cpu = ${build_cpu}
- build_vendor = ${build_vendor}
- build_os = ${build_os}
- build_canonical = ${build_cpu}-${build_vendor}-${build_os}
- EOF
- 	    esac
- 
-             case "${package_makefile_frag}" in
-               "") ;;
-               /* | [A-Za-z]:[\\/]* ) echo package_makefile_frag = ${package_makefile_frag} >>${Makefile} ;;
-               *)  echo package_makefile_frag = ${invsubdir}${package_makefile_frag} >>${Makefile} ;;
-             esac
- 
-             case "${target_makefile_frag}" in
-               "") ;;
-               /* | [A-Za-z]:[\\/]* ) echo target_makefile_frag = ${target_makefile_frag} >>${Makefile} ;;
-               *)  echo target_makefile_frag = ${invsubdir}${target_makefile_frag} >>${Makefile} ;;
-             esac
- 
-             case "${host_makefile_frag}" in
-               "") ;;
-               /* | [A-Za-z]:[\\/]* ) echo host_makefile_frag = ${host_makefile_frag} >>${Makefile} ;;
-               *)  echo host_makefile_frag = ${invsubdir}${host_makefile_frag} >>${Makefile} ;;
-             esac
- 
-             if [ "${site_makefile_frag}" != "" ] ; then
-                 echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
-             fi 
- 
- 	    echo enable_shared = ${enable_shared} >> ${Makefile}
- 	    echo enable_threads = ${enable_threads} >> ${Makefile}
- 	    # record if we want to rumtime library stuff installed in libsubdir.
- 	    if test -z "${enable_version_specific_runtime_libs}"; then
- 	        echo enable_version_specific_runtime_libs = no >> ${Makefile}
- 	    else
- 	        echo enable_version_specific_runtime_libs = ${enable_version_specific_runtime_libs} >> ${Makefile}
- 	    fi
- 
- 	    # Emit a macro which describes the file containing gcc's
- 	    # version number.
- 	    echo gcc_version_trigger = ${gcc_version_trigger} >> ${Makefile}
- 	    # And emit a macro defining gcc's version number.
- 	    echo gcc_version = ${gcc_version} >> ${Makefile}
- 
-             # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
-             # remove any form feeds.
-             if [ -z "${subdirs}" ]; then
-                 rm -f ${subdir}/Makefile.tm2
-                 sedtemp=sed.$$
-                 cat >$sedtemp <<EOF
- s:^SUBDIRS[ 	]*=.*$:SUBDIRS = ${configdirs}:
- s:^NONSUBDIRS[ 	]*=.*$:NONSUBDIRS = ${noconfigdirs}:
- EOF
-                 sed -f $sedtemp \
-                     ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
-                 rm -f $sedtemp
-                 rm -f ${subdir}/Makefile.tem
-                 mv ${subdir}/Makefile.tm2 ${subdir}/Makefile.tem
- 	    fi
- 	    sed     -e "s|^prefix[ 	]*=.*$|prefix = ${prefix}|" \
-                     -e "s|^exec_prefix[ 	]*=.*$|exec_prefix = ${exec_prefix}|" \
-                     -e "s|^bindir[ 	]*=.*$|bindir = ${bindir}|" \
-                     -e "s|^sbindir[ 	]*=.*$|sbindir = ${sbindir}|" \
-                     -e "s|^libexecdir[ 	]*=.*$|libexecdir = ${libexecdir}|" \
-                     -e "s|^datadir[ 	]*=.*$|datadir = ${datadir}|" \
-                     -e "s|^sysconfdir[ 	]*=.*$|sysconfdir = ${sysconfdir}|" \
-                     -e "s|^sharedstatedir[ 	]*=.*$|sharedstatedir = ${sharedstatedir}|" \
-                     -e "s|^localstatedir[ 	]*=.*$|localstatedir = ${localstatedir}|" \
-                     -e "s|^libdir[ 	]*=.*$|libdir = ${libdir}|" \
-                     -e "s|^includedir[ 	]*=.*$|includedir = ${includedir}|" \
-                     -e "s|^oldincludedir[ 	]*=.*$|oldincludedir = ${oldincludedir}|" \
-                     -e "s|^infodir[ 	]*=.*$|infodir = ${infodir}|" \
-                     -e "s|^mandir[ 	]*=.*$|mandir = ${mandir}|" \
- 		    -e "s|^ALL_BUILD_MODULES =.*|ALL_BUILD_MODULES =${all_build_modules}|" \
- 		    -e "/^CC[ 	]*=/{
- 			:loop1
- 			/\\\\$/ N
- 			s/\\\\\\n//g
- 			t loop1
- 			s%^CC[ 	]*=.*$%CC = ${CC}%
- 			}" \
- 		    -e "/^CXX[ 	]*=/{
- 			:loop2
- 			/\\\\$/ N
- 			s/\\\\\\n//g
- 			t loop2
- 			s%^CXX[ 	]*=.*$%CXX = ${CXX}%
- 			}" \
- 		    -e "/^CFLAGS[ 	]*=/{
- 			:loop3
- 			/\\\\$/ N
- 			s/\\\\\\n//g
- 			t loop3
- 			s%^CFLAGS[ 	]*=.*$%CFLAGS = ${CFLAGS}%
- 			}" \
- 		    -e "/^CXXFLAGS[ 	]*=/{
- 			:loop4
- 			/\\\\$/ N
- 			s/\\\\\\n//g
- 			t loop4
- 			s%^CXXFLAGS[ 	]*=.*$%CXXFLAGS = ${CXXFLAGS}%
- 			}" \
- 		    -e "s|^SHELL[	 ]*=.*$|SHELL = ${config_shell}|" \
-                     -e "s|^srcdir[ 	]*=.*$|srcdir = ${makesrcdir}|" \
-                     -e "s///" \
-                     -e "s:^program_prefix[ 	]*=.*$:program_prefix = ${program_prefix}:" \
-                     -e "s:^program_suffix[ 	]*=.*$:program_suffix = ${program_suffix}:" \
-                     -e "s:^program_transform_name[ 	]*=.*$:program_transform_name = ${program_transform_name}:" \
-                     -e "s|^tooldir[ 	]*=.*$|tooldir = ${tooldir}|" \
-                     -e "s|^build_tooldir[ 	]*=.*$|build_tooldir = ${tooldir}|" \
- 		    -e "s:^DEFAULT_YACC[	 ]*=.*$:DEFAULT_YACC = ${DEFAULT_YACC}:" \
- 		    -e "s:^DEFAULT_LEX[	 ]*=.*$:DEFAULT_LEX = ${DEFAULT_LEX}:" \
- 		    -e "s:^DEFAULT_M4[  ]*=.*$:DEFAULT_M4 = ${DEFAULT_M4}:" \
-                     ${subdir}/Makefile.tem >> ${Makefile}
-   
- 	    sed -e "s:^GDB_TK[	 ]*=.*$:GDB_TK = ${GDB_TK}:" ${Makefile} >${Makefile}.tem
- 	    mv -f ${Makefile}.tem ${Makefile}
- 
- 	    # If this is a Canadian Cross, preset the values of many more
- 	    # tools.
- 	    if [ "${build}" != "${host}" ]; then
- 		for var in ${tools}; do
- 		    eval val=\$${var}
- 		    sed -e "/^${var}[ 	]*=/{
- 			   :loop1
- 			   /\\\\$/ N
- 			   /\\\\$/ b loop1
- 			   s/\\\\\\n//g
- 			   s%^${var}[ 	]*=.*$%${var} = ${val}%
- 			   }" ${Makefile} > ${Makefile}.tem
- 		    mv -f ${Makefile}.tem ${Makefile}
- 		done
- 	    fi
- 
-             # final copy now in ${Makefile}
- 
-         else
-            echo "No Makefile.in found in ${srcdir}/${subdir}, unable to configure" 1>&2
-         fi
- 
-         rm -f ${subdir}/Makefile.tem
- 
-         case "${host_makefile_frag}" in
-         "") using= ;;
-         *) using="and \"${host_makefile_frag}\"" ;;
-         esac
- 
-         case "${target_makefile_frag}" in
-         "") ;;
-         *) using="${using} and \"${target_makefile_frag}\"" ;;
-         esac
- 
-         case "${site_makefile_frag}" in
-         "") ;;
-         *) using="${using} and \"${site_makefile_frag}\"" ;;
-         esac
- 
-         newusing=`echo "${using}" | sed 's/and/using/'`
-         using=${newusing}
-         echo "Created \"${Makefile}\" in" ${PWD=`${PWDCMD-pwd}`} ${using}
- 
-         . ${tmpfile}.pos
- 
-         # describe the chosen configuration in config.status.
-         # Make that file a shellscript which will reestablish
-         # the same configuration.  Used in Makefiles to rebuild
-         # Makefiles.
- 
-         case "${norecursion}" in
-         "") arguments="${arguments} --norecursion" ;;
-         *) ;;
-         esac
- 
-         if [ ${subdir} = . ] ; then
-             echo "#!/bin/sh
- # ${NO_EDIT}
- # This directory was configured as follows:
- ${progname}" ${arguments}  "
- # ${using}" > ${subdir}/config.new
-         else
-             echo "#!/bin/sh
- # ${NO_EDIT}
- # This directory was configured as follows:
- cd ${invsubdir}
- ${progname}" ${arguments}  "
- # ${using}" > ${subdir}/config.new
-         fi
-         chmod a+x ${subdir}/config.new
-         if [ -r ${subdir}/config.back ] ; then
-                 mv -f ${subdir}/config.back ${subdir}/config.status
-         fi
- 	${config_shell} ${moveifchange} ${subdir}/config.new ${subdir}/config.status
-         ;;
- 
-     *)  rm -f ${Makefile} ${subdir}/config.status ${links} ;;
-     esac
- done
- 
- # If there are subdirectories, then recur.
- if [ -z "${norecursion}" ] && [ -n "${configdirs}" ] ; then 
-         for configdir in ${configdirs} ${extraconfigdirs} ; do
- 
- 		# If configdir contains ',' it is
- 		# srcdir,builddir,target_alias
- 		# These come from extraconfigdirs.
- 		case ${configdir} in
- 		*,*)
- 		    eval `echo ${configdir} | sed -e 's/\([^,]*\),\([^,]*\),\(.*\)/cfg_dir=\1 bld_dir=\2 tgt_alias=\3/'`
- 		    ;;
- 		*)
- 		    cfg_dir=${configdir}
- 		    bld_dir=${configdir}
- 		    tgt_alias=${target_alias}
- 		    ;;
- 		esac
- 
-                 if [ -d ${srcdir}/${cfg_dir} ] ; then
-                         eval echo Configuring ${configdir}... ${redirect}
-                         case "${srcdir}" in
-                         ".") ;;
-                         *)
-                                 if [ ! -d ./${bld_dir} ] ; then
-                                         if mkdir ./${bld_dir} ; then
-                                                 true
-                                         else
-                                                 echo '***' "${progname}: could not make ${PWD=`${PWDCMD-pwd}`}/${bld_dir}" 1>&2
-                                                 exit 1
-                                         fi
-                                 fi
-                                 ;;
-                         esac
- 
-                         POPDIR=${PWD=`${PWDCMD-pwd}`}
-                         cd ${bld_dir} 
- 
- ### figure out what to do with srcdir
-                         case "${srcdir}" in
-                         ".") newsrcdir=${srcdir} ;; # no -srcdir option.  We're building in place.
-                         /* | [A-Za-z]:[\\/]* ) # absolute path
-                                 newsrcdir=${srcdir}/${cfg_dir}
-                                 srcdiroption="--srcdir=${newsrcdir}"
-                                 ;;
-                         *) # otherwise relative
-                                 newsrcdir=../${srcdir}/${cfg_dir}
-                                 srcdiroption="--srcdir=${newsrcdir}"
-                                 ;;
-                         esac
- 
- 			# Handle --cache-file=../XXX
- 			case "${cache_file}" in
- 			"") # empty
- 				;;
- 			/* | [A-Za-z]:[\\/]* ) # absolute path
- 				cache_file_option="--cache-file=${cache_file}"
- 				;;
- 			*) # relative path
- 				cache_file_option="--cache-file=../${cache_file}"
- 				;;
- 			esac
- 
- ### check for guested configure, otherwise fix possibly relative progname
-                         if [ -f ${newsrcdir}/configure ] ; then
-                                 recprog=${newsrcdir}/configure
-                         elif [ -f ${newsrcdir}/configure.in ] ; then
-                                 case "${progname}" in
-                                 /* | [A-Za-z]:[\\/]* )  recprog=${progname} ;;
-                                 *)                      recprog=../${progname} ;;
-                                 esac
- 			else
- 				eval echo No configuration information in ${cfg_dir} ${redirect}
- 				recprog=
-                         fi
- 
- ### The recursion line is here.
- 			if [ ! -z "${recprog}" ] ; then
- 	                        if eval ${config_shell} ${recprog} ${verbose} ${buildopt} --host=${host_alias} --target=${tgt_alias} \
-         	                        ${prefixoption} ${tmpdiroption} ${exec_prefixoption} \
-                 	                ${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
- 	                                true
-         	                else
- 					echo Configure in `${PWDCMD-pwd}` failed, exiting. 1>&2
-                 	                exit 1
-                         	fi
- 			fi
- 
-                         cd ${POPDIR}
-                 fi
-         done
- fi
- 
- # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
- # and reset the trap handler.
- rm -rf ${tmpdir}
- trap 0
- 
- exit 0
- 
- #
- # Local Variables:
- # fill-column: 131
- # End:
- #
- 
- # end of configure
--- 0 ----
Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.102
diff -c -p -3 -r1.102 configure.in
*** configure.in	6 Aug 2002 09:18:28 -0000	1.102
--- configure.in	13 Aug 2002 18:30:57 -0000
*************** case "${target}" in
*** 379,385 ****
    avr-*-*)
      noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
      ;;
!   c4x-*-*)
      noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
      ;;
    c54x*-*-* | tic54x-*-*)
--- 379,385 ----
    avr-*-*)
      noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
      ;;
!   c4x-*-* | tic4x-*-*)
      noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
      ;;
    c54x*-*-* | tic54x-*-*)
Index: bfd/ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.1658
diff -c -p -3 -r1.1658 ChangeLog
*** bfd/ChangeLog	12 Aug 2002 19:23:33 -0000	1.1658
--- bfd/ChangeLog	13 Aug 2002 18:30:58 -0000
***************
*** 1,3 ****
--- 1,11 ----
+ 2002-08-13  Svein E. Seldal  <Svein.Seldal@solidas.com>
+ 
+ 	* Makefile.am: Added support for tic4x target
+ 	* Makefile.in: Regenerate.
+ 	* config.bfd: Add support for tic4x-*-*coff* and c4x-*-*coff*.
+ 	* configure.in: Add support for tic4x.
+ 	* configure: Regenerate.
+ 
  2002-08-12  H.J. Lu <hjl@gnu.org>
  
  	* elflink.h (elf_add_default_symbol): Preserve section across
Index: bfd/Makefile.am
===================================================================
RCS file: /cvs/src/src/bfd/Makefile.am,v
retrieving revision 1.97
diff -c -p -3 -r1.97 Makefile.am
*** bfd/Makefile.am	9 Aug 2002 15:38:21 -0000	1.97
--- bfd/Makefile.am	13 Aug 2002 18:30:59 -0000
*************** ALL_MACHINES = \
*** 89,94 ****
--- 89,95 ----
  	cpu-sh.lo \
  	cpu-sparc.lo \
  	cpu-tic30.lo \
+ 	cpu-tic4x.lo \
  	cpu-tic54x.lo \
  	cpu-tic80.lo \
  	cpu-v850.lo \
*************** ALL_MACHINES_CFILES = \
*** 140,145 ****
--- 141,147 ----
  	cpu-sh.c \
  	cpu-sparc.c \
  	cpu-tic30.c \
+ 	cpu-tic4x.c \
  	cpu-tic54x.c \
  	cpu-tic80.c \
  	cpu-v850.c \
*************** BFD32_BACKENDS = \
*** 185,190 ****
--- 187,193 ----
  	coff-stgo32.lo \
  	coff-svm68k.lo \
  	coff-tic30.lo \
+ 	coff-tic4x.lo \
  	coff-tic54x.lo \
  	coff-tic80.lo \
  	coff-u68k.lo \
*************** BFD32_BACKENDS_CFILES = \
*** 345,350 ****
--- 348,354 ----
  	coff-stgo32.c \
  	coff-svm68k.c \
  	coff-tic30.c \
+ 	coff-tic4x.c \
  	coff-tic54x.c \
  	coff-tic80.c \
  	coff-u68k.c \
*************** cpu-s390.lo: cpu-s390.c $(INCDIR)/filena
*** 933,938 ****
--- 937,943 ----
  cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
  cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
  cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
+ cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h
  cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
  cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
  cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
*************** coff-svm68k.lo: coff-svm68k.c coff-m68k.
*** 1051,1056 ****
--- 1056,1064 ----
  coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
    $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
    libcoff.h coffcode.h coffswap.h
+ coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h \
+   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
+   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
  coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
    $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
    $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
Index: bfd/Makefile.in
===================================================================
RCS file: /cvs/src/src/bfd/Makefile.in,v
retrieving revision 1.107
diff -c -p -3 -r1.107 Makefile.in
*** bfd/Makefile.in	9 Aug 2002 15:38:21 -0000	1.107
--- bfd/Makefile.in	13 Aug 2002 18:30:59 -0000
*************** ALL_MACHINES = \
*** 215,220 ****
--- 215,221 ----
  	cpu-sh.lo \
  	cpu-sparc.lo \
  	cpu-tic30.lo \
+ 	cpu-tic4x.lo \
  	cpu-tic54x.lo \
  	cpu-tic80.lo \
  	cpu-v850.lo \
*************** ALL_MACHINES_CFILES = \
*** 267,272 ****
--- 268,274 ----
  	cpu-sh.c \
  	cpu-sparc.c \
  	cpu-tic30.c \
+ 	cpu-tic4x.c \
  	cpu-tic54x.c \
  	cpu-tic80.c \
  	cpu-v850.c \
*************** BFD32_BACKENDS = \
*** 313,318 ****
--- 315,321 ----
  	coff-stgo32.lo \
  	coff-svm68k.lo \
  	coff-tic30.lo \
+ 	coff-tic4x.lo \
  	coff-tic54x.lo \
  	coff-tic80.lo \
  	coff-u68k.lo \
*************** BFD32_BACKENDS_CFILES = \
*** 474,479 ****
--- 477,483 ----
  	coff-stgo32.c \
  	coff-svm68k.c \
  	coff-tic30.c \
+ 	coff-tic4x.c \
  	coff-tic54x.c \
  	coff-tic80.c \
  	coff-u68k.c \
*************** cpu-s390.lo: cpu-s390.c $(INCDIR)/filena
*** 1463,1468 ****
--- 1467,1473 ----
  cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
  cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
  cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
+ cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h
  cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
  cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
  cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
*************** coff-svm68k.lo: coff-svm68k.c coff-m68k.
*** 1581,1586 ****
--- 1586,1594 ----
  coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
    $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
    libcoff.h coffcode.h coffswap.h
+ coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h \
+   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
+   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
  coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
    $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
    $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.111
diff -c -p -3 -r1.111 config.bfd
*** bfd/config.bfd	9 Aug 2002 15:38:21 -0000	1.111
--- bfd/config.bfd	13 Aug 2002 18:31:00 -0000
*************** case "${targ_cpu}" in
*** 34,39 ****
--- 34,40 ----
  alpha*)          targ_archs=bfd_alpha_arch ;;
  arm*)	         targ_archs=bfd_arm_arch ;;
  c30*)	         targ_archs=bfd_tic30_arch ;;
+ c4x*)            targ_archs=bfd_tic4x_arch ;;
  c54x*)	         targ_archs=bfd_tic54x_arch ;;
  dlx*)		 targ_archs=bfd_dlx_arch ;;
  hppa*)	         targ_archs=bfd_hppa_arch ;;
Index: bfd/configure
===================================================================
RCS file: /cvs/src/src/bfd/configure,v
retrieving revision 1.130
diff -c -p -3 -r1.130 configure
*** bfd/configure	9 Aug 2002 15:38:22 -0000	1.130
--- bfd/configure	13 Aug 2002 18:31:01 -0000
*************** do
*** 6238,6243 ****
--- 6238,6249 ----
      sunos_big_vec)		tb="$tb sunos.lo aout32.lo" ;;
      tic30_aout_vec)		tb="$tb aout-tic30.lo" ;;
      tic30_coff_vec)		tb="$tb coff-tic30.lo" ;;
+     tic4x_coff0_vec)            tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff0_beh_vec)        tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff1_vec)            tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff1_beh_vec)        tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff2_vec)            tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff2_beh_vec)        tb="$tb coff-tic4x.lo" ;;
      tic54x_coff0_beh_vec)	tb="$tb coff-tic54x.lo" ;;
      tic54x_coff0_vec)		tb="$tb coff-tic54x.lo" ;;
      tic54x_coff1_beh_vec)	tb="$tb coff-tic54x.lo" ;;
*************** case ${host64}-${target64}-${want64} in
*** 6330,6339 ****
      if test -n "$GCC" ; then
         bad_64bit_gcc=no;
         echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
! echo "configure:6334: checking for gcc version with buggy 64-bit support" >&5
         # Add more tests for gcc versions with non-working 64-bit support here.
         cat > conftest.$ac_ext <<EOF
! #line 6337 "configure"
  #include "confdefs.h"
  :__GNUC__:__GNUC_MINOR__:__i386__:
  EOF
--- 6336,6345 ----
      if test -n "$GCC" ; then
         bad_64bit_gcc=no;
         echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
! echo "configure:6340: checking for gcc version with buggy 64-bit support" >&5
         # Add more tests for gcc versions with non-working 64-bit support here.
         cat > conftest.$ac_ext <<EOF
! #line 6343 "configure"
  #include "confdefs.h"
  :__GNUC__:__GNUC_MINOR__:__i386__:
  EOF
*************** for ac_hdr in stdlib.h unistd.h sys/stat
*** 6378,6394 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:6382: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6387 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:6392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 6384,6400 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:6388: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6393 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:6398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** done
*** 6417,6428 ****
  for ac_func in getpagesize
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:6421: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6426 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 6423,6434 ----
  for ac_func in getpagesize
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:6427: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6432 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 6445,6451 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 6451,6457 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** fi
*** 6470,6476 ****
  done
  
  echo $ac_n "checking for working mmap""... $ac_c" 1>&6
! echo "configure:6474: checking for working mmap" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 6476,6482 ----
  done
  
  echo $ac_n "checking for working mmap""... $ac_c" 1>&6
! echo "configure:6480: checking for working mmap" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 6478,6484 ****
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 6482 "configure"
  #include "confdefs.h"
  
  /* Thanks to Mike Haertel and Jim Avera for this test.
--- 6484,6490 ----
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 6488 "configure"
  #include "confdefs.h"
  
  /* Thanks to Mike Haertel and Jim Avera for this test.
*************** main()
*** 6631,6637 ****
  }
  
  EOF
! if { (eval echo configure:6635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_fixed_mapped=yes
  else
--- 6637,6643 ----
  }
  
  EOF
! if { (eval echo configure:6641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_fixed_mapped=yes
  else
*************** fi
*** 6656,6667 ****
  for ac_func in madvise mprotect
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:6660: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6665 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 6662,6673 ----
  for ac_func in madvise mprotect
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:6666: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6671 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 6684,6690 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 6690,6696 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
Index: bfd/configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.110
diff -c -p -3 -r1.110 configure.in
*** bfd/configure.in	9 Aug 2002 15:38:22 -0000	1.110
--- bfd/configure.in	13 Aug 2002 18:31:01 -0000
*************** do
*** 739,744 ****
--- 739,750 ----
      sunos_big_vec)		tb="$tb sunos.lo aout32.lo" ;;
      tic30_aout_vec)		tb="$tb aout-tic30.lo" ;;
      tic30_coff_vec)		tb="$tb coff-tic30.lo" ;;
+     tic4x_coff0_vec)            tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff0_beh_vec)        tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff1_vec)            tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff1_beh_vec)        tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff2_vec)            tb="$tb coff-tic4x.lo" ;;
+     tic4x_coff2_beh_vec)        tb="$tb coff-tic4x.lo" ;;
      tic54x_coff0_beh_vec)	tb="$tb coff-tic54x.lo" ;;
      tic54x_coff0_vec)		tb="$tb coff-tic54x.lo" ;;
      tic54x_coff1_beh_vec)	tb="$tb coff-tic54x.lo" ;;
Index: gas/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.1448
diff -c -p -3 -r1.1448 ChangeLog
*** gas/ChangeLog	12 Aug 2002 08:33:42 -0000	1.1448
--- gas/ChangeLog	13 Aug 2002 18:31:02 -0000
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-08-13  Svein E. Seldal  <Svein.Seldal@solidas.com>
+ 
+ 	* configure.in: Added support for tic4x-*-* and c4x-*-*
+ 	* configure: Regenerated.
+ 
  2002-08-12  Richard Sandiford  <rsandifo@redhat.com>
  
  	* config/tc-mips.c (mips_ip): Don't work out the value of
Index: gas/configure
===================================================================
RCS file: /cvs/src/src/gas/configure,v
retrieving revision 1.128
diff -c -p -3 -r1.128 configure
*** gas/configure	9 Aug 2002 15:38:23 -0000	1.128
--- gas/configure	13 Aug 2002 18:31:04 -0000
*************** EOF
*** 2617,2622 ****
--- 2617,2623 ----
  
        tic30-*-*aout*)			fmt=aout bfd_gas=yes ;;
        tic30-*-*coff*)			fmt=coff bfd_gas=yes ;;
+       tic4x-*-* | c4x-*-*)              fmt=coff bfd_gas=yes ;;
        tic54x-*-* | c54x*-*-*)		fmt=coff bfd_gas=yes need_libm=yes;;
        tic80-*-*)			fmt=coff ;;
  
*************** EOF
*** 3173,3179 ****
  # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3177: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3174,3180 ----
  # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3178: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** if test -z "$CC"; then
*** 3203,3209 ****
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3207: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3204,3210 ----
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3208: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 3254,3260 ****
        # Extract the first word of "cl", so it can be a program name with args.
  set dummy cl; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3258: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3255,3261 ----
        # Extract the first word of "cl", so it can be a program name with args.
  set dummy cl; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3259: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 3286,3292 ****
  fi
  
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
! echo "configure:3290: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  
  ac_ext=c
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--- 3287,3293 ----
  fi
  
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
! echo "configure:3291: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  
  ac_ext=c
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
*************** cross_compiling=$ac_cv_prog_cc_cross
*** 3297,3308 ****
  
  cat > conftest.$ac_ext << EOF
  
! #line 3301 "configure"
  #include "confdefs.h"
  
  main(){return(0);}
  EOF
! if { (eval echo configure:3306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=yes
    # If we can't run a trivial program, we are probably using a cross compiler.
    if (./conftest; exit) 2>/dev/null; then
--- 3298,3309 ----
  
  cat > conftest.$ac_ext << EOF
  
! #line 3302 "configure"
  #include "confdefs.h"
  
  main(){return(0);}
  EOF
! if { (eval echo configure:3307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=yes
    # If we can't run a trivial program, we are probably using a cross compiler.
    if (./conftest; exit) 2>/dev/null; then
*************** if test $ac_cv_prog_cc_works = no; then
*** 3328,3339 ****
    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
! echo "configure:3332: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=$ac_cv_prog_cc_cross
  
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
! echo "configure:3337: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3329,3340 ----
    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
! echo "configure:3333: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=$ac_cv_prog_cc_cross
  
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
! echo "configure:3338: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 3342,3348 ****
    yes;
  #endif
  EOF
! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3346: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    ac_cv_prog_gcc=yes
  else
    ac_cv_prog_gcc=no
--- 3343,3349 ----
    yes;
  #endif
  EOF
! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    ac_cv_prog_gcc=yes
  else
    ac_cv_prog_gcc=no
*************** ac_test_CFLAGS="${CFLAGS+set}"
*** 3361,3367 ****
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
! echo "configure:3365: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3362,3368 ----
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
! echo "configure:3366: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** do
*** 3398,3404 ****
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3402: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3399,3405 ----
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3403: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** done
*** 3429,3435 ****
  test -n "$YACC" || YACC="yacc"
  
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
! echo "configure:3433: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=
--- 3430,3436 ----
  test -n "$YACC" || YACC="yacc"
  
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
! echo "configure:3434: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=
*************** else
*** 3444,3456 ****
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 3448 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
--- 3445,3457 ----
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 3449 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
*************** else
*** 3461,3473 ****
    rm -rf conftest*
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 3465 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
--- 3462,3474 ----
    rm -rf conftest*
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 3466 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3472: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
*************** else
*** 3478,3490 ****
    rm -rf conftest*
    CPP="${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
! #line 3482 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
--- 3479,3491 ----
    rm -rf conftest*
    CPP="${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
! #line 3483 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
*************** do
*** 3514,3520 ****
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3518: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3515,3521 ----
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3519: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** test -n "$LEX" || LEX="$missing_dir/miss
*** 3547,3553 ****
  # Extract the first word of "flex", so it can be a program name with args.
  set dummy flex; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3551: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3548,3554 ----
  # Extract the first word of "flex", so it can be a program name with args.
  set dummy flex; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3552: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** then
*** 3581,3587 ****
    *) ac_lib=l ;;
    esac
    echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
! echo "configure:3585: checking for yywrap in -l$ac_lib" >&5
  ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 3582,3588 ----
    *) ac_lib=l ;;
    esac
    echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
! echo "configure:3586: checking for yywrap in -l$ac_lib" >&5
  ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 3589,3595 ****
    ac_save_LIBS="$LIBS"
  LIBS="-l$ac_lib  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 3593 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 3590,3596 ----
    ac_save_LIBS="$LIBS"
  LIBS="-l$ac_lib  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 3594 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
*************** int main() {
*** 3600,3606 ****
  yywrap()
  ; return 0; }
  EOF
! if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 3601,3607 ----
  yywrap()
  ; return 0; }
  EOF
! if { (eval echo configure:3605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** fi
*** 3623,3629 ****
  fi
  
  echo $ac_n "checking lex output file root""... $ac_c" 1>&6
! echo "configure:3627: checking lex output file root" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3624,3630 ----
  fi
  
  echo $ac_n "checking lex output file root""... $ac_c" 1>&6
! echo "configure:3628: checking lex output file root" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
*** 3644,3650 ****
  LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
  
  echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
! echo "configure:3648: checking whether yytext is a pointer" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3645,3651 ----
  LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
  
  echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
! echo "configure:3649: checking whether yytext is a pointer" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** echo 'extern char *yytext;' >>$LEX_OUTPU
*** 3656,3669 ****
  ac_save_LIBS="$LIBS"
  LIBS="$LIBS $LEXLIB"
  cat > conftest.$ac_ext <<EOF
! #line 3660 "configure"
  #include "confdefs.h"
  `cat $LEX_OUTPUT_ROOT.c`
  int main() {
  
  ; return 0; }
  EOF
! if { (eval echo configure:3667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_prog_lex_yytext_pointer=yes
  else
--- 3657,3670 ----
  ac_save_LIBS="$LIBS"
  LIBS="$LIBS $LEXLIB"
  cat > conftest.$ac_ext <<EOF
! #line 3661 "configure"
  #include "confdefs.h"
  `cat $LEX_OUTPUT_ROOT.c`
  int main() {
  
  ; return 0; }
  EOF
! if { (eval echo configure:3668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_prog_lex_yytext_pointer=yes
  else
*************** ALL_LINGUAS="fr tr es"
*** 3689,3695 ****
  # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3693: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 3690,3696 ----
  # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:3694: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 3717,3728 ****
  fi
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
! echo "configure:3721: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3726 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
--- 3718,3729 ----
  fi
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
! echo "configure:3722: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3727 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
*************** else
*** 3730,3736 ****
  #include <float.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 3731,3737 ----
  #include <float.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:3735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** rm -f conftest*
*** 3747,3753 ****
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 3751 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
--- 3748,3754 ----
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 3752 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
*************** fi
*** 3765,3771 ****
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 3769 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
--- 3766,3772 ----
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 3770 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
*************** if test "$cross_compiling" = yes; then
*** 3786,3792 ****
    :
  else
    cat > conftest.$ac_ext <<EOF
! #line 3790 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
--- 3787,3793 ----
    :
  else
    cat > conftest.$ac_ext <<EOF
! #line 3791 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
*************** if (XOR (islower (i), ISLOWER (i)) || to
*** 3797,3803 ****
  exit (0); }
  
  EOF
! if { (eval echo configure:3801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
  else
--- 3798,3804 ----
  exit (0); }
  
  EOF
! if { (eval echo configure:3802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
  else
*************** EOF
*** 3821,3832 ****
  fi
  
  echo $ac_n "checking for working const""... $ac_c" 1>&6
! echo "configure:3825: checking for working const" >&5
  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3830 "configure"
  #include "confdefs.h"
  
  int main() {
--- 3822,3833 ----
  fi
  
  echo $ac_n "checking for working const""... $ac_c" 1>&6
! echo "configure:3826: checking for working const" >&5
  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3831 "configure"
  #include "confdefs.h"
  
  int main() {
*************** ccp = (char const *const *) p;
*** 3875,3881 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:3879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_const=yes
  else
--- 3876,3882 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:3880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_const=yes
  else
*************** EOF
*** 3896,3916 ****
  fi
  
  echo $ac_n "checking for inline""... $ac_c" 1>&6
! echo "configure:3900: checking for inline" >&5
  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_inline=no
  for ac_kw in inline __inline__ __inline; do
    cat > conftest.$ac_ext <<EOF
! #line 3907 "configure"
  #include "confdefs.h"
  
  int main() {
  } $ac_kw foo() {
  ; return 0; }
  EOF
! if { (eval echo configure:3914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_inline=$ac_kw; break
  else
--- 3897,3917 ----
  fi
  
  echo $ac_n "checking for inline""... $ac_c" 1>&6
! echo "configure:3901: checking for inline" >&5
  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_inline=no
  for ac_kw in inline __inline__ __inline; do
    cat > conftest.$ac_ext <<EOF
! #line 3908 "configure"
  #include "confdefs.h"
  
  int main() {
  } $ac_kw foo() {
  ; return 0; }
  EOF
! if { (eval echo configure:3915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_inline=$ac_kw; break
  else
*************** EOF
*** 3936,3947 ****
  esac
  
  echo $ac_n "checking for off_t""... $ac_c" 1>&6
! echo "configure:3940: checking for off_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3945 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 3937,3948 ----
  esac
  
  echo $ac_n "checking for off_t""... $ac_c" 1>&6
! echo "configure:3941: checking for off_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3946 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
*************** EOF
*** 3969,3980 ****
  fi
  
  echo $ac_n "checking for size_t""... $ac_c" 1>&6
! echo "configure:3973: checking for size_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3978 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 3970,3981 ----
  fi
  
  echo $ac_n "checking for size_t""... $ac_c" 1>&6
! echo "configure:3974: checking for size_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 3979 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
*************** fi
*** 4004,4022 ****
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
! echo "configure:4008: checking for working alloca.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4013 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int main() {
  char *p = alloca(2 * sizeof(int));
  ; return 0; }
  EOF
! if { (eval echo configure:4020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_header_alloca_h=yes
  else
--- 4005,4023 ----
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
! echo "configure:4009: checking for working alloca.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4014 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int main() {
  char *p = alloca(2 * sizeof(int));
  ; return 0; }
  EOF
! if { (eval echo configure:4021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_header_alloca_h=yes
  else
*************** EOF
*** 4037,4048 ****
  fi
  
  echo $ac_n "checking for alloca""... $ac_c" 1>&6
! echo "configure:4041: checking for alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4046 "configure"
  #include "confdefs.h"
  
  #ifdef __GNUC__
--- 4038,4049 ----
  fi
  
  echo $ac_n "checking for alloca""... $ac_c" 1>&6
! echo "configure:4042: checking for alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4047 "configure"
  #include "confdefs.h"
  
  #ifdef __GNUC__
*************** int main() {
*** 4070,4076 ****
  char *p = (char *) alloca(1);
  ; return 0; }
  EOF
! if { (eval echo configure:4074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_func_alloca_works=yes
  else
--- 4071,4077 ----
  char *p = (char *) alloca(1);
  ; return 0; }
  EOF
! if { (eval echo configure:4075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_func_alloca_works=yes
  else
*************** EOF
*** 4102,4113 ****
  
  
  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
! echo "configure:4106: checking whether alloca needs Cray hooks" >&5
  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4111 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
--- 4103,4114 ----
  
  
  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
! echo "configure:4107: checking whether alloca needs Cray hooks" >&5
  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4112 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
*************** echo "$ac_t""$ac_cv_os_cray" 1>&6
*** 4132,4143 ****
  if test $ac_cv_os_cray = yes; then
  for ac_func in _getb67 GETB67 getb67; do
    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4136: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4141 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 4133,4144 ----
  if test $ac_cv_os_cray = yes; then
  for ac_func in _getb67 GETB67 getb67; do
    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4137: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4142 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 4160,4166 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:4164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 4161,4167 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:4165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 4187,4193 ****
  fi
  
  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
! echo "configure:4191: checking stack direction for C alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4188,4194 ----
  fi
  
  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
! echo "configure:4192: checking stack direction for C alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 4195,4201 ****
    ac_cv_c_stack_direction=0
  else
    cat > conftest.$ac_ext <<EOF
! #line 4199 "configure"
  #include "confdefs.h"
  find_stack_direction ()
  {
--- 4196,4202 ----
    ac_cv_c_stack_direction=0
  else
    cat > conftest.$ac_ext <<EOF
! #line 4200 "configure"
  #include "confdefs.h"
  find_stack_direction ()
  {
*************** main ()
*** 4214,4220 ****
    exit (find_stack_direction() < 0);
  }
  EOF
! if { (eval echo configure:4218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
--- 4215,4221 ----
    exit (find_stack_direction() < 0);
  }
  EOF
! if { (eval echo configure:4219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
*************** for ac_hdr in stdlib.h unistd.h sys/stat
*** 4239,4255 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:4243: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4248 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:4253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 4240,4256 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:4244: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4249 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:4254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** done
*** 4278,4289 ****
  for ac_func in getpagesize
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4282: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4287 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 4279,4290 ----
  for ac_func in getpagesize
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4283: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4288 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 4306,4312 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:4310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 4307,4313 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** fi
*** 4331,4337 ****
  done
  
  echo $ac_n "checking for working mmap""... $ac_c" 1>&6
! echo "configure:4335: checking for working mmap" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4332,4338 ----
  done
  
  echo $ac_n "checking for working mmap""... $ac_c" 1>&6
! echo "configure:4336: checking for working mmap" >&5
  if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 4339,4345 ****
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 4343 "configure"
  #include "confdefs.h"
  
  /* Thanks to Mike Haertel and Jim Avera for this test.
--- 4340,4346 ----
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat > conftest.$ac_ext <<EOF
! #line 4344 "configure"
  #include "confdefs.h"
  
  /* Thanks to Mike Haertel and Jim Avera for this test.
*************** main()
*** 4492,4498 ****
  }
  
  EOF
! if { (eval echo configure:4496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_fixed_mapped=yes
  else
--- 4493,4499 ----
  }
  
  EOF
! if { (eval echo configure:4497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_func_mmap_fixed_mapped=yes
  else
*************** unistd.h values.h sys/param.h
*** 4520,4536 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:4524: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4529 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:4534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 4521,4537 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:4525: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4530 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:4535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** done
*** 4560,4571 ****
  __argz_count __argz_stringify __argz_next
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4564: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4569 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 4561,4572 ----
  __argz_count __argz_stringify __argz_next
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4565: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4570 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 4588,4594 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:4592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 4589,4595 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:4593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 4617,4628 ****
       for ac_func in stpcpy
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4621: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4626 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 4618,4629 ----
       for ac_func in stpcpy
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4622: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4627 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 4645,4651 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:4649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 4646,4652 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:4650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** EOF
*** 4679,4697 ****
  
     if test $ac_cv_header_locale_h = yes; then
      echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
! echo "configure:4683: checking for LC_MESSAGES" >&5
  if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4688 "configure"
  #include "confdefs.h"
  #include <locale.h>
  int main() {
  return LC_MESSAGES
  ; return 0; }
  EOF
! if { (eval echo configure:4695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    am_cv_val_LC_MESSAGES=yes
  else
--- 4680,4698 ----
  
     if test $ac_cv_header_locale_h = yes; then
      echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
! echo "configure:4684: checking for LC_MESSAGES" >&5
  if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4689 "configure"
  #include "confdefs.h"
  #include <locale.h>
  int main() {
  return LC_MESSAGES
  ; return 0; }
  EOF
! if { (eval echo configure:4696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    am_cv_val_LC_MESSAGES=yes
  else
*************** EOF
*** 4712,4718 ****
      fi
    fi
     echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
! echo "configure:4716: checking whether NLS is requested" >&5
          # Check whether --enable-nls or --disable-nls was given.
  if test "${enable_nls+set}" = set; then
    enableval="$enable_nls"
--- 4713,4719 ----
      fi
    fi
     echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
! echo "configure:4717: checking whether NLS is requested" >&5
          # Check whether --enable-nls or --disable-nls was given.
  if test "${enable_nls+set}" = set; then
    enableval="$enable_nls"
*************** fi
*** 4732,4738 ****
  EOF
  
        echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
! echo "configure:4736: checking whether included gettext is requested" >&5
        # Check whether --with-included-gettext or --without-included-gettext was given.
  if test "${with_included_gettext+set}" = set; then
    withval="$with_included_gettext"
--- 4733,4739 ----
  EOF
  
        echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
! echo "configure:4737: checking whether included gettext is requested" >&5
        # Check whether --with-included-gettext or --without-included-gettext was given.
  if test "${with_included_gettext+set}" = set; then
    withval="$with_included_gettext"
*************** fi
*** 4751,4767 ****
  
  	ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
! echo "configure:4755: checking for libintl.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4760 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:4765: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 4752,4768 ----
  
  	ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
! echo "configure:4756: checking for libintl.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4761 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:4766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** fi
*** 4778,4796 ****
  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
! echo "configure:4782: checking for gettext in libc" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4787 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  int main() {
  return (int) gettext ("")
  ; return 0; }
  EOF
! if { (eval echo configure:4794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gt_cv_func_gettext_libc=yes
  else
--- 4779,4797 ----
  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
! echo "configure:4783: checking for gettext in libc" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4788 "configure"
  #include "confdefs.h"
  #include <libintl.h>
  int main() {
  return (int) gettext ("")
  ; return 0; }
  EOF
! if { (eval echo configure:4795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gt_cv_func_gettext_libc=yes
  else
*************** echo "$ac_t""$gt_cv_func_gettext_libc" 1
*** 4806,4812 ****
  
  	   if test "$gt_cv_func_gettext_libc" != "yes"; then
  	     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
! echo "configure:4810: checking for bindtextdomain in -lintl" >&5
  ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 4807,4813 ----
  
  	   if test "$gt_cv_func_gettext_libc" != "yes"; then
  	     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
! echo "configure:4811: checking for bindtextdomain in -lintl" >&5
  ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 4814,4820 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 4818 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 4815,4821 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 4819 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
*************** int main() {
*** 4825,4831 ****
  bindtextdomain()
  ; return 0; }
  EOF
! if { (eval echo configure:4829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 4826,4832 ----
  bindtextdomain()
  ; return 0; }
  EOF
! if { (eval echo configure:4830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** fi
*** 4841,4859 ****
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
! echo "configure:4845: checking for gettext in libintl" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4850 "configure"
  #include "confdefs.h"
  
  int main() {
  return (int) gettext ("")
  ; return 0; }
  EOF
! if { (eval echo configure:4857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gt_cv_func_gettext_libintl=yes
  else
--- 4842,4860 ----
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
! echo "configure:4846: checking for gettext in libintl" >&5
  if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4851 "configure"
  #include "confdefs.h"
  
  int main() {
  return (int) gettext ("")
  ; return 0; }
  EOF
! if { (eval echo configure:4858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gt_cv_func_gettext_libintl=yes
  else
*************** EOF
*** 4881,4887 ****
  	      # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:4885: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4882,4888 ----
  	      # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:4886: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 4915,4926 ****
  		for ac_func in dcgettext
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4919: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4924 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 4916,4927 ----
  		for ac_func in dcgettext
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:4920: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 4925 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 4943,4949 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:4947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 4944,4950 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:4948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 4970,4976 ****
  		# Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:4974: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 4971,4977 ----
  		# Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:4975: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5006,5012 ****
  		# Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5010: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5007,5013 ----
  		# Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5011: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 5038,5044 ****
  fi
  
  		cat > conftest.$ac_ext <<EOF
! #line 5042 "configure"
  #include "confdefs.h"
  
  int main() {
--- 5039,5045 ----
  fi
  
  		cat > conftest.$ac_ext <<EOF
! #line 5043 "configure"
  #include "confdefs.h"
  
  int main() {
*************** extern int _nl_msg_cat_cntr;
*** 5046,5052 ****
  			       return _nl_msg_cat_cntr
  ; return 0; }
  EOF
! if { (eval echo configure:5050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    CATOBJEXT=.gmo
  		   DATADIRNAME=share
--- 5047,5053 ----
  			       return _nl_msg_cat_cntr
  ; return 0; }
  EOF
! if { (eval echo configure:5051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    CATOBJEXT=.gmo
  		   DATADIRNAME=share
*************** fi
*** 5078,5084 ****
          # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5082: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5079,5085 ----
          # Extract the first word of "msgfmt", so it can be a program name with args.
  set dummy msgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5083: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5112,5118 ****
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5116: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5113,5119 ----
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
  set dummy gmsgfmt; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5117: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5148,5154 ****
          # Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5152: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5149,5155 ----
          # Extract the first word of "xgettext", so it can be a program name with args.
  set dummy xgettext; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:5153: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** fi
*** 5238,5244 ****
         LINGUAS=
       else
         echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
! echo "configure:5242: checking for catalogs to be installed" >&5
         NEW_LINGUAS=
         for lang in ${LINGUAS=$ALL_LINGUAS}; do
           case "$ALL_LINGUAS" in
--- 5239,5245 ----
         LINGUAS=
       else
         echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
! echo "configure:5243: checking for catalogs to be installed" >&5
         NEW_LINGUAS=
         for lang in ${LINGUAS=$ALL_LINGUAS}; do
           case "$ALL_LINGUAS" in
*************** echo "configure:5242: checking for catal
*** 5266,5282 ****
        if test "$CATOBJEXT" = ".cat"; then
  	 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
! echo "configure:5270: checking for linux/version.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5275 "configure"
  #include "confdefs.h"
  #include <linux/version.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5280: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 5267,5283 ----
        if test "$CATOBJEXT" = ".cat"; then
  	 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
! echo "configure:5271: checking for linux/version.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5276 "configure"
  #include "confdefs.h"
  #include <linux/version.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** fi
*** 5339,5345 ****
    
  
  echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
! echo "configure:5343: checking whether to enable maintainer-specific portions of Makefiles" >&5
      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  if test "${enable_maintainer_mode+set}" = set; then
    enableval="$enable_maintainer_mode"
--- 5340,5346 ----
    
  
  echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
! echo "configure:5344: checking whether to enable maintainer-specific portions of Makefiles" >&5
      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  if test "${enable_maintainer_mode+set}" = set; then
    enableval="$enable_maintainer_mode"
*************** fi
*** 5364,5370 ****
  
  
  echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
! echo "configure:5368: checking for executable suffix" >&5
  if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5365,5371 ----
  
  
  echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
! echo "configure:5369: checking for executable suffix" >&5
  if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 5374,5380 ****
    rm -f conftest*
    echo 'int main () { return 0; }' > conftest.$ac_ext
    ac_cv_exeext=
!   if { (eval echo configure:5378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
      for file in conftest.*; do
        case $file in
        *.c | *.o | *.obj) ;;
--- 5375,5381 ----
    rm -f conftest*
    echo 'int main () { return 0; }' > conftest.$ac_ext
    ac_cv_exeext=
!   if { (eval echo configure:5379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
      for file in conftest.*; do
        case $file in
        *.c | *.o | *.obj) ;;
*************** for ac_hdr in string.h stdlib.h memory.h
*** 5399,5415 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:5403: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5408 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 5400,5416 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:5404: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5409 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:5414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
*************** done
*** 5439,5445 ****
  # Put this here so that autoconf's "cross-compiling" message doesn't confuse
  # people who are not cross-compiling but are compiling cross-assemblers.
  echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
! echo "configure:5443: checking whether compiling a cross-assembler" >&5
  if test "${host}" = "${target}"; then
    cross_gas=no
  else
--- 5440,5446 ----
  # Put this here so that autoconf's "cross-compiling" message doesn't confuse
  # people who are not cross-compiling but are compiling cross-assemblers.
  echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
! echo "configure:5444: checking whether compiling a cross-assembler" >&5
  if test "${host}" = "${target}"; then
    cross_gas=no
  else
*************** echo "$ac_t""$cross_gas" 1>&6
*** 5454,5472 ****
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
! echo "configure:5458: checking for working alloca.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5463 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int main() {
  char *p = alloca(2 * sizeof(int));
  ; return 0; }
  EOF
! if { (eval echo configure:5470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_header_alloca_h=yes
  else
--- 5455,5473 ----
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
! echo "configure:5459: checking for working alloca.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5464 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int main() {
  char *p = alloca(2 * sizeof(int));
  ; return 0; }
  EOF
! if { (eval echo configure:5471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_header_alloca_h=yes
  else
*************** EOF
*** 5487,5498 ****
  fi
  
  echo $ac_n "checking for alloca""... $ac_c" 1>&6
! echo "configure:5491: checking for alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5496 "configure"
  #include "confdefs.h"
  
  #ifdef __GNUC__
--- 5488,5499 ----
  fi
  
  echo $ac_n "checking for alloca""... $ac_c" 1>&6
! echo "configure:5492: checking for alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5497 "configure"
  #include "confdefs.h"
  
  #ifdef __GNUC__
*************** int main() {
*** 5520,5526 ****
  char *p = (char *) alloca(1);
  ; return 0; }
  EOF
! if { (eval echo configure:5524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_func_alloca_works=yes
  else
--- 5521,5527 ----
  char *p = (char *) alloca(1);
  ; return 0; }
  EOF
! if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_func_alloca_works=yes
  else
*************** EOF
*** 5552,5563 ****
  
  
  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
! echo "configure:5556: checking whether alloca needs Cray hooks" >&5
  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5561 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
--- 5553,5564 ----
  
  
  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
! echo "configure:5557: checking whether alloca needs Cray hooks" >&5
  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5562 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
*************** echo "$ac_t""$ac_cv_os_cray" 1>&6
*** 5582,5593 ****
  if test $ac_cv_os_cray = yes; then
  for ac_func in _getb67 GETB67 getb67; do
    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5586: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5591 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 5583,5594 ----
  if test $ac_cv_os_cray = yes; then
  for ac_func in _getb67 GETB67 getb67; do
    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5587: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5592 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 5610,5616 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 5611,5617 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 5637,5643 ****
  fi
  
  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
! echo "configure:5641: checking stack direction for C alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 5638,5644 ----
  fi
  
  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
! echo "configure:5642: checking stack direction for C alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
*************** else
*** 5645,5651 ****
    ac_cv_c_stack_direction=0
  else
    cat > conftest.$ac_ext <<EOF
! #line 5649 "configure"
  #include "confdefs.h"
  find_stack_direction ()
  {
--- 5646,5652 ----
    ac_cv_c_stack_direction=0
  else
    cat > conftest.$ac_ext <<EOF
! #line 5650 "configure"
  #include "confdefs.h"
  find_stack_direction ()
  {
*************** main ()
*** 5664,5670 ****
    exit (find_stack_direction() < 0);
  }
  EOF
! if { (eval echo configure:5668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
--- 5665,5671 ----
    exit (find_stack_direction() < 0);
  }
  EOF
! if { (eval echo configure:5669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
*************** EOF
*** 5686,5706 ****
  fi
  
  echo $ac_n "checking for inline""... $ac_c" 1>&6
! echo "configure:5690: checking for inline" >&5
  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_inline=no
  for ac_kw in inline __inline__ __inline; do
    cat > conftest.$ac_ext <<EOF
! #line 5697 "configure"
  #include "confdefs.h"
  
  int main() {
  } $ac_kw foo() {
  ; return 0; }
  EOF
! if { (eval echo configure:5704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_inline=$ac_kw; break
  else
--- 5687,5707 ----
  fi
  
  echo $ac_n "checking for inline""... $ac_c" 1>&6
! echo "configure:5691: checking for inline" >&5
  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_inline=no
  for ac_kw in inline __inline__ __inline; do
    cat > conftest.$ac_ext <<EOF
! #line 5698 "configure"
  #include "confdefs.h"
  
  int main() {
  } $ac_kw foo() {
  ; return 0; }
  EOF
! if { (eval echo configure:5705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_inline=$ac_kw; break
  else
*************** esac
*** 5730,5741 ****
  for ac_func in unlink remove
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5734: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5739 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 5731,5742 ----
  for ac_func in unlink remove
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5735: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5740 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 5758,5764 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 5759,5765 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** done
*** 5787,5798 ****
  for ac_func in sbrk
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5791: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5796 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 5788,5799 ----
  for ac_func in sbrk
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:5792: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5797 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
*************** $ac_func();
*** 5815,5821 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 5816,5822 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:5820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
*************** case $host in
*** 5850,5856 ****
    ;;
  *-ncr-sysv4.3*)
    echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
! echo "configure:5854: checking for _mwvalidcheckl in -lmw" >&5
  ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5851,5857 ----
    ;;
  *-ncr-sysv4.3*)
    echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
! echo "configure:5855: checking for _mwvalidcheckl in -lmw" >&5
  ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 5858,5864 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lmw  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5862 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 5859,5865 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lmw  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5863 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
*************** int main() {
*** 5869,5875 ****
  _mwvalidcheckl()
  ; return 0; }
  EOF
! if { (eval echo configure:5873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 5870,5876 ----
  _mwvalidcheckl()
  ; return 0; }
  EOF
! if { (eval echo configure:5874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** else
*** 5890,5896 ****
  fi
  
    echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
! echo "configure:5894: checking for main in -lm" >&5
  ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5891,5897 ----
  fi
  
    echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
! echo "configure:5895: checking for main in -lm" >&5
  ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 5898,5911 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lm  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5902 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:5909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 5899,5912 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lm  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5903 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:5910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** fi
*** 5928,5934 ****
    ;;
  *)
    echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
! echo "configure:5932: checking for main in -lm" >&5
  ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 5929,5935 ----
    ;;
  *)
    echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
! echo "configure:5933: checking for main in -lm" >&5
  ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
*************** else
*** 5936,5949 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lm  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5940 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:5947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 5937,5950 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lm  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 5941 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:5948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
*************** esac
*** 5974,5985 ****
  # enough, but on some of those systems, the assert macro relies on requoting
  # working properly!
  echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
! echo "configure:5978: checking for working assert macro" >&5
  if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5983 "configure"
  #include "confdefs.h"
  #include <assert.h>
  #include <stdio.h>
--- 5975,5986 ----
  # enough, but on some of those systems, the assert macro relies on requoting
  # working properly!
  echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
! echo "configure:5979: checking for working assert macro" >&5
  if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5984 "configure"
  #include "confdefs.h"
  #include <assert.h>
  #include <stdio.h>
*************** assert (a == b
*** 5995,6001 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:5999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_assert_ok=yes
  else
--- 5996,6002 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_assert_ok=yes
  else
*************** gas_test_headers="
*** 6036,6047 ****
  "
  
  echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
! echo "configure:6040: checking whether declaration is required for strstr" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6045 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
--- 6037,6048 ----
  "
  
  echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
! echo "configure:6041: checking whether declaration is required for strstr" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6046 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
*************** x = (f) strstr;
*** 6052,6058 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_strstr=no
  else
--- 6053,6059 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_strstr=no
  else
*************** fi
*** 6073,6084 ****
  
  
  echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
! echo "configure:6077: checking whether declaration is required for malloc" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6082 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
--- 6074,6085 ----
  
  
  echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
! echo "configure:6078: checking whether declaration is required for malloc" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6083 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
*************** x = (f) malloc;
*** 6089,6095 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_malloc=no
  else
--- 6090,6096 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_malloc=no
  else
*************** fi
*** 6110,6121 ****
  
  
  echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
! echo "configure:6114: checking whether declaration is required for free" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6119 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
--- 6111,6122 ----
  
  
  echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
! echo "configure:6115: checking whether declaration is required for free" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6120 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
*************** x = (f) free;
*** 6126,6132 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_free=no
  else
--- 6127,6133 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_free=no
  else
*************** fi
*** 6147,6158 ****
  
  
  echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
! echo "configure:6151: checking whether declaration is required for sbrk" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6156 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
--- 6148,6159 ----
  
  
  echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
! echo "configure:6152: checking whether declaration is required for sbrk" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6157 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
*************** x = (f) sbrk;
*** 6163,6169 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_sbrk=no
  else
--- 6164,6170 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_sbrk=no
  else
*************** fi
*** 6184,6195 ****
  
  
  echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
! echo "configure:6188: checking whether declaration is required for environ" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6193 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
--- 6185,6196 ----
  
  
  echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
! echo "configure:6189: checking whether declaration is required for environ" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6194 "configure"
  #include "confdefs.h"
  $gas_test_headers
  int main() {
*************** x = (f) environ;
*** 6200,6206 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_environ=no
  else
--- 6201,6207 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_environ=no
  else
*************** fi
*** 6224,6235 ****
  # for it?
  
  echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
! echo "configure:6228: checking whether declaration is required for errno" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6233 "configure"
  #include "confdefs.h"
  
  #ifdef HAVE_ERRNO_H
--- 6225,6236 ----
  # for it?
  
  echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
! echo "configure:6229: checking whether declaration is required for errno" >&5
  if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6234 "configure"
  #include "confdefs.h"
  
  #ifdef HAVE_ERRNO_H
*************** x = (f) errno;
*** 6244,6250 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:6248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_errno=no
  else
--- 6245,6251 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:6249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    gas_cv_decl_needed_errno=no
  else
Index: gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.115
diff -c -p -3 -r1.115 configure.in
*** gas/configure.in	9 Aug 2002 15:38:24 -0000	1.115
--- gas/configure.in	13 Aug 2002 18:31:05 -0000
*************** changequote([,])dnl
*** 461,466 ****
--- 461,467 ----
  
        tic30-*-*aout*)			fmt=aout bfd_gas=yes ;;
        tic30-*-*coff*)			fmt=coff bfd_gas=yes ;;
+       tic4x-*-* | c4x-*-*)              fmt=coff bfd_gas=yes ;;
        tic54x-*-* | c54x*-*-*)		fmt=coff bfd_gas=yes need_libm=yes;;
        tic80-*-*)			fmt=coff ;;
  
Index: ld/ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/ChangeLog,v
retrieving revision 1.744
diff -c -p -3 -r1.744 ChangeLog
*** ld/ChangeLog	13 Aug 2002 02:27:11 -0000	1.744
--- ld/ChangeLog	13 Aug 2002 18:31:07 -0000
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-08-13  Svein E. Seldal  <Svein.Seldal@solidas.com>
+ 
+ 	* Makefile.am: Added support for tic4x-*-*.
+ 	* configure.tgt: Added support for tic4x-*-*.
+ 	* Makefile.in: Regenerate.
+ 
  2002-08-13  Alan Modra  <amodra@bigpond.net.au>
  
  	* emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
Index: ld/Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.109
diff -c -p -3 -r1.109 Makefile.am
*** ld/Makefile.am	9 Aug 2002 15:38:24 -0000	1.109
--- ld/Makefile.am	13 Aug 2002 18:31:07 -0000
*************** ALL_EMULATIONS = \
*** 279,284 ****
--- 279,285 ----
  	esun4.o \
  	etic30aout.o \
  	etic30coff.o \
+ 	etic4xcoff.o \
  	etic54xcoff.o \
  	etic80coff.o \
  	evanilla.o \
*************** etic30aout.c: $(srcdir)/emulparams/tic30
*** 1069,1074 ****
--- 1070,1078 ----
  etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
+ etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \
+   $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)"
  etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \
    $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)"
Index: ld/Makefile.in
===================================================================
RCS file: /cvs/src/src/ld/Makefile.in,v
retrieving revision 1.118
diff -c -p -3 -r1.118 Makefile.in
*** ld/Makefile.in	9 Aug 2002 15:38:24 -0000	1.118
--- ld/Makefile.in	13 Aug 2002 18:31:08 -0000
*************** ALL_EMULATIONS = \
*** 390,395 ****
--- 390,396 ----
  	esun4.o \
  	etic30aout.o \
  	etic30coff.o \
+ 	etic4xcoff.o \
  	etic54xcoff.o \
  	etic80coff.o \
  	evanilla.o \
*************** etic30aout.c: $(srcdir)/emulparams/tic30
*** 1792,1797 ****
--- 1793,1801 ----
  etic30coff.c: $(srcdir)/emulparams/tic30coff.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic30coff.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} tic30coff "$(tdir_tic30coff)"
+ etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \
+   $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)"
  etic54xcoff.c: $(srcdir)/emulparams/tic54xcoff.sh \
    $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic54xcoff.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} tic54xcoff "$(tdir_tic54xcoff)"
Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.105
diff -c -p -3 -r1.105 configure.tgt
*** ld/configure.tgt	9 Aug 2002 15:38:24 -0000	1.105
--- ld/configure.tgt	13 Aug 2002 18:31:09 -0000
*************** rs6000-*-aix5*)		targ_emul=aix5rs6 ;;
*** 501,506 ****
--- 501,507 ----
  rs6000-*-aix*)		targ_emul=aixrs6 ;;
  tic30-*-*aout*)		targ_emul=tic30aout ;;
  tic30-*-*coff*)		targ_emul=tic30coff ;;
+ tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ;;
  tic54x-*-* | c54x*-*-*)	targ_emul=tic54xcoff ;;
  tic80-*-*)		targ_emul=tic80coff ;;
  v850-*-*)		targ_emul=v850 ;;
Index: opcodes/ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.472
diff -c -p -3 -r1.472 ChangeLog
*** opcodes/ChangeLog	9 Aug 2002 15:07:56 -0000	1.472
--- opcodes/ChangeLog	13 Aug 2002 18:31:10 -0000
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-08-13  Svein E. Seldal  <Svein.Seldal@solidas.com>
+ 
+ 	* Makefile.am: Added support for tic4x-*-*
+ 	* configure.in: Added support for tic4x-*-*
+ 
  2002-08-09  Nick Clifton  <nickc@redhat.com>
  
  	* po/sv.po: Updated Swedish translation.
Index: opcodes/Makefile.am
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.am,v
retrieving revision 1.56
diff -c -p -3 -r1.56 Makefile.am
*** opcodes/Makefile.am	23 Jul 2002 12:42:31 -0000	1.56
--- opcodes/Makefile.am	13 Aug 2002 18:31:10 -0000
*************** CFILES = \
*** 140,145 ****
--- 140,146 ----
  	sparc-dis.c \
  	sparc-opc.c \
  	tic30-dis.c \
+ 	tic4x-dis.c \
  	tic54x-dis.c \
  	tic54x-opc.c \
  	tic80-dis.c \
*************** ALL_MACHINES = \
*** 243,248 ****
--- 244,250 ----
  	sparc-dis.lo \
  	sparc-opc.lo \
  	tic30-dis.lo \
+ 	tic4x-dis.lo \
  	tic54x-dis.lo \
  	tic54x-opc.lo \
  	tic80-dis.lo \
*************** sparc-opc.lo: sparc-opc.c sysdep.h confi
*** 721,726 ****
--- 723,730 ----
    $(INCDIR)/opcode/sparc.h
  tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
    $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
+ tic4x-dis.lo: tic4x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
+   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic4x.h
  tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
    $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
    $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
Index: opcodes/Makefile.in
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.in,v
retrieving revision 1.62
diff -c -p -3 -r1.62 Makefile.in
*** opcodes/Makefile.in	23 Jul 2002 12:42:32 -0000	1.62
--- opcodes/Makefile.in	13 Aug 2002 18:31:10 -0000
*************** CFILES = \
*** 251,256 ****
--- 251,257 ----
  	sparc-dis.c \
  	sparc-opc.c \
  	tic30-dis.c \
+ 	tic4x-dis.c \
  	tic54x-dis.c \
  	tic54x-opc.c \
  	tic80-dis.c \
*************** ALL_MACHINES = \
*** 355,360 ****
--- 356,362 ----
  	sparc-dis.lo \
  	sparc-opc.lo \
  	tic30-dis.lo \
+ 	tic4x-dis.lo \
  	tic54x-dis.lo \
  	tic54x-opc.lo \
  	tic80-dis.lo \
*************** acinclude.m4 aclocal.m4 config.in config
*** 447,453 ****
  
  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
! TAR = tar
  GZIP_ENV = --best
  SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
  OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)
--- 449,455 ----
  
  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  
! TAR = gtar
  GZIP_ENV = --best
  SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
  OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)
*************** sparc-opc.lo: sparc-opc.c sysdep.h confi
*** 1217,1222 ****
--- 1219,1226 ----
    $(INCDIR)/opcode/sparc.h
  tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
    $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
+ tic4x-dis.lo: tic4x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
+   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic4x.h
  tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
    $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
    $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
Index: opcodes/configure
===================================================================
RCS file: /cvs/src/src/opcodes/configure,v
retrieving revision 1.52
diff -c -p -3 -r1.52 configure
*** opcodes/configure	23 Jul 2002 09:58:05 -0000	1.52
--- opcodes/configure	13 Aug 2002 18:31:12 -0000
*************** if test x${all_targets} = xfalse ; then
*** 4654,4659 ****
--- 4654,4660 ----
  	bfd_sparc_arch)		ta="$ta sparc-dis.lo sparc-opc.lo" ;;
  	bfd_tahoe_arch)		;;
  	bfd_tic30_arch)		ta="$ta tic30-dis.lo" ;;
+         bfd_tic4x_arch)         ta="$ta tic4x-dis.lo" ;;
  	bfd_tic54x_arch)	ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
  	bfd_tic80_arch)		ta="$ta tic80-dis.lo tic80-opc.lo" ;;
  	bfd_v850_arch)		ta="$ta v850-opc.lo v850-dis.lo" ;;
Index: opcodes/configure.in
===================================================================
RCS file: /cvs/src/src/opcodes/configure.in,v
retrieving revision 1.41
diff -c -p -3 -r1.41 configure.in
*** opcodes/configure.in	23 Jul 2002 09:58:05 -0000	1.41
--- opcodes/configure.in	13 Aug 2002 18:31:12 -0000
*************** if test x${all_targets} = xfalse ; then
*** 229,234 ****
--- 229,235 ----
  	bfd_sparc_arch)		ta="$ta sparc-dis.lo sparc-opc.lo" ;;
  	bfd_tahoe_arch)		;;
  	bfd_tic30_arch)		ta="$ta tic30-dis.lo" ;;
+         bfd_tic4x_arch)         ta="$ta tic4x-dis.lo" ;;
  	bfd_tic54x_arch)	ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
  	bfd_tic80_arch)		ta="$ta tic80-dis.lo tic80-opc.lo" ;;
  	bfd_v850_arch)		ta="$ta v850-opc.lo v850-dis.lo" ;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]