From 03ab9bab8f7270b95db4ca43f1ae5e56197b20bb Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 9 Jun 2011 06:14:05 +0000 Subject: [PATCH] Added option -I . to aclocal in bootstrap script on advise of George Danchev --- bootstrap | 6 +++++- xorriso/xorriso_bootstrap.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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