2006-11-04 10:02:05 +00:00
|
|
|
#!/bin/sh -x
|
|
|
|
|
|
|
|
aclocal
|
|
|
|
libtoolize --copy --force
|
|
|
|
autoconf
|
2006-11-05 12:10:19 +00:00
|
|
|
|
|
|
|
# ts A61101 : libburn is not prepared for config.h
|
|
|
|
# autoheader
|
|
|
|
|
2006-11-04 10:02:05 +00:00
|
|
|
automake --foreign --add-missing --copy --include-deps
|