]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Use aclocal option --system-acdir rather than --acdir
authorJon Turney <jon.turney@dronecode.org.uk>
Thu, 15 Oct 2020 17:47:36 +0000 (18:47 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Sun, 18 Oct 2020 13:55:15 +0000 (14:55 +0100)
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
winsup/cygwin/autogen.sh
winsup/utils/autogen.sh

index 87a0d9c06e948e7b2f353be869e0d362efda8620..dc2c8b70ae4941864436d4710a916105c4f889c1 100755 (executable)
@@ -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
index 87a0d9c06e948e7b2f353be869e0d362efda8620..dc2c8b70ae4941864436d4710a916105c4f889c1 100755 (executable)
@@ -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
index 87a0d9c06e948e7b2f353be869e0d362efda8620..dc2c8b70ae4941864436d4710a916105c4f889c1 100755 (executable)
@@ -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
This page took 0.035169 seconds and 5 git commands to generate.