tidyp
tidyp copied to clipboard
./configure fails on Dragonfly BSD
more details at http://www.cpantesters.org/cpan/report/94ed2b0c-c982-11df-87cd-1c8c4afd17af
Fix is easy, just update 'config.sub' + 'config.guess' included into release tarball.
- config.sub+config.guess you are currently using are from 2003-06-18
- the latest version can be dowloaded from:
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
kmx