summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2014-05-07 09:49:52 +0200
committerJaroslav Kysela <perex@perex.cz>2014-05-07 10:55:59 +0200
commit504348cb527aa4b557eb4087ee1e8dd9532f9ef9 (patch)
treec03b8332409cdb08775a2dfdb5a87e7db215f70c
parent6d7dfb46077b186f707b44d5743915fbd7b5be22 (diff)
downloadalsa-utils-504348cb527aa4b557eb4087ee1e8dd9532f9ef9.tar.gz
Modernize configure.ac
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e310ee1..697ee87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(aplay/aplay.c)
+AC_INIT([alsa-utils], [1.0.27.2])
+AC_CONFIG_SRCDIR([aplay/aplay.c])
AC_PREFIX_DEFAULT(/usr)
-AM_INIT_AUTOMAKE(alsa-utils, 1.0.27.2)
+AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])