diff options
Diffstat (limited to 'protocols/Tox/toxcore/autogen.sh')
-rw-r--r-- | protocols/Tox/toxcore/autogen.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Tox/toxcore/autogen.sh b/protocols/Tox/toxcore/autogen.sh new file mode 100644 index 0000000000..9de319ec3b --- /dev/null +++ b/protocols/Tox/toxcore/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +echo 'Running autoreconf -if...' +( + autoreconf -if +) |