From: Pierre Ossman Date: Wed, 11 Jan 2006 14:12:38 +0000 (+0000) Subject: Our makefiles work just fine on older automakes (1.7 tested). Let's keep X-Git-Tag: v0.8~320 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70ac72ee7fa277705b8c3d8b0245d9a43740ef28;p=platform%2Fupstream%2Fpulseaudio.git Our makefiles work just fine on older automakes (1.7 tested). Let's keep this out until we run into something that doesn't work. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@448 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/configure.ac b/configure.ac index f69eb63..20d9b86 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT([polypaudio],[0.8],[mzcbylcnhqvb (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([polyp/main.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign 1.9 -Wall]) +AM_INIT_AUTOMAKE([foreign -Wall]) AC_SUBST(PA_MAJORMINOR, "$PACKAGE_VERSION") AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/polypaudio/])