bash-completion/configure.ac

9 lines
320 B
Plaintext
Raw Normal View History

AC_PREREQ([2.60])
2013-04-05 03:54:58 -07:00
AC_INIT([bash-completion], [2.1])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
AC_PROG_LN_S
AC_PROG_MKDIR_P
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
2011-11-06 14:07:00 -08:00
AC_CONFIG_FILES([Makefile completions/Makefile doc/Makefile helpers/Makefile test/Makefile bash-completion.pc])
AC_OUTPUT