Skip to content

Fix autoconf warnings#380

Open
notroj wants to merge 8 commits intoapache:trunkfrom
notroj:autoconf-warnings
Open

Fix autoconf warnings#380
notroj wants to merge 8 commits intoapache:trunkfrom
notroj:autoconf-warnings

Conversation

@notroj
Copy link
Copy Markdown
Collaborator

@notroj notroj commented Aug 25, 2023

No description provided.

notroj added 7 commits May 8, 2026 12:15
  cross-compilation warnings by default, rather than grep.
  Support --with-errors argument to add -Werror and fail on
  autoconf/autoheader warnings.
  Fail if autoheader or autoconf fail.
  Add "buildconf: " prefix to output messages.
@notroj notroj force-pushed the autoconf-warnings branch from ef398dd to abdba7a Compare May 8, 2026 11:15
  modules/filters/config.m4, modules/http2/config2.m4,
  modules/lua/config.m4, modules/md/config2.m4,
  modules/session/config.m4, modules/ssl/config.m4:
  Replace obsolete autoconf macros to fix warnings with -Wall -Werror.
  AC_CONFIG_HEADER -> AC_CONFIG_HEADERS.
  AC_CANONICAL_SYSTEM -> AC_CANONICAL_HOST.
  AC_TRY_RUN -> AC_RUN_IFELSE with AC_LANG_PROGRAM/AC_LANG_SOURCE.
  AC_TRY_COMPILE -> AC_COMPILE_IFELSE with AC_LANG_PROGRAM.
  AC_TRY_LINK -> AC_LINK_IFELSE with AC_LANG_PROGRAM.
  AC_HELP_STRING -> AS_HELP_STRING.
  Remove obsolete AC_PROG_CC_C99 (subsumed by AC_PROG_CC).
  Remove obsolete AC_HEADER_STDC.
  Add proper m4 quoting around AC_LANG_PROGRAM in APACHE_CHECK_OPENSSL
  to fix AC_LANG_CONFTEST warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant