mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-20 21:39:21 +08:00
3662877f31
In autogen.sh, use 'aclocal --system-acdir' rather than 'aclocal --acdir'. '--acdir' was deprecated in automake 1.11 and removed in automake 1.13.
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh -e
|
|
/usr/bin/aclocal --system-acdir=..
|
|
/usr/bin/autoconf -f
|
|
exec /bin/rm -rf autom4te.cache
|