Made the (re-)building of the proto.h file automatic in the
[rsync/rsync.git] / configure
index 811a9d2..cc4bcb6 100755 (executable)
--- a/configure
+++ b/configure
@@ -13,12 +13,11 @@ if [ ! -f "$realconfigure" ]; then
     else
        curdir=''
     fi
-    make -f prepare-source.mak proto.h
     if make -f prepare-source.mak conf; then
        :
     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*' .
+       rsync -pvz 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"