Moved source to src/, created bootstrap
This commit is contained in:
parent
e71dec2c1e
commit
e84f17f6a6
7
libisoburn/trunk/bootstrap
Executable file
7
libisoburn/trunk/bootstrap
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
aclocal
|
||||
libtoolize --copy --force
|
||||
autoconf
|
||||
automake --foreign --add-missing --copy --include-deps
|
||||
|
Loading…
Reference in New Issue
Block a user