5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
autoreconf --force --verbose --install
|