release commit
[lilypond.git] / cygwin / mknetrel.auto
blob75875c74c663d577c3bec70c6172b872c9d26318
1 # -*- shell-script -*-
4 # mknetrel.split -- autotools
7 autoupdate () {
8     for i in bootstrap autogen.sh; do
9         if [ -x ./$i ]; then
10             ./$i || exit 1
11             return 0
12         fi
13     done
14     
15     aclocal
16     rm -rf libltdl
17     libtoolize --force --copy --automake --ltdl
18     autoheader
19     autoconf
20     automake --add-missing