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

Este commit está contenido en:
Thomas Schmitt 2011-06-09 06:14:05 +00:00
padre d3a3874bec
commit 03ab9bab8f
Se han modificado 2 ficheros con 6 adiciones y 2 borrados

Ver fichero

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

Ver fichero

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