summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 1f3b37e80650fa75362e9a0491bf5c15ef022a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_PREREQ([2.60])
AC_INIT([bash-completion], [2.9])
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Wno-portability -Werror])
AC_PROG_LN_S
AC_PROG_MKDIR_P
AC_PROG_SED
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
AC_CONFIG_FILES([
Makefile
completions/Makefile
doc/Makefile
helpers/Makefile
test/Makefile
test/t/Makefile
test/t/unit/Makefile
])
AC_OUTPUT