a5e203cfe5
Conflicts: CHANGES configure.ac
8 lines
333 B
Plaintext
8 lines
333 B
Plaintext
AC_PREREQ([2.59])
|
|
AC_INIT([bash-completion], [1.3])
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -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
|