Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-15 20:47:36 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-10-18 16:55:15 +0300
commit3662877f31bc05ebc8c73fe1ba003fdd0be34058 (patch)
treebbd51f361759b8f4e314100d2308f4b02a0a23f0 /winsup/cygserver
parent78bfd7dbb96eae1d9541711578ff08e56ddbca5b (diff)
Cygwin: Use aclocal option --system-acdir rather than --acdir
In autogen.sh, use 'aclocal --system-acdir' rather than 'aclocal --acdir'. '--acdir' was deprecated in automake 1.11 and removed in automake 1.13.
Diffstat (limited to 'winsup/cygserver')
-rwxr-xr-xwinsup/cygserver/autogen.sh2
1 files changed, 1 insertions, 1 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