11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
|
#!/bin/sh -x
|
||
|
|
||
|
aclocal
|
||
|
libtoolize --copy --force
|
||
|
autoconf
|
||
|
|
||
|
# ts A61101 : libburn is not prepared for config.h
|
||
|
# autoheader
|
||
|
|
||
|
automake --foreign --add-missing --copy --include-deps
|