1,174
edits
m (Mark item done) |
m (Add new section on Autoconf macros) |
||
Line 23: | Line 23: | ||
<strike> '''Must occur first''' as it could resolve existing, or create new, bug reports. The simple update command is <code>gnulib-tool --add-import</code> followed by running <code>./bootstrap</code> in the source tree. </strike> | <strike> '''Must occur first''' as it could resolve existing, or create new, bug reports. The simple update command is <code>gnulib-tool --add-import</code> followed by running <code>./bootstrap</code> in the source tree. </strike> | ||
=== ⚙️ Update Autoconf macros to latest version === | |||
Completion Date: | |||
The following Autoconf macros are under version control in the <code>m4</code> directory. The contents should be verified against the repository at https://github.com/autoconf-archive/autoconf-archive/tree/master/m4. | |||
ax_blas.m4 | |||
ax_compare_version.m4 | |||
ax_cxx_compile_stdcxx.m4 | |||
ax_lapack.m4 | |||
ax_openmp.m4 | |||
ax_pthread.m4 | |||
The <code>pkg.m4</code> macro should be verified against the repository at https://github.com/pkgconf/pkgconf/blob/master/pkg.m4. | |||
=== 📢 <strike> Call for bug reports </strike> === | === 📢 <strike> Call for bug reports </strike> === |
edits