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

This commit is contained in:
Thomas Schmitt 2011-06-09 06:14:05 +00:00
부모 d3a3874bec
커밋 03ab9bab8f
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -1,7 +1,11 @@
#!/bin/sh -x
aclocal
aclocal -I .
libtoolize --copy --force
autoconf
# Not with libisoburn
# autoheader
automake --foreign --add-missing --copy --include-deps

파일 보기

@ -1,6 +1,6 @@
#!/bin/sh -x
aclocal
aclocal -I .
libtoolize --copy --force
autoconf