diff --git a/bootstrap b/bootstrap index 8fca8d9..f4a413e 100755 --- a/bootstrap +++ b/bootstrap @@ -3,9 +3,10 @@ # bootstrap: the ultimate bootstrap/autogen.sh script for autotools projects # Copyright (c) 2002, 2003, 2004, 2005, 2006 Sam Hocevar # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the Do What The Fuck You Want To -# Public License, Version 2, as published by Sam Hocevar. See +# This program is free software. It comes without any warranty, to +# the extent permitted by applicable law. You can redistribute it +# and/or modify it under the terms of the Do What The Fuck You Want +# To Public License, Version 2, as published by Sam Hocevar. See # http://sam.zoy.org/wtfpl/COPYING for more details. # # The latest version of this script can be found at the following place: @@ -94,7 +95,7 @@ if test -n "$auxdir"; then if test ! -d "$auxdir"; then mkdir "$auxdir" fi - aclocalflags="${aclocalflags} -I $auxdir" + aclocalflags="${aclocalflags} -I $auxdir -I ." fi # Explain what we are doing from now