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

fix: source_directory option on windows #126

Merged
merged 3 commits into from
Apr 30, 2023

Conversation

flavorjones
Copy link
Owner

This PR updates the source_directory behavior to use a posix path internally, because autoconf configure scripts get confused when presented with a windows path.

So if the windows path to the source directory is D:\temp\project, the configure script will be invoked as /D/temp/project/configure so that detection of aux files will properly look in the script's directory.

Also, this PR updates the behavior on failure to output the complete log (not just the last 20 lines), and additionally will output the entire contents of config.log from the configure step.

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