mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-28 16:48:52 +00:00
10 lines
255 B
Bash
Executable File
10 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
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
|