byobu/autogen.sh
Elan Ruusamäe 7cf903e5a2 add autogen.sh script
can be used to make release tarball using:

./autogen.sh
./configure
make dist
2016-09-06 08:49:31 +03:00

13 lines
132 B
Bash
Executable File

#!/bin/sh
set -e
autoreconf -fiv
cat << EOF
The byobu build system is now prepared.
To build here, run:
./configure
make
EOF