mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-21 13:47:49 +00:00
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
curl -s -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess'
|
||
|
curl -s -o config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub'
|
||
|
|
||
|
autoconf
|
||
|
rm -rf autom4te.cache
|