Merge branch 'master' of github.com:gotty/gotty

This commit is contained in:
Martin Lund 2016-05-01 11:43:12 +02:00
commit ce15665214
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_LANG([C])
AC_PROG_INSTALL
PKG_PROG_PKG_CONFIG
PKG_CHECK_VAR(bashcompdir, [bash-completion], [completionsdir], , bashcompdir="${sysconfdir}/bash_completion.d")
AC_SUBST(bashcompdir)
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([man/Makefile])

View file

@ -7,5 +7,5 @@ gotty_SOURCES = tty.c \
include/gotty/options.h \
include/gotty/time.h \
include/gotty/print.h
bashcompletiondir=$(sysconfdir)/bash_completion.d
bashcompletiondir=@bashcompdir@
dist_bashcompletion_DATA=bash-completion/gotty