configure.ac : Relax automake version requirements.

Suggested-by: Jan Stary <hans@stare.cz>
This commit is contained in:
Erik de Castro Lopo 2014-12-01 05:28:02 +11:00
parent 1e4ffabb6e
commit 723cfa34f2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ AC_INIT([flac], [1.3.1], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/flac/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign 1.11 -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
user_cflags=$CFLAGS