Houston, we have a trunk.
[debian/gnuradio] / dtools / bin / get-config-files
1 #!/bin/bash
2
3 # fetch latest config.guess and config.sub
4
5 wget http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain
6 wget http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain