mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Minor cleanups
This commit is contained in:
parent
8eb0e6d874
commit
5406da5ddb
2 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ AC_PROG_CC
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
|
# Handle bash completion
|
||||||
AC_ARG_WITH([bash-completion-dir],
|
AC_ARG_WITH([bash-completion-dir],
|
||||||
AS_HELP_STRING([--with-bash-completion-dir[=PATH]],
|
AS_HELP_STRING([--with-bash-completion-dir[=PATH]],
|
||||||
[Install the bash auto-completion script in this directory. @<:@default=yes@:>@]),
|
[Install the bash auto-completion script in this directory. @<:@default=yes@:>@]),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue