bash-completion/configure.ac
2011-11-03 12:21:58 +01:00

8 lines
292 B
Plaintext

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 helpers/Makefile test/Makefile bash-completion.pc])
AC_OUTPUT