From 5406da5ddb9de089645afd660ad468d490e84478 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 26 May 2016 09:22:45 +0200 Subject: [PATCH] Minor cleanups --- configure.ac | 3 ++- src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bf66edd..645801b 100644 --- a/configure.ac +++ b/configure.ac @@ -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@:>@]), diff --git a/src/Makefile.am b/src/Makefile.am index 85cc19d..5cf5dcf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS=-Wall +AM_CFLAGS = -Wall bin_PROGRAMS = tio tio_SOURCES = tty.c \ options.c \