~kirkland/byobu/trunk

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: kirkland at ubuntu
  • Date: 2023-11-22 22:45:43 UTC
  • Revision ID: kirkland@ubuntu.com-20231122224543-v5igclwtj4xga8tm
Permanently moved Byobu source code repository to https://github.com/dustinkirkland/byobu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
 
4
 
autoreconf -fiv
5
 
 
6
 
cat << EOF
7
 
The byobu build system is now prepared.
8
 
 
9
 
To build here, run:
10
 
  ./configure
11
 
  make
12
 
EOF