From: Lennart Poettering Date: Wed, 30 Jul 2008 15:01:31 +0000 (+0200) Subject: bump needed automake version X-Git-Tag: submit/2.0-panda/20130828.192557~2788^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c39a0bf627c6152f8dfff783057000badd76abff;p=profile%2Fivi%2Fpulseaudio-panda.git bump needed automake version --- diff --git a/configure.ac b/configure.ac index 8417375..2ea4d89 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ m4_define(PA_MICRO, [11]) AC_INIT([pulseaudio], PA_MAJOR.PA_MINOR.PA_MICRO,[mzchyfrnhqvb (at) 0pointer (dot) net]) AC_CONFIG_SRCDIR([src/daemon/main.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign -Wall]) +AM_INIT_AUTOMAKE([foreign 1.10 -Wall]) AC_SUBST(PA_MAJORMINOR, "PA_MAJOR.PA_MINOR") AC_SUBST(PACKAGE_URL, [http://pulseaudio.org/])