Hi, the autoconf 2.67 "make check" test 246: Non-literal AC_CONFIG_SUBDIRS (torture.at:1738) fails if any slightly bogus files are installed in /usr/share/aclocal.
e.g. openhbci comes with an aclocal m4 file with an underquoted definition, causing the test to fail: 246. torture.at:1708: testing Non-literal AC_CONFIG_SUBDIRS ... ./torture.at:1712: aclocal --version || exit 77 stderr: stdout: aclocal (GNU automake) 1.11.1 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Tom Tromey <tro...@redhat.com> and Alexandre Duret-Lutz <a...@gnu.org>. ./torture.at:1737: autoreconf -Werror -v stderr: autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --warnings=error /usr/share/aclocal/openhbci.m4:8: warning: underquoted definition of AM_PATH_OPENHBCI /usr/share/aclocal/openhbci.m4:8: run info '(automake)Extending aclocal' /usr/share/aclocal/openhbci.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: aclocal failed with exit status: 1 stdout: ./torture.at:1738: grep 'AC_CONFIG_SUBDIRS:.*literals' stderr stdout: ./torture.at:1738: exit code was 1, expected 0 246. torture.at:1708: 246. Non-literal AC_CONFIG_SUBDIRS (torture.at:1708): FAILED (torture.at:1738) Probably the test shouldn't use aclocal --warnings=error (or somehow prevent aclocal from reading everything in /usr/share/aclocal).