Our makefiles work just fine on older automakes (1.7 tested). Let's keep
authorPierre Ossman <ossman@cendio.se>
Wed, 11 Jan 2006 14:12:38 +0000 (14:12 +0000)
committerPierre Ossman <ossman@cendio.se>
Wed, 11 Jan 2006 14:12:38 +0000 (14:12 +0000)
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

configure.ac

index f69eb63..20d9b86 100644 (file)
@@ -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/])