summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-13 19:03:25 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-13 19:03:25 +0200
commit4ebb060ea5bd4b5663bd1c85bae5927ff62f396d (patch)
tree93935e29ad1b00c4498661bb2b42866caaccda8c /configure.ac
parentd679f0f2779eaa49ceacbbae164af544e495fc04 (diff)
minor configure.ac cleanup
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bd796ae2..7bdb37cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-dnl PACKAGE=deadbeef
-dnl VERSION=devel
AC_INIT([deadbeef], [devel])
AC_CONFIG_HEADER(config.h)
-dnl AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AM_INIT_AUTOMAKE([1.11 dist-bzip2])
AM_MAINTAINER_MODE()