Changeset 1853 for trunk/src/binutils/opcodes/configure
- Timestamp:
- Mar 14, 2005, 12:45:53 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/opcodes/configure
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r1852 r1853 4353 4353 nls_cv_header_intl=libintl.h 4354 4354 nls_cv_header_libgt=libgettext.h 4355 else 4356 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4357 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4358 echo "dbg: updating LIBS" >&5 4359 LIBS="-lintl $LIBS" 4360 INTLLIBS="-lintl" 4361 fi 4362 fi 4355 fi 4363 4356 4364 4357 if test "$XGETTEXT" != ":"; then … … 4409 4402 else 4410 4403 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4411 echo "configure:44 12: checking for catalogs to be installed" >&54404 echo "configure:4405: checking for catalogs to be installed" >&5 4412 4405 NEW_LINGUAS= 4413 4406 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4437 4430 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4438 4431 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4439 echo "configure:44 40: checking for linux/version.h" >&54432 echo "configure:4433: checking for linux/version.h" >&5 4440 4433 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4441 4434 echo $ac_n "(cached) $ac_c" 1>&6 … … 4443 4436 cat > conftest.$ac_ext <<EOF 4444 4437 #include <sys/types.h> 4445 #line 44 46"configure"4438 #line 4439 "configure" 4446 4439 #include "confdefs.h" 4447 4440 #include <linux/version.h> 4448 4441 EOF 4449 4442 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4450 { (eval echo configure:44 51: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4443 { (eval echo configure:4444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4451 4444 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4452 4445 if test -z "$ac_err"; then … … 4526 4519 else 4527 4520 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4528 echo "configure:452 9: checking for build system executable suffix" >&54521 echo "configure:4522: checking for build system executable suffix" >&5 4529 4522 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4530 4523 echo $ac_n "(cached) $ac_c" 1>&6 … … 4563 4556 # ./install, which can be erroneously created by make from ./install.sh. 4564 4557 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4565 echo "configure:45 66: checking for a BSD compatible install" >&54558 echo "configure:4559: checking for a BSD compatible install" >&5 4566 4559 if test -z "$INSTALL"; then 4567 4560 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 4622 4615 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4623 4616 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4624 echo "configure:46 25: checking for $ac_hdr" >&54617 echo "configure:4618: checking for $ac_hdr" >&5 4625 4618 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4626 4619 echo $ac_n "(cached) $ac_c" 1>&6 … … 4628 4621 cat > conftest.$ac_ext <<EOF 4629 4622 #include <sys/types.h> 4630 #line 46 31"configure"4623 #line 4624 "configure" 4631 4624 #include "confdefs.h" 4632 4625 #include <$ac_hdr> 4633 4626 EOF 4634 4627 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4635 { (eval echo configure:46 36: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4628 { (eval echo configure:4629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4636 4629 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4637 4630 if test -z "$ac_err"; then … … 4704 4697 if test "$enable_shared" = "yes"; then 4705 4698 WIN32LDFLAGS="-no-undefined" 4706 WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl" 4699 WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty" 4700 # WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl" 4707 4701 fi 4708 4702 ;; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.