3 # Make sure we're in our directory (i.e., where this shell script is)
7 # Configure fetch method
8 URL
="http://www.minix3.org/distfiles-minix/mpc-0.9.tar.gz"
9 BACKUP_URL
="http://www.multiprecision.org/mpc/download/mpc-0.9.tar.gz"
16 # Fetch sources if not available
19 if [ ! -f mpc-0.9.
tar.gz
]; then
26 tar -xf mpc-0.9.
tar.gz