Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

configure

Forked from xenofarm / xenofarm
Source project has a limited visibility.
  • Per Cederqvist's avatar
    75c84f1c
    Work around a curl 7.21 issue that caused repeated downloads. · 75c84f1c
    Per Cederqvist authored
    If using curl 7.21 or earlier, we increase the timestamp of the
    downloaded snapshot.tar.gz one second so that the -z option works
    properly.  If GNU stat and GNU touch are installed, they are used,
    otherwise the new retouch program is compiled and used.
    
    If we are using curl 7.22.0 or newer, we don't need to modify the
    timestamp.
    
    This reuses the old dormant machinery that were previously used to
    build put.
    75c84f1c
    History
    Work around a curl 7.21 issue that caused repeated downloads.
    Per Cederqvist authored
    If using curl 7.21 or earlier, we increase the timestamp of the
    downloaded snapshot.tar.gz one second so that the -z option works
    properly.  If GNU stat and GNU touch are installed, they are used,
    otherwise the new retouch program is compiled and used.
    
    If we are using curl 7.22.0 or newer, we don't need to modify the
    timestamp.
    
    This reuses the old dormant machinery that were previously used to
    build put.