The R Project SVN R

Rev

Rev 65800 | Rev 80911 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65800 Rev 67014
Line 131... Line 131...
131
  if test "$USE_NLS" = "yes"; then
131
  if test "$USE_NLS" = "yes"; then
132
    gt_use_preinstalled_gnugettext=no
132
    gt_use_preinstalled_gnugettext=no
133
    ifelse(gt_included_intl, yes, [
133
    ifelse(gt_included_intl, yes, [
134
      AC_MSG_CHECKING([whether included gettext is requested])
134
      AC_MSG_CHECKING([whether included gettext is requested])
135
      AC_ARG_WITH(included-gettext,
135
      AC_ARG_WITH(included-gettext,
136
        [  --with-included-gettext use the GNU gettext library included here],
136
        [  --with-included-gettext use the GNU gettext library included here @<:@no@:>@],
137
        nls_cv_force_use_gnu_gettext=$withval,
137
        nls_cv_force_use_gnu_gettext=$withval,
138
        nls_cv_force_use_gnu_gettext=no)
138
        nls_cv_force_use_gnu_gettext=no)
139
      AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
139
      AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
140
 
140
 
141
      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
141
      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"