Changeset 842 for trunk/src/binutils/ld/configure
- Timestamp:
- Oct 26, 2003, 7:02:33 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r841 r842 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 # … … 852 852 fi 853 853 854 854 855 855 856 856 … … 2133 2133 echo $ac_n "(cached) $ac_c" 1>&6 2134 2134 else 2135 2135 2136 2136 ac_ext=c 2137 2137 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. … … 2259 2259 exec 5>>./config.log 2260 2260 2261 2262 2263 2264 2265 2261 2262 2263 2264 2265 2266 2266 2267 2267 # Check whether --with-lib-path or --without-lib-path was given. … … 2296 2296 if test "${with_sysroot+set}" = set; then 2297 2297 withval="$with_sysroot" 2298 2298 2299 2299 case ${with_sysroot} in 2300 2300 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;; … … 2323 2323 2324 2324 else 2325 2325 2326 2326 use_sysroot=no 2327 2327 TARGET_SYSTEM_ROOT= … … 2663 2663 2664 2664 2665 ALL_LINGUAS="fr sv tres da"2665 ALL_LINGUAS="fr sv es da" 2666 2666 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2667 2667 echo "configure:2668: checking how to run the C preprocessor" >&5 … … 2953 2953 if test $ac_cv_c_const = no; then 2954 2954 cat >> confdefs.h <<\EOF 2955 #define const 2955 #define const 2956 2956 EOF 2957 2957 … … 2989 2989 inline | yes) ;; 2990 2990 no) cat >> confdefs.h <<\EOF 2991 #define inline 2991 #define inline 2992 2992 EOF 2993 2993 ;; … … 3333 3333 #define $ac_tr_hdr 1 3334 3334 EOF 3335 3335 3336 3336 else 3337 3337 echo "$ac_t""no" 1>&6 … … 3388 3388 #define $ac_tr_func 1 3389 3389 EOF 3390 3390 3391 3391 else 3392 3392 echo "$ac_t""no" 1>&6 … … 3565 3565 fi 3566 3566 3567 3567 3568 3568 for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ 3569 3569 unistd.h values.h sys/param.h … … 3602 3602 #define $ac_tr_hdr 1 3603 3603 EOF 3604 3604 3605 3605 else 3606 3606 echo "$ac_t""no" 1>&6 … … 3658 3658 #define $ac_tr_func 1 3659 3659 EOF 3660 3660 3661 3661 else 3662 3662 echo "$ac_t""no" 1>&6 … … 3715 3715 #define $ac_tr_func 1 3716 3716 EOF 3717 3717 3718 3718 else 3719 3719 echo "$ac_t""no" 1>&6 … … 3774 3774 3775 3775 echo "$ac_t""$USE_NLS" 1>&6 3776 3776 3777 3777 3778 3778 USE_INCLUDED_LIBINTL=no … … 4014 4014 #define $ac_tr_func 1 4015 4015 EOF 4016 4016 4017 4017 else 4018 4018 echo "$ac_t""no" 1>&6 … … 4124 4124 4125 4125 4126 4126 4127 4127 if test "$CATOBJEXT" = "NONE"; then 4128 4128 nls_cv_use_gnu_gettext=yes … … 4240 4240 fi 4241 4241 4242 4242 4243 4243 USE_INCLUDED_LIBINTL=yes 4244 4244 CATOBJEXT=.gmo … … 4281 4281 done 4282 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4295 4296 4296 if test "x$CATOBJEXT" != "x"; then … … 4321 4321 /* The system does not provide the header <locale.h>. Take care yourself. */" 4322 4322 fi 4323 4323 4324 4324 4325 4325 if test -f $srcdir/po2tbl.sed.in; then … … 4374 4374 GT_YES="#YES#" 4375 4375 fi 4376 4377 4376 4377 4378 4378 4379 4379 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" 4380 4380 4381 4381 4382 4382 l= 4383 4383 4384 4384 4385 4385 if test -f $srcdir/po/POTFILES.in; then … … 4398 4398 < $srcdir/po/POTFILES.in > po/POTFILES 4399 4399 fi 4400 4400 4401 4401 4402 4402 … … 4661 4661 4662 4662 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6 4663 4663 4664 4664 4665 4665 if test $USE_MAINTAINER_MODE = yes; then … … 4671 4671 fi 4672 4672 MAINT=$MAINTAINER_MODE_TRUE 4673 4673 4674 4674 4675 4675 … … 4716 4716 #define $ac_tr_hdr 1 4717 4717 EOF 4718 4718 4719 4719 else 4720 4720 echo "$ac_t""no" 1>&6 … … 4771 4771 #define $ac_tr_func 1 4772 4772 EOF 4773 4773 4774 4774 else 4775 4775 echo "$ac_t""no" 1>&6 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.