Changeset 910
- Timestamp:
- Dec 16, 2003, 11:25:06 PM (22 years ago)
- Location:
- trunk/src/binutils/binutils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/binutils/configure
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r909 r910 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.13 4 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 848 848 fi 849 849 850 850 851 851 852 852 … … 2129 2129 echo $ac_n "(cached) $ac_c" 1>&6 2130 2130 else 2131 2131 2132 2132 ac_ext=c 2133 2133 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. … … 2255 2255 exec 5>>./config.log 2256 2256 2257 2258 2259 2260 2261 2257 2258 2259 2260 2261 2262 2262 2263 2263 # Check whether --enable-targets or --disable-targets was given. … … 3047 3047 if test $ac_cv_c_const = no; then 3048 3048 cat >> confdefs.h <<\EOF 3049 #define const 3049 #define const 3050 3050 EOF 3051 3051 … … 3083 3083 inline | yes) ;; 3084 3084 no) cat >> confdefs.h <<\EOF 3085 #define inline 3085 #define inline 3086 3086 EOF 3087 3087 ;; … … 3427 3427 #define $ac_tr_hdr 1 3428 3428 EOF 3429 3429 3430 3430 else 3431 3431 echo "$ac_t""no" 1>&6 … … 3482 3482 #define $ac_tr_func 1 3483 3483 EOF 3484 3484 3485 3485 else 3486 3486 echo "$ac_t""no" 1>&6 … … 3659 3659 fi 3660 3660 3661 3661 3662 3662 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ 3663 3663 unistd.h values.h sys/param.h … … 3696 3696 #define $ac_tr_hdr 1 3697 3697 EOF 3698 3698 3699 3699 else 3700 3700 echo "$ac_t""no" 1>&6 … … 3752 3752 #define $ac_tr_func 1 3753 3753 EOF 3754 3754 3755 3755 else 3756 3756 echo "$ac_t""no" 1>&6 … … 3809 3809 #define $ac_tr_func 1 3810 3810 EOF 3811 3811 3812 3812 else 3813 3813 echo "$ac_t""no" 1>&6 … … 3868 3868 3869 3869 echo "$ac_t""$USE_NLS" 1>&6 3870 3870 3871 3871 3872 3872 USE_INCLUDED_LIBINTL=no … … 4108 4108 #define $ac_tr_func 1 4109 4109 EOF 4110 4110 4111 4111 else 4112 4112 echo "$ac_t""no" 1>&6 … … 4218 4218 4219 4219 4220 4220 4221 4221 if test "$CATOBJEXT" = "NONE"; then 4222 4222 nls_cv_use_gnu_gettext=yes … … 4334 4334 fi 4335 4335 4336 4336 4337 4337 USE_INCLUDED_LIBINTL=yes 4338 4338 CATOBJEXT=.gmo … … 4375 4375 done 4376 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4389 4390 4390 if test "x$CATOBJEXT" != "x"; then … … 4415 4415 /* The system does not provide the header <locale.h>. Take care yourself. */" 4416 4416 fi 4417 4417 4418 4418 4419 4419 if test -f $srcdir/po2tbl.sed.in; then … … 4468 4468 GT_YES="#YES#" 4469 4469 fi 4470 4471 4470 4471 4472 4472 4473 4473 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" 4474 4474 4475 4475 4476 4476 l= 4477 4477 4478 4478 4479 4479 if test -f $srcdir/po/POTFILES.in; then … … 4492 4492 < $srcdir/po/POTFILES.in > po/POTFILES 4493 4493 fi 4494 4494 4495 4495 4496 4496 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 … … 4505 4505 4506 4506 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 4507 4507 4508 4508 4509 4509 if test $USE_MAINTAINER_MODE = yes; then … … 4515 4515 fi 4516 4516 MAINT=$MAINTAINER_MODE_TRUE 4517 4517 4518 4518 4519 4519 … … 4749 4749 #define $ac_tr_hdr 1 4750 4750 EOF 4751 4751 4752 4752 else 4753 4753 echo "$ac_t""no" 1>&6 … … 5080 5080 #define $ac_tr_func 1 5081 5081 EOF 5082 5082 5083 5083 else 5084 5084 echo "$ac_t""no" 1>&6 … … 5207 5207 if test "$ac_cv_search_frexp" != "no"; then 5208 5208 test "$ac_cv_search_frexp" = "none required" || LIBS="$ac_cv_search_frexp $LIBS" 5209 5209 5210 5210 else : 5211 5211 5212 5212 fi 5213 5213 … … 5677 5677 OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=16" 5678 5678 ;; 5679 i345686-*-os2*)5679 i[3456]86-*-os2*) 5680 5680 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' 5681 5681 ;; -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/binutils/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r909 r910 291 291 OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=16" 292 292 ;; 293 i[3456]86-*-os2*) 293 changequote(,)dnl 294 i[3456]86-*-os2*) 295 changequote([,])dnl 294 296 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' 295 297 ;; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.