mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
5 lines
94 B
Bash
5 lines
94 B
Bash
|
#!/bin/sh -e
|
||
|
/usr/bin/aclocal --acdir=..
|
||
|
/usr/bin/autoconf -f
|
||
|
exec /bin/rm -rf autom4te.cache
|