public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Use aclocal option --system-acdir rather than --acdir
@ 2020-10-16 13:46 Jon Turney
  2020-10-19 11:49 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Turney @ 2020-10-16 13:46 UTC (permalink / raw)
  To: cygwin-patches; +Cc: 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 deletions(-)

diff --git a/winsup/cygserver/autogen.sh b/winsup/cygserver/autogen.sh
index 87a0d9c06..dc2c8b70a 100755
--- a/winsup/cygserver/autogen.sh
+++ b/winsup/cygserver/autogen.sh
@@ -1,4 +1,4 @@
 #!/bin/sh -e
-/usr/bin/aclocal --acdir=..
+/usr/bin/aclocal --system-acdir=..
 /usr/bin/autoconf -f
 exec /bin/rm -rf autom4te.cache
diff --git a/winsup/cygwin/autogen.sh b/winsup/cygwin/autogen.sh
index 87a0d9c06..dc2c8b70a 100755
--- a/winsup/cygwin/autogen.sh
+++ b/winsup/cygwin/autogen.sh
@@ -1,4 +1,4 @@
 #!/bin/sh -e
-/usr/bin/aclocal --acdir=..
+/usr/bin/aclocal --system-acdir=..
 /usr/bin/autoconf -f
 exec /bin/rm -rf autom4te.cache
diff --git a/winsup/utils/autogen.sh b/winsup/utils/autogen.sh
index 87a0d9c06..dc2c8b70a 100755
--- a/winsup/utils/autogen.sh
+++ b/winsup/utils/autogen.sh
@@ -1,4 +1,4 @@
 #!/bin/sh -e
-/usr/bin/aclocal --acdir=..
+/usr/bin/aclocal --system-acdir=..
 /usr/bin/autoconf -f
 exec /bin/rm -rf autom4te.cache
-- 
2.28.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Use aclocal option --system-acdir rather than --acdir
  2020-10-16 13:46 [PATCH] Use aclocal option --system-acdir rather than --acdir Jon Turney
@ 2020-10-19 11:49 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2020-10-19 11:49 UTC (permalink / raw)
  To: cygwin-patches

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     | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/winsup/cygserver/autogen.sh b/winsup/cygserver/autogen.sh
> index 87a0d9c06..dc2c8b70a 100755
> --- a/winsup/cygserver/autogen.sh
> +++ b/winsup/cygserver/autogen.sh
> @@ -1,4 +1,4 @@
>  #!/bin/sh -e
> -/usr/bin/aclocal --acdir=..
> +/usr/bin/aclocal --system-acdir=..
>  /usr/bin/autoconf -f
>  exec /bin/rm -rf autom4te.cache
> diff --git a/winsup/cygwin/autogen.sh b/winsup/cygwin/autogen.sh
> index 87a0d9c06..dc2c8b70a 100755
> --- a/winsup/cygwin/autogen.sh
> +++ b/winsup/cygwin/autogen.sh
> @@ -1,4 +1,4 @@
>  #!/bin/sh -e
> -/usr/bin/aclocal --acdir=..
> +/usr/bin/aclocal --system-acdir=..
>  /usr/bin/autoconf -f
>  exec /bin/rm -rf autom4te.cache
> diff --git a/winsup/utils/autogen.sh b/winsup/utils/autogen.sh
> index 87a0d9c06..dc2c8b70a 100755
> --- a/winsup/utils/autogen.sh
> +++ b/winsup/utils/autogen.sh
> @@ -1,4 +1,4 @@
>  #!/bin/sh -e
> -/usr/bin/aclocal --acdir=..
> +/usr/bin/aclocal --system-acdir=..
>  /usr/bin/autoconf -f
>  exec /bin/rm -rf autom4te.cache
> -- 
> 2.28.0

+1


Corinna

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-19 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 13:46 [PATCH] Use aclocal option --system-acdir rather than --acdir Jon Turney
2020-10-19 11:49 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).