bash-completion/configure.ac

6 lines
132 B
Plaintext
Raw Normal View History

AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.0])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT