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

autogen.sh « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22036d976b160debb8d080617ac409eaaaf1b133 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
cd $(dirname $0)
/usr/bin/aclocal --force
/usr/bin/autoconf -f
/usr/bin/automake -ac
/bin/rm -rf autom4te.cache