ef8b4f2722
Alioth #312729 See also: http://www.mail-archive.com/bash-completion-devel@lists.alioth.debian.org/msg02143.html
8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
AC_PREREQ([2.59])
|
|
AC_INIT([bash-completion], [1.99])
|
|
AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror])
|
|
AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d)
|
|
AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers)
|
|
AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile])
|
|
AC_OUTPUT
|