mirror of https://github.com/BOINC/boinc.git
5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
AUTORECONF=autoreconf
|
||
|
|
||
|
$AUTORECONF -I m4 -i -s
|