On Tue, Jul 29, 2014 at 10:09 AM, LRN <[email protected]> wrote: >> Hello Ruslan, I cannot apply that as it introduces a bashism to the script >> (with the brackets). What is the actual issue there? > Yes, the "unbound variable" error stops script execution. > This part of build-aux/test-driver sets the nounset mode: >> # Make unconditional expansion of undefined variables an error. This # >> helps a lot in preventing typo-related bugs. set -u > Could be because the version of automake that is being picked up is newer > than the one gnutls requests (1.12.2, AFAICS).
It looks like a bug for test-driver to do that. Anyway I've applied your patch a bit differently. regards, Nikos
