Hello, I was just trying to build Fossil on the x86-64 version of Haiku, and it didn't get far since the platform failed to be identified. I replaced the versions of config.guess and config.sub shipped with Fossil and then configure worked, as well as the rest of the build.
Is there any chance those two files can be updated? Only config.guess really needs to be updated in the case of Haiku, but probably both files should be updated at the same time. The current timestamps for the files shipped with Fossil are 2010-09-24 for config.guess and 2010-09-11 for config.sub. The latest available via git.savannah.gnu.org are 2014-03-23 for config.guess and 2014-05-01 for config.sub. They are available at the following links: config.guess: http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD config.sub: http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD Thank you! - joe _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

