Skip to content

configure.ac: fix some macro invocation ordering #13278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025

Conversation

jsquyres
Copy link
Member

@jsquyres jsquyres commented May 25, 2025

Ensure that AC_CANONICAL_[HOST|TARGET] is invoked before AM_INIT_AUTOMAKE to avoid a warning during autogen.pl.

Since that re-ordering moved some emitted output titles, move the "check directories for spaces" tests into the "Initialization, setup" section. This is effectively a cosmetic change.


This PR filed as a fix to the warning issue noted by @rhc54 in #13275 (comment).

Ensure that AC_CANONICAL_[HOST|TARGET] is invoked before
AM_INIT_AUTOMAKE to avoid a warning during autogen.pl.

Since that re-ordering moved some emitted output titles, move the
"check directories for spaces" tests into the "Initialization, setup"
section.  This is effectively a cosmetic change.

Signed-off-by: Jeff Squyres <[email protected]>
@jsquyres jsquyres merged commit e94d9f4 into open-mpi:main May 27, 2025
18 checks passed
@jsquyres jsquyres deleted the pr/fix-configure.ac-ordering branch May 27, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants