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

master
Thomas Schmitt 12 years ago
parent d3a3874bec
commit 03ab9bab8f

@ -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

Loading…
Cancel
Save