summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2014-06-12 10:48:22 +0200
committerJaroslav Kysela <perex@perex.cz>2014-06-12 10:48:22 +0200
commit3775524880f140fde966d63372c13f284a96482c (patch)
treed71fdf3d3387147dee1661948d8a63ea776be0a2
parent158a67f6f5058bec0ac27086a1c6206bfd2ff414 (diff)
configure.ac: cosmetic change
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 697ee87..0c98a4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([alsa-utils], [1.0.27.2])
+AC_INIT(alsa-utils, 1.0.27.2)
AC_CONFIG_SRCDIR([aplay/aplay.c])
AC_PREFIX_DEFAULT(/usr)
AM_INIT_AUTOMAKE