Skip to content

Commit

Permalink
maintainer-mode changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84742 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
pd committed Jul 23, 2023
1 parent c09ad86 commit 6e9fda6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5860,6 +5860,9 @@ fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $r_cv_prog_texi2any_v5" >&5
printf "%s\n" "$r_cv_prog_texi2any_v5" >&6; }
## Also record whether texi2any is at least 7 to appropriately handle
## HTML and EPUB output changes, see
## <https://lists.gnu.org/archive/html/bug-texinfo/2022-11/msg00036.html>.
if test ${r_cv_prog_texi2any_v7+y}
then :
printf %s "(cached) " >&6
Expand Down Expand Up @@ -8894,11 +8897,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
if test ${ac_cv_prog_cxx_cxx11+y}
if test ${ac_cv_prog_cxx_11+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_cxx11=no
ac_cv_prog_cxx_11=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -8940,11 +8943,11 @@ if test x$ac_prog_cxx_stdcxx = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
if test ${ac_cv_prog_cxx_cxx98+y}
if test ${ac_cv_prog_cxx_98+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_cv_prog_cxx_cxx98=no
ac_cv_prog_cxx_98=no
ac_save_CXX=$CXX
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down Expand Up @@ -27098,7 +27101,7 @@ _ACEOF
# flags.
r_save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS $r_verb"
(eval echo $as_me:27103: \"$ac_link\") >&5
(eval echo $as_me:27106: \"$ac_link\") >&5
r_c_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
echo "$r_c_v_output" >&5
CFLAGS=$r_save_CFLAGS
Expand Down Expand Up @@ -27174,7 +27177,7 @@ _ACEOF
# flags.
r_save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS $r_cv_prog_c_v"
(eval echo $as_me:27179: \"$ac_link\") >&5
(eval echo $as_me:27182: \"$ac_link\") >&5
r_c_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
echo "$r_c_v_output" >&5
CFLAGS=$r_save_CFLAGS
Expand Down

0 comments on commit 6e9fda6

Please sign in to comment.