summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 34b0fddf258aad1e8289d90ccd522792cf70049a (plain)
1
2
3
4
5
6
7
AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.90])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
AC_PROG_LN_S
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
AC_CONFIG_FILES([Makefile completions/Makefile doc/Makefile helpers/Makefile test/Makefile bash-completion.pc])
AC_OUTPUT