initial automake/autoconf configuration

This commit is contained in:
Live session user 2010-07-28 00:44:15 +00:00
commit 3cd11fc3f3
6 changed files with 28 additions and 0 deletions

1
Makefile.am Normal file
View file

@ -0,0 +1 @@
SUBDIRS = usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin

18
configure.ac Normal file
View file

@ -0,0 +1,18 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT(byobu, 2.83, http://bugs.launchpad.net/byobu)
AM_INIT_AUTOMAKE(byobu, 2.83)
# Checks for programs.
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_OUTPUT(Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)

2
usr/bin/Makefile.am Normal file
View file

@ -0,0 +1,2 @@
bin_SCRIPTS = byobu byobu-config byobu-export byobu-janitor byobu-launch byobu-launcher byobu-launcher-install byobu-launcher-uninstall byobu-reconnect-sockets byobu-select-profile byobu-select-session byobu-status byobu-status-detail shell

View file

@ -0,0 +1,3 @@
libdirdir = $(datadir)/lib/@PACKAGE@
libdir_SCRIPTS = apport arch battery cpu_count cpu_freq cpu_temp custom date disk disk_io ec2_cost fan_speed hostname ip_address load_average logo mail mem_available mem_used menu network processes rcs_cost reboot_required release services time time_utc updates_available uptime users whoami wifi_quality

View file

@ -0,0 +1,2 @@
docdir = $(datadir)/doc/@PACKAGE@
doc_DATA = help.txt

View file

@ -0,0 +1,2 @@
man_MANS = byobu.1 byobu-config.1 byobu-export.1 byobu-launcher.1 byobu-reconnect-sockets.1 byobu-select-profile.1 byobu-select-session.1 byobu-status.1 byobu-status-detail.1 shell.1