mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-01 20:10:33 +08:00
58ca21cf78
Also remove unneeded aclocal.m4 for an old aclocal version.
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
|