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 tcllib not found #184

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Fix tcllib not found #184

wants to merge 7 commits into from

Conversation

Cryptopractor
Copy link

This pull request is my second attempt to fix an issue whereby the tcl library was not being found by the configure script (with the –enable-tcl option) on systems where the library was stored in an unusual or unexpected location.

My first pull request worked in some scenarios, but not others due to the large number of different locations that are used to store libraries by Debian’s multiarch specification.

I have also revamped the Travis build test and updated it to include all configurations, not just PHP. The Travis builds failed with my previous pull request because it was configured to use a decommissioned distro, and not because of any errors with my changes. I have corrected this.

There have also been some minor updates to the autoconf and automake scripts to address some depreciation warnings that were being generated when the above commands were run.

@strk
Copy link
Member

strk commented Jul 22, 2020

Could you please rebase your work against current master ? We're using github-action now, rather than travis

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.

None yet

2 participants