Commit a6430054eb3a44ad3a9a3e9cad14ec28c4dd225e

Authored by Georg Hopp
1 parent 74562712

changed name ob build.sh to bootstrap

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