Update configure.ac with autoupdate - #112
Merged
Merged
Conversation
mhvk
approved these changes
Jul 24, 2026
mhvk
left a comment
Contributor
There was a problem hiding this comment.
Thanks! I indeed get the warning on master and not with this PR.
On my Debian/linux machine, I do not get the other problem you mentioned, about LIBTOOL. Maybe that is mac-specific?
Anyway, let's get this change in!
Contributor
Author
|
Installing |
Contributor
Great! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pyerfarequires ERFA'sconfig.hto be present. I tried to manually run the commands that thepyerfasetup.pyfile tries to run: https://github.com/liberfa/pyerfa/blob/88c25e6a125c4df2dadf0f969b8d626483722f62/setup.py#L126-L127On current
masterI getFollowing the instructions about running
autoupdateproducesI did not see a need to update the requires version of
autoconf, but I did check thatAC_CONFIG_HEADERSis present inautoconf==2.68.With this patch I no longer get the warning, but I still get
I don't know how to solve that.