keep all automake options in a single place
This commit is contained in:
parent
4d4b6e9ba6
commit
1691618a65
@ -1,5 +1,4 @@
|
|||||||
SUBDIRS = test
|
SUBDIRS = test
|
||||||
AUTOMAKE_OPTIONS = dist-bzip2
|
|
||||||
|
|
||||||
sysconf_DATA = bash_completion
|
sysconf_DATA = bash_completion
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([bash-completion], [1.99])
|
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_CONFIG_FILES([Makefile test/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user