# This uses downloaded tarballs in /mit/git/tarballs because the # autotools available on athena are too old right now. # On Athena 9.4 (solaris, multics): ./configure --prefix=/afs/sipb.mit.edu/project/git/builds/curl-7.67.0/common --exec-prefix=/afs/sipb.mit.edu/project/git/builds/curl-7.67.0/sun4x_510 --with-gssapi=/usr/athena --enable-ldaps --disable-dependency-tracking gmake gmake install # Link common for each architecture: (cd /afs/sipb.mit.edu/project/git/builds/curl-7.67.0;\ for arch in `ls -d *_*`; do \ (cd $arch; \ ln -sf ../common/* . )\ done;) # To deploy: (cd /mit/git/curl ; ln -sf ../builds/curl-7.67.0/*_* .)