secp256k1 icon indicating copy to clipboard operation
secp256k1 copied to clipboard

feat(build): add autoreconf dependency check

Open epiccurious opened this issue 6 months ago • 4 comments

Add check for autoreconf dependency to autogen.sh and refactor -if to long forms of optional arguments.

Impact

  • Add a functional change to improves error handling to provide a more helpful message if autoreconf is not found.
  • Add a non-functional refactor to change the autoreconf optional arguments from -if to --install --force.
  • These changes align with the format of autogen.sh on the bitcoin repo

Background

10 years ago: Created the entire file with no other updates.

epiccurious avatar Aug 13 '24 19:08 epiccurious