rnpgp / gpg-build-scripts

Build scripts to automatically install GnuPG (GNU Privacy Guard) on Linux
MIT License
5 stars 4 forks source link

Add --[no-]force-autogen option (default: off) #55

Closed ribose-jeffreylau closed 3 years ago

ribose-jeffreylau commented 3 years ago

This is to tackle issues of automake version mismatch with aclocal.m4, etc.

Adding --force-autogen forces ./autogen.sh to be run, which should resolve the aforementioned issue.