X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2909586ede1934c36e43e176909c36998279b2a2..3f0211b63a6cdc4a2cecfd2a0dffeba172c86a47:/configure diff --git a/configure b/configure index 0e613932..811a9d2f 100755 --- a/configure +++ b/configure @@ -16,8 +16,13 @@ if [ ! -f "$realconfigure" ]; then make -f prepare-source.mak proto.h if make -f prepare-source.mak conf; then : - else + elif [ -f "$HOME/build_farm/build_test.fns" ]; then + # Allow the build farm to grab latest files via rsync. rsync -avz rsync://rsync.samba.org/rsyncftp/generated-files/'c*' . + else + echo 'Failed to build configure.sh and/or config.h.in -- giving up.' >&2 + rm -f "$realconfigure" + exit 1 fi if test x"$curdir" != x; then cd "$curdir"