From: Wayne Davison Date: Sat, 10 Nov 2007 05:37:01 +0000 (-0800) Subject: This helper script exists to create the generated files that are needed X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2909586ede1934c36e43e176909c36998279b2a2?hp=2909586ede1934c36e43e176909c36998279b2a2 This helper script exists to create the generated files that are needed for a build. It pretends to be a configure script so that the build steps are still the normal sequence of ./configure, make, make install (which is particularly helpful with the samba build farm). Once the generated files are ready, the configure.sh script is called to do the real configure work. ---