since a few days after svn update my ./bootsrap fails with:
trunk$ ./bootstrap
Using 'svn --xml info' to get the revision
Found revision: '10762' '2016-02-02 10:16:46'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:345: error: required file 'src/plugins/scriptedwizard/resources/arduino/Makefile.in' not found
That file is indeed missing. Seems to originate in:
svn10720: * user contribution: added arduino and msp430 wizards
Looks like that file has not been added to svn, right?
Fixed in trunk, thank your for reporting this.
Now it works again. Thank you for fixing this rapidly.