forked from dustinkirkland/byobu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configure.ac
64 lines (57 loc) · 1.74 KB
/
configure.ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT(byobu, 3.0, http://byobu.org)
AM_INIT_AUTOMAKE(byobu, 3.0)
AC_PROG_LN_S
# Checks for programs.
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_OUTPUT(Makefile \
etc/byobu/Makefile \
etc/profile.d/Makefile \
etc/profile.d/Z97-byobu.sh \
usr/bin/byobu \
usr/bin/byobu-config \
usr/bin/byobu-ctrl-a \
usr/bin/byobu-disable \
usr/bin/byobu-disable-prompt \
usr/bin/byobu-enable \
usr/bin/byobu-enable-prompt \
usr/bin/byobu-export \
usr/bin/byobu-janitor \
usr/bin/byobu-launch \
usr/bin/byobu-launcher \
usr/bin/byobu-launcher-install \
usr/bin/byobu-launcher-uninstall \
usr/bin/byobu-layout \
usr/bin/byobu-prompt \
usr/bin/byobu-quiet \
usr/bin/byobu-reconnect-sockets \
usr/bin/byobu-select-backend \
usr/bin/byobu-select-profile \
usr/bin/byobu-select-session \
usr/bin/byobu-shell \
usr/bin/byobu-silent \
usr/bin/byobu-status \
usr/bin/byobu-status-detail \
usr/bin/byobu-ugraph \
usr/bin/byobu-ulevel \
usr/lib/byobu/include/config.py \
usr/lib/byobu/include/dirs \
usr/lib/byobu/include/toggle-utf8 \
usr/share/byobu/tests/byobu-time-notifications \
usr/share/byobu/desktop/Makefile \
usr/share/byobu/keybindings/Makefile \
usr/share/byobu/pixmaps/Makefile \
usr/share/byobu/profiles/Makefile \
usr/share/byobu/status/Makefile \
usr/share/byobu/tests/Makefile \
usr/share/byobu/windows/Makefile \
usr/share/dbus-1/services/Makefile \
usr/share/doc/byobu/Makefile \
usr/lib/byobu/Makefile \
usr/lib/byobu/include/Makefile \
usr/share/man/man1/Makefile usr/bin/Makefile)