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

Invocations of autoconf should specify detected macro library path #382

Closed
burg opened this issue Apr 19, 2013 · 0 comments
Closed

Invocations of autoconf should specify detected macro library path #382

burg opened this issue Apr 19, 2013 · 0 comments

Comments

@burg
Copy link

@burg burg commented Apr 19, 2013

In cases where autoconf-2.13 is not installed globally, the shared m4 macros provided by autoconf could be placed in some arbitrary location that it can't find. Then, configuring SpiderMonkey will fail with the message like m4: file autoconf.m4 not found. For example, if placed in ~/usr/share/autoconf-2.13/ then this path needs to be provided:

autoconf-2.13 -l ~/usr/share/autoconf-2.13/

The library path relative to $(AUTOCONF213) is ../share/$(AUTOCONF213)/

@burg burg closed this in 43c8b85 Apr 20, 2013
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Early out for text runs with size <= 0.

This fixes a few dozen css tests that provide negative font size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.