[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17908: non-deterministic behaviour of Automake
From: |
Peter Breitenlohner |
Subject: |
bug#17908: non-deterministic behaviour of Automake |
Date: |
Thu, 3 Jul 2014 14:30:17 +0200 (CEST) |
User-agent: |
Alpine 2.00 (LNX 1167 2008-08-23) |
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 <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#17908: non-deterministic behaviour of Automake,
Peter Breitenlohner <=