Re: [PATCH] Use aclocal option --system-acdir rather than --acdir

2020-10-19 Thread Corinna Vinschen
On Oct 16 14:46, Jon Turney wrote: > In autogen.sh, use 'aclocal --system-acdir' rather than 'aclocal --acdir'. > > '--acdir' was deprecated in automake 1.11 and removed in automake 1.13. > --- > winsup/cygserver/autogen.sh | 2 +- > winsup/cygwin/autogen.sh| 2 +- > winsup/utils/autogen.sh

[PATCH] Use aclocal option --system-acdir rather than --acdir

2020-10-16 Thread Jon Turney
In autogen.sh, use 'aclocal --system-acdir' rather than 'aclocal --acdir'. '--acdir' was deprecated in automake 1.11 and removed in automake 1.13. --- winsup/cygserver/autogen.sh | 2 +- winsup/cygwin/autogen.sh| 2 +- winsup/utils/autogen.sh | 2 +- 3 files changed, 3 insertions(+), 3 de