mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-27 08:12:31 +00:00
9 lines
235 B
Bash
Executable File
9 lines
235 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'
|
|
|
|
autoreconf
|