> There is no configure script in the release tarball, so I think we > either need this or:
Ah ok then... (zero? (system* "autoreconf" "-vfi")) might be nicer than (system* "./bootstrap.sh") but doesn't really matter. I thought that when you create a tarball with `make dist` the configure file is included. > What am I missing? I'm not sure if you mean in regard to the license or the input indentation. With input indentation I mean the same I wrote on the openocd patch: (native-inputs `(("autoconf" ,autoconf) ("libtool" ,libtool) LICENSE-gpl3.txt says: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. I didn't see that there are three other license files too, those should be mentioned then.