Minor cleanups

This commit is contained in:
Martin Lund 2016-05-26 09:22:45 +02:00
parent 8eb0e6d874
commit 5406da5ddb
2 changed files with 3 additions and 2 deletions

View file

@ -7,8 +7,9 @@ AC_PROG_CC
AC_LANG([C])
AC_PROG_INSTALL
AC_SYS_LARGEFILE
PKG_PROG_PKG_CONFIG
# Handle bash completion
AC_ARG_WITH([bash-completion-dir],
AS_HELP_STRING([--with-bash-completion-dir[=PATH]],
[Install the bash auto-completion script in this directory. @<:@default=yes@:>@]),

View file

@ -1,4 +1,4 @@
AM_CFLAGS=-Wall
AM_CFLAGS = -Wall
bin_PROGRAMS = tio
tio_SOURCES = tty.c \
options.c \