mirror of
https://github.com/cmand/yarrp.git
synced 2024-05-11 05:55:06 +00:00
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
![]() |
#!/bin/sh
|
||
|
# Wrapper to build run GNU autoconf tool chain on yarrp project
|
||
|
set -x
|
||
|
autoreconf -fviW all
|