2006-11-04 10:02:05 +00:00
|
|
|
#!/bin/sh -x
|
|
|
|
|
2011-06-09 06:12:45 +00:00
|
|
|
aclocal -I .
|
2006-11-04 10:02:05 +00:00
|
|
|
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
|