diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-04 04:15:48 -0700 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2013-02-10 19:45:44 +0100 |
commit | bddfec6997831d19d35321220587fb1de3fdf63f (patch) | |
tree | e1cefd9893a5fb4d4c19b3d2dd9bd06b474484f0 /Makefile.am | |
parent | c8b45495ec8192202573361c58a7d52434c6106d (diff) |
build: set automake options in configure.ac only.
Also disable building of gzip-compressed tarballs.
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d6116d..6e94dad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ -AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 ACLOCAL_AMFLAGS = -I m4 INCLUDES = $(all_includes) -I$(top_srcdir)/include |