Changeset 1853 for trunk/src/binutils/ld
- Timestamp:
- Mar 14, 2005, 12:45:53 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/configure
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1852 r1853 4270 4270 nls_cv_header_intl=libintl.h 4271 4271 nls_cv_header_libgt=libgettext.h 4272 else 4273 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4274 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4275 echo "dbg: updating LIBS" >&5 4276 LIBS="-lintl $LIBS" 4277 INTLLIBS="-lintl" 4278 fi 4279 fi 4272 fi 4280 4273 4281 4274 if test "$XGETTEXT" != ":"; then … … 4326 4319 else 4327 4320 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4328 echo "configure:432 9: checking for catalogs to be installed" >&54321 echo "configure:4322: checking for catalogs to be installed" >&5 4329 4322 NEW_LINGUAS= 4330 4323 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4354 4347 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4355 4348 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4356 echo "configure:435 7: checking for linux/version.h" >&54349 echo "configure:4350: checking for linux/version.h" >&5 4357 4350 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4358 4351 echo $ac_n "(cached) $ac_c" 1>&6 … … 4360 4353 cat > conftest.$ac_ext <<EOF 4361 4354 #include <sys/types.h> 4362 #line 43 63"configure"4355 #line 4356 "configure" 4363 4356 #include "confdefs.h" 4364 4357 #include <linux/version.h> 4365 4358 EOF 4366 4359 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4367 { (eval echo configure:436 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4360 { (eval echo configure:4361: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4368 4361 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4369 4362 if test -z "$ac_err"; then … … 4431 4424 4432 4425 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4433 echo "configure:44 34: checking for executable suffix" >&54426 echo "configure:4427: checking for executable suffix" >&5 4434 4427 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4435 4428 echo $ac_n "(cached) $ac_c" 1>&6 … … 4441 4434 echo 'int main () { return 0; }' > conftest.$ac_ext 4442 4435 ac_cv_exeext= 4443 if { (eval echo configure:44 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4436 if { (eval echo configure:4437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4444 4437 for file in conftest.*; do 4445 4438 case $file in … … 4467 4460 set dummy $ac_prog; ac_word=$2 4468 4461 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4469 echo "configure:44 70: checking for $ac_word" >&54462 echo "configure:4463: checking for $ac_word" >&5 4470 4463 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 4471 4464 echo $ac_n "(cached) $ac_c" 1>&6 … … 4504 4497 set dummy $ac_prog; ac_word=$2 4505 4498 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4506 echo "configure:450 7: checking for $ac_word" >&54499 echo "configure:4500: checking for $ac_word" >&5 4507 4500 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4508 4501 echo $ac_n "(cached) $ac_c" 1>&6 … … 4538 4531 set dummy flex; ac_word=$2 4539 4532 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4540 echo "configure:45 41: checking for $ac_word" >&54533 echo "configure:4534: checking for $ac_word" >&5 4541 4534 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4542 4535 echo $ac_n "(cached) $ac_c" 1>&6 … … 4573 4566 esac 4574 4567 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 4575 echo "configure:45 76: checking for yywrap in -l$ac_lib" >&54568 echo "configure:4569: checking for yywrap in -l$ac_lib" >&5 4576 4569 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 4577 4570 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4581 4574 LIBS="-l$ac_lib $LIBS" 4582 4575 cat > conftest.$ac_ext <<EOF 4583 #line 45 84"configure"4576 #line 4577 "configure" 4584 4577 #include "confdefs.h" 4585 4578 /* Override any gcc2 internal prototype to avoid an error. */ … … 4592 4585 ; return 0; } 4593 4586 EOF 4594 if { (eval echo configure:45 95: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4587 if { (eval echo configure:4588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4595 4588 rm -rf conftest* 4596 4589 eval "ac_cv_lib_$ac_lib_var=yes" … … 4615 4608 4616 4609 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 4617 echo "configure:461 8: checking lex output file root" >&54610 echo "configure:4611: checking lex output file root" >&5 4618 4611 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 4619 4612 echo $ac_n "(cached) $ac_c" 1>&6 … … 4636 4629 4637 4630 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 4638 echo "configure:463 9: checking whether yytext is a pointer" >&54631 echo "configure:4632: checking whether yytext is a pointer" >&5 4639 4632 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 4640 4633 echo $ac_n "(cached) $ac_c" 1>&6 … … 4648 4641 LIBS="$LIBS $LEXLIB" 4649 4642 cat > conftest.$ac_ext <<EOF 4650 #line 46 51"configure"4643 #line 4644 "configure" 4651 4644 #include "confdefs.h" 4652 4645 `cat $LEX_OUTPUT_ROOT.c` … … 4655 4648 ; return 0; } 4656 4649 EOF 4657 if { (eval echo configure:465 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4650 if { (eval echo configure:4651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4658 4651 rm -rf conftest* 4659 4652 ac_cv_prog_lex_yytext_pointer=yes … … 4678 4671 4679 4672 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4680 echo "configure:46 81: checking whether to enable maintainer-specific portions of Makefiles" >&54673 echo "configure:4674: checking whether to enable maintainer-specific portions of Makefiles" >&5 4681 4674 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4682 4675 if test "${enable_maintainer_mode+set}" = set; then … … 4712 4705 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4713 4706 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4714 echo "configure:47 15: checking for $ac_hdr" >&54707 echo "configure:4708: checking for $ac_hdr" >&5 4715 4708 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4716 4709 echo $ac_n "(cached) $ac_c" 1>&6 … … 4718 4711 cat > conftest.$ac_ext <<EOF 4719 4712 #include <sys/types.h> 4720 #line 47 21"configure"4713 #line 4714 "configure" 4721 4714 #include "confdefs.h" 4722 4715 #include <$ac_hdr> 4723 4716 EOF 4724 4717 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4725 { (eval echo configure:47 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4718 { (eval echo configure:4719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4726 4719 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4727 4720 if test -z "$ac_err"; then … … 4752 4745 do 4753 4746 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4754 echo "configure:47 55: checking for $ac_func" >&54747 echo "configure:4748: checking for $ac_func" >&5 4755 4748 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4756 4749 echo $ac_n "(cached) $ac_c" 1>&6 4757 4750 else 4758 4751 cat > conftest.$ac_ext <<EOF 4759 #line 47 60"configure"4752 #line 4753 "configure" 4760 4753 #include "confdefs.h" 4761 4754 /* System header to define __stub macros and hopefully few prototypes, … … 4780 4773 ; return 0; } 4781 4774 EOF 4782 if { (eval echo configure:47 83: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4775 if { (eval echo configure:4776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4783 4776 rm -rf conftest* 4784 4777 eval "ac_cv_func_$ac_func=yes" … … 4809 4802 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4810 4803 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 4811 echo "configure:48 12: checking for $ac_hdr that defines DIR" >&54804 echo "configure:4805: checking for $ac_hdr that defines DIR" >&5 4812 4805 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 4813 4806 echo $ac_n "(cached) $ac_c" 1>&6 4814 4807 else 4815 4808 cat > conftest.$ac_ext <<EOF 4816 #line 481 7"configure"4809 #line 4810 "configure" 4817 4810 #include "confdefs.h" 4818 4811 #include <sys/types.h> … … 4822 4815 ; return 0; } 4823 4816 EOF 4824 if { (eval echo configure:48 25: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4817 if { (eval echo configure:4818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4825 4818 rm -rf conftest* 4826 4819 eval "ac_cv_header_dirent_$ac_safe=yes" … … 4847 4840 if test $ac_header_dirent = dirent.h; then 4848 4841 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 4849 echo "configure:48 50: checking for opendir in -ldir" >&54842 echo "configure:4843: checking for opendir in -ldir" >&5 4850 4843 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 4851 4844 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4855 4848 LIBS="-ldir $LIBS" 4856 4849 cat > conftest.$ac_ext <<EOF 4857 #line 485 8"configure"4850 #line 4851 "configure" 4858 4851 #include "confdefs.h" 4859 4852 /* Override any gcc2 internal prototype to avoid an error. */ … … 4866 4859 ; return 0; } 4867 4860 EOF 4868 if { (eval echo configure:486 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4861 if { (eval echo configure:4862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4869 4862 rm -rf conftest* 4870 4863 eval "ac_cv_lib_$ac_lib_var=yes" … … 4888 4881 else 4889 4882 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 4890 echo "configure:48 91: checking for opendir in -lx" >&54883 echo "configure:4884: checking for opendir in -lx" >&5 4891 4884 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 4892 4885 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4896 4889 LIBS="-lx $LIBS" 4897 4890 cat > conftest.$ac_ext <<EOF 4898 #line 489 9"configure"4891 #line 4892 "configure" 4899 4892 #include "confdefs.h" 4900 4893 /* Override any gcc2 internal prototype to avoid an error. */ … … 4907 4900 ; return 0; } 4908 4901 EOF 4909 if { (eval echo configure:49 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4902 if { (eval echo configure:4903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4910 4903 rm -rf conftest* 4911 4904 eval "ac_cv_lib_$ac_lib_var=yes" … … 4940 4933 4941 4934 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 4942 echo "configure:49 43: checking whether strstr must be declared" >&54935 echo "configure:4936: checking whether strstr must be declared" >&5 4943 4936 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 4944 4937 echo $ac_n "(cached) $ac_c" 1>&6 4945 4938 else 4946 4939 cat > conftest.$ac_ext <<EOF 4947 #line 494 8"configure"4940 #line 4941 "configure" 4948 4941 #include "confdefs.h" 4949 4942 … … 4966 4959 ; return 0; } 4967 4960 EOF 4968 if { (eval echo configure:496 9: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4961 if { (eval echo configure:4962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4969 4962 rm -rf conftest* 4970 4963 bfd_cv_decl_needed_strstr=no … … 4987 4980 4988 4981 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6 4989 echo "configure:49 90: checking whether free must be declared" >&54982 echo "configure:4983: checking whether free must be declared" >&5 4990 4983 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then 4991 4984 echo $ac_n "(cached) $ac_c" 1>&6 4992 4985 else 4993 4986 cat > conftest.$ac_ext <<EOF 4994 #line 49 95"configure"4987 #line 4988 "configure" 4995 4988 #include "confdefs.h" 4996 4989 … … 5013 5006 ; return 0; } 5014 5007 EOF 5015 if { (eval echo configure:50 16: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5008 if { (eval echo configure:5009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5016 5009 rm -rf conftest* 5017 5010 bfd_cv_decl_needed_free=no … … 5034 5027 5035 5028 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 5036 echo "configure:503 7: checking whether sbrk must be declared" >&55029 echo "configure:5030: checking whether sbrk must be declared" >&5 5037 5030 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 5038 5031 echo $ac_n "(cached) $ac_c" 1>&6 5039 5032 else 5040 5033 cat > conftest.$ac_ext <<EOF 5041 #line 50 42"configure"5034 #line 5035 "configure" 5042 5035 #include "confdefs.h" 5043 5036 … … 5060 5053 ; return 0; } 5061 5054 EOF 5062 if { (eval echo configure:50 63: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5055 if { (eval echo configure:5056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5063 5056 rm -rf conftest* 5064 5057 bfd_cv_decl_needed_sbrk=no … … 5081 5074 5082 5075 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 5083 echo "configure:50 84: checking whether getenv must be declared" >&55076 echo "configure:5077: checking whether getenv must be declared" >&5 5084 5077 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 5085 5078 echo $ac_n "(cached) $ac_c" 1>&6 5086 5079 else 5087 5080 cat > conftest.$ac_ext <<EOF 5088 #line 508 9"configure"5081 #line 5082 "configure" 5089 5082 #include "confdefs.h" 5090 5083 … … 5107 5100 ; return 0; } 5108 5101 EOF 5109 if { (eval echo configure:51 10: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5102 if { (eval echo configure:5103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5110 5103 rm -rf conftest* 5111 5104 bfd_cv_decl_needed_getenv=no … … 5128 5121 5129 5122 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 5130 echo "configure:51 31: checking whether environ must be declared" >&55123 echo "configure:5124: checking whether environ must be declared" >&5 5131 5124 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 5132 5125 echo $ac_n "(cached) $ac_c" 1>&6 5133 5126 else 5134 5127 cat > conftest.$ac_ext <<EOF 5135 #line 51 36"configure"5128 #line 5129 "configure" 5136 5129 #include "confdefs.h" 5137 5130 … … 5154 5147 ; return 0; } 5155 5148 EOF 5156 if { (eval echo configure:515 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5149 if { (eval echo configure:5150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5157 5150 rm -rf conftest* 5158 5151 bfd_cv_decl_needed_environ=no … … 5182 5175 # support string concatenation. 5183 5176 echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6 5184 echo "configure:51 85: checking whether ANSI C string concatenation works" >&55177 echo "configure:5178: checking whether ANSI C string concatenation works" >&5 5185 5178 if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then 5186 5179 echo $ac_n "(cached) $ac_c" 1>&6 5187 5180 else 5188 5181 cat > conftest.$ac_ext <<EOF 5189 #line 51 90"configure"5182 #line 5183 "configure" 5190 5183 #include "confdefs.h" 5191 5184 … … 5194 5187 ; return 0; } 5195 5188 EOF 5196 if { (eval echo configure:519 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5189 if { (eval echo configure:5190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5197 5190 rm -rf conftest* 5198 5191 ld_cv_string_concatenation=yes -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.