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 \