toxcore/autogen.sh
Zetok Zalbavar 118a59de3c
Fix file modes
revert changes to it from 4f76a8c89eea77ebc190a324ad128e3c7dda298c
2015-10-14 08:26:40 +01:00

7 lines
68 B
Bash
Executable File

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