Browse Source

change order in build.sh

master
Georg Hopp 14 years ago
parent
commit
afbbd0ba78
  1. 2
      build.sh

2
build.sh

@ -1,6 +1,6 @@
#!/bin/sh
libtoolize --copy
aclocal
libtoolize --copy
autoconf
automake --add-missing --copy
Loading…
Cancel
Save