Skip to content
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

configure.ac: generate prte_version.h properly #2087

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

jsquyres
Copy link
Contributor

@jsquyres jsquyres commented Dec 3, 2024

Have prte_version.h generated via AC_CONFIG_HEADERS, not AC_CONFIG_FILES. This properly quotes strings (which technically doesn't matter here since prte_version.h doesn't include any strings) and also won't overwrite the resulting .h file if it hasn't changed.

This is a minor fix, but I saw it so I thought I'd PR it if you care. 😄

Have prte_version.h generated via AC_CONFIG_HEADERS, not
AC_CONFIG_FILES.  This properly quotes strings (which technically
doesn't matter here since prte_version.h doesn't include any strings)
and also won't overwrite the resulting .h file if it hasn't changed.

Signed-off-by: Jeff Squyres <[email protected]>
@rhc54
Copy link
Contributor

rhc54 commented Dec 3, 2024

Sure - correctness is a good thing! Thx!

@rhc54 rhc54 merged commit 4da431a into openpmix:master Dec 3, 2024
13 checks passed
@jsquyres jsquyres deleted the pr/fix-prte-version-generation branch December 3, 2024 23:50
@hppritcha
Copy link
Contributor

this sort of change broke running autogen.pl for me on my rhel8 system

@rhc54
Copy link
Contributor

rhc54 commented Dec 4, 2024

Oddly enough, so do I on my Rocky9 system - but not on my Mac 🤷‍♂️ . Will revert it until we can figure it out.

@jsquyres
Copy link
Contributor Author

jsquyres commented Dec 4, 2024

this sort of change broke running autogen.pl for me on my rhel8 system

Oddly enough, so do I on my Rocky9 system - but not on my Mac 🤷‍♂️ . Will revert it until we can figure it out.

Really? WTF? ☹️ I'll check it out...

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.

3 participants