This is an automated email from Gerrit. Jiří Pinkava ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3777
-- gerrit commit fe5ffed91bd0427412db0d8239964a677ae1f423 Author: Jiří Pinkava <[email protected]> Date: Thu Sep 22 08:50:38 2016 +0200 fix call of libtoolize during bootstrap fix the following error configure.ac:37: error: required file './ltmain.sh' not found Change-Id: I538629feb68ed16d99b93db5b7e40d1dae1ecd24 Signed-off-by: Jiří Pinkava <[email protected]> diff --git a/bootstrap b/bootstrap index 3b60fc6..79ceef1 100755 --- a/bootstrap +++ b/bootstrap @@ -25,7 +25,7 @@ fi ( set -x aclocal -${libtoolize} --automake --copy +${libtoolize} --copy autoconf autoheader automake --gnu --add-missing --copy -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
