Created
July 31, 2014 05:06
-
-
Save pastcompute/a16e65b2c9efc5cc4885 to your computer and use it in GitHub Desktop.
pc notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is the purpose of the configure script - is it specific to ccan or is it intended to be more like a typical ./configure script? | |
e.g. when run on a fresh VM it doesn't detect when you have not yet installed the SSL development package, so the first time you realise that SSL is missing is when make fails. Also it doesnt warn you have not yet installed valgrind then make fails not finding valgrind | |
Perhaps I am spoiled from working with larger projects long established with autoconf :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment