Skip to content

refactor: autotools files#3494

Draft
fzipi wants to merge 2 commits intoowasp-modsecurity:v3/masterfrom
fzipi:chore/refactor-autoconf-files
Draft

refactor: autotools files#3494
fzipi wants to merge 2 commits intoowasp-modsecurity:v3/masterfrom
fzipi:chore/refactor-autoconf-files

Conversation

@fzipi
Copy link
Collaborator

@fzipi fzipi commented Feb 12, 2026

what

  • refactor autotools files
  • add types definitions that can be used from config.h

why

  • simplify configure.ac logic

references

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
configure.ac Outdated
@@ -1,5 +1,6 @@
# ModSecurity configure.ac

AC_PREREQ([2.72])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You bumped the required version to 2.72, therefore we got this error.

Ubuntu 22.04 has 2.71.

We can consider to upgrade the CI environment to Ubuntu 24.04, or use any version, but run CI in Docker, as we do it in case of mod_security2's cppcheck job.

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants