mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 12:36:41 -07:00
12 lines
132 B
Bash
Executable file
12 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
|