diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-11 14:12:38 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-11 14:12:38 +0000 |
commit | 70ac72ee7fa277705b8c3d8b0245d9a43740ef28 (patch) | |
tree | 1d7d05f2d670bc221cd03c5310ad3b27cb0b6e26 | |
parent | 1f0961368f58a9fec319d86c79a86a9f0d008cf5 (diff) |
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
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f69eb636..20d9b866 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/]) |