On Wed, Jan 29, 2014 at 05:57:59PM -0500, Chuck Hallenbeck wrote:
> On Wed, 29 Jan 2014, Chris Brannon wrote:
> 
> > Adam Thompson <[email protected]> writes:
> >
> > > Where did it install to?
> >
> > Looks like it uses autotools, so my guess is under /usr/local.  Chuck,
> > I'd look under /usr/local/include/mozjs-24 for the headers and
> > /usr/local/lib for the libraries.
> 
> Yes, that's where they were.
> 
> Next question: If I modify the edbrowse makefile to add those flags, what
> happens to my modifications when the makefile iks updated?

Git complains about uncommitted changes and you have to revert your changes.
You shouldn't need to modify the makefile anyway,
see my previous message for how to build without doing this.
That, and dependancy tracking, are the two big advantages of using make over a
build shell script in my opinion.

Cheers,
Adam.
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to