toxcore/autogen.sh
2015-03-20 19:07:23 +01:00

7 lines
68 B
Bash

#!/bin/sh -e
echo 'Running autoreconf -if...'
(
autoreconf -if
)