mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
initial automake/autoconf configuration
This commit is contained in:
parent
ef857c4364
commit
3cd11fc3f3
6 changed files with 28 additions and 0 deletions
1
Makefile.am
Normal file
1
Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
SUBDIRS = usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin
|
18
configure.ac
Normal file
18
configure.ac
Normal 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
2
usr/bin/Makefile.am
Normal 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
|
||||
|
3
usr/lib/byobu/Makefile.am
Normal file
3
usr/lib/byobu/Makefile.am
Normal 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
|
||||
|
2
usr/share/doc/byobu/Makefile.am
Normal file
2
usr/share/doc/byobu/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
docdir = $(datadir)/doc/@PACKAGE@
|
||||
doc_DATA = help.txt
|
2
usr/share/man/man1/Makefile.am
Normal file
2
usr/share/man/man1/Makefile.am
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue