mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
add autogen.sh script
can be used to make release tarball using: ./autogen.sh ./configure make dist
This commit is contained in:
parent
e57acabf5a
commit
7cf903e5a2
2 changed files with 15 additions and 0 deletions
12
autogen.sh
Executable file
12
autogen.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
autoreconf -fiv
|
||||
|
||||
cat << EOF
|
||||
The byobu build system is now prepared.
|
||||
|
||||
To build here, run:
|
||||
./configure
|
||||
make
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue