From f4bb2732cc91335090b8107809e21f674ce5a312 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 9 Jun 2011 06:12:45 +0000 Subject: [PATCH] Added option -I . to aclocal in bootstrap script on advise of George Danchev --- libburn/trunk/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/trunk/bootstrap b/libburn/trunk/bootstrap index 86709bfc..faadaabc 100755 --- a/libburn/trunk/bootstrap +++ b/libburn/trunk/bootstrap @@ -1,6 +1,6 @@ #!/bin/sh -x -aclocal +aclocal -I . libtoolize --copy --force autoconf