toxcore/autogen.sh
grimd34th 2a1093a0e3 Update autogen.sh
Updated autogen.sh to strictly run only the autoreconf
2013-09-01 16:19:14 -04:00

7 lines
68 B
Bash

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