bug#40181: FAIL: t/tags-lisp-space.sh

2020-03-24 Thread Karl Berry
I believe all that's needed is to set required=etags in t/tags-lisp-space.sh. Sorry for my dumb mistake. Committed this: --- a/t/tags-lisp-space.sh +++ b/t/tags-lisp-space.sh @@ -18,7 +18,7 @@ # if there are CONFIG_HEADERS. # See automake bug#38139. -required='' +required=etags . test-init.sh

bug#40192: Please report to bug-automake@gnu.org

2020-03-24 Thread Karl Berry
I believe all that's needed is to set required=etags in t/tags-lisp-space.sh. Sorry for my dumb mistake. Committed this: --- a/t/tags-lisp-space.sh +++ b/t/tags-lisp-space.sh @@ -18,7 +18,7 @@ # if there are CONFIG_HEADERS. # See automake bug#38139. -required='' +required=etags . test-init.sh