Commit afbbd0ba786cafba5aaa42a9c3f656a9ead66a7a

Authored by Georg Hopp
1 parent 74562712

change order in build.sh

Showing 1 changed file with 1 additions and 1 deletions
1 #!/bin/sh 1 #!/bin/sh
2 2
3 -libtoolize --copy  
4 aclocal 3 aclocal
  4 +libtoolize --copy
5 autoconf 5 autoconf
6 automake --add-missing --copy 6 automake --add-missing --copy
Please register or login to post a comment