keep all automake options in a single place

This commit is contained in:
Guillaume Rousse 2009-12-29 23:39:45 +01:00
parent 4d4b6e9ba6
commit 1691618a65
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
SUBDIRS = test
AUTOMAKE_OPTIONS = dist-bzip2
sysconf_DATA = bash_completion

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.99])
AM_INIT_AUTOMAKE([foreign dejagnu -Wall -Werror])
AM_INIT_AUTOMAKE([foreign dejagnu dist-bzip2 -Wall -Werror])
AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT