]> git.draconx.ca Git - slotifier.git/commit
Avoid Gnulib std-gnu11 module.
authorNick Bowler <nbowler@draconx.ca>
Fri, 18 Nov 2022 03:45:07 +0000 (22:45 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 18 Nov 2022 03:48:52 +0000 (22:48 -0500)
commit5303ccee8e8ffd09f3a07e55f5a1d1a694aeddcb
treeec25a6cc6a0559e9f39ad48099e9608a02ef4ec4
parent7fa907f302724a95227b00943917740f8c1b0229
Avoid Gnulib std-gnu11 module.

It has come to my attention that this module rewrites AC_PROG_CC in
a way that actually breaks Automake's AM_PROG_CC_C_O functionality.
This results in the "compile" script not being included or used in
packages bootstrapped with Autoconf 2.69.

With later versions of Autoconf things work because this module
doesn't touch things and thus disables itself.

I don't care about building with C11 one way or the other.  Let's
just skip the module.
m4/gnulib-cache.m4