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