Hi, in a configure.ac we use AC_REPLACE_FUNCS([putenv strcasecmp strtol strstr]) and consequently the make variable DIST_COMMON contains: putenv.c strtol.c strcasecmp.c strstr.c but these four files are not always in the same order.
Could this be due to the "non-deterministic order of enumerating hash keys in perl" observed in a different software project? Regards Peter Breitenlohner <p...@mppmu.mpg.de>