Hi Collin, > Here is two patches. The first adds '--automake-subdir-tests' which is > used by GNU Bison.
In GLImport.py:
# Determine whether --automake-subdir/--automake-subdir-tests are
supported.
if self.config['automake_subdir'] and
self.config['automake_subdir_tests']:
I think this should be 'or', not 'and'? Cf. gnulib-tool.sh line 1667.
The other patch is good; thanks, applied.
Bruno
