Ignore:
Timestamp:
Feb 15, 2004, 4:17:18 AM (22 years ago)
Author:
bird
Message:

Added i386-pc-os2-elf target.

Location:
trunk/src/binutils/gas
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gas/configure

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1238 r1239  
    25432543      i386-*-nto-qnx*)                  fmt=elf ;;
    25442544      i386-*-*nt*)                      fmt=coff em=pe ;;
     2545      i386-*-os2-elf*)       fmt=elf ;;
    25452546      i386-*-os2*)          fmt=aout em=emx bfd_gas=yes ;;
    25462547      i386-*-vxworks*)                  fmt=aout ;;
     
    33103311set dummy gcc; ac_word=$2
    33113312echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3312 echo "configure:3313: checking for $ac_word" >&5
     3313echo "configure:3314: checking for $ac_word" >&5
    33133314if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    33143315  echo $ac_n "(cached) $ac_c" 1>&6
     
    33413342set dummy cc; ac_word=$2
    33423343echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3343 echo "configure:3344: checking for $ac_word" >&5
     3344echo "configure:3345: checking for $ac_word" >&5
    33443345if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    33453346  echo $ac_n "(cached) $ac_c" 1>&6
     
    33943395set dummy cl; ac_word=$2
    33953396echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3396 echo "configure:3397: checking for $ac_word" >&5
     3397echo "configure:3398: checking for $ac_word" >&5
    33973398if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    33983399  echo $ac_n "(cached) $ac_c" 1>&6
     
    34273428
    34283429echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    3429 echo "configure:3430: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     3430echo "configure:3431: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    34303431
    34313432ac_ext=c
     
    34383439cat > conftest.$ac_ext << EOF
    34393440
    3440 #line 3441 "configure"
     3441#line 3442 "configure"
    34413442#include "confdefs.h"
    34423443
    34433444main(){return(0);}
    34443445EOF
    3445 if { (eval echo configure:3446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3446if { (eval echo configure:3447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34463447  ac_cv_prog_cc_works=yes
    34473448  # If we can't run a trivial program, we are probably using a cross compiler.
     
    34693470fi
    34703471echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    3471 echo "configure:3472: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     3472echo "configure:3473: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    34723473echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    34733474cross_compiling=$ac_cv_prog_cc_cross
    34743475
    34753476echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    3476 echo "configure:3477: checking whether we are using GNU C" >&5
     3477echo "configure:3478: checking whether we are using GNU C" >&5
    34773478if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    34783479  echo $ac_n "(cached) $ac_c" 1>&6
     
    34833484#endif
    34843485EOF
    3485 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     3486if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    34863487  ac_cv_prog_gcc=yes
    34873488else
     
    35023503CFLAGS=
    35033504echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    3504 echo "configure:3505: checking whether ${CC-cc} accepts -g" >&5
     3505echo "configure:3506: checking whether ${CC-cc} accepts -g" >&5
    35053506if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    35063507  echo $ac_n "(cached) $ac_c" 1>&6
     
    35393540set dummy $ac_prog; ac_word=$2
    35403541echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3541 echo "configure:3542: checking for $ac_word" >&5
     3542echo "configure:3543: checking for $ac_word" >&5
    35423543if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    35433544  echo $ac_n "(cached) $ac_c" 1>&6
     
    35713572
    35723573echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    3573 echo "configure:3574: checking how to run the C preprocessor" >&5
     3574echo "configure:3575: checking how to run the C preprocessor" >&5
    35743575# On Suns, sometimes $CPP names a directory.
    35753576if test -n "$CPP" && test -d "$CPP"; then
     
    35873588  cat > conftest.$ac_ext <<EOF
    35883589#include <sys/types.h>
    3589 #line 3590 "configure"
     3590#line 3591 "configure"
    35903591#include "confdefs.h"
    35913592#include <assert.h>
     
    35933594EOF
    35943595ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3595 { (eval echo configure:3596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3596{ (eval echo configure:3597: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35963597ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35973598if test -z "$ac_err"; then
     
    36053606  cat > conftest.$ac_ext <<EOF
    36063607#include <sys/types.h>
    3607 #line 3608 "configure"
     3608#line 3609 "configure"
    36083609#include "confdefs.h"
    36093610#include <assert.h>
     
    36113612EOF
    36123613ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3613 { (eval echo configure:3614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3614{ (eval echo configure:3615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36143615ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36153616if test -z "$ac_err"; then
     
    36233624  cat > conftest.$ac_ext <<EOF
    36243625#include <sys/types.h>
    3625 #line 3626 "configure"
     3626#line 3627 "configure"
    36263627#include "confdefs.h"
    36273628#include <assert.h>
     
    36293630EOF
    36303631ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3631 { (eval echo configure:3632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3632{ (eval echo configure:3633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36323633ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36333634if test -z "$ac_err"; then
     
    36593660set dummy $ac_prog; ac_word=$2
    36603661echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3661 echo "configure:3662: checking for $ac_word" >&5
     3662echo "configure:3663: checking for $ac_word" >&5
    36623663if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    36633664  echo $ac_n "(cached) $ac_c" 1>&6
     
    36933694set dummy flex; ac_word=$2
    36943695echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3695 echo "configure:3696: checking for $ac_word" >&5
     3696echo "configure:3697: checking for $ac_word" >&5
    36963697if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    36973698  echo $ac_n "(cached) $ac_c" 1>&6
     
    37283729  esac
    37293730  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    3730 echo "configure:3731: checking for yywrap in -l$ac_lib" >&5
     3731echo "configure:3732: checking for yywrap in -l$ac_lib" >&5
    37313732ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    37323733if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37363737LIBS="-l$ac_lib  $LIBS"
    37373738cat > conftest.$ac_ext <<EOF
    3738 #line 3739 "configure"
     3739#line 3740 "configure"
    37393740#include "confdefs.h"
    37403741/* Override any gcc2 internal prototype to avoid an error.  */
     
    37473748; return 0; }
    37483749EOF
    3749 if { (eval echo configure:3750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3750if { (eval echo configure:3751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37503751  rm -rf conftest*
    37513752  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37703771
    37713772echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    3772 echo "configure:3773: checking lex output file root" >&5
     3773echo "configure:3774: checking lex output file root" >&5
    37733774if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    37743775  echo $ac_n "(cached) $ac_c" 1>&6
     
    37913792
    37923793echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    3793 echo "configure:3794: checking whether yytext is a pointer" >&5
     3794echo "configure:3795: checking whether yytext is a pointer" >&5
    37943795if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    37953796  echo $ac_n "(cached) $ac_c" 1>&6
     
    38033804LIBS="$LIBS $LEXLIB"
    38043805cat > conftest.$ac_ext <<EOF
    3805 #line 3806 "configure"
     3806#line 3807 "configure"
    38063807#include "confdefs.h"
    38073808`cat $LEX_OUTPUT_ROOT.c`
     
    38103811; return 0; }
    38113812EOF
    3812 if { (eval echo configure:3813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3813if { (eval echo configure:3814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38133814  rm -rf conftest*
    38143815  ac_cv_prog_lex_yytext_pointer=yes
     
    38363837set dummy ranlib; ac_word=$2
    38373838echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3838 echo "configure:3839: checking for $ac_word" >&5
     3839echo "configure:3840: checking for $ac_word" >&5
    38393840if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    38403841  echo $ac_n "(cached) $ac_c" 1>&6
     
    38653866
    38663867echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    3867 echo "configure:3868: checking for ANSI C header files" >&5
     3868echo "configure:3869: checking for ANSI C header files" >&5
    38683869if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    38693870  echo $ac_n "(cached) $ac_c" 1>&6
     
    38713872  cat > conftest.$ac_ext <<EOF
    38723873#include <sys/types.h>
    3873 #line 3874 "configure"
     3874#line 3875 "configure"
    38743875#include "confdefs.h"
    38753876#include <stdlib.h>
     
    38793880EOF
    38803881ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3881 { (eval echo configure:3882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3882{ (eval echo configure:3883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38823883ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38833884if test -z "$ac_err"; then
     
    38963897  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    38973898cat > conftest.$ac_ext <<EOF
    3898 #line 3899 "configure"
     3899#line 3900 "configure"
    38993900#include "confdefs.h"
    39003901#include <string.h>
     
    39143915  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    39153916cat > conftest.$ac_ext <<EOF
    3916 #line 3917 "configure"
     3917#line 3918 "configure"
    39173918#include "confdefs.h"
    39183919#include <stdlib.h>
     
    39353936else
    39363937  cat > conftest.$ac_ext <<EOF
    3937 #line 3938 "configure"
     3938#line 3939 "configure"
    39383939#include "confdefs.h"
    39393940#include <ctype.h>
     
    39463947
    39473948EOF
    3948 if { (eval echo configure:3949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3949if { (eval echo configure:3950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39493950then
    39503951  :
     
    39703971
    39713972echo $ac_n "checking for working const""... $ac_c" 1>&6
    3972 echo "configure:3973: checking for working const" >&5
     3973echo "configure:3974: checking for working const" >&5
    39733974if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    39743975  echo $ac_n "(cached) $ac_c" 1>&6
    39753976else
    39763977  cat > conftest.$ac_ext <<EOF
    3977 #line 3978 "configure"
     3978#line 3979 "configure"
    39783979#include "confdefs.h"
    39793980
     
    40244025; return 0; }
    40254026EOF
    4026 if { (eval echo configure:4027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4027if { (eval echo configure:4028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40274028  rm -rf conftest*
    40284029  ac_cv_c_const=yes
     
    40454046
    40464047echo $ac_n "checking for inline""... $ac_c" 1>&6
    4047 echo "configure:4048: checking for inline" >&5
     4048echo "configure:4049: checking for inline" >&5
    40484049if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    40494050  echo $ac_n "(cached) $ac_c" 1>&6
     
    40524053for ac_kw in inline __inline__ __inline; do
    40534054  cat > conftest.$ac_ext <<EOF
    4054 #line 4055 "configure"
     4055#line 4056 "configure"
    40554056#include "confdefs.h"
    40564057
     
    40594060; return 0; }
    40604061EOF
    4061 if { (eval echo configure:4062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4062if { (eval echo configure:4063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40624063  rm -rf conftest*
    40634064  ac_cv_c_inline=$ac_kw; break
     
    40854086
    40864087echo $ac_n "checking for off_t""... $ac_c" 1>&6
    4087 echo "configure:4088: checking for off_t" >&5
     4088echo "configure:4089: checking for off_t" >&5
    40884089if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    40894090  echo $ac_n "(cached) $ac_c" 1>&6
    40904091else
    40914092  cat > conftest.$ac_ext <<EOF
    4092 #line 4093 "configure"
     4093#line 4094 "configure"
    40934094#include "confdefs.h"
    40944095#include <sys/types.h>
     
    41184119
    41194120echo $ac_n "checking for size_t""... $ac_c" 1>&6
    4120 echo "configure:4121: checking for size_t" >&5
     4121echo "configure:4122: checking for size_t" >&5
    41214122if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    41224123  echo $ac_n "(cached) $ac_c" 1>&6
    41234124else
    41244125  cat > conftest.$ac_ext <<EOF
    4125 #line 4126 "configure"
     4126#line 4127 "configure"
    41264127#include "confdefs.h"
    41274128#include <sys/types.h>
     
    41534154# for constant arguments.  Useless!
    41544155echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    4155 echo "configure:4156: checking for working alloca.h" >&5
     4156echo "configure:4157: checking for working alloca.h" >&5
    41564157if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    41574158  echo $ac_n "(cached) $ac_c" 1>&6
    41584159else
    41594160  cat > conftest.$ac_ext <<EOF
    4160 #line 4161 "configure"
     4161#line 4162 "configure"
    41614162#include "confdefs.h"
    41624163#include <alloca.h>
     
    41654166; return 0; }
    41664167EOF
    4167 if { (eval echo configure:4168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4168if { (eval echo configure:4169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41684169  rm -rf conftest*
    41694170  ac_cv_header_alloca_h=yes
     
    41864187
    41874188echo $ac_n "checking for alloca""... $ac_c" 1>&6
    4188 echo "configure:4189: checking for alloca" >&5
     4189echo "configure:4190: checking for alloca" >&5
    41894190if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    41904191  echo $ac_n "(cached) $ac_c" 1>&6
    41914192else
    41924193  cat > conftest.$ac_ext <<EOF
    4193 #line 4194 "configure"
     4194#line 4195 "configure"
    41944195#include "confdefs.h"
    41954196
     
    42194220; return 0; }
    42204221EOF
    4221 if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4222if { (eval echo configure:4223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42224223  rm -rf conftest*
    42234224  ac_cv_func_alloca_works=yes
     
    42514252
    42524253echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    4253 echo "configure:4254: checking whether alloca needs Cray hooks" >&5
     4254echo "configure:4255: checking whether alloca needs Cray hooks" >&5
    42544255if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    42554256  echo $ac_n "(cached) $ac_c" 1>&6
    42564257else
    42574258  cat > conftest.$ac_ext <<EOF
    4258 #line 4259 "configure"
     4259#line 4260 "configure"
    42594260#include "confdefs.h"
    42604261#if defined(CRAY) && ! defined(CRAY2)
     
    42814282for ac_func in _getb67 GETB67 getb67; do
    42824283  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4283 echo "configure:4284: checking for $ac_func" >&5
     4284echo "configure:4285: checking for $ac_func" >&5
    42844285if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    42854286  echo $ac_n "(cached) $ac_c" 1>&6
    42864287else
    42874288  cat > conftest.$ac_ext <<EOF
    4288 #line 4289 "configure"
     4289#line 4290 "configure"
    42894290#include "confdefs.h"
    42904291/* System header to define __stub macros and hopefully few prototypes,
     
    43094310; return 0; }
    43104311EOF
    4311 if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4312if { (eval echo configure:4313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43124313  rm -rf conftest*
    43134314  eval "ac_cv_func_$ac_func=yes"
     
    43364337
    43374338echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    4338 echo "configure:4339: checking stack direction for C alloca" >&5
     4339echo "configure:4340: checking stack direction for C alloca" >&5
    43394340if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    43404341  echo $ac_n "(cached) $ac_c" 1>&6
     
    43444345else
    43454346  cat > conftest.$ac_ext <<EOF
    4346 #line 4347 "configure"
     4347#line 4348 "configure"
    43474348#include "confdefs.h"
    43484349find_stack_direction ()
     
    43634364}
    43644365EOF
    4365 if { (eval echo configure:4366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4366if { (eval echo configure:4367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    43664367then
    43674368  ac_cv_c_stack_direction=1
     
    43884389ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43894390echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4390 echo "configure:4391: checking for $ac_hdr" >&5
     4391echo "configure:4392: checking for $ac_hdr" >&5
    43914392if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43924393  echo $ac_n "(cached) $ac_c" 1>&6
     
    43944395  cat > conftest.$ac_ext <<EOF
    43954396#include <sys/types.h>
    4396 #line 4397 "configure"
     4397#line 4398 "configure"
    43974398#include "confdefs.h"
    43984399#include <$ac_hdr>
    43994400EOF
    44004401ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4401 { (eval echo configure:4402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4402{ (eval echo configure:4403: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44024403ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44034404if test -z "$ac_err"; then
     
    44284429do
    44294430echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4430 echo "configure:4431: checking for $ac_func" >&5
     4431echo "configure:4432: checking for $ac_func" >&5
    44314432if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    44324433  echo $ac_n "(cached) $ac_c" 1>&6
    44334434else
    44344435  cat > conftest.$ac_ext <<EOF
    4435 #line 4436 "configure"
     4436#line 4437 "configure"
    44364437#include "confdefs.h"
    44374438/* System header to define __stub macros and hopefully few prototypes,
     
    44564457; return 0; }
    44574458EOF
    4458 if { (eval echo configure:4459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4459if { (eval echo configure:4460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44594460  rm -rf conftest*
    44604461  eval "ac_cv_func_$ac_func=yes"
     
    44814482
    44824483echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    4483 echo "configure:4484: checking for working mmap" >&5
     4484echo "configure:4485: checking for working mmap" >&5
    44844485if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    44854486  echo $ac_n "(cached) $ac_c" 1>&6
     
    44894490else
    44904491  cat > conftest.$ac_ext <<EOF
    4491 #line 4492 "configure"
     4492#line 4493 "configure"
    44924493#include "confdefs.h"
    44934494
     
    46294630
    46304631EOF
    4631 if { (eval echo configure:4632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4632if { (eval echo configure:4633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    46324633then
    46334634  ac_cv_func_mmap_fixed_mapped=yes
     
    46574658ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46584659echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4659 echo "configure:4660: checking for $ac_hdr" >&5
     4660echo "configure:4661: checking for $ac_hdr" >&5
    46604661if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46614662  echo $ac_n "(cached) $ac_c" 1>&6
     
    46634664  cat > conftest.$ac_ext <<EOF
    46644665#include <sys/types.h>
    4665 #line 4666 "configure"
     4666#line 4667 "configure"
    46664667#include "confdefs.h"
    46674668#include <$ac_hdr>
    46684669EOF
    46694670ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4670 { (eval echo configure:4671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4671{ (eval echo configure:4672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46714672ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    46724673if test -z "$ac_err"; then
     
    46984699do
    46994700echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4700 echo "configure:4701: checking for $ac_func" >&5
     4701echo "configure:4702: checking for $ac_func" >&5
    47014702if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47024703  echo $ac_n "(cached) $ac_c" 1>&6
    47034704else
    47044705  cat > conftest.$ac_ext <<EOF
    4705 #line 4706 "configure"
     4706#line 4707 "configure"
    47064707#include "confdefs.h"
    47074708/* System header to define __stub macros and hopefully few prototypes,
     
    47264727; return 0; }
    47274728EOF
    4728 if { (eval echo configure:4729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4729if { (eval echo configure:4730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47294730  rm -rf conftest*
    47304731  eval "ac_cv_func_$ac_func=yes"
     
    47554756do
    47564757echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4757 echo "configure:4758: checking for $ac_func" >&5
     4758echo "configure:4759: checking for $ac_func" >&5
    47584759if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47594760  echo $ac_n "(cached) $ac_c" 1>&6
    47604761else
    47614762  cat > conftest.$ac_ext <<EOF
    4762 #line 4763 "configure"
     4763#line 4764 "configure"
    47634764#include "confdefs.h"
    47644765/* System header to define __stub macros and hopefully few prototypes,
     
    47834784; return 0; }
    47844785EOF
    4785 if { (eval echo configure:4786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4786if { (eval echo configure:4787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47864787  rm -rf conftest*
    47874788  eval "ac_cv_func_$ac_func=yes"
     
    48174818   if test $ac_cv_header_locale_h = yes; then
    48184819    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    4819 echo "configure:4820: checking for LC_MESSAGES" >&5
     4820echo "configure:4821: checking for LC_MESSAGES" >&5
    48204821if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    48214822  echo $ac_n "(cached) $ac_c" 1>&6
    48224823else
    48234824  cat > conftest.$ac_ext <<EOF
    4824 #line 4825 "configure"
     4825#line 4826 "configure"
    48254826#include "confdefs.h"
    48264827#include <locale.h>
     
    48294830; return 0; }
    48304831EOF
    4831 if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4832if { (eval echo configure:4833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48324833  rm -rf conftest*
    48334834  am_cv_val_LC_MESSAGES=yes
     
    48504851  fi
    48514852   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    4852 echo "configure:4853: checking whether NLS is requested" >&5
     4853echo "configure:4854: checking whether NLS is requested" >&5
    48534854        # Check whether --enable-nls or --disable-nls was given.
    48544855if test "${enable_nls+set}" = set; then
     
    48704871
    48714872      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    4872 echo "configure:4873: checking whether included gettext is requested" >&5
     4873echo "configure:4874: checking whether included gettext is requested" >&5
    48734874      # Check whether --with-included-gettext or --without-included-gettext was given.
    48744875if test "${with_included_gettext+set}" = set; then
     
    48904891        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    48914892echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    4892 echo "configure:4893: checking for libintl.h" >&5
     4893echo "configure:4894: checking for libintl.h" >&5
    48934894if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    48944895  echo $ac_n "(cached) $ac_c" 1>&6
     
    48964897  cat > conftest.$ac_ext <<EOF
    48974898#include <sys/types.h>
    4898 #line 4899 "configure"
     4899#line 4900 "configure"
    48994900#include "confdefs.h"
    49004901#include <libintl.h>
    49014902EOF
    49024903ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4903 { (eval echo configure:4904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4904{ (eval echo configure:4905: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    49044905ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    49054906if test -z "$ac_err"; then
     
    49184919  echo "$ac_t""yes" 1>&6
    49194920  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    4920 echo "configure:4921: checking for gettext in libc" >&5
     4921echo "configure:4922: checking for gettext in libc" >&5
    49214922if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    49224923  echo $ac_n "(cached) $ac_c" 1>&6
    49234924else
    49244925  cat > conftest.$ac_ext <<EOF
    4925 #line 4926 "configure"
     4926#line 4927 "configure"
    49264927#include "confdefs.h"
    49274928#include <libintl.h>
     
    49304931; return 0; }
    49314932EOF
    4932 if { (eval echo configure:4933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4933if { (eval echo configure:4934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49334934  rm -rf conftest*
    49344935  gt_cv_func_gettext_libc=yes
     
    49464947           if test "$gt_cv_func_gettext_libc" != "yes"; then
    49474948                                     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    4948 echo "configure:4949: checking for bindtextdomain in -lintl" >&5
     4949echo "configure:4950: checking for bindtextdomain in -lintl" >&5
    49494950ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    49504951if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49544955LIBS="-lintl  $LIBS"
    49554956cat > conftest.$ac_ext <<EOF
    4956 #line 4957 "configure"
     4957#line 4958 "configure"
    49574958#include "confdefs.h"
    49584959/* Override any gcc2 internal prototype to avoid an error.  */
     
    49654966; return 0; }
    49664967EOF
    4967 if { (eval echo configure:4968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4968if { (eval echo configure:4969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49684969  rm -rf conftest*
    49694970  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49814982  echo "$ac_t""yes" 1>&6
    49824983  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    4983 echo "configure:4984: checking for gettext in libintl" >&5
     4984echo "configure:4985: checking for gettext in libintl" >&5
    49844985if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    49854986  echo $ac_n "(cached) $ac_c" 1>&6
     
    49874988  ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS";
    49884989                 cat > conftest.$ac_ext <<EOF
    4989 #line 4990 "configure"
     4990#line 4991 "configure"
    49904991#include "confdefs.h"
    49914992#include <libintl.h>
     
    49944995; return 0; }
    49954996EOF
    4996 if { (eval echo configure:4997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4997if { (eval echo configure:4998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49974998  rm -rf conftest*
    49984999  gt_cv_func_gettext_libintl=yes
     
    50235024set dummy msgfmt; ac_word=$2
    50245025echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5025 echo "configure:5026: checking for $ac_word" >&5
     5026echo "configure:5027: checking for $ac_word" >&5
    50265027if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    50275028  echo $ac_n "(cached) $ac_c" 1>&6
     
    50665067do
    50675068echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5068 echo "configure:5069: checking for $ac_func" >&5
     5069echo "configure:5070: checking for $ac_func" >&5
    50695070if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    50705071  echo $ac_n "(cached) $ac_c" 1>&6
    50715072else
    50725073  cat > conftest.$ac_ext <<EOF
    5073 #line 5074 "configure"
     5074#line 5075 "configure"
    50745075#include "confdefs.h"
    50755076/* System header to define __stub macros and hopefully few prototypes,
     
    50945095; return 0; }
    50955096EOF
    5096 if { (eval echo configure:5097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5097if { (eval echo configure:5098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50975098  rm -rf conftest*
    50985099  eval "ac_cv_func_$ac_func=yes"
     
    51215122set dummy gmsgfmt; ac_word=$2
    51225123echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5123 echo "configure:5124: checking for $ac_word" >&5
     5124echo "configure:5125: checking for $ac_word" >&5
    51245125if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    51255126  echo $ac_n "(cached) $ac_c" 1>&6
     
    51615162set dummy xgettext; ac_word=$2
    51625163echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5163 echo "configure:5164: checking for $ac_word" >&5
     5164echo "configure:5165: checking for $ac_word" >&5
    51645165if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    51655166  echo $ac_n "(cached) $ac_c" 1>&6
     
    52035204
    52045205                cat > conftest.$ac_ext <<EOF
    5205 #line 5206 "configure"
     5206#line 5207 "configure"
    52065207#include "confdefs.h"
    52075208
     
    52115212; return 0; }
    52125213EOF
    5213 if { (eval echo configure:5214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5214if { (eval echo configure:5215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52145215  rm -rf conftest*
    52155216  CATOBJEXT=.gmo
     
    52445245set dummy msgfmt; ac_word=$2
    52455246echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5246 echo "configure:5247: checking for $ac_word" >&5
     5247echo "configure:5248: checking for $ac_word" >&5
    52475248if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    52485249  echo $ac_n "(cached) $ac_c" 1>&6
     
    52875288set dummy gmsgfmt; ac_word=$2
    52885289echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5289 echo "configure:5290: checking for $ac_word" >&5
     5290echo "configure:5291: checking for $ac_word" >&5
    52905291if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    52915292  echo $ac_n "(cached) $ac_c" 1>&6
     
    53275328set dummy xgettext; ac_word=$2
    53285329echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5329 echo "configure:5330: checking for $ac_word" >&5
     5330echo "configure:5331: checking for $ac_word" >&5
    53305331if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    53315332  echo $ac_n "(cached) $ac_c" 1>&6
     
    54335434     else
    54345435       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    5435 echo "configure:5436: checking for catalogs to be installed" >&5
     5436echo "configure:5437: checking for catalogs to be installed" >&5
    54365437       NEW_LINGUAS=
    54375438       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    54615462         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    54625463echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    5463 echo "configure:5464: checking for linux/version.h" >&5
     5464echo "configure:5465: checking for linux/version.h" >&5
    54645465if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    54655466  echo $ac_n "(cached) $ac_c" 1>&6
     
    54675468  cat > conftest.$ac_ext <<EOF
    54685469#include <sys/types.h>
    5469 #line 5470 "configure"
     5470#line 5471 "configure"
    54705471#include "confdefs.h"
    54715472#include <linux/version.h>
    54725473EOF
    54735474ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5474 { (eval echo configure:5475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5475{ (eval echo configure:5476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    54755476ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    54765477if test -z "$ac_err"; then
     
    55355536
    55365537echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    5537 echo "configure:5538: checking whether to enable maintainer-specific portions of Makefiles" >&5
     5538echo "configure:5539: checking whether to enable maintainer-specific portions of Makefiles" >&5
    55385539    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    55395540if test "${enable_maintainer_mode+set}" = set; then
     
    55615562
    55625563echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    5563 echo "configure:5564: checking for executable suffix" >&5
     5564echo "configure:5565: checking for executable suffix" >&5
    55645565if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    55655566  echo $ac_n "(cached) $ac_c" 1>&6
     
    55715572  echo 'int main () { return 0; }' > conftest.$ac_ext
    55725573  ac_cv_exeext=
    5573   if { (eval echo configure:5574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     5574  if { (eval echo configure:5575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    55745575    for file in conftest.*; do
    55755576      case $file in
     
    55965597ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    55975598echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5598 echo "configure:5599: checking for $ac_hdr" >&5
     5599echo "configure:5600: checking for $ac_hdr" >&5
    55995600if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    56005601  echo $ac_n "(cached) $ac_c" 1>&6
     
    56025603  cat > conftest.$ac_ext <<EOF
    56035604#include <sys/types.h>
    5604 #line 5605 "configure"
     5605#line 5606 "configure"
    56055606#include "confdefs.h"
    56065607#include <$ac_hdr>
    56075608EOF
    56085609ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5609 { (eval echo configure:5610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5610{ (eval echo configure:5611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    56105611ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    56115612if test -z "$ac_err"; then
     
    56375638# people who are not cross-compiling but are compiling cross-assemblers.
    56385639echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
    5639 echo "configure:5640: checking whether compiling a cross-assembler" >&5
     5640echo "configure:5641: checking whether compiling a cross-assembler" >&5
    56405641if test "${host}" = "${target}"; then
    56415642  cross_gas=no
     
    56525653# for constant arguments.  Useless!
    56535654echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    5654 echo "configure:5655: checking for working alloca.h" >&5
     5655echo "configure:5656: checking for working alloca.h" >&5
    56555656if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    56565657  echo $ac_n "(cached) $ac_c" 1>&6
    56575658else
    56585659  cat > conftest.$ac_ext <<EOF
    5659 #line 5660 "configure"
     5660#line 5661 "configure"
    56605661#include "confdefs.h"
    56615662#include <alloca.h>
     
    56645665; return 0; }
    56655666EOF
    5666 if { (eval echo configure:5667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5667if { (eval echo configure:5668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    56675668  rm -rf conftest*
    56685669  ac_cv_header_alloca_h=yes
     
    56855686
    56865687echo $ac_n "checking for alloca""... $ac_c" 1>&6
    5687 echo "configure:5688: checking for alloca" >&5
     5688echo "configure:5689: checking for alloca" >&5
    56885689if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    56895690  echo $ac_n "(cached) $ac_c" 1>&6
    56905691else
    56915692  cat > conftest.$ac_ext <<EOF
    5692 #line 5693 "configure"
     5693#line 5694 "configure"
    56935694#include "confdefs.h"
    56945695
     
    57185719; return 0; }
    57195720EOF
    5720 if { (eval echo configure:5721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5721if { (eval echo configure:5722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    57215722  rm -rf conftest*
    57225723  ac_cv_func_alloca_works=yes
     
    57505751
    57515752echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    5752 echo "configure:5753: checking whether alloca needs Cray hooks" >&5
     5753echo "configure:5754: checking whether alloca needs Cray hooks" >&5
    57535754if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    57545755  echo $ac_n "(cached) $ac_c" 1>&6
    57555756else
    57565757  cat > conftest.$ac_ext <<EOF
    5757 #line 5758 "configure"
     5758#line 5759 "configure"
    57585759#include "confdefs.h"
    57595760#if defined(CRAY) && ! defined(CRAY2)
     
    57805781for ac_func in _getb67 GETB67 getb67; do
    57815782  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5782 echo "configure:5783: checking for $ac_func" >&5
     5783echo "configure:5784: checking for $ac_func" >&5
    57835784if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    57845785  echo $ac_n "(cached) $ac_c" 1>&6
    57855786else
    57865787  cat > conftest.$ac_ext <<EOF
    5787 #line 5788 "configure"
     5788#line 5789 "configure"
    57885789#include "confdefs.h"
    57895790/* System header to define __stub macros and hopefully few prototypes,
     
    58085809; return 0; }
    58095810EOF
    5810 if { (eval echo configure:5811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5811if { (eval echo configure:5812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    58115812  rm -rf conftest*
    58125813  eval "ac_cv_func_$ac_func=yes"
     
    58355836
    58365837echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    5837 echo "configure:5838: checking stack direction for C alloca" >&5
     5838echo "configure:5839: checking stack direction for C alloca" >&5
    58385839if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    58395840  echo $ac_n "(cached) $ac_c" 1>&6
     
    58435844else
    58445845  cat > conftest.$ac_ext <<EOF
    5845 #line 5846 "configure"
     5846#line 5847 "configure"
    58465847#include "confdefs.h"
    58475848find_stack_direction ()
     
    58625863}
    58635864EOF
    5864 if { (eval echo configure:5865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     5865if { (eval echo configure:5866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    58655866then
    58665867  ac_cv_c_stack_direction=1
     
    58845885
    58855886echo $ac_n "checking for inline""... $ac_c" 1>&6
    5886 echo "configure:5887: checking for inline" >&5
     5887echo "configure:5888: checking for inline" >&5
    58875888if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    58885889  echo $ac_n "(cached) $ac_c" 1>&6
     
    58915892for ac_kw in inline __inline__ __inline; do
    58925893  cat > conftest.$ac_ext <<EOF
    5893 #line 5894 "configure"
     5894#line 5895 "configure"
    58945895#include "confdefs.h"
    58955896
     
    58985899; return 0; }
    58995900EOF
    5900 if { (eval echo configure:5901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5901if { (eval echo configure:5902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    59015902  rm -rf conftest*
    59025903  ac_cv_c_inline=$ac_kw; break
     
    59285929do
    59295930echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5930 echo "configure:5931: checking for $ac_func" >&5
     5931echo "configure:5932: checking for $ac_func" >&5
    59315932if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    59325933  echo $ac_n "(cached) $ac_c" 1>&6
    59335934else
    59345935  cat > conftest.$ac_ext <<EOF
    5935 #line 5936 "configure"
     5936#line 5937 "configure"
    59365937#include "confdefs.h"
    59375938/* System header to define __stub macros and hopefully few prototypes,
     
    59565957; return 0; }
    59575958EOF
    5958 if { (eval echo configure:5959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5959if { (eval echo configure:5960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59595960  rm -rf conftest*
    59605961  eval "ac_cv_func_$ac_func=yes"
     
    59855986do
    59865987echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5987 echo "configure:5988: checking for $ac_func" >&5
     5988echo "configure:5989: checking for $ac_func" >&5
    59885989if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    59895990  echo $ac_n "(cached) $ac_c" 1>&6
    59905991else
    59915992  cat > conftest.$ac_ext <<EOF
    5992 #line 5993 "configure"
     5993#line 5994 "configure"
    59935994#include "confdefs.h"
    59945995/* System header to define __stub macros and hopefully few prototypes,
     
    60136014; return 0; }
    60146015EOF
    6015 if { (eval echo configure:6016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6016if { (eval echo configure:6017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60166017  rm -rf conftest*
    60176018  eval "ac_cv_func_$ac_func=yes"
     
    60486049*-ncr-sysv4.3*)
    60496050  echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
    6050 echo "configure:6051: checking for _mwvalidcheckl in -lmw" >&5
     6051echo "configure:6052: checking for _mwvalidcheckl in -lmw" >&5
    60516052ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
    60526053if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    60566057LIBS="-lmw  $LIBS"
    60576058cat > conftest.$ac_ext <<EOF
    6058 #line 6059 "configure"
     6059#line 6060 "configure"
    60596060#include "confdefs.h"
    60606061/* Override any gcc2 internal prototype to avoid an error.  */
     
    60676068; return 0; }
    60686069EOF
    6069 if { (eval echo configure:6070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6070if { (eval echo configure:6071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60706071  rm -rf conftest*
    60716072  eval "ac_cv_lib_$ac_lib_var=yes"
     
    60886089
    60896090  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    6090 echo "configure:6091: checking for main in -lm" >&5
     6091echo "configure:6092: checking for main in -lm" >&5
    60916092ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    60926093if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    60966097LIBS="-lm  $LIBS"
    60976098cat > conftest.$ac_ext <<EOF
    6098 #line 6099 "configure"
     6099#line 6100 "configure"
    60996100#include "confdefs.h"
    61006101
     
    61036104; return 0; }
    61046105EOF
    6105 if { (eval echo configure:6106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6106if { (eval echo configure:6107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    61066107  rm -rf conftest*
    61076108  eval "ac_cv_lib_$ac_lib_var=yes"
     
    61266127*)
    61276128  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    6128 echo "configure:6129: checking for main in -lm" >&5
     6129echo "configure:6130: checking for main in -lm" >&5
    61296130ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    61306131if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    61346135LIBS="-lm  $LIBS"
    61356136cat > conftest.$ac_ext <<EOF
    6136 #line 6137 "configure"
     6137#line 6138 "configure"
    61376138#include "confdefs.h"
    61386139
     
    61416142; return 0; }
    61426143EOF
    6143 if { (eval echo configure:6144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6144if { (eval echo configure:6145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    61446145  rm -rf conftest*
    61456146  eval "ac_cv_lib_$ac_lib_var=yes"
     
    61726173# working properly!
    61736174echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
    6174 echo "configure:6175: checking for working assert macro" >&5
     6175echo "configure:6176: checking for working assert macro" >&5
    61756176if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
    61766177  echo $ac_n "(cached) $ac_c" 1>&6
    61776178else
    61786179  cat > conftest.$ac_ext <<EOF
    6179 #line 6180 "configure"
     6180#line 6181 "configure"
    61806181#include "confdefs.h"
    61816182#include <assert.h>
     
    61936194; return 0; }
    61946195EOF
    6195 if { (eval echo configure:6196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6196if { (eval echo configure:6197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    61966197  rm -rf conftest*
    61976198  gas_cv_assert_ok=yes
     
    62346235
    62356236echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
    6236 echo "configure:6237: checking whether declaration is required for strstr" >&5
     6237echo "configure:6238: checking whether declaration is required for strstr" >&5
    62376238if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
    62386239  echo $ac_n "(cached) $ac_c" 1>&6
    62396240else
    62406241  cat > conftest.$ac_ext <<EOF
    6241 #line 6242 "configure"
     6242#line 6243 "configure"
    62426243#include "confdefs.h"
    62436244$gas_test_headers
     
    62506251; return 0; }
    62516252EOF
    6252 if { (eval echo configure:6253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6253if { (eval echo configure:6254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62536254  rm -rf conftest*
    62546255  gas_cv_decl_needed_strstr=no
     
    62716272
    62726273echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
    6273 echo "configure:6274: checking whether declaration is required for malloc" >&5
     6274echo "configure:6275: checking whether declaration is required for malloc" >&5
    62746275if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
    62756276  echo $ac_n "(cached) $ac_c" 1>&6
    62766277else
    62776278  cat > conftest.$ac_ext <<EOF
    6278 #line 6279 "configure"
     6279#line 6280 "configure"
    62796280#include "confdefs.h"
    62806281$gas_test_headers
     
    62876288; return 0; }
    62886289EOF
    6289 if { (eval echo configure:6290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6290if { (eval echo configure:6291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62906291  rm -rf conftest*
    62916292  gas_cv_decl_needed_malloc=no
     
    63086309
    63096310echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
    6310 echo "configure:6311: checking whether declaration is required for free" >&5
     6311echo "configure:6312: checking whether declaration is required for free" >&5
    63116312if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
    63126313  echo $ac_n "(cached) $ac_c" 1>&6
    63136314else
    63146315  cat > conftest.$ac_ext <<EOF
    6315 #line 6316 "configure"
     6316#line 6317 "configure"
    63166317#include "confdefs.h"
    63176318$gas_test_headers
     
    63246325; return 0; }
    63256326EOF
    6326 if { (eval echo configure:6327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6327if { (eval echo configure:6328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63276328  rm -rf conftest*
    63286329  gas_cv_decl_needed_free=no
     
    63456346
    63466347echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
    6347 echo "configure:6348: checking whether declaration is required for sbrk" >&5
     6348echo "configure:6349: checking whether declaration is required for sbrk" >&5
    63486349if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
    63496350  echo $ac_n "(cached) $ac_c" 1>&6
    63506351else
    63516352  cat > conftest.$ac_ext <<EOF
    6352 #line 6353 "configure"
     6353#line 6354 "configure"
    63536354#include "confdefs.h"
    63546355$gas_test_headers
     
    63616362; return 0; }
    63626363EOF
    6363 if { (eval echo configure:6364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6364if { (eval echo configure:6365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63646365  rm -rf conftest*
    63656366  gas_cv_decl_needed_sbrk=no
     
    63826383
    63836384echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
    6384 echo "configure:6385: checking whether declaration is required for environ" >&5
     6385echo "configure:6386: checking whether declaration is required for environ" >&5
    63856386if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
    63866387  echo $ac_n "(cached) $ac_c" 1>&6
    63876388else
    63886389  cat > conftest.$ac_ext <<EOF
    6389 #line 6390 "configure"
     6390#line 6391 "configure"
    63906391#include "confdefs.h"
    63916392$gas_test_headers
     
    63986399; return 0; }
    63996400EOF
    6400 if { (eval echo configure:6401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6401if { (eval echo configure:6402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    64016402  rm -rf conftest*
    64026403  gas_cv_decl_needed_environ=no
     
    64226423
    64236424echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
    6424 echo "configure:6425: checking whether declaration is required for errno" >&5
     6425echo "configure:6426: checking whether declaration is required for errno" >&5
    64256426if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
    64266427  echo $ac_n "(cached) $ac_c" 1>&6
    64276428else
    64286429  cat > conftest.$ac_ext <<EOF
    6429 #line 6430 "configure"
     6430#line 6431 "configure"
    64306431#include "confdefs.h"
    64316432
     
    64426443; return 0; }
    64436444EOF
    6444 if { (eval echo configure:6445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6445if { (eval echo configure:6446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    64456446  rm -rf conftest*
    64466447  gas_cv_decl_needed_errno=no
  • trunk/src/binutils/gas/configure.in

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1238 r1239  
    298298      i386-*-nto-qnx*)                  fmt=elf ;;
    299299      i386-*-*nt*)                      fmt=coff em=pe ;;
     300      i386-*-os2-elf*)       fmt=elf ;;
    300301      i386-*-os2*)          fmt=aout em=emx bfd_gas=yes ;;
    301302      i386-*-vxworks*)                  fmt=aout ;;
Note: See TracChangeset for help on using the changeset viewer.