iveney / pwntcha

PWNtcha stands for "Pretend We’re Not a Turing Computer but a Human Antagonist", as well as PWN capTCHAs. This project’s goal is to demonstrate the inefficiency of many captcha implementations. This is a fork of Sam Hocevar's original version.
http://caca.zoy.org/wiki/PWNtcha
Other
83 stars 28 forks source link

fix: Parsing Automake version #10

Open brianredbeard opened 8 years ago

brianredbeard commented 8 years ago

With the previous version of bootstap, versions of automake above 1.11 were not correctly parsed. While ideally this would be solved with the m4_version compare (designed for exactly this purpose in the autotools package) this is a simpler fix.