Mercury-Language / mercury

The Mercury logic programming system.
Other
904 stars 54 forks source link

Use autoconf macro to search for strip command #106

Closed brendanzab closed 2 years ago

brendanzab commented 2 years ago

This uses the AC_CHECK_TOOL macro to search for the strip command on Darwin. This is more consistent with how the other tools are configured, for example ar and nm, and allows it to be overridden if necessary.

wangp commented 2 years ago

Looks fine to me.