2009-02-18 22:00:03 +01:00
|
|
|
AC_PREREQ([2.59])
|
2011-01-09 18:19:18 +01:00
|
|
|
AC_INIT([bash-completion], [1.3])
|
2010-11-12 23:35:36 +01:00
|
|
|
AM_INIT_AUTOMAKE([foreign 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
|