adding autojunk.sh

remotes/origin/master-1.0.x
William Metcalf 17 years ago committed by Victor Julien
parent 7aada782a4
commit be5e5ffa5a

@ -0,0 +1,8 @@
#!/bin/sh
# the list of commands that need to run before we do a compile
libtoolize --automake --copy
aclocal
autoheader
automake --add-missing --copy
autoconf
Loading…
Cancel
Save