mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 12:36:41 -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
|
@ -41,3 +41,6 @@ Makefile.in
|
|||
/usr/lib/byobu/include/dirs
|
||||
/usr/lib/byobu/include/toggle-utf8
|
||||
/usr/share/byobu/tests/byobu-time-notifications
|
||||
|
||||
# produced tarballs
|
||||
/byobu-*.tar.gz
|
||||
|
|
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