2009-02-18 22:00:03 +01:00
|
|
|
AC_PREREQ([2.59])
|
2012-01-08 00:06:33 +01:00
|
|
|
AC_INIT([bash-completion], [1.99])
|
2010-11-12 23:35:36 +01:00
|
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
|
2011-10-15 10:18:43 +03:00
|
|
|
AC_PROG_LN_S
|
2011-05-02 17:01:23 +02:00
|
|
|
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
|
2011-11-07 00:07:00 +02:00
|
|
|
AC_CONFIG_FILES([Makefile completions/Makefile doc/Makefile helpers/Makefile test/Makefile bash-completion.pc])
|
2009-02-18 22:00:03 +01:00
|
|
|
AC_OUTPUT
|