Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 718004 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +99 lines)
Line  Link Here
0
-- a/libcpp/configure.ac
0
++ b/libcpp/configure.ac
Lines 12-17 AC_PROG_INSTALL Link Here
12
AC_PROG_CC
12
AC_PROG_CC
13
AC_PROG_CXX
13
AC_PROG_CXX
14
AC_PROG_RANLIB
14
AC_PROG_RANLIB
15
AC_CHECK_TOOL(AR, ar)
15
16
16
AC_USE_SYSTEM_EXTENSIONS
17
AC_USE_SYSTEM_EXTENSIONS
17
AC_SYS_LARGEFILE
18
AC_SYS_LARGEFILE
18
-- a/libcpp/Makefile.in
19
++ b/libcpp/Makefile.in
Lines 25-31 srcdir = @srcdir@ Link Here
25
top_builddir = .
25
top_builddir = .
26
VPATH = @srcdir@
26
VPATH = @srcdir@
27
INSTALL = @INSTALL@
27
INSTALL = @INSTALL@
28
AR = ar
28
AR = @AR@
29
ARFLAGS = cru
29
ARFLAGS = cru
30
ACLOCAL = @ACLOCAL@
30
ACLOCAL = @ACLOCAL@
31
AUTOCONF = @AUTOCONF@
31
AUTOCONF = @AUTOCONF@
32
-- a/libcpp/configure
32
++ b/libcpp/configure
Lines 657-662 ACLOCAL Link Here
657
EGREP
657
EGREP
658
GREP
658
GREP
659
CPP
659
CPP
660
AR
660
RANLIB
661
RANLIB
661
ac_ct_CXX
662
ac_ct_CXX
662
CXXFLAGS
663
CXXFLAGS
Lines 1038-1043 do Link Here
1038
  | -silent | --silent | --silen | --sile | --sil)
1039
  | -silent | --silent | --silen | --sile | --sil)
1039
    silent=yes ;;
1040
    silent=yes ;;
1040
1041
1042
1041
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1043
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1042
    ac_prev=sbindir ;;
1044
    ac_prev=sbindir ;;
1043
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1045
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
Lines 4006-4011 else Link Here
4006
  RANLIB="$ac_cv_prog_RANLIB"
4008
  RANLIB="$ac_cv_prog_RANLIB"
4007
fi
4009
fi
4008
4010
4011
if test -n "$ac_tool_prefix"; then
4012
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4013
set dummy ${ac_tool_prefix}ar; ac_word=$2
4014
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4015
$as_echo_n "checking for $ac_word... " >&6; }
4016
if ${ac_cv_prog_AR+:} false; then :
4017
  $as_echo_n "(cached) " >&6
4018
else
4019
  if test -n "$AR"; then
4020
  ac_cv_prog_AR="$AR" # Let the user override the test.
4021
else
4022
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4023
for as_dir in $PATH
4024
do
4025
  IFS=$as_save_IFS
4026
  test -z "$as_dir" && as_dir=.
4027
    for ac_exec_ext in '' $ac_executable_extensions; do
4028
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4029
    ac_cv_prog_AR="${ac_tool_prefix}ar"
4030
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4031
    break 2
4032
  fi
4033
done
4034
  done
4035
IFS=$as_save_IFS
4036
4037
fi
4038
fi
4039
AR=$ac_cv_prog_AR
4040
if test -n "$AR"; then
4041
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4042
$as_echo "$AR" >&6; }
4043
else
4044
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4045
$as_echo "no" >&6; }
4046
fi
4047
4048
4049
fi
4050
if test -z "$ac_cv_prog_AR"; then
4051
  ac_ct_AR=$AR
4052
  # Extract the first word of "ar", so it can be a program name with args.
4053
set dummy ar; ac_word=$2
4054
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4055
$as_echo_n "checking for $ac_word... " >&6; }
4056
if ${ac_cv_prog_ac_ct_AR+:} false; then :
4057
  $as_echo_n "(cached) " >&6
4058
else
4059
  if test -n "$ac_ct_AR"; then
4060
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4061
else
4062
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4063
for as_dir in $PATH
4064
do
4065
  IFS=$as_save_IFS
4066
  test -z "$as_dir" && as_dir=.
4067
    for ac_exec_ext in '' $ac_executable_extensions; do
4068
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4069
    ac_cv_prog_ac_ct_AR="ar"
4070
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4071
    break 2
4072
  fi
4073
done
4074
  done
4075
IFS=$as_save_IFS
4076
4077
fi
4078
fi
4079
ac_ct_AR=$ac_cv_prog_ac_ct_AR
4080
if test -n "$ac_ct_AR"; then
4081
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4082
$as_echo "$ac_ct_AR" >&6; }
4083
else
4084
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4085
$as_echo "no" >&6; }
4086
fi
4087
4088
  if test "x$ac_ct_AR" = x; then
4089
    AR=""
4090
  else
4091
    case $cross_compiling:$ac_tool_warned in
4092
yes:)
4093
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4094
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4095
ac_tool_warned=yes ;;
4096
esac
4097
    AR=$ac_ct_AR
4098
  fi
4099
else
4100
  AR="$ac_cv_prog_AR"
4101
fi
4102
4009
4103
4010
4104
4011
ac_ext=c
4105
ac_ext=c

Return to bug 718004