Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInvocations of autoconf should specify detected macro library path #382
Labels
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
added tests for html-longdesc
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
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:The library path relative to $(AUTOCONF213) is
../share/$(AUTOCONF213)/