Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: drop autotools support | Dmitry V. Levin | 2024-10-23 | 1 | -16/+0 |
| | | | | There is no point in supporting two different build systems. | ||||
* | m4: rewrite __attribute__((unused)) check | Dmitry V. Levin | 2020-08-07 | 1 | -0/+16 |
Rewrite using AC_CACHE_CHECK to create a more readable autoconf macro. * m4/attribute.m4: New file. * m4/japhar_grep_cflags.m4: Remove. * m4/.gitignore: Replace japhar_grep_cflags.m4 with attribute.m4. * configure.ac: Replace AC_C___ATTRIBUTE__ with PAM_ATTRIBUTE_UNUSED. |