http://bugs.winehq.org/show_bug.cgi?id=18322
--- Comment #13 from Austin English austinenglish@gmail.com 2009-05-02 13:48:16 --- (In reply to comment #10)
- Documenting the bootstrap procedure and include it with the source code
$ rm configure && autoconf && ./configure
works fine here.
tools/wineinstall does not generate configure, since configure is kept in tree, e.g., AJ runs autoconf whenever configure.ac changes.
If you're changing the wine source in some way, you can add that change to wineinstall, nothing's stopping you...