diff --git a/bootstrap b/bootstrap index 3583d1c7..3e27cf45 100755 --- a/bootstrap +++ b/bootstrap @@ -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 diff --git a/xorriso/xorriso_bootstrap.txt b/xorriso/xorriso_bootstrap.txt index abd14970..39c94684 100755 --- a/xorriso/xorriso_bootstrap.txt +++ b/xorriso/xorriso_bootstrap.txt @@ -1,6 +1,6 @@ #!/bin/sh -x -aclocal +aclocal -I . libtoolize --copy --force autoconf