gbranden pushed a commit to branch master
in repository groff.

commit 98cb9f190fe5165ec0913b92e602b14250885681
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 21 04:00:18 2026 -0500

    configure.ac: Override C11/C++11 cramdowns.
    
    * configure.ac: Override GNU Autoconf [2.70,2.72]'s cramdowns of ISO C11
      and C++11 language version defaults.  See:
      <https://cgit.git.savannah.gnu.org/cgit/autoconf.git/commit/\
      ?id=056518b94ecd487bcbefdb69046b3f52c4168222>.
---
 ChangeLog    | 7 +++++++
 configure.ac | 4 ++++
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 2b8ed81bf..ca5978e0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-07-21  G. Branden Robinson <[email protected]>
+
+       * configure.ac: Override GNU Autoconf [2.70,2.72]'s cramdowns of
+       ISO C11 and C++11 language version defaults.  See:
+       <https://cgit.git.savannah.gnu.org/cgit/autoconf.git/commit/\
+       ?id=056518b94ecd487bcbefdb69046b3f52c4168222>.
+
 2026-07-19  G. Branden Robinson <[email protected]>
 
        * Makefile.am: Stop using (and relying on) a soelim(1) program
diff --git a/configure.ac b/configure.ac
index 2f4174577..be211fcba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,11 @@ AM_MAINTAINER_MODE([disable])
 AM_SILENT_RULES([yes])
 
 # checks for programs
+# Autoconf [2.70,2.72] tries to cram C11 and C++11 down our throats.  We
+# don't (yet) want them.
+ac_cv_prog_cc_c11=no
 AC_PROG_CC
+ac_cv_prog_cxx_cxx11=no
 AC_PROG_CXX
 gl_EARLY
 gl_INIT

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to