]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/r/r-2.0.0/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / r / r-2.0.0 / configure.patch
1 --- R-2.0.0/configure~  2004-12-11 00:34:27.270027696 +0000
2 +++ R-2.0.0/configure   2004-12-10 23:06:11.000000000 +0000
3 @@ -20960,41 +20960,41 @@
4  
5  ### * Checks for libraries.
6  
7 -## Set up LD_LIBRARY_PATH or equivalent.
8 -## <FIXME>
9 -## What is this doing *HERE*?
10 -## Should be needed for tests using AC_RUN_IFELSE()?
11 -## Make sure that non-standard directories specified via '-L' are really
12 -## searched in the tests.
13 -## Note: earlier versions used LIBS rather than LDFLAGS.
14 -for arg in ${LDFLAGS}; do
15 -  case "${arg}" in
16 -    -L*)
17 -      lib=`echo ${arg} | sed "s/^-L//"`
18 -      separator="${PATH_SEPARATOR}"
19 -test -z "${separator}" && separator=" "
20 -if test -z "${R_LD_LIBRARY_PATH}"; then
21 -  R_LD_LIBRARY_PATH="${lib}"
22 -else
23 -  R_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}${separator}${lib}"
24 -fi
25 -      ;;
26 -  esac
27 -done
28 -## </FIXME>
29 -
30 -## Record name of environment variable which tells the dynamic linker
31 -## where to find shlibs (typically, 'LD_LIBRARY_PATH').
32 -ltout=`./libtool --config | grep '^shlibpath_var='`
33 -eval "${ltout}"
34 -
35 -## Export LD_LIBRARY_PATH or equivalent.
36 -if eval "test -z \"\${${shlibpath_var}}\""; then
37 -  eval "${shlibpath_var}=\"${R_LD_LIBRARY_PATH}\""
38 -else
39 -  eval "${shlibpath_var}=\"${R_LD_LIBRARY_PATH}${PATH_SEPARATOR}\${${shlibpath_var}}\""
40 -fi
41 -eval "export ${shlibpath_var}"
42 +### Set up LD_LIBRARY_PATH or equivalent.
43 +### <FIXME>
44 +### What is this doing *HERE*?
45 +### Should be needed for tests using AC_RUN_IFELSE()?
46 +### Make sure that non-standard directories specified via '-L' are really
47 +### searched in the tests.
48 +### Note: earlier versions used LIBS rather than LDFLAGS.
49 +#for arg in ${LDFLAGS}; do
50 +#  case "${arg}" in
51 +#    -L*)
52 +#      lib=`echo ${arg} | sed "s/^-L//"`
53 +#      separator="${PATH_SEPARATOR}"
54 +#test -z "${separator}" && separator=" "
55 +#if test -z "${R_LD_LIBRARY_PATH}"; then
56 +#  R_LD_LIBRARY_PATH="${lib}"
57 +#else
58 +#  R_LD_LIBRARY_PATH="${R_LD_LIBRARY_PATH}${separator}${lib}"
59 +#fi
60 +#      ;;
61 +#  esac
62 +#done
63 +### </FIXME>
64 +
65 +### Record name of environment variable which tells the dynamic linker
66 +### where to find shlibs (typically, 'LD_LIBRARY_PATH').
67 +#ltout=`./libtool --config | grep '^shlibpath_var='`
68 +#eval "${ltout}"
69 +#
70 +### Export LD_LIBRARY_PATH or equivalent.
71 +#if eval "test -z \"\${${shlibpath_var}}\""; then
72 +#  eval "${shlibpath_var}=\"${R_LD_LIBRARY_PATH}\""
73 +#else
74 +#  eval "${shlibpath_var}=\"${R_LD_LIBRARY_PATH}${PATH_SEPARATOR}\${${shlibpath_var}}\""
75 +#fi
76 +#eval "export ${shlibpath_var}"
77  
78  ## Yes, we already need this at configure time ...
79  case "${host_os}" in
80 @@ -26334,6 +26334,9 @@
81  
82  fi
83  
84 +#<Cross-compile addition>
85 +r_cv_prog_f77_can_run=yes
86 +#</Cross-compile Addition>
87  
88  echo "$as_me:$LINENO: checking whether mixed C/Fortran code can be run" >&5
89  echo $ECHO_N "checking whether mixed C/Fortran code can be run... $ECHO_C" >&6
90 @@ -26393,6 +26396,9 @@
91     { (exit 1); exit 1; }; }
92  fi
93  
94 +#<Cross-compile addition>
95 +r_cv_prog_f77_cc_compat=yes
96 +#</Cross-compile Addition>
97  
98  echo "$as_me:$LINENO: checking whether ${F77} and ${CC} agree on int and double" >&5
99  echo $ECHO_N "checking whether ${F77} and ${CC} agree on int and double... $ECHO_C" >&6