2006-08-15 20:37:04 +00:00
|
|
|
#!/bin/sh -x
|
|
|
|
|
2011-06-09 06:12:45 +00:00
|
|
|
aclocal -I .
|
2006-08-15 20:37:04 +00:00
|
|
|
libtoolize --copy --force
|
|
|
|
autoconf
|
2006-11-01 17:19:37 +00:00
|
|
|
|
|
|
|
# ts A61101 : libburn is not prepared for config.h
|
|
|
|
# autoheader
|
|
|
|
|
2006-08-18 22:34:43 +00:00
|
|
|
automake --foreign --add-missing --copy --include-deps
|