File: configure.ac

package info (click to toggle)
bash-completion 1%3A1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,508 kB
  • ctags: 24
  • sloc: exp: 5,659; sh: 741; makefile: 203; perl: 59
file content (5 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.2])
AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror])
AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT