I am trying to get autosetup to recognize osxfuse installed on a Mac.
(https://osxfuse.github.io/)

I can compile Fossil with osxfuse, but to do so I have to manually
edit the Makefile to add lines:

   LIBS += -L/usr/local/lib -losxfuse
   TCCFLAGS += -I/usr/local/include/osxfuse -DFOSSIL_HAVE_FUSEFS

Does anybody know how to get autosetup to add those lines
automatically if the osxfuse library is present on the system?

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to