2009-02-18 22:00:03 +01:00
|
|
|
AC_PREREQ([2.59])
|
2009-10-22 11:17:10 +03:00
|
|
|
AC_INIT([bash-completion], [1.99])
|
2010-11-05 18:52:19 +02:00
|
|
|
AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 no-dist-gzip -Wall -Werror])
|
2010-08-02 22:07:24 +02:00
|
|
|
AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d)
|
2010-09-12 16:39:30 +02:00
|
|
|
AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers)
|
2010-10-31 23:20:19 +01:00
|
|
|
AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile])
|
2009-02-18 22:00:03 +01:00
|
|
|
AC_OUTPUT
|