You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to babush...@googlegroups.com
I just heard about babushka, and it seems like exactly what I want. Everything looks really well put-together.
Question: Is there a template that's like src, but for libraries? It seems like the same configure/make/make install pattern would work, but the met? method would do what autoconf's AC_CHECK_LIB does and test linking against the "provides" (instead of checking the path).
Thanks!
Ben Hoskings
unread,
May 7, 2014, 10:30:44 PM5/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to babush...@googlegroups.com
Thanks :) I haven't written such a template but it would be trivial,
aside from the AC_CHECK_LIB logic itself.
If you want to experiment with it, you can define a dep against the
'src' template, and then override met?{} within that dep to do custom
checking.