bash-completion/configure.ac

6 lines
166 B
Plaintext
Raw Normal View History

AC_PREREQ([2.59])
2009-10-22 11:17:10 +03:00
AC_INIT([bash-completion], [1.99])
AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror])
2009-12-29 23:39:06 +01:00
AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT