Ignore:
Timestamp:
Mar 14, 2005, 12:45:53 AM (20 years ago)
Author:
bird
Message:

regenerated (intl)

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1852 r1853  
    43534353        nls_cv_header_intl=libintl.h
    43544354        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
    43634356
    43644357            if test "$XGETTEXT" != ":"; then
     
    44094402     else
    44104403       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4411 echo "configure:4412: checking for catalogs to be installed" >&5
     4404echo "configure:4405: checking for catalogs to be installed" >&5
    44124405       NEW_LINGUAS=
    44134406       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    44374430         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    44384431echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4439 echo "configure:4440: checking for linux/version.h" >&5
     4432echo "configure:4433: checking for linux/version.h" >&5
    44404433if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44414434  echo $ac_n "(cached) $ac_c" 1>&6
     
    44434436  cat > conftest.$ac_ext <<EOF
    44444437#include <sys/types.h>
    4445 #line 4446 "configure"
     4438#line 4439 "configure"
    44464439#include "confdefs.h"
    44474440#include <linux/version.h>
    44484441EOF
    44494442ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4450 { (eval echo configure:4451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4443{ (eval echo configure:4444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44514444ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44524445if test -z "$ac_err"; then
     
    45264519else
    45274520  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
    4528 echo "configure:4529: checking for build system executable suffix" >&5
     4521echo "configure:4522: checking for build system executable suffix" >&5
    45294522if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
    45304523  echo $ac_n "(cached) $ac_c" 1>&6
     
    45634556# ./install, which can be erroneously created by make from ./install.sh.
    45644557echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4565 echo "configure:4566: checking for a BSD compatible install" >&5
     4558echo "configure:4559: checking for a BSD compatible install" >&5
    45664559if test -z "$INSTALL"; then
    45674560if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    46224615ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46234616echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4624 echo "configure:4625: checking for $ac_hdr" >&5
     4617echo "configure:4618: checking for $ac_hdr" >&5
    46254618if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46264619  echo $ac_n "(cached) $ac_c" 1>&6
     
    46284621  cat > conftest.$ac_ext <<EOF
    46294622#include <sys/types.h>
    4630 #line 4631 "configure"
     4623#line 4624 "configure"
    46314624#include "confdefs.h"
    46324625#include <$ac_hdr>
    46334626EOF
    46344627ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4635 { (eval echo configure:4636: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4628{ (eval echo configure:4629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46364629ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    46374630if test -z "$ac_err"; then
     
    47044697  if test "$enable_shared" = "yes"; then
    47054698    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"
    47074701  fi
    47084702  ;;
Note: See TracChangeset for help on using the changeset viewer.