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>
This commit is contained in:
Diego Elio Pettenò 2012-07-04 04:15:48 -07:00 committed by Sylvain Munaut
parent c8b45495ec
commit bddfec6997
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
ACLOCAL_AMFLAGS = -I m4
INCLUDES = $(all_includes) -I$(top_srcdir)/include

View File

@ -2,7 +2,7 @@ AC_INIT([libosmodsp],
m4_esyscmd([./git-version-gen .tarball-version]),
[gmr@lists.osmocom.org])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])