Ticket #6202: patch-configure.diff

File patch-configure.diff, 1.1 KB (added by konis@…, 18 years ago)

configure script patch for R 2.2.1 port

  • configure

    old new  
    2865028650#define HAVE_NO_SYMBOL_UNDERSCORE 1
    2865128651_ACEOF
    2865228652
    28653     ## Need '-no-cpp-precomp' say J de Leeuw <deleeuw@stat.ucla.edu> and
    28654     ## http://fink.sourceforge.net/doc/porting/basics.php.
    28655     separator=""
    28656 test -z "${separator}" && separator=" "
    28657 if test -z "${R_XTRA_CPPFLAGS}"; then
    28658   R_XTRA_CPPFLAGS="-no-cpp-precomp"
    28659 else
    28660   R_XTRA_CPPFLAGS="${R_XTRA_CPPFLAGS}${separator}-no-cpp-precomp"
    28661 fi
    2866228653    ;;
    2866328654  hpux*)
    2866428655    cat >>confdefs.h <<\_ACEOF
     
    2920029191      ## The Darwin 1.[012] special casing is from libtool and could be
    2920129192      ## eliminated ('-flat_namespace' is the default if available).
    2920229193      darwin1.[012]*)
    29203         shlib_ldflags="-bundle -undefined suppress" ;;
     29194        shlib_ldflags="-undefined suppress -bundle" ;;
    2920429195      *)
    29205         shlib_ldflags="-bundle -flat_namespace -undefined suppress" ;;
     29196        shlib_ldflags="-flat_namespace -undefined suppress -bundle" ;;
    2920629197    esac
    2920729198    shlib_cxxldflags="${shlib_ldflags}"
    2920829199    if test "${ac_cv_lib_cc_dynamic_main}" = yes; then