Skip to content

Instantly share code, notes, and snippets.

@pastcompute
Created July 31, 2014 05:06
Show Gist options
  • Save pastcompute/a16e65b2c9efc5cc4885 to your computer and use it in GitHub Desktop.
Save pastcompute/a16e65b2c9efc5cc4885 to your computer and use it in GitHub Desktop.
pc notes
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