add to configure

This commit is contained in:
Dustin Kirkland 2010-11-03 20:02:24 -05:00
commit 5f15bbcd1e
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ AM_INIT_AUTOMAKE(byobu, 3.0)
AC_OUTPUT(Makefile \
etc/byobu/Makefile \
etc/update-motd.d/Makefile \
usr/share/applications/Makefile \
usr/share/byobu/ec2/Makefile \
usr/share/byobu/keybindings/Makefile \

View file

@ -2,6 +2,7 @@
if [ ! -e /etc/profile.d/Z98-byobu.sh ]; then
cat <<EOF
For a superior command line experience, enable our text-based window manger:
byobu-enable
EOF