Added option -I . to aclocal in bootstrap script on advise of George Danchev

This commit is contained in:
Thomas Schmitt 2011-06-09 14:21:20 +02:00
parent 4d8fc6ffee
commit 45d316d1ca
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
#!/bin/sh -x #!/bin/sh -x
aclocal aclocal -I .
libtoolize --copy --force libtoolize --copy --force
autoconf autoconf
# ts A61101 : libburn is not prepared for config.h
# autoheader
automake --foreign --add-missing --copy --include-deps automake --foreign --add-missing --copy --include-deps