mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-08 18:19:08 +08:00
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.
This commit is contained in:
parent
0f6a76a835
commit
90e3a93741
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user