mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
beautify configure.ac
This commit is contained in:
parent
b6f81fddae
commit
d9decbe66e
1 changed files with 7 additions and 1 deletions
|
@ -15,4 +15,10 @@ AM_INIT_AUTOMAKE(byobu, 2.83)
|
|||
|
||||
# Checks for library functions.
|
||||
|
||||
AC_OUTPUT(Makefile usr/share/applications/Makefile usr/share/byobu/ec2/Makefile usr/share/byobu/profiles/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
AC_OUTPUT(Makefile \
|
||||
usr/share/applications/Makefile \
|
||||
usr/share/byobu/ec2/Makefile \
|
||||
usr/share/byobu/profiles/Makefile \
|
||||
usr/share/doc/byobu/Makefile \
|
||||
usr/lib/byobu/Makefile \
|
||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue